-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
341 lines (256 loc) · 12.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
<!DOCTYPE html>
<html>
<head>
<!--<meta name="viewport" content="width=device-width, initial-scale=1.0">-->
<title>James Underwood Dot Net</title>
<!--<link href="https://fonts.cdnfonts.com/css/century-schoolbook" rel="stylesheet">-->
<style>
@font-face{font-family:century schoolbook;font-style:normal;font-weight:400;src:local('Century Schoolbook'),url(https://fonts.cdnfonts.com/s/56680/SCHLBKB.woff) format('woff')}
h2:not(#intrograph) {
letter-spacing:-1.5px
}
hr {
border:1px solid black;
}
body {
font-family: "Helvetica";
min-height: 100vh;
background:beige;
}
#hpageWelcome {
font-size:4em;
margin-bottom:5px;
}
#intrograph {
display:inline-block;
/* width:72%; */
vertical-align:top;
}
#maincontainer {
margin-left:15%;
margin-right:15%;
}
#cursivefooter {
margin-top: 20px;
}
#imprintcontent {
text-align:center;
}
#emailmea {
text-decoration: underline;
}
@font-face {
font-family: 'comicc';
src: url("/comic-sans-ms/COMIC.TTF");
}
.comicSans {
font-family: "comicc", "Comic Sans", "Comic Sans MS", "Chalkboard", "ChalkboardSE-Regular", sans-serif;
}
.smoldate {
font-size:11px;
}
.century {
font-family: 'Century Schoolbook', sans-serif;
}
figure {
display: inline-block;
}
.guestbooklisting {
margin-top: 15px;
background: #fcfbe3;
padding: 5px;
border: 1.5px solid black;
border-radius: 4px;
display: inline-block;
margin-left: 6px;
margin-right: 6px;
}
.smallp {
margin:0;
}
#water a {
color:black !important;
}
#water {
font-size:0.8em;
}
#framecont {
width:90%%;
height:100%;
margin:40px;
background:white;
padding-top:15px;
padding-bottom:15px;
border-radius:25px;
border:2px solid black;
}
#headerr {
display: flex;
flex-wrap: wrap;
}
.headerr-item {
margin: 5px;
}
#headerr-item1 {
flex:2
}
#headerr-item2 {
flex:1
}
</style>
</head>
<body>
<script src="jquery-3.6.0.min.js"></script>
<div style="position:absolute;left:0;top: 60px;">
<span style="display:block;font-size:12px;margin-left:16px;position: absolute;">beige</span>
<span style="margin-left: 55px;/*! font-size: 12px; *//*! position: absolute; */display: block;font-size: 12px;/*! margin-left: 6px; */position: absolute;">white</span>
<div style="/*! width:25px; */margin-top: 30px;/*! transform: rotate(-45deg); */margin-left: 47.5px;"><span style="margin-left: 55px;font-size: 12px;position: absolute;display: block;font-size: 12px;margin-left: 10px;position: absolute;top: 15px;">black</span><hr style="transform: rotate(-45deg);width: 10px;/*! margin-top: 25px; */"></div>
</div>
<div id="framecont">
<div id="maincontainer">
<div id="headerr">
<div class="headerr-item" id="headerr-item1">
<h1 id="hpageWelcome">Welcome! :]</h1>
<h2 id="intrograph" style="font-weight:300">I'm a freshman at Dartmouth College studying computer science. This is my personal website.</h2>
</div>
<div class="headerr-item" id="headerr-item2">
<figure>
<img src="/assets/2023headshotCropped.jpg" width="256px">
<figcaption style="width:256px">↑ At the base of New Hampshire’s <a href="https://en.wikipedia.org/wiki/Mount_Moosilauke">Mt. Moussilauke</a></figcaption>
</figure>
</div>
</div>
<hr>
<h2>recent</h2>
<ul>
<li><a href="/cgolpython">Conway's Game of Life in Python</a>
<span class="smoldate">Oct. 2023</span>
</li>
<li><a href="https://github.com/OSU-Bee-Lab/BuzzDetect">BuzzDetect (OSU Bee Lab)</a>
<span class="smoldate">Summer 2023</span>
</li>
<li><a href="https://portfolio.jamesunderwood.net/">Ohio Student Journalist of the Year portfolio</a>
<span class="smoldate">2/10/2023</span>
<ul>
<li><a href="https://www.arlingtonian.com/archives/author/jamesu">All student journalism</a></li>
</ul>
</li>
<li><a href="/codenames.html">Finding Codenames Clues using NLP</a></li>
<li>
<a href="notary.html">Ohio notary public disciplinary process infographic</a>
<span class="smoldate">August 2022</span>
</li>
<li><a href="/autoannouncer">AutoAnnouncer</a>
<span class="smoldate">Summer 2022</span>
</li>
<li>
<a href="/yost/index.html">Making the Journalistic Sausage: A Case Study of an NY Times Op-Ed</a>
<span class="smoldate">3/13/2022</span>
</li>
<li><a href="https://devpost.com/software/shoulders-of-giants">Shoulders of Giants (Uncommon Hacks 2021 best hardware hack)</a></li>
<span class="smoldate">4/4/2021</span>
</ul>
<hr>
<!--
<h2>guestbook</h2>
<p>Leave a message below</p>
<button onclick="window.open('/guestbookpost.html','name','width=610,height=250,resizable=0')">leave a message</button> <!-- <div style="position:relative;top:-150px;background:rgb(118,118,118)">
<div style="height: 350px;width:600px;overflow: hidden;clip-path: inset(45% 0px 0px 0 round 0px);">
<iframe scrolling="no" src="https://docs.google.com/forms/d/e/1FAIpQLScoxa2YJYzOS0vaU3kG18dBdJvw2OhoE6Kmic-Zzs9P1426zw/viewform?embedded=true" frameborder="0" style="width:100%;height:100%;" marginheight="0" marginwidth="0">Loading…</iframe>
</div>
</div>
<details>
<summary>Show guestbook entries</summary>
<div id="gbContainer" style="height: 200px;overflow: scroll;background: #eeeeee;width: 100%;">
</div>
</details>
<hr> -->
<h2>email me <span id="emailmea">something to read</span></h2>
<p>I love a good email. You can get touch in at <code>jcunderwood [at] protonmail [dot] com</code>.</p>
<hr>
<!--
<h2>Cool things</h2>
<ul>
<li><a href="https://urbigenous.net/library/">Urbigenous Library</a></li>
<li><a href="https://www.neelnanda.io/mechanistic-interpretability/getting-started"></a></li>
</ul>
<hr> -->
<h2>find me elsewhere</h2>
<ul>
<li><a href="https://github.com/realjunderwood">GitHub</a></li>
<li><a href="https://github.com/junderw00d">GitHub (old account)</a></li>
<li><a href="https://www.goodreads.com/user/show/153388050-j-u">Goodreads</a></li>
<li><a href="https://instagram.com/junderwooood">Instagram</a></li>
<li><a href="https://letterboxd.com/jayunder/">Letterboxd</a></li>
<li><a href="https://www.linkedin.com/in/jamescunderwood/">LinkedIn</a></li>
<li><a href="https://open.spotify.com/user/73avhoythh23c4thasadw72tz?si=b3a0f79c828946b5">Spotify</a></li>
</ul>
<hr>
<div id="cursivefooter">
<h2>imprint</h2>
<div id="imprintcontent">
<div>
<pre style="font-size:4.25px;display:inline-block;color:black;font-weight:1000">
gg ,ggg, gg
dP8, dP""Y8a 88 8I 8I
dP Yb Yb, `88 88 8I 8I
,8 `8, `" 88 88 8I 8I
I8 Yb 88 88 8I 8I
`8b, `8, ,gggg,gg ,ggg,,ggg,,ggg, ,ggg, ,g, 88 88 ,ggg,,ggg, ,gggg,8I ,ggg, ,gggggg, gg gg gg ,ggggg, ,ggggg, ,gggg,8I
`"Y88888 dP" "Y8I ,8" "8P" "8P" "8, i8" "8i ,8'8, 88 88 ,8" "8P" "8, dP" "Y8I i8" "8i dP""""8I I8 I8 88bg dP" "Y8ggg dP" "Y8ggg dP" "Y8I
"Y8 i8' ,8I I8 8I 8I 8I I8, ,8I ,8' Yb 88 88 I8 8I 8I i8' ,8I I8, ,8I ,8' 8I I8 I8 8I i8' ,8I i8' ,8I i8' ,8I
,88,,d8, ,d8b,,dP 8I 8I Yb, `YbadP' ,8'_ 8) Y8b,____,d88,,dP 8I Yb,,d8, ,d8b, `YbadP' ,dP Y8,,d8, ,d8, ,8I ,d8, ,d8' ,d8, ,d8' ,d8, ,d8b,
,ad88888P"Y8888P"`Y88P' 8I 8I `Y8888P"Y888P' "YY8P8P "Y888888P"Y88P' 8I `Y8P"Y8888P"`Y8888P"Y8888P `Y8P""Y88P""Y88P" P"Y8888P" P"Y8888P" P"Y8888P"`Y8
,dP"' Yb
,8' I8
,8' I8
I8, ,8'
`Y8,___,d8'
"Y888P"
</pre>
<span id="dotNet" style="font-size:24px;font-weight:600;color:black;display:inline;position:absolute;vertical-align:top;padding-top:35px;" class="comicSans">.net</span>
</div>
<img src="/assets/8831/jund8831.png">
<!-- <p class="smallp"><small><a href="/indexold.html">view old site</a></small></p>-->
<p class="smallp"><small>Made with ♡ in Franklin County, Ohio, USA</small></p>
<!-- <p class="smallp"><small>© 2023</small></p>-->
<p class="smallp" id="water"><small><a target="_BLANK" href="https://web.ics.purdue.edu/~drkelly/DFWKenyonAddress2005.pdf">“This is water.”</a></small></p>
</div>
</div>
</div>
<script>
function shuffleArray(array) {
for (let i = array.length - 1; i > 0; i--) {
const j = Math.floor(Math.random() * (i + 1));
[array[i], array[j]] = [array[j], array[i]];
}
}
emailmearray = ["a love letter", "a Pinterest board", "a witticism", "an emoticon", "a pun", "a stirring speech", "a riddle", "an infographic", "a personal question", "a video game you like", "a call to action", "misinformation", "lofi beats to relax/study to", "a white paper", "Fluxus music", "a scavenger hunt", "a wry tweet", "a crossword", "a spurious correlation", "your theory of everything", "a factsheet", "art", "a map", "feedback", "an apology", "an anecdote", "something to laugh at", "a sick typeface", "your <i>raison d'être</i>", "a painting", "a press inquiry", "spam", "coupons", "advice", "a comic", "something to read", "a survey", "a thought experiment", "a job offer", "a catchy tune", "sheet music", "your favorite film", "a digital postcard", "fan mail", "hate mail", "a summons", "a well-written court opinion", "a tasty recipe", "a Wikipedia article", "a theorem", "a math problem", "your manifesto", "your screenplay", "small talk", "a surprising etymology", "good news", "bad news", "a cease and desist notice", "a volunteer opportunity", "a compliment", "an invitation to a function", "a poem", "trivia", "an inspiring quote", "a trite platitude", "a photograph of your favorite insect", "your hottest take", "a podcast rec", "a zine", "a picture of the sunset", "a creative analogy", "a factoid", "a travelogue", "a short story", "your website"]
shuffleArray(emailmearray);
cureindex = 0;
window.setInterval(function(){
cureindex++
if (cureindex >= emailmearray.length) {
cureindex = 0;
shuffleArray(emailmearray);
}
$("#emailmea").html(emailmearray[cureindex]);
},1000);
$("#gbContainer").html("");
$.get("https://docs.google.com/spreadsheets/d/14ZEKnnMLlv9dS8nNlgRI70Ine9_eWFMErjOehHpp2-g/export?format=csv&id=14ZEKnnMLlv9dS8nNlgRI70Ine9_eWFMErjOehHpp2-g", function(data, status) {
var arraylet = data.split(/\r?\n/);
arraylet = arraylet.splice(1, arraylet.length);
var arraylet2 = arraylet.filter(function(value, index, arr){
return value !== "0/0/0000 00:00:00,del";
});
arraylet2.forEach(function(val) {
let ttt = val.substring(val.indexOf(":") + 7, val.length);
$('<div class="guestbooklisting" /><p class="postp" ').text(ttt).appendTo('#gbContainer');
});
arraylet2.forEach(function(val, i) {
$(".guestbooklisting").eq(i).prepend("<small>" + val.split(" ")[0] + "</small><br>");
});
});
</script>
</body>
</html>