-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
401 lines (355 loc) · 14.3 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Andrew Herzberg</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="css/animate.css">
<link rel="stylesheet" href="css/custom.css">
<link rel="stylesheet" href="css/font-awesome.min.css">
<link href="https://fonts.googleapis.com/css?family=Chonburi" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Arvo:700" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Open+Sans|Roboto" rel="stylesheet">
<link rel="stylesheet" href="css/bootstrap.min.css">
<script type="text/javascript" src="js/please.js"></script>
<script type="text/javascript" src="js/easteregg.js"></script>
<script src="js/jquery.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/particles.js"></script>
<script>
</script>
</head>
<body style="height:2000px">
<!--<div class="proPic"> </div>-->
<div class="row " style="background-color: #333333">
<div class="col-xs-12 text-center" style="padding:50px;font-family: 'Chonburi', cursive;font-size:56px;color:white">
<img id="mobile-pic" width="290px" height="290px" src="images/prof_pic.jpg" alt="" style="position:relative;z-index:9999;margin-bottom:30px; display:none; margin:auto;" class="animated slideInDown img-circle topmar " >
Andrew Herzberg
</div>
</div>
<div class="row " style="background-color: #222">
<div class="col-lg-3 col-md-6 col-xs-0 text-center">
<img id="desktop-pic" width="290px" height="290px" src="images/prof_pic.jpg" alt="" style="position:absolute;z-index:9999" class="animated slideInDown img-circle topmar prof-pic" >
</div>
<a id="resume-nav" href="#">
<div class="navitem text-center active col-lg-3 col-md-2 col-xs-4" >
RESUME
</div>
</a>
<a id="contact-nav" href="#">
<div class="navitem text-center col-lg-3 col-md-2 col-xs-4" >
CONTACT
</div>
</a>
</div>
<div id="particles-js" class="container" >
</div>
<div class="contact-container" style="display:none">
<div class="row"><br><br><br><br><br><br><br></div>
<div class="row" >
<div class="slideInUp animated col-xs-8 col-xs-offset-2 panel panel-default section">
<div class="text-center section-title">
<h2><b>get in touch</b></h2>
</div>
<div class="row">
<div class="col-xs-6 text-center" style="font-family: 'Arvo', serif;">
<h3>480.278.2512</h3>
</div>
<div class="col-xs-6 text-center" style="font-family: 'Arvo', serif;">
<h3>[email protected]</h3>
</div>
<div class="col-xs-12 text-center" style="margin-bottom:20px">
<a href="https://www.linkedin.com/in/andrew-herzberg-a75557b2"><i class="fa fa-linkedin-square fa-3x" aria-hidden="true"></i></a>
</div>
</div>
</div>
</div>
</div>
<div class="projects-container" style="display:none">
<div class="row"><br><br><br><br><br><br><br></div>
<div class="row" >
<div class="col-xs-6 col-xs-offset-3 text-center">
<div class="slideInLeft animated panel panel-default section" style="width:42%;height:10%;display:inline-block">
<div class="section-title"><b>Generating First and Follow Sets</b></div>
<div style="width:100%; background-color: #444;height:3px"></div>
<br>
<div class="text-center">A website used to generate first and follow sets of context-free grammar. This is often used in compiler design. Uses HTML, CSS, jQuery, javascript</div>
<br>
<div class="text-center">
<a class="btn btn-primary " style="background-color: #222;color:#9d9d9d" href="">
CLICK HERE
</a>
</div>
<br>
<br>
</div>
<div style="width:5%;height:10%;display:inline-block;"> </div>
<div class="slideInRight animated panel panel-default section" style="width:42%;display:inline-block">
<div class="section-title"><b>Hand/Object Tracking</b></div>
<div style="width:100%; background-color: #444;height:3px"></div>
<br>
<div class="text-center"> Using a kinect sensor and a C++ point cloud library (PCL), this program is able to distinguish between an object and a hand, identifying where the two touch</div>
<br>
<div class="text-center">
<a class="btn btn-primary " style="background-color: #222;color:#9d9d9d" href="">
CLICK HERE
</a>
</div>
<br>
<br>
</div>
</div>
</div>
<div class="row">
<div class="col-xs-6 col-xs-offset-3 text-center">
<div class="slideInLeft animated panel panel-default section" style="width:42%;height:10%;display:inline-block">
<div class="section-title"><b>Prism</b></div>
<div style="width:100%; background-color: #444;height:3px"></div>
<br>
<div class="text-center">An android puzzle app currently on the Google Play Store. Made with Java. </div>
<br>
<div class="text-center">
<a class="btn btn-primary " href="https://play.google.com/store/apps/details?id=com.companyname.Prism&hl=en" style="background-color: #222;color:#9d9d9d" href="">
CLICK HERE
</a>
</div>
<br>
<br>
</div>
</div>
</div>
</div>
<div class="resume-container">
<div class="row"><br><br><div class="visible-xs visible-sm" ><br><br><br><br><br></div></div>
<div class="row" >
<div class="slideInLeft animated text-center col-md-2 col-md-offset-2 col-xs-10 col-xs-offset-1 ">
</div>
<div class="slideInLeft animated col-md-6 col-md-offset-0 col-xs-10 col-xs-offset-1 panel panel-default" style="background-color:rgba(204,204,204,1);" >
<div class="section-title"><b>about me</b></div>
<div style="width:100%; background-color: #444;height:3px;"></div>
<p style="font-family: 'Arvo', serif;opacity:1 !important;">
Experienced Software Engineer with a demonstrated history of working in the aviation and aerospace industry. Skilled in Python, C++, and Java. Strong engineering professional with a Bachelor of Science (BS) focused in Computer Science from Arizona State University.
</p>
</div>
</div>
<div class="row" >
<div class="slideInLeft animated col-md-3 col-md-offset-1 col-xs-10 col-xs-offset-1 panel panel-default section text-center" style="margin-top:-10px">
<div class="text-right">
<a class="btn btn-lg" style="background-color: #222;color:#9d9d9d;margin-top:-100px;marginposition:fixed;" href="ResumeHerzberg.pdf" target="_blank">Download Resume</a>
</div>
<div class="section-title"><b>programming languages</b></div>
<div style="width:100%; background-color: #444;height:3px"></div>
<br>
<div class="row" style="font-family: 'Arvo', serif;">
<div class="col-xs-3 col-xs-offset-2 text-center">
<div class="programming-list text-center" >
<div>C/C++</div>
<div>Java</div>
<div>Python</div>
<div>HTML</div>
<div>Bootstrap</div>
<div>ASP.NET</div>
<div>Git</div>
</div>
</div>
<div class="col-xs-3 col-xs-offset-2 text-center">
<div class="programming-list text-center" >
<div>C#</div>
<div>Javascript</div>
<div>CSS</div>
<div>SQL</div>
<div>JQuery</div>
<div>Bash</div>
</div>
</div>
</div>
</div>
<div class="col-xs-12 col-md-3 slideInUp animated text-center" >
<!--<div class="panel panel-default col-xs-2 col-xs-offset-5 section text-center" style="margin-top:0px; width:150px">
<div class="section-title text-center"><b>Experience</b></div>
</div>-->
<div class="full-circle">
<br>
<span class="title">Kutta Technologies</span>
<span style="font-family: 'Roboto', sans-serif;">
<br>
<b>Software Engineer
<br>
Dec. 2016 - Feb. 2019</b>
</span>
<br><br>
<span style="font-family: 'Arvo', serif;">
<p >
Part of 5-person team to develop unmanned aerial vehicle controller software. Worked on automating the CI/CD pipeline (Linux) and software test development, as well as conducting off site hardware <br/>testing. Primary language used <br/>Python and C++.</p>
</span>
</div>
</div>
<div class=" col-xs-12 col-md-3 slideInRight animated text-center" >
<div class="full-circle">
<br>
<span class="title">Citizenserve</span>
<span style="font-family: 'Roboto', sans-serif;">
<br>
<b>IT Analyst
<br>
Feb. 2019 - Current</b>
</span>
<br><br>
<span style="font-family: 'Arvo', serif;">
<p style="width: 238px;margin-left:25px">
Interfaces with customers to get requirements, then implement the front end changes (HTML, CSS, Javascript) and facilitate application/SQL databases changes at small ~15 person company.
</p>
</span>
</div>
</div>
</div>
</div>
</div>
<script>
$("#projects-nav").on("click",function(){
$(".navitem").removeClass("active");
$(this).children().addClass("active");
removeResume();
removeContact();
$(".projects-container").css("display","block");
});
$("#resume-nav").on("click",function(){
$(".navitem").removeClass("active");
$(this).children().addClass("active");
removeProjects();
removeContact();
$(".resume-container").css("display","block");
});
$("#contact-nav").on("click",function(){
$(".navitem").removeClass("active");
$(this).children().addClass("active");
removeResume();
removeProjects();
$(".contact-container").css("display","block");
});
function removeProjects()
{
$(".projects-container .slideInRight").removeClass("slideInRight").addClass("slideOutRight");
$(".projects-container .slideInLeft").removeClass("slideInLeft").addClass("slideOutLeft");
window.setTimeout( function(){
$(".projects-container").css("display","none");
$(".projects-container .slideOutLeft").addClass("slideInLeft").removeClass("slideOutLeft");
$(".projects-container .slideOutRight").addClass("slideInRight").removeClass("slideOutRight");
}, 1000);
}
function removeContact()
{
$(".contact-container .slideInDown").removeClass("slideInDown").addClass("slideOutDown");
window.setTimeout( function(){
$(".contact-container").css("display","none");
$(".contact-container .slideOutDown").removeClass("slideOutDown").addClass("slideInDown");
}, 1000);
}
function removeResume()
{
$(".resume-container .slideInRight").removeClass("slideInRight").addClass("slideOutRight");
$(".resume-container .slideInLeft").removeClass("slideInLeft").addClass("slideOutLeft");
$(".resume-container .slideInUp").removeClass("slideInUp").addClass("slideOutDown");
window.setTimeout( function(){
$(".resume-container").css("display","none");
$(".resume-container .slideOutRight").addClass("slideInRight").removeClass("slideOutRight");
$(".resume-container .slideOutLeft").addClass("slideInLeft").removeClass("slideOutLeft");
$(".resume-container .slideOutDown").addClass("slideInUp").removeClass("slideOutDown");
}, 1000);
}
$( window ).resize(PlaceImg);
$( document ).ready(PlaceImg);
function PlaceImg()
{
if($( window ).width() < 991)
{
$("#desktop-pic").css("display","none");
$("#mobile-pic").css("display","block");
}
else
{
$("#desktop-pic").css("display","block");
$("#mobile-pic").css("display","none");
}
}
</script>
<script>
var egg = new Egg();
egg
.addCode("up,up,down,down,left,right,left,right,b,a", function() {
jQuery('#egggif').fadeIn(500, function() {
window.setTimeout(function() { jQuery('#egggif').hide(); }, 5000);
});
})
.addHook(function(){
console.log("Hook called for: " + this.activeEgg.keys);
console.log(this.activeEgg.metadata);
}).listen();
</script>
<script>
particlesJS("particles-js", {"particles":{"number":{"value":80,"density":{"enable":true,"value_area":800}},"color":{"value":"#ffffff"},"shape":{"type":"circle","stroke":{"width":0,"color":"#000000"},"polygon":{"nb_sides":5},"image":{"src":"img/github.svg","width":100,"height":100}},"opacity":{"value":1,"random":true,"anim":{"enable":true,"speed":1,"opacity_min":0,"sync":false}},"size":{"value":3,"random":true,"anim":{"enable":false,"speed":4,"size_min":0.3,"sync":false}},"line_linked":{"enable":false,"distance":150,"color":"#ffffff","opacity":0.4,"width":1},"move":{"enable":true,"speed":1,"direction":"none","random":true,"straight":false,"out_mode":"out","bounce":false,"attract":{"enable":false,"rotateX":600,"rotateY":600}}},"interactivity":{"detect_on":"canvas","events":{"onhover":{"enable":false,"mode":"bubble"},"onclick":{"enable":false,"mode":"repulse"},"resize":true},"modes":{"grab":{"distance":400,"line_linked":{"opacity":1}},"bubble":{"distance":250,"size":0,"duration":2,"opacity":0,"speed":3},"repulse":{"distance":400,"duration":0.4},"push":{"particles_nb":4},"remove":{"particles_nb":2}}},"retina_detect":true});var count_particles, stats, update; stats = new Stats; stats.setMode(0); stats.domElement.style.position = 'absolute'; stats.domElement.style.left = '0px'; stats.domElement.style.top = '0px'; document.body.appendChild(stats.domElement); count_particles = document.querySelector('.js-count-particles'); update = function() { stats.begin(); stats.end(); if (window.pJSDom[0].pJS.particles && window.pJSDom[0].pJS.particles.array) { count_particles.innerText = window.pJSDom[0].pJS.particles.array.length; } requestAnimationFrame(update); }; requestAnimationFrame(update);;
</script>
<script>
var unsortedArray = [9,32,5,1,6,7,99,2,234,123,5,6453,3,4,43,23,4,643,8,4];
console.log(mergeSort(unsortedArray));
function mergeSort(unsortedArray)
{
//if it is 1 element then return array
var array = unsortedArray;
if(array.length == 1)
{
return array;
}
var list1 = [];
var list2 = [];
for(i = 0; i < array.length ; i++)
{
if(i < array.length/2)
{
list1.push(array[i]);
}
else
{
list2.push(array[i]);
}
}
console.log(list1);
console.log(list2);
list1=mergeSort(list1);
list2= mergeSort(list2);
return merge(list1,list2);
//else split in half and call mergesort on each half
//return merge of two halves
}
//takes two arrays and sorts them
function merge(list1, list2)
{
var sortedList = [];
while(list1.length > 0 && list2.length > 0)
{
if(list1[0] > list2[0])
{
sortedList.push(list2[0]);
list2.shift();
}
else
{
sortedList.push(list1[0]);
list1.shift();
}
}
while(list1.length > 0)
{
sortedList.push(list1[0]);
list1.shift();
}
while(list2.length > 0)
{
sortedList.push(list2[0]);
list2.shift();
}
return sortedList;
}
</script>
</body>
</html>