-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
199 lines (175 loc) · 8.9 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Alex Engelmann</title>
<script src="https://kit.fontawesome.com/f53c294a22.js"></script>
<link rel="page icon" type="image/ico" href="./assets/images/favicon-32x32.png">
<link href="https://fonts.googleapis.com/css?family=IBM+Plex+Sans&display=swap" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="./assets/css/style.css">
<script src="https://code.jquery.com/jquery-3.4.1.min.js"
integrity="sha256-CSXorXvZcTkaix6Yvo6HppcZGetbYMGWSFlBw8HfCJo=" crossorigin="anonymous"></script>
</head>
<body id="top">
<header>
<nav>
<ul>
<li><a href="#top">Top</a></li>
<li><a href="#about">About</a></li>
<li><a href="#gallery">Gallery</a></li>
<li><a href="#contact-form">Contact</a></li>
<li><a href="#links">Links</a></li>
</ul>
</nav>
</header>
<div id="hero">
<div class="background-image"></div>
<h1>Alex Engelmann</h1>
<h3>Software Engineer</h3>
</div>
<!-- ************************************* -->
<div id="about">
<h3 class="title">About Me</h3>
<div id="two-cols">
<div><img id="about-pic" src="./assets/images/myself.jpg" alt="myself"></div>
<div id="about-bio">
<p>Creative, solutions driven, <a href="http://t.cred.ly/l/932ff9ff-85f1-4668-b9ad-207b36b01950">UC
Davis certified</a>
full stack web developer with a strong background in hard sciences from Georgia Tech (BS Biology
2007) and UC San
Diego (Doctor of Pharmacy 2012). I will bring
my attention to detail, ability to solve problems both alone and as a team, and state-of-the-art
technical skills in web
development to become a valuable asset and help your company grow.</p>
</div>
<p> </p>
</div>
<h3 class="title">Technologies</h3>
<div id="technologies">
<ul>
<li><img src="./assets/images/tech/html5.svg" alt="HTML5"></li>
<li><img src="./assets/images/tech/css-3.svg" alt="CSS3"></li>
<li><img src="./assets/images/tech/javascript-4.svg" alt="JavaScript"></li>
<li><img src="./assets/images/tech/sass.svg" alt="SASS"></li>
<li><img src="./assets/images/tech/react.svg" alt="React"></li>
<li><img src="./assets/images/tech/bootstrap-4.svg" alt="Bootstrap"></li>
<li><img src="./assets/images/tech/jquery.svg" alt="jQuery"></li>
<li><img src="./assets/images/tech/github.svg" alt="GitHub"></li>
<li><img src="./assets/images/tech/firebase.svg" alt="FireBase"></li>
<li><img src="./assets/images/tech/handlebars.svg" alt="Handlebars"></li>
<li><img src="./assets/images/tech/nodejs-icon.svg" alt="Node.js"></li>
<li><img src="./assets/images/tech/express.svg" alt="Express"></li>
<li><img src="./assets/images/tech/mongodb.svg" alt="MongoDB"></li>
<li><img src="./assets/images/tech/mysql.svg" alt="MySQL"></li>
<li><img src="./assets/images/tech/git.svg" alt="git"></li>
<li><img src="./assets/images/tech/heroku.svg" alt="Heroku"></li>
<li><img src="./assets/images/tech/npm.svg" alt="Node Package Mangager"></li>
<li><img src="./assets/images/tech/sequelize.svg" alt="Sequelize"></li>
<li><img src="./assets/images/tech/postgresql.svg" alt="PostgreSQL"></li>
</ul>
</div>
</div>
<!-- ************************************* -->
<div id="gallery">
<h3 class="title">Gallery</h3>
<p>
Below are some projects I've worked on, with links to their GitHub
source code.
</p>
<hr>
<div id="projects-holder">
<div class="project-box">
<div class="project-label">Face Detector
<a href="https://alex-engelmann.github.io/face-detection/" target="_blank">
<img class="screenshot" src="./assets/images/face.PNG" alt="Face Detector"></a>
<a href="https://github.com/alex-engelmann/face-detection" target="_blank"><i
class="fab fa-github"></i></a>
</div>
</div>
<!-- Removed this one as it's no longer maintained and no longer works -->
<!-- <div class="project-box">
<div class="project-label">Where2Go
<a href="https://alex-engelmann.github.io/Where2Go/" target="_blank">
<img class="screenshot" src="./assets/images/where2go.PNG" alt="Where2Go"></a>
<a href="https://github.com/alex-engelmann/Where2Go" target="_blank"><i
class="fab fa-github"></i></a>
</div>
</div> -->
<!-- Firebase made some changes so I removed this project, as it's not worth maintaining -->
<!-- <div class="project-box">
<div class="project-label">Train Scheduler
<a href="https://alex-engelmann.github.io/train-scheduler/" target="_blank">
<img class="screenshot" src="./assets/images/train-scheduler.PNG" alt="Train Scheduler"></a>
<a href="https://github.com/alex-engelmann/Train-Scheduler" target="_blank"><i
class="fab fa-github"></i></a>
</div>
</div> -->
<div class="project-box">
<div class="project-label">Giphy Search
<a href="https://alex-engelmann.github.io/giphy-search/" target="_blank">
<img class="screenshot" src="./assets/images/giphy-search.PNG" alt="Giphy Page">
</a>
<a href="https://github.com/alex-engelmann/Giphy-Search/" target="_blank"><i
class="fab fa-github"></i></a>
</div>
</div>
<div class="project-box">
<div class="project-label">Travel Destinations
<a href="https://alex-engelmann.github.io/memory-game/" target="_blank">
<img class="screenshot" src="./assets/images/travel.png" alt="travel destinations">
</a>
<a href="https://github.com/alex-engelmann/memory-game" target="_blank"><i
class="fab fa-github"></i></a>
</div>
</div>
<div class="project-box">
<div class="project-label">Node LIRI
<a href="https://github.com/alex-engelmann/liri-node-app" target="_blank">
<img class="screenshot" src="./assets/images/concert-this.PNG" alt="Node Liri">
</a>
<a href="https://github.com/alex-engelmann/liri-node-app" target="_blank"><i
class="fab fa-github"></i></a>
</a>
</div>
</div>
</div>
</div>
<hr>
<div id="contact-form">
<iframe
src="https://docs.google.com/forms/d/e/1FAIpQLSemztCKJ1SV6dex0wmbBIgXAMCptq865QCc9Z9cLX5kmXvsyQ/viewform?embedded=true"
style="height: 100vh; width: 100%; " scrolling="no" frameborder="0" marginheight="0"
marginwidth="0">Loading…</iframe>
</div>
<!-- ************************************* -->
<footer>
<div id="links">
<ul>
<li><a href="https://www.linkedin.com/in/alex-engelmann/" target="_blank"><i
class="fab fa-linkedin"></i></a></li>
<li><a href="https://github.com/alex-engelmann" target="_blank"><i class="fab fa-github"></i></a></li>
<li><a href="./assets/resume.pdf" target="_blank"><i class="far fa-file-pdf"></i></a></li>
</ul>
<p>© Alex Engelmann
<script>document.write(new Date().getFullYear());</script>
</p>
</div>
</footer>
<script type="text/javascript">
$(document).ready(function () {
$('a[href^="#"]').on('click', function (e) {
e.preventDefault();
var target = this.hash;
var $target = $(target);
$('html, body').stop().animate({
'scrollTop': $target.offset().top - 100
}, 900, 'swing', function () {
window.location.hash = target - 100;
});
});
});
</script>
</body>
</html>