-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
397 lines (379 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
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- favicon -->
<link rel="icon" href="./assets/favicon.ico" type="image/x-icon" />
<!-- custom external CSS -->
<link rel="stylesheet" href="css/style.css">
<!-- font from Google fonts -->
<link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro" rel="stylesheet">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm"
crossorigin="anonymous">
<script type="text/javascript" src="https://cdn.jsdelivr.net/gh/byliuyang/[email protected]/src/github-stats.js"></script>
<title>Alex Weininger</title>
</head>
<body>
<div class="container-fluid">
<div id="header" class="content-block dark parallax">
<div class="row spacer no-gutters">
</div>
<div class="row justify-content-center no-gutters">
<div class="col-xl-12">
<div class="nametag">
<h1>Alex Weininger</h1>
</div>
</div>
</div>
<!-- button navbar -->
<br>
<br>
<br>
<div class="row justify-content-center no-gutters">
<div class="col-md-6">
<nav>
<ul class="nav">
<li>
<a href="https://github.com/alexweininger">Github</a>
</li>
<li>
<a target="" href="https://onedrive.live.com/download?cid=C42D4281668F1373&resid=C42D4281668F1373%21345511&authkey=ADCBQS2sj5slA6c&em=2">Resume</a>
</li>
<li>
<a href="./pages/contact.html">Contact</a>
</li>
</ul>
</nav>
</div>
</div>
<br>
<br>
<br>
<a href="https://github.com/alexweininger" id="commits-link" ><div id="commits"></div></a>
</div>
<!-- projects -->
<div class="content-block light">
<div class="row-spacer">
</div>
<div class="row justify-content-center no-gutters">
<div class="col-lg-6">
<h2 class="big-heading">Projects</h2>
</div>
</div>
<div class="row-spacer">
</div>
<div class="row justify-content-center no-gutters">
<div class="col-md-4">
<div class="well">
<h3 class="center">
<a href="https://github.com/alexweininger/android-catan">Catan on Android</a>
</h3>
<div class="well-text">
<p>the famous Settlers of Catan game built into a responsive android app</p>
<code>android</code> <code>java</code> <code>gradle</code>
</div>
</div>
</div>
<div class="col-md-4">
<div class="well">
<h3 class="center">
<a href="https://github.com/alexweininger/recent-pdfs">Recent PDF</a>
</h3>
<div class="well-text">
<p>a chrome extension allowing easy access to recently viewed pdf files</p>
<code>javascript</code> <code>html</code> <code>css</code> <code>chrome-api</code>
</div>
</div>
</div>
<div class="col-md-4">
<div class="well">
<h3 class="center">
<a href="https://github.com/alexweininger/dodging-game">Dodger</a>
</h3>
<div class="well-text">
<p>a small work-in-progress game that I used to learn html canvas</p>
<code>javascript</code> <code>html</code> <code>css</code> <code>canvas</code>
</div>
</div>
</div>
</div>
<div class="row-spacer">
</div>
<div class="row-spacer">
</div>
<div class="row justify-content-center no-gutters">
<div class="col-md-4">
<div class="well">
<h3 class="center">
<a href="https://github.com/alexweininger/joke-api">Joke API</a>
</h3>
<div class="well-text">
<p>a serverless api made with azure functions and nodejs</p>
<code>node</code> <code>azure</code> <code>serverless api</code>
</div>
</div>
</div>
<div class="col-md-4">
<div class="well">
<h3 class="center">
<a href="https://alexweininger.github.io/blog/">Blog</a>
</h3>
<div class="well-text">
<p>my personal blog made with
<a class="black-link" href="https://hexo.io/">hexo</a>, a node.js ssg</p>
<code>python</code> <code>markdown</code> <code>html</code><code>css</code>
</div>
</div>
</div>
</div>
<div class="row no-gutters">
<br>
</div>
</div>
<!-- experience -->
<div class="content-block parallax dark">
<div class="row-spacer">
</div>
<div class="row justify-content-center no-gutters">
<div class="col-md-6">
<h2 class="big-heading">Experience</h2>
<p class="comments">Real world learning and problem solving.</p>
</div>
</div>
<div class="row-spacer">
</div>
<div class="row justify-content-center no-gutters">
<div class="col-md-9">
<div class="well">
<h3 class="center">
<a class="center">
<div class="row justify-content-left">
<div class="col-lg-4">
Software Enginering Intern
</div>
<div class="col-md-4">
Microsoft
</div>
<div class="col-md-4">
May 2020 - July 2020
</div>
</div>
</a>
</h3>
<div class="row justify-content-center no-gutters">
<div class="col-lg-12">
<div class="well-text">
<code class="dark">C#</code> <code class="dark">WPF</code> <code class="dark">Visual Studio</code> <code
class="dark">git</code> <code class="dark">XAML</code>
</div>
</div>
</div>
</div>
</div>
</div>
<br>
<div class="row justify-content-center no-gutters">
<div class="col-md-9">
<div class="well">
<h3 class="center">
<a class="center">
<div class="row justify-content-left">
<div class="col-lg-4">
Software Enginering Intern
</div>
<div class="col-md-4">
Microsoft
</div>
<div class="col-md-4">
May 2019 - July 2019
</div>
</div>
</a>
</h3>
<div class="row justify-content-center no-gutters">
<div class="col-lg-12">
<div class="well-text">
<p>
Worked on products such as Visual Studio, Visual Studio Web Tools, and Azure Storage Explorer.
<ul><li>Implemented and refined a new API within Visual Studio.</li>
<li>Used iterative process to implement new UI in Visual Studio using C# and WPF.</li>
<li>Worked with the design team to make the UI accessible and follow Microsoft standards.</li>
<li>Made standard UI that will be used across all of Visual Studio. Making bug fixes easier and faster.</li>
<li>Worked on the Azure Storage Explorer as a part of the Microsoft Hackathon.</li>
</ul>
</p>
<code class="dark">C#</code> <code class="dark">WPF</code> <code class="dark">Visual Studio</code> <code
class="dark">git</code> <code class="dark">XAML</code>
</div>
</div>
</div>
</div>
</div>
</div>
<br>
<div class="row justify-content-center no-gutters">
<div class="col-md-9">
<div class="well">
<h3 class="center">
<a class="center">
<div class="row justify-content-left">
<div class="col-lg-4">
Lead Web Developer
</div>
<div class="col-md-4">
University of Portland
</div>
<div class="col-md-4">
October 2017 - present
</div>
</div>
</a>
</h3>
<div class="row justify-content-center no-gutters">
<div class="col-lg-12">
<div class="well-text">
<p>Working as a web developer in the web services department at University of Portland. Working here,
I develop
and maintain university sites in Java using the Liferay framework. Working here, I am assigned a
project
and am expected to complete it on my own. Frontend and backend, using git for source control.
As of September 2018, I manage two web developers providing leadership
and experience for them to learn.
</p>
<code class="dark">java</code> <code class="dark">sql</code> <code class="dark">liferay</code> <code
class="dark">javascript</code> <code class="dark">git</code> <code class="dark">html</code> <code
class="dark">css</code>
</div>
</div>
</div>
</div>
</div>
</div>
<br>
<div class="row justify-content-center no-gutters">
<div class="col-md-9">
<div class="well">
<h3 class="center">
<a class="center">
<div class="row justify-content-left">
<div class="col-lg-4">
Industrial Engineering and Design
</div>
<div class="col-md-4">
Crown Equipment
</div>
<div class="col-md-4">
May 2018 - July 2018
</div>
</div>
</a>
</h3>
<div class="row justify-content-center no-gutters">
<div class="col-lg-12">
<div class="well-text">
<p>
As a part of the KEEN Engineering Program at Ohio Northern University, me and three others worked
for Crown Equipment to
design a solution for thier fork lifts. Crown needed a way to measure the position of hydraulic
cylinders
that could stand up to the violent environments that fork lifts are often subject to.
</p>
<code class="dark">C++</code> <code class="dark">CAD</code> <code class="dark">Arduino</code> <code
class="dark">human-centered-design</code> <code class="dark">html</code> <code class="dark">css</code>
<code class="dark">teamwork</code>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- education -->
<div class="content-block light">
<div class="row-spacer">
</div>
<div class="row justify-content-center no-gutters">
<div class="col-md-6">
<h2 class="big-heading">Education</h2>
</div>
</div>
<div class="row-spacer">
</div>
<div class="row justify-content-center no-gutters">
<div class="col-lg-9">
<div class="well">
<h3 class="center">
<a class="center">
<div class="row justify-content-left">
<div class="col-lg-4">
University of Portland
</div>
<div class="col-md-4">
B.S. Computer Science
</div>
<div class="col-md-4">
2017 - 2021
</div>
</div>
</a>
</h3>
<div class="well-text">
<p>
Currently a sophomore studying Computer Science in the Donald P. Shiley School of Engineering.
<br>
Calculus 2, Physics 2, Intro to Computer Science, Data Structures, Discrete Structures, Object Oriented
Design, UNIX Tools.
<br>
3.85 GPA
<br>
Dean's List
</p>
</div>
<div class="row-spacer">
</div>
<h3 class="center">
<a class="center">
<div class="row justify-content-left no-gutters">
<div class="col-md-4">
Redmond High School
</div>
<div class="col-md-4">
Student-athlete award
</div>
<div class="col-md-4">
2013 - 2017
</div>
</div>
</a>
</h3>
</div>
</div>
</div>
</div>
</div>
<div class="row no-gutters">
<div class="col-12 align-self-center">
<footer class="parallax">
<p>made by Alex Weininger with Bootstrap 4</p>
<p id="copyright">©Alex Weininger 2017-2019</p>
<p>
<a href="https://github.com/alexweininger/portfolio">Github Repository</a>
</p>
</footer>
</div>
</div>
<!-- custom external JavaScript -->
<script src="js/script.js"></script>
<!-- Optional JavaScript -->
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN"
crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js" integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q"
crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js" integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl"
crossorigin="anonymous"></script>
</body>
</html>