-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
352 lines (313 loc) · 9.7 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
<!DOCTYPE html>
<html onclick="pageClick()" onkeydown="keyDown()">
<head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-70XGLJDZK7"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-70XGLJDZK7');
</script>
<!-- Google AdSense -->
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-0549784498739741" crossorigin="anonymous"></script>
<!-- End Google -->
<title>Barr.Rocks</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="https://evansblog.barr.rocks//favicon.ico" rel="icon" />
</head>
<body>
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-MH9TLBLK" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
<style>
body {
background: #ececec;
}
body {
height: calc(100% - 40px);
margin: 0;
}
html {
height: 100%;
margin: 0;
}
#wrapper {
min-height: -webkit-calc(100% - 270px); /* Chrome */
min-height: -moz-calc(100% - 270px); /* Firefox */
min-height: calc(100% - 270px); /* native */
}
footer {
/* bottom: 0; */
/* position: fixed; */
margin-left: 70px;
/* height: 60px; */
}
a {
/* transition: .3s color; */
color: #3b6caa;
text-decoration: none;
}
a:hover{
text-decoration:underline
}
.main-header {
background: url(https://code.barr.rocks/Cropped.jpg) center / cover no-repeat;
/* height: 400px; */
height: 180px;
margin-top: -40px;
}
.txt_page-title {
padding: 60px;
font-size: 50px;
}
.txt_wh_outline {
text-shadow: 2px 2px 0px #FFFFFF;
}
.main-body {
margin-left: auto;
margin-right: auto;
margin-top: 50px;
padding-left: 16px;
padding-right: 16px;
max-width: 1400px;
display: flex;
flex-wrap: wrap;
}
.Sidebar {
padding-right: 16px !important;
display: block;
/* width: 260px; (use flex instead) */
flex-grow: 0;
flex-shrink: 0;
flex-basis: 240px;
}
.Photo {
display: block !important;
position: relative !important;
width: 245px;
}
.avatar {
display: inline-block;
overflow: hidden;
line-height: 1;
vertical-align: middle;
border-radius: 6px; !important;
/* width: 100% !important; */
}
.vcard-details {
list-style: none;
padding-top: 16px !important;
padding-bottom: 16px !important;
padding-left: 0px;
border-top: 1px #e1e4e8 solid !important;
border-color: #eaecef !important;
}
.vcard-detail {
width: 100%;
max-width: 100%;
display: inline-block;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
vertical-align: top;
padding-left: 22px;
/* padding-top: 4px !important; */
height: 30px;
font-size: 14px;
text-align: -webkit-match-parent;
}
.octicon-link {
width: 1em;
height: 1em;
color: #6a737d;
vertical-align: text-top;
display: inline-block;
fill: currentColor;
}
svg:not(:root) {
overflow: hidden;
}
.ColumnWide {
padding-left: 8px; !important;
/* width: 75%; */
display: block;
/* margin-left: 260px; (use flex instead) */
flex: 1;
min-width: 260px;
}
.section-header {
background-color: #333;
text-transform: uppercase;
position: relative;
margin: 3px;
font-size: 16px;
font-family: Arial,sans-serif;
color: #FFF;
}
.section-header .title {
letter-spacing: 2px;
margin-left: 20px;
line-height: 40px;
vertical-align: bottom;
}
.project-card {
background-color: #fff;
/* height: 180px; */
/* display: inline-block; */
padding-top: 1px; /* Remove when adding back--> height: 180px; display: inline-block; */
padding-bottom: 1px;
margin: 5px 2px 17px 5px;
}
.card-title {
overflow: hidden;
font-family: Helvetica, Arial, sans-serif !important;
color: #00649c;
font-size: 1.25em;
font-weight: 200;
margin: 10px 15px;
border-bottom: double #00649c;
}
.card-text {
overflow: hidden;
font-family: Helvetica, Arial, sans-serif !important;
margin: 15px;
}
.card-text h5 {
margin-top: 0px;
color: #00b1ef;
font-size: 1em;
font-weight: 100;
}
.SideAdbar {
position: absolute;
top: 600px;
left: 16px;
height: 100px;
width: 240px;
}
.adunit {
display:block;
height: 100px;
width: 240px;
}
@media (max-width: 555px) {
.SideAdbar {
position: relative;
top: 0px;
}
#wrapper {
min-height: 100px;
}
}
</style>
</head>
<body>
<div class="main-header">
<h1 class="txt_wh_outline txt_page-title">Web pages of Evan Barr</h1>
</div>
<div id="wrapper" class="main-body">
<!-- Sidebar -->
<div class="Sidebar" itemscope="" itemtype="http://schema.org/Person">
<img class="avatar" src="https://avatars2.githubusercontent.com/u/38681084?s=460&v=4" width="230" height="230" alt="">
</div>
<!-- Main -->
<div class="ColumnWide">
<!-- Web Sites -->
<div class="section-header">
<span class="title">Web Sites</span>
</div>
<!-- Flipit -->
<div class="project-card">
<div class="card-title">
<svg class="octicon-link"><use href="link.svg#icoLink" /></svg>
<a href="https://flipit.barr.rocks" target="_blank">
Flip.IT puzzle
</a>
<img src="https://code.barr.rocks/pog_arrow_white.png" alt="logo" style="padding-left: 30px;">
</div>
<div class="card-text">
This daily puzzle can always be solved in three moves.<br> <br>
When you click on a piece, it and all the adjacent pieces flip over. You are trying to get to the image below.
Want more? Click "Random Puzzle" to get a new puzzle that can be solved in three moves.<br>
<img src="https://code.barr.rocks/target.png" alt="layout" style="max-width:100%;padding-left: 30px;"><br>
</div> <!--END: card-text-->
</div> <!--END: project-card-->
<!-- github -->
<div class="project-card">
<div class="card-title">
<svg class="octicon-link"><use href="link.svg#icoLink" /></svg>
<a href="https://code.barr.rocks" target="_blank">
List of my featured GitHub projects
</a>
</div>
<div class="card-text">
Code that I have made public. I wish I had the time to put up more.
</div> <!--END: card-text-->
</div> <!--END: project-card-->
<!-- blog -->
<div class="project-card">
<div class="card-title">
<svg class="octicon-link"><use href="link.svg#icoLink" /></svg>
<a href="https://evansblog.barr.rocks" target="_blank">
My blog
</a>
</div>
<div class="card-text">
These are articles written by me.
<ul>
<li>Technical articles about programming and computer hardware</li>
<li>True stories and poems</li>
</ul>
</div> <!--END: card-text-->
</div> <!--END: project-card-->
<!-- Web Pages -->
<div class="section-header">
<span class="title">Pages at other sites</span>
</div>
<!-- LinkedIn -->
<div class="project-card">
<div class="card-title">
<svg class="octicon-link"><use href="link.svg#icoLink" /></svg>
<a rel="me author" href="https://www.linkedin.com/in/evanbarr/" target="_blank">Profile</a> on LinkedIn
</div>
<div class="card-text">
</div> <!--END: card-text-->
</div> <!--END: project-card-->
<!-- template -->
<!--
<div class="project-card">
<div class="card-title">
<svg class="octicon-link"><use href="link.svg#icoLink" /></svg>
<a href="https://<<<<<<<<<<" target="_blank">
page title <<<<<<<<<<<
</a>
</div>
-->
<div class="card-text">
</div> <!--END: card-text-->
<!-- </div>--> <!--END: project-card-->
</div> <!--END: ColumnWide-->
<span id="isblocked" class="SideAdbar" style="display:none;"></span>
<span id="SideAdbar" class="SideAdbar">
<!-- OnEBGithub -->
<!-- Google AdSense - adunit -->
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-0549784498739741" crossorigin="anonymous" onerror="HasAdblocker()"></script>
<ins class="adsbygoogle adunit"
data-ad-client="ca-pub-0549784498739741"
data-ad-slot="6032186845"
data-ad-format="auto"
data-full-width-responsive="true"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
function HasAdblocker() {
var e = document.getElementById('isblocked');
e.innerText='If you use an adBlocker, please consider whitelisting this site. This is my only ad.';
e.style.display = "block";
document.getElementById('SideAdbar').style.display = "none";
}
</script>
</span>
</div> <!--END: wrapper/main-body-->
</body>
</html>