-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
557 lines (499 loc) · 22.4 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
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1" charset="utf-8" lang="en">
<title>Dan Butzen - Home</title>
<script
src="https://code.jquery.com/jquery-3.4.1.js"
integrity="sha256-WpOohJOqMqqyKL9FccASB9O0KwACQJpFTUBLTYOVvVU="
crossorigin="anonymous"></script>
<style>
html{
background-color: black;
}
body {
margin: 0;
font-family: Arial, Helvetica, sans-serif;
}
#content {
margin-top: 40px;
padding: 16px;
}
#nav {
position: fixed;
top: 0;
width: 100%;
text-align: center;
background-color: black;
z-index: 2;
}
#nav h2 {
text-align: center;
padding: 10px;
padding: 10px;
color: black;
float: right;
width: 15%;
}
.rightmost-button {
margin-right: 7%;
}
.rounded-border {
border-radius: 25px;
border-style: solid;
border-color: black;
border-width: 2px;
background-color: #f1f1f1;
}
#swappable-surrounder {
background-color: black;
}
.hamburger {
width: auto;
height: 5px;
background-color: black;
margin: 6px 0;
margin-left: 25%;
margin-right: 25%;
}
.swappable {
margin-top: 50px;
width: 77%;
margin-left: 5%;
margin-right: 5%;
padding-top 15px;
padding-left: 5%;
padding-right: 5%;
padding-bottom: 10%;
height: auto;
background-color: #f1f1f1;
font-size: min(25px, 3vw);
}
.scrollables {
padding-top: 100px;
}
#dropdown {
margin-right: 7%;
display: none;
}
.dropdown-options {
display: none;
position: fixed;
right: 7%;
top: 80px;
background-color: #f9f9f9;
min-width: 160px;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
z-index: 1;
}
.dropdown-options h3:hover {
background-color: black;
color: white;
}
.dropdown-options h3 {
padding: 10px 10px;
text-decoration: none;
display: block;
}
#dropdown:hover .dropdown-options {
display: block;
}
@media (max-width: 1000px) {
#menu { display: none; }
#dropdown { display: block; color: }
}
.video-section {
float: right;
width: 100%;
height: auto;
margin-top: 30px;
}
.video {
float: left;
padding-top: 10%;
padding-left: 5%;
width: 60%;
height: 150%;
}
.description {
float: left;
width: 30%;
padding-left: 5%;
font-size: min(25px, 2.5vw);
}
.video-container {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
.video-container iframe{
position: absolute;
top: 20px;
left: 5%;
width: 90%;
height: 90%;
}
#projects {
height: 3500px;
}
hr{
height: 5px;
background-color: black;
}
</style>
<script>
/**/
$(function(){
$('.scrollables').not('#about').toggle();
$('.menuAbout').css('text-decoration', 'underline');
$('.menu').hover(function(){
$(this).css("background-color", "black");
$(this).css("color", "white");
}, function(){
$(this).css("background-color", "white");
$(this).css("color", "black");
});
$('.dropdown-button').hover(function(){
$(this).css("background-color", "lightgray");
$(this).css("color", "black");
}, function(){
$(this).css("background-color", "white");
$(this).css("color", "black");
});
$('.menuAbout').click(function(){
$('.menu').css('text-decoration', 'none');
$(this).css('text-decoration', 'underline');
$('.scrollables').hide();
$('#about').toggle();
});
$('.menuResume').click(function(){
$('.menu').css('text-decoration', 'none');
$(this).css('text-decoration', 'underline');
$('.scrollables').hide();
$('#resume').toggle();
});
$('.menuCover').click(function(){
$('.menu').css('text-decoration', 'none');
$(this).css('text-decoration', 'underline');
$('.scrollables').hide();
$('#coverletter').toggle();
});
$('.menuProj').click(function(){
$('.menu').css('text-decoration', 'none');
$(this).css('text-decoration', 'underline');
$('.scrollables').hide();
$('#projects').toggle();
});
/*$('#dropdown-select').change(function() {
if($("#dropdown-select option:selected").text() == "About" ){
$('.menu').css('text-decoration', 'none');
$(this).css('text-decoration', 'underline');
$('.scrollables').hide();
$('#about').toggle();
}
else if($("#dropdown-select option:selected").text() == "Resume" ){
$('.menu').css('text-decoration', 'none');
$(this).css('text-decoration', 'underline');
$('.scrollables').hide();
$('#resume').toggle();
}
else if($("#dropdown-select option:selected").text() == "Cover Letter" ){
$('.menu').css('text-decoration', 'none');
$(this).css('text-decoration', 'underline');
$('.scrollables').hide();
$('#coverletter').toggle();
}
else if($("#dropdown-select option:selected").text() == "Demos" ){
$('.menu').css('text-decoration', 'none');
$(this).css('text-decoration', 'underline');
$('.scrollables').hide();
$('#projects').toggle();
}
})*/
});/**/
/**$(function(){
$('.scrollables').toggle();
$('#menuAbout').click(function(){
$('.scrollables').animate({
left: '-50%'}, 500, function(){
$(this).css('margin-left', '150%');
});
$('#about').animate({
left: '50%'
}, 500);
});
$('#menuResume').click(function(){
$('.scrollables').hide();
$('#resume').toggle();
});
$('#menuCover').click(function(){
$('.scrollables').hide();
$('#coverletter').toggle();
});
$('#menuProj').click(function(){
$('.scrollables').hide();
$('#projects').toggle();
});
});/**/
</script>
</head>
<body>
<header>
<div id="nav">
<nav>
<div id="menu">
<h2 class="menu menuProj rounded-border rightmost-button">Demos</h2>
<!--<h2 class="menu menuCover rounded-border">Cover Letter</h2>//-->
<h2 class="menu menuResume rounded-border">Resume</h2>
<h2 class="menu menuAbout rounded-border">About</h2>
</div>
<div id="dropdown">
<h2 class="dropdown-button rounded-border">
<div class="hamburger"></div>
<div class="hamburger"></div>
<div class="hamburger"></div>
</h2>
<div class="dropdown-options">
<h3 class="menuAbout">About</h3>
<h3 class="menuResume">Resume</h3>
<!--<h3 class="menuCover">Cover Letter</h3>//-->
<h3 class="menuProj">Demos</h3>
</div>
</div>
</nav>
</div>
</header>
<div id="content">
<div id="swappable-surrounder">
<div class="swappable rounded-border">
<div id="about" class="scrollables">
<h3>Dan's Story</h3>
<p></p>
<p>Dan started his adult life at the University of Wisconsin - Madison, where he achieved a Bachelor's of Science from the Physics Department. Post-graduation, he decided to explore
a possible future in the actuarial field, and proceeded to pass the first three exams (probability, financial mathematics, and methods of financial economics) before deciding
against going straight into the actuarial field. Remembering some computer science classes he took at Madison, Dan looked into the computer science field, and found his calling. Now graduated from Fox Valley Technical College with a Software Developer Associate's Degree, Dan is continuing to pursue programming with a passion, including continuing to improve his existing projects and starting new ones (most recently, his wedding website).</p>
<p>Dan's interests in the field of IT lay mostly in back software development, specifically using .NET framework with c# and javascript. </p>
<p>Dan hopes to start making waves in the IT field as soon as possible with employment either in the Indianapolis are or remote.</p>
<h3>Contact:</h3>
<ul>
<li>Address
<ul>
<li>8223 Bella Vista Blv apt 5312</li>
<li>Indianapolis, IN</li>
<li>46038</li>
</ul>
</li>
<br/>
<li>Email: dtbutzen@att.net</li>
<br/>
<li>Cell: (920) 574-7830</li>
</ul>
</div>
<div id="resume" class="scrollables">
<h2>Resume</h2>
<p><strong>Objective:</strong> Full time IT emplyment as a software developer or engineer.</p>
<p class="category">Technical Skills</p>
<ul>
<li>.NET Core/Framework</li>
<li>C#</li>
<li>Javscript/Jquery</li>
<li>MySQL/Sql Server</li>
<li>HTML/CSS</li>
</ul>
<p class="category">Professional Skills</p>
<ul>
<li>Probability Actuarial Exam</li>
<li>Financial Mathematics Actuarial Exam</li>
<li>Models of Financial Economics Actuarial Exam</li>
<li>Scored in 99th percentile of every category when taking the RAIT (Reynolds Adaptable Intelligence Test)</li>
</ul>
<p class="category">Education</p>
<ul>
<li class="college">
<p class="bolded-text">Software Developer - Associate's Degree</p>
<ul>
<li>Fox Valley Technical College, Appleton, WI</li>
<li>May 2021 - GPA: 4.0</li>
</ul>
<br/>
</li>
<li class="college">
<p class="bolded-text">Physics - Bachelor's Degree</p>
<ul>
<li>University of Wisconsin-Madison, Madison, WI</li>
<li>May 2016</li>
</ul>
</li>
</ul>
<p class="category">Work Experience</p>
<ul>
<li>Warehouse Associate - Amazon Fullfillment - (September 2020 - current)</li>
<br />
<ul>
<li>Trained and succeeded in multiple roles</li>
</ul>
<br />
<li>Popcorn Stall Lead - Festival Foods - (Dec 2019 - Sept 2020)
<br />
<ul>
<li>Manage and train associates</li>
<li>Work with store leaderships and corporate offices to improve and grow business</li>
<li>Improved weekly sales by 50% through 6 months</li>
</ul>
</li>
</ul>
</div>
<!--<div id="coverletter" class="scrollables">
<h3>Dear Hiring Manager,</h3>
<p>I am writing to express interest in the open software developer/engineer position at your company. My analytical skills, ability to learn quickly, and communication aptitude all make me an ideal fit for the position.</p>
<br />
<p>For the positions of software developer and engineer I bring the following skillset:</p>
<ul>
<li>Analytical Thinker</li>
<li>Problem Solver</li>
<li>Quick/Avid Learner</li>
<li>Strong Communicator</li>
<li>Ability to Innovate</li>
</ul>
<br />
<p>It may have taken me longer than I expected to find what I want for my future, but now that I know where I want to be, I’m ready to put myself fully into showing what I’m capable of and moving forward quickly in the workplace. I look forward to discussing my possible future at your company.</p>
<br />
<p>Thank you for your time and consideration.</p>
<br />
<p>Sincerely,</p>
<br />
<p>Daniel Butzen</p>
</div>-->
<div id="projects" class="scrollables">
<h1>All project code can be found at my <a href="https://github.com/dbutzen/">Github</a></h1>
<hr />
<div class="grid-container">
<!--WeddingWebsite-->
<div class="video-section">
<div id="description3" class="description">
<h2><a href="https://github.com/dbutzen/Wedding">Wedding Website</a></h2>
<h3>Description:</h3>
<ul class="feature-list">
<li>Personal Wedding Website</li>
<li>Guest RSVP function</li>
<li>Admin add/edit/remove guest function</li>
</ul>
<h3>Features:</h3>
<ul class="feature-list">
<li>ASP.NET Core</li>
<li>C#</li>
<li>Html/CSS</li>
<li>MVC</li>
<li>Multitier architecture</li>
<li>REST API/JSON</li>
<li>Database</li>
<li>Web Apps</li>
<li>Unit Testing</li>
<li>Encryption</li>
<li>Async</li>
</ul>
</div>
<div class="video-container">
<div id="video3" class="video">
<iframe width="90%" height="90%" src="https://www.youtube.com/embed/NfaZKBOI0RI" allow="fullscreen;">
</iframe>
</div>
</div>
</div>
<hr />
<!--Chess-->
<div class="video-section">
<div id="description1" class="description">
<h2><a href="https://github.com/dbutzen/Chess.git">Chess</a></h2>
<h4><a href="https://github.com/dbutzen/Chess/blob/main/DTB.Chess.WebApp/wwwroot/js/site.js">Javascript Link</a></h3>
<h3>Description:</h3>
<ul class="feature-list">
<li>Fully fledged chess logic</li>
<li>Check works correctly</li>
<li>Doesn't allow illegal moves</li>
<li>En passant allowed</li>
<li>Castling allowed</li>
</ul>
<h3>Features:</h3>
<ul class="feature-list">
<li>Javascript</li>
<li>HTML/CSS</li>
<li>Visual Studio</li>
<li>Web App</li>
</ul>
</div>
<div class="video-container">
<div id="video1" class="video">
<iframe width="90%" height="90%" src="https://www.youtube.com/embed/QL_FuXo9u1c" allow="fullscreen;">
</iframe>
</div>
</div>
</div>
<hr />
<!--Scrabble//-->
<div class="video-section">
<div id="description1" class="description">
<h2><a href="https://github.com/dbutzen/Scrabble">Scrabble App</a></h2>
<h3>Description:</h3>
<ul class="feature-list">
<li>Single player scrabble</li>
<li>Includes all tile placement rules</li>
<li>Includes dictionary API for words played</li>
</ul>
<h3>Features:</h3>
<ul class="feature-list">
<li>Javascript</li>
<li>HTML/CSS</li>
<li>C#</li>
<li>Visual Studio</li>
<li>Web App</li>
<li>MVC</li>
<li>Multitier architecture</li>
</ul>
</div>
<div class="video-container">
<div id="video1" class="video">
<iframe width="90%" height="90%" src="https://www.youtube.com/embed/Q6rlSUkVZa0" allow="fullscreen;">
</iframe>
</div>
</div>
</div>
<hr />
<!--FitApp//-->
<div class="video-section">
<div id="description2" class="description">
<h2><a href="https://github.com/dbutzen/FitappFitApp">FitApp</a></h2>
<h3>Description:</h3>
<ul class="feature-list">
<li>App for health tracking</li>
<li>Mobile App for user interface</li>
<li>WPF for admin interface</li>
<li>Add/Edit/Delete items, activities, users from WPF</li>
<li>Includes API connection to nutritionx</li>
</ul>
<h3>Features:</h3>
<ul class="feature-list">
<li>C#</li>
<li>XML</li>
<li>WPF</li>
<li>Visual Studio</li>
<li>Multitier architecture</li>
<li>Database Design</li>
</ul>
</div>
<div class="video-container">
<div id="video2" class="video">
<iframe width="90%" height="90%" src="https://www.youtube.com/embed/byLYuOeMGf0" allow="fullscreen;">
</iframe>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</body>
</html>