-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
301 lines (280 loc) · 16 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
<!DOCTYPE html>
<html lang="en">
<!--Hanswe-->
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7" lang=""> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8" lang=""> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9" lang=""> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js" lang=""> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>HPW</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="apple-touch-icon" href="apple-touch-icon.png">
<title>HPW</title>
<!-- jQuery -->
<script src="js/jquery.js"></script>
<script src="js/main.js"></script>
<script src="js/vendor/modernizr-2.8.3-respond-1.4.2.min.js"></script>
<!-- Bootstrap Core JavaScript -->
<script src="js/bootstrap.min.js"></script>
<!-- Bootstrap Core CSS -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<link rel="stylesheet" href="assets/css/normalize.css">
<link rel="stylesheet" href="assets/css/keyframes.css">
<link rel="stylesheet" href="assets/css/layout.css">
<link rel="stylesheet" href="assets/css/pageTransitions.css">
<link rel="stylesheet" href="css/bootstrap-theme.min.css">
<!-- Custom CSS -->
<link href="css/stylish-portfolio.css" rel="stylesheet">
<link rel="stylesheet" href="css/main.css">
<!-- Custom Fonts -->
<link href="font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700,300italic,400italic,700italic" rel="stylesheet" type="text/css">
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<!-- Navigation -->
<div class="m-aside scene_element scene_element--fadein">
<a id="menu-toggle" href="#" class="btn btn-dark btn-lg toggle"><i class="fa fa-bars"></i></a>
<nav id="sidebar-wrapper">
<ul class="sidebar-nav">
<a id="menu-close" href="#" class="btn btn-light btn-lg pull-right toggle"><i class="fa fa-times"></i></a>
<li class="sidebar-brand">
<a href="#top" onclick = $("#menu-close").click(); >Menu</a>
</li>
<li>
<a href="./index.html" onclick = $("#menu-close").click(); >Home</a>
</li>
<li>
<a href="#about" onclick = $("#menu-close").click(); >About Me</a>
</li>
<li>
<a href="#blog" onclick = $("#menu-close").click(); >Blog</a>
</li>
<li>
<a href="#tools" onclick = $("#menu-close").click(); >Tools</a>
</li>
<li>
<a href="#contact" onclick = $("#menu-close").click(); >Contact</a>
</li>
<li>
<a href="https://drive.google.com/file/d/1mBwv3P7nWPYLFX0mi5sF59fnJ-K3eaje/view?usp=sharing" onclick = $("#menu-close").click(); >Resume</a>
</li>
</ul>
</nav>
</div>
<!-- Header -->
<header id="top" class="header">
<div class="text-vertical-center">
<div class="detail m-scene" id="main">
<div class="m-aside scene_element scene_element--fadein">
<h1>I'm Hans</h1>
<h3>System/Software Engineer</h3>
<h6>Tinkerer, Brewer, Dog lover, and coffee addict</h6>
<br>
<a href="#about" class="btn btn-dark btn-lg">Find Out More</a>
</div>
</div>
<!-- Media-->
<div class="modal fade" id="myModal" tabindex="-1" role="dialog" aria-labelledby="myModalLabel">
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></button>
<h4 class="modal-title" id="myModalLabel">Birdseye</h4>
</div>
<div class="modal-body">
<iframe src="https://drive.google.com/open?id=1xe59TQ74tgTrdWmefBQZnrhca5vO37rB" width="300" height="220"></iframe></iframe>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
<!-- Media-->
</header>
<!-- About -->
<section id="about" class="about">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<div class="img-div" img class="center-block" >
<img src="img/gravitar.jpg"/>
</div>
<h2>Welcome to my site.</h2>
<p class="lead">I am an Engineer with a passion for design and programming in the Greater Boston Area. I studied Electrical Engineering at Louisiana State University where I specialized in RF Design, Power Electronics, and Control & System Theory.</p>
<p class="lead">I have experience with complex control systems, real time operating systems, networking, and writing code. I have excelled in the areas of design, creation, and implementation of tools and applications.</p>
<p class="lead">I am a fast learner that thrives in high-demand development and operations environments.</p>
<p class="lead">I currently work as a DSP Software Engineer in the aerospace/defense industry.</p>
<p></p>
<p class="lead">I worked on embedded controls and Dynamic Positioning Systems in the past. </p>
<p class ="lead">For the last few years I have also worked on developing Big Data Analysis Tools and solutions to enhance cost saving measures and provide better support.</p>
<p class ="lead">I am interested in new technology, investing, social web development, IOT Building, and beer brewing.</p>
<p class ="lead"> Accolades: </p>
<p class ="lead"> "Rstar Achievement Award for Accountability, 2021", Raytheon Technologies</p>
<p class ="lead"> "International Employee of the Year 2015", Kongsberg Maritime</p>
<p class ="lead"> "T.O.P.'s Award", Taylor Opportunity Program for Students</p>
<p class ="lead"> Print: </p>
<a href="http://www.lsunow.com/news/university-student-creates-website-for-alternative-textbook-exchange/article_d41455f4-987c-5d6c-9664-56d370867df3.html"><p class ="lead"> University student creates website for alternative textbook exchange</p></a>
<a href="http://www.lsunow.com/opinion/columnists/alternatives-merit-consideration-when-buying-books/article_28f17865-9519-5909-9b94-588bf8952d1a.html"><p class ="lead"> Alternatives merit consideration when buying books</p></a>
<p class ="lead"> Media: </p>
<a href = "#" p class = "lead" data-toggle="modal" data-target="#myModal">Project Birdseye »</a></p>
</div>
</div>
<!-- /.row -->
</div>
<!-- /.container -->
</section>
<!-- blog -->
<!-- The circle icons use Font Awesome's stacked icon classes. For more information, visit http://fontawesome.io/examples/ -->
<section id="blog" class="services bg-primary">
<div class="container">
<div class="row text-center">
<div class="col-lg-10 col-lg-offset-1">
<h2>Blog</h2>
<hr class="small">
<div class="row">
<div class="service-item">
<span class="fa-stack fa-4x">
<i class="fa fa-circle fa-stack-2x"></i>
<a href="https://medium.com/@hwegge2"><i class="fa fa-newspaper-o fa-stack-1x text-primary"></i></a>
</span>
<h4 id='links'></h4>
</div>
</div>
</section>
<section id="tools" class="tools bg-success">
<div class="container">
<div class="row text-center">
<div class="col-lg-10 col-lg-offset-1">
<h2>PGP Key</h2>
<hr class="small">
<div class="row">
<div class="service-item">
<span class="fa-stack fa-4x">
<i class="fa fa-circle fa-stack-2x"></i>
<a href=""><i class="fa fa-key fa-stack-1x text-success"></i></a>
</span>
<div>-----BEGIN PGP PUBLIC KEY BLOCK-----</div>
<div>mQENBF7e/5wBCADJukYxQd7IQmOwjctuqoB6en8FleX2VkbVpMLbpp423sq1QMr6</div>
<div>0oMBff1j8bBOmPfchxGRUoWhDvWpcwEVVYRcBg6O0FwF5MFh5YwD6yxgNayggsMG</div>
<div>5ufRoEEosjJTHj7lxFDNJEkv1hAfU3cClx5UOpV99jPlJ7pmXD1FFZLxrNESf8r3</div>
<div>NvP40BpQWDoZKQq+Uyume+YRLt3maY+0okmqS3Bgdz5quKng7mS3UZbPCUilEPUp</div>
<div>iLARhUzSG0k2yDLxQFY8OFYOhEOcX80QPv+JZ66cVrVV02cZ5PlljfR/0007RQRg</div>
<div>b+WGV+ce3yAS9kul4y6R3vLbYC2C6hTgIlFjABEBAAG0MEhhbnMgUCBXZWdnZW1h</div>
<div>biAoaHdlZ2dlMikgPGhwd2VnZ2VtYW5AZ21haWwuY29tPokBVAQTAQgAPhYhBEKF</div>
<div>FMCjbB3YMai9bdXkOdQJbs8rBQJe3v+cAhsDBQkGfSIABQsJCAcCBhUKCQgLAgQW</div>
<div>AgMBAh4BAheAAAoJENXkOdQJbs8raNcH/1qr6KqrPdCdzoLzyeHFyGgjx0Pum908</div>
<div>3NtfPqtM8NjJwef1n63vD4Qy+dOnmfoNEgf1R8W/HugiEJHwDFtFo88fmqP8kNkg</div>
<div>AzD8x3GZF3Rm9D7KThzzjUA0eaFqNp5HiLcOxeY8r5ExaM09YcknChybDX/h1a7X</div>
<div>bmmcCX/xHRTWUZPk/FrHj90R0kVps9TGbTcvGAmlBBWHoY4Rd/h16B6rOwm+a1Rk</div>
<div>OFesqIwlgtQkAdyYPeiC9aFVMYbWaojITpLgXLzKruflkOjfvBl3vmFibL4RXWW0</div>
<div>Bztfw5Tmg4I5DKG2ffHwT2PWS6YDPhec0X5wtXuuiinumyntyHQkXAu5AQ0EXt7/</div>
<div>nAEIAOGnESdN5MnTsQ760Lz3x7V8TNN6NrYNzlADj9QkeMWPQaWq77z2CWUtbriN</div>
<div>g8zumO3imUO71deXEtVqX25Vy5ant6HjgArM/VBVxMwoAF/eVI7uM0AAIgxeZ+/A</div>
<div>ttmYxfh/UuwOfSlHEXsv2opiMZw/I5/to3fx8xZNgqos9f3MiBZgk3bq/tKL9V9x</div>
<div>7gtzypJRFlaYW/QCD4rXXOc1WxxHWKaV82/yVtaEwUFyErL1owKU3eJK6DlNxQ1H</div>
<div>bI0XBb8W3QKg4BV/Q/jv5t2YFMwcqOSuLzmNFZXJFjl/zk00EW1JDI1dJhCSDYSW</div>
<div>NGZaimQiKn5NCGBuBrkhgca96o0AEQEAAYkBPAQYAQgAJhYhBEKFFMCjbB3YMai9</div>
<div>bdXkOdQJbs8rBQJe3v+cAhsMBQkGfSIAAAoJENXkOdQJbs8rOd4H/Ayr2eSTain8</div>
<div>UJ5WEwhXsc6WhB2PP15foj1GtFL4Za6txBuCDL3/JPVSLCtMe3wrae7jQiXqRr/J</div>
<div>LPVBOhmSByoCkN0rMie75JF9UIfoeBfip04MVoCkJ0A5siWfP+0Cpp0lUmOC+uF6</div>
<div>R3cUw0t1mwf0ij0CJeT1aL3kdFbfQlK4j/rmnBOdrsVAB6iXionPaRD2gIAUS4zR</div>
<div>Concuz/3WGfsAvWnNPv+fn9fZJQ9og09CSgjQXz2dp5pxQltNbVMlJGZSXpA5hQq</div>
<div>/j8An25i2JKwqBoD+8bjU6VaRNLlrAePq0N1NE6QG2hjr7cXcCz3ilNX6v2c0ddp</div>
<div>xQ2Dk8d/3BY=</div>
<div>=d/qc</div>
<div>-----END PGP PUBLIC KEY BLOCK-----</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Contact -->
<!-- The circle icons use Font Awesome's stacked icon classes. For more information, visit http://fontawesome.io/examples/ -->
<section id="contact" class="contact bg-warning">
<div class="container">
<div class="row text-center">
<div class="col-lg-10 col-lg-offset-1">
<h2>Contact Me</h2>
<hr class="small">
<div class="row">
<div class="service-item">
<span class="fa-stack fa-4x">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-user fa-stack-1x text-warning"></i>
</span>
</div>
<h4>phone: +1 504-473-2096</h4>
<p></p>
<h4>e-mail: hpweggeman[at]gmail[dot]com</h4>
<p></p>
</div>
</section>
<!-- Footer -->
<div class="detail m-scene" id="main">
<div class="m-aside scene_element scene_element--fadein">
<footer class="footer">
<p>© HPW 2020</p>
<div class="container text-center">
<a href="https://www.facebook.com/hwegge2"><i class="fa fa-facebook"></i></a>
<a href="https://twitter.com/hwegge2"><i class="fa fa-twitter"></i></a>
<a href="https://www.linkedin.com/in/hans-weggeman-4383a03b"><i class="fa fa-linkedin"></i></a>
<a href="https://github.com/hwegge2"><i class="fa fa-github"></i></a>
<a href="https://angel.co/hwegge2"><i class="fa fa-angellist"></i></a>
</div><!--End container-->
</div>
</div>
</footer><!--End footer-->
<!-- Custom Theme JavaScript -->
<script>
// Closes the sidebar menu
$("#menu-close").click(function(e) {
e.preventDefault();
$("#sidebar-wrapper").toggleClass("active");
});
// Opens the sidebar menu
$("#menu-toggle").click(function(e) {
e.preventDefault();
$("#sidebar-wrapper").toggleClass("active");
});
// Scrolls to the selected menu item on the page
$(function() {
$('a[href*=#]:not([href=#])').click(function() {
if (location.pathname.replace(/^\//, '') == this.pathname.replace(/^\//, '') || location.hostname == this.hostname) {
var target = $(this.hash);
target = target.length ? target : $('[name=' + this.hash.slice(1) + ']');
if (target.length) {
$('html,body').animate({
scrollTop: target.offset().top
}, 1000);
return false;
}
}
});
});
</script>
<!--Start of Tawk.to Script-->
<script type="text/javascript">
var Tawk_API=Tawk_API||{}, Tawk_LoadStart=new Date();
(function(){
var s1=document.createElement("script"),s0=document.getElementsByTagName("script")[0];
s1.async=true;
s1.src='https://embed.tawk.to/5720e68ed347682a37e5c4d4/default';
s1.charset='UTF-8';
s1.setAttribute('crossorigin','*');
s0.parentNode.insertBefore(s1,s0);
})();
</script>
<!--End of Tawk.to Script-->
</body>
</html>