-
Notifications
You must be signed in to change notification settings - Fork 0
/
workpage.html
370 lines (336 loc) · 9.14 KB
/
workpage.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
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
<!DOCTYPE html>
<html lang="en-US">
<style>
a {
display: inline;
}
body {
background-image:url("website background.png");
}
#blackOverlay{
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: rgba(0,0,0,0.4);
z-index: 2;
bottom: 0;
overflow: auto;
}
ul{
position:relative;
display:flex;
width:80%;
left:8%;
justify-content: space-around;
list-style-type: none;
font-family:"Verdana";
font-size:37px;
color:White;
}
#navBar{
position: relative;
height:15%;
background-color: rgba(0,0,0,0.65);
padding: 2%;
}
.listItem:hover{
background-color: white;
}
.listItem{
height:80%;
}
.linkText{
text-decoration: none;
color:white;
}
.listItem:hover .linkText{
color:black;
text-decoration:none;
}
#resume {
width: 40%;
position: relative;
left: 29.5%;
top:2%;
background-color: black;
text-align: center;
font-size: 50px;
font-family: "Verdana";
color: White;
border:white;
border-style: solid;
border-width: 7px;
}
#resumePDF{
width:100%;
height:100%;
}
#resumeContent{
display:flex;
position:absolute;
width:790px;
height:1070px;
top: 50%;
left: 28.5%;
background-color:rgba(240,240,240,1);
border-color: black;
border-style: solid;
border-width:10px;
}
#jobTextSpace{
display:flex;
position:absolute;
width:50%;
height:20%;
top: 170%;
left: 24.5%;
background-color:rgba(240,240,240,1);
border-color: black;
border-style: solid;
border-width:10px;
}
#jobText {
position: relative;
width:90%;
left:5%;
color:black;
font-family: "Verdana";
font-size: 17px;
}
#portfolio{
width: 40%;
position: relative;
left: 29.5%;
top:190%;
background-color: black;
text-align: center;
font-size: 50px;
font-family: "Verdana";
color: White;
border:white;
border-style: solid;
border-width: 7px;
}
#chromeCaloriesSpace{
display:flex;
position:absolute;
width:50%;
height:40%;
top: 250%;
left: 24.5%;
background-color:rgba(240,240,240,1);
border-color: black;
border-style: solid;
border-width:10px;
}
#chromeCaloriesPhoto{
position: relative;
top: 5%;
left:1%;
border-style:solid;
border-width:1px;
width:30%;
height:90%
}
#chromeCaloriesTextHead{
position: relative;
height:20%;
width:40%;
left:25%;
color:black;
font-family: "Verdana";
font-size: 25px;
font-style: "strong";
}
#chromeCaloriesText{
display:flex;
position: relative;
width:100%;
height: 70%;
top:25%;
right:10%;
color:black;
font-family: "Verdana";
font-size: 16px;
}
#tetrisSpace{
display:flex;
position:absolute;
width:50%;
height:40%;
top: 300%;
left: 24.5%;
background-color:rgba(240,240,240,1);
border-color: black;
border-style: solid;
border-width:10px;
}
#tetrisPhoto{
position: relative;
top: 5%;
left:1%;
border-style:solid;
border-width:1px;
width:30%;
height:90%
}
#tetrisTextHead{
position: relative;
height:20%;
width:40%;
left:25%;
color:black;
font-family: "Verdana";
font-size: 25px;
font-style: "strong";
}
#tetrisText{
display:flex;
position: relative;
width:100%;
height: 70%;
top:25%;
right:10%;
color:black;
font-family: "Verdana";
font-size: 16px;
}
#upcoming{
display:flex;
position:absolute;
width:50%;
height:30%;
top: 360%;
left: 24.5%;
background-color:rgba(240,240,240,1);
border-color: black;
border-style: solid;
border-width:10px;
}
#upcomingText{
position: relative;
width:90%;
height: 60%;
top:0%;
left:2%;
color:black;
font-family: "Verdana";
font-size: 17px;
}
#linkBox{
position:absolute;
width:50%;
height:20%;
top: 400%;
left: 24.5%;
background-color:rgba(240,240,240,1);
border-color: black;
border-style: solid;
border-width:10px;
}
#linkBoxText{
position: relative;
width:90%;
height: 60%;
top:0%;
left:2%;
color:black;
font-family: "Verdana";
font-size: 17px;
}
#community{
width: 40%;
position: relative;
left: 29.5%;
top:350%;
background-color: black;
text-align: center;
font-size: 50px;
font-family: "Verdana";
color: White;
border:white;
border-style: solid;
border-width: 7px;
}
#communitySpace{
display:flex;
position:absolute;
width:50%;
height:40%;
top: 430%;
left: 24.5%;
background-color:rgba(240,240,240,1);
border-color: black;
border-style: solid;
border-width:10px;
}
#codingClubPhoto{
position: relative;
width:23%;
height:95%;
left:2%;
top:2%;
border-style: solid;
border-width:2px;
}
#communityText{
position: relative;
width:68%;
color:black;
font-family: "Verdana";
left: 5%;
font-size: 17px;
}
</style>
<html>
<head>
<title>Nikolai Thompson</title>
<meta charset="UTF-8">
<meta name="author" content="Nikolai de Lisle Thompson">
<meta name="description" content="Professional Summary of Nikolai Thompson">
<meta name="keywords" content="Computer Science, TAMU,">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<div id = "blackOverlay">
<div id = "navBar">
<ul>
<li class = listItem><a class = linkText href = "index.html">Home</a></li>
<li class = listItem><a class = linkText href = "aboutMe.html">About Me</a></li>
<li class = listItem><a class = linkText href = "workpage.html">Professional Work</a></li>
<li class = listItem><a class = linkText href = "#portfolio">Portfolio</a></li>
</ul>
</div>
<h1 id = resume>Resumé</h1>
<div id = resumeContent>
<embed id = resumePDF src = "NikolaiResume.pdf"></embed>
</div>
<div id = jobTextSpace>
<p id = jobText>Not mentioned on my resumé is my upcoming project to tackle the traveling salesman problem. I'm going to be implementing my own algorithms
that find close to but non-optimal solutions to the traveling salesman problem. The purpose is to give myself an opportunity to learn Python.
</p>
</div>
<h1 id = portfolio>Portfolio</h1>
<div id = chromeCaloriesSpace>
<img id =chromeCaloriesPhoto src = "chrome_calories.PNG" alt = "chrome Calories demo">
<h2 id = chromeCaloriesTextHead>Chrome Calories</h2>
<p id = chromeCaloriesText> Enter a food name or a URL with a recipe and get a calorie count. My contributions to chrome
calories include checking user's API credentials to make sure they've set up their API key and giving appropriate feedback. Also
implementing other feedback for error handling. On top of that writing the asynchronous functions that link the web scraping to the API calls and display.
</p>
</div>
<div id = tetrisSpace>
<img id =tetrisPhoto src = "tetris.png" alt = "textris untexted demo">
<h2 id = tetrisTextHead>Textris Untexted</h2>
<p id = tetrisText> Textris Untexted(my tetris clone) originally started as my own text-based version of tetris.
I decided that wasn't good enough, which inspired me to add graphics. Textris Untexted now uses openGL to display gameplay.
It's not entirely finished and more core features will be implemented.
</p>
</div>
</div>
</body>
</html>