-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
355 lines (336 loc) · 18.1 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
<!DOCTYPE html>
<html lang="en">
<head>
<!------METADATA---------->
<meta charset="UTF-8">
<title>Logan Reinke Portfolio</title>
<meta name="description" content="Short description goes here">
<meta name="keywords" content="web design, web development, graphic design, software developer, software, database, java,
HTML CSS, javascript, front end back end">
<meta name="viewport" content="width=device-width, initial-scale =1.0">
<!------STYLESHEETS---------->
<link rel="icon" href="Resources/images/logo.jpg">
<link rel="stylesheet" href="Resources/css/main.css">
<link rel="stylesheet" href="https://unpkg.com/aos@next/dist/aos.css">
<link rel="stylesheet" href="Resources/css/grid.css">
<!--<link rel="stylesheet" href="Resources/css/normalize.css">-->
<link rel="stylesheet" href="Resources/css/queries.css">
<link href="https://fonts.googleapis.com/css?family=Permanent+Marker&display=swap" rel="stylesheet">
<!------SCRIPTS---------->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
<script type="module" src="https://unpkg.com/[email protected]/dist/ionicons/ionicons.esm.js"></script>
<script nomodule="" src="https://unpkg.com/[email protected]/dist/ionicons/ionicons.js"></script>
<script src="https://unpkg.com/aos@next/dist/aos.js"></script>
</head>
<body>
<main>
<header>
<nav class="top-nav">
<ul class="nav-list">
<li>
<a href="index.html" class="nav-link">Home</a>
</li>
<li>
<a href="#about" class="nav-link">About</a>
</li>
<li>
<a href="#skills" class="nav-link">Skills</a>
</li>
<li>
<a href="#portfolio" class="nav-link">Portfolio</a>
</li>
<li>
<a href="#contact" class="nav-link">Contact</a>
</li>
</ul>
</nav>
<div class="landing-text">
<h1>Logan Reinke</h1>
<h6>Web Developer | Graphic Designer | Software Developer</h6>
</div>
</header>
<section class="about" id="about">
<div class="row">
<div class="col span-1-of-2">
<img src="Resources/images/profile.JPG">
</div>
<div class ="col span-1-of-2">
<div class = "about-text">
<h2>About Me</h2>
<hr>
<p class="about">Former English teacher—and current nerd—who decided to turn his love for puzzles into a career. I've always had
a knack for, and interest in, solving problems, and what program works perfectly on the first compile? I believe that my background in
linguistics and language allows me to adapt to machine language just as well. I believe programming is more an art than it is a science,
and I take pride in writing concise, well-documented code. Take a look at some of my work and I'm sure
you'll agree.
</p>
<div class="row">
<ul class="social-links">
<li><a class="social" id="facebook" href="https://www.facebook.com/logan.reinke.3"><ion-icon name="logo-facebook"></ion-icon></a></li>
<li><a class="social" id="github" href="https://github.com/Logz11"><ion-icon id="github"name="logo-github"></ion-icon></a></li>
<li><a class="social" id="linkedin" href="https://www.linkedin.com/in/logan-reinke/"><ion-icon name="logo-linkedin"></ion-icon></a></li>
</ul>
</div>
</div>
</div>
</div>
</section>
<section class="skills" id="skills">
<div class="row">
<h2>Skills</h2>
<hr>
<p class="short-desc">What I Can Do For You</p>
</div>
<div class="row">
<div class="col span-1-of-3">
<div class="skill-icon-container">
<div id="diamond-border"></div>
<div id="diamond"></div>
<ion-icon name="code-slash"></ion-icon>
</div>
<h3>Front-End Development</h3>
<p class="skill-copy">With two years of experience writing HTML & CSS, and knowledge of JavaScript, JQuery, and PHP to make
them work, I can help you build the website you've always wanted.
</p>
</div>
<div class="col span-1-of-3">
<div class="skill-icon-container">
<div id="diamond-border"></div>
<div id="diamond"></ion-icon></div>
<ion-icon name="color-palette"></ion-icon>
</div>
<h3>Graphic Design</h3>
<p class="skill-copy graphic-design">Whether you want a logo done, some photos edited and retouched, or someone to build you a wireframe,
I've got your back.</p>
</div>
<div class="col span-1-of-3">
<div class="skill-icon-container">
<div id="diamond-border"></div>
<div id="diamond"></div>
<ion-icon name="cafe"></ion-icon>
</div>
<h3>Software Engineering</h3>
<p class="skill-copy">
From gradebook applications to video games, I've done a bit of everything with Java. While I'm no expert yet, I am proficient
with the javax.swing GUI package and SQL.
</p>
</div>
</div>
</section>
<section class="portfolio" id="portfolio">
<div class="row">
<h2>Portfolio</h2>
<hr>
<p class="short-desc">Check Out What I've Already Done</p>
</div>
<div class="portfolio-container">
<div class="row">
<div class="col span-1-of-2">
<div class="slider">
<ul class="slides">
<li class="slide">
<img class="portfolio-pic" src="Resources/images/gogo2.PNG">
</li>
<li class="slide">
<img class="portfolio-pic" src="Resources/images/Scarab pic.jpg">
</li>
<li class="slide">
<img class="portfolio-pic" src="Resources/images/the_fairy_ring.PNG">
</li>
<li class="slide">
<img class="portfolio-pic" src="Resources/images/gogo2.PNG">
</li>
</ul>
</div>
</div>
<div class="col span-1-of-2">
<div class="portfolio-text odd">
<ul class="project-slider-desc-list">
<li class="project-slider-desc-textbox">
<h5>Web Development</h5>
<h4>GoGo! Website</h4>
<p class="project-desc">GoGo! is an application developed to optimize school bus routes and reduce time loss and fuel waste by
avoiding unnecessary stops. By integrating the Google Maps & Directions APIs with a JavaScript selector, GoGo! allows
users to specify any number of destinations from a predefined list and then returns an optimized route based on which students
have been scanned onto the bus.
</p>
<a href="https://github.com/Logz11/Bug_Tracker">View Details</a>
</li>
<li class="project-slider-desc-textbox">
<h5>Web Development</h5>
<h4>Scarab Website</h4>
<p class="project-desc">Scarab was the first web project I've designed and coded from start to finish on my own. At the
moment Scarab is only a
concept piece I made for practice,
</p>
<a href="https://github.com/Logz11/Bug_Tracker">View Details</a>
</li>
<li class="project-slider-desc-textbox">
<h5>Web Development</h5>
<h4>Scarab Website</h4>
<p class="project-desc">FAIRY RING SLIDE
</p>
<a href="https://github.com/Logz11/Bug_Tracker">View Details</a>
</li>
<li class="project-slider-desc-textbox">
<h5>Web Development</h5>
<h4>Scarab Website</h4>
<p class="project-desc">GoGo! is an application developed to optimize school bus routes and reduce time loss and fuel waste by
avoiding unnecessary stops. By integrating the Google Maps & Directions APIs with a JavaScript selector, GoGo! allows
users to specify any number of destinations from a predefined list and then returns an optimized route based on which students
have been scanned onto the bus.
</p>
<a href="https://github.com/Logz11/Bug_Tracker">View Details</a>
</li>
</ul>
</div>
</div>
</div>
</div>
<div class="portfolio-container">
<div class="row">
<div class="col span-1-of-2">
<div class="portfolio-text even">
<h5>Graphic Design</h5>
<h4>Photo Manipulation</h4>
<p class="project-desc">I'm pretty good at making things look good. I know my way around the Adobe Creative Suite and can help you pick a
color palette, recolor or touch-up some photos, and even help you design a logo. Whether you're just starting your website and need
someone to build you a wireframe, or you're just looking to add some cool transitions and effects to make your site stand out, I'm sure
I can help.
</p>
<a href="https://1drv.ms/u/s!Atq-YmVWKGH5gw6sZZop8VEsWS1L?e=0V9x15">View Details</a>
</div>
</div>
<div class="col span-1-of-2">
<img class="portfolio-pic" src="Resources/images/Telesto V3.5.jpg">
</div>
</div>
</div>
<div class="portfolio-container">
<div class="row">
<div class="col span-1-of-2">
<img class="portfolio-pic" src="Resources/images/chess.jpeg">
</div>
<div class="col span-1-of-2">
<div class="portfolio-text odd">
<h5>Software Engineering</h5>
<h4>Rock, Paper, Fireball</h4>
<p class="project-desc">Rock, Paper Fireball is a text-based, graphical MUD adventure game I built with Java. It includes some ASCII art as
an homage to the original MUDs, along with some JPG files for additional fantasy flavor. In addition, RPF utilizes a selection sort algorithm
to calculate, organize, and display high scores. Feel free to give it a play!
</p>
<a href="https://github.com/Logz11/ITDEV110-Individual-Project">View Details</a>
</div>
</div>
</div>
</div>
</section>
<section class="contact" id="contact">
<div class="contact-text">
<h2>Contact</h2>
<hr>
<p class="short-desc">Let's Get to Work</p>
</div>
<div class="row">
<form method="post" action="sendmail.php" name="contact-form" class="contact-form" id="contact-form">
<div class="row">
<div class="col span-1-of-3">
<label for="name">Name</label>
</div>
<div class="col span-2-of-3">
<input type="text" name="name" id="name" placeholder="Your name" required>
<span>*</span>
</div>
</div>
<div class="row">
<div class="col span-1-of-3">
<label for="email1">Email</label>
</div>
<div class="col span-2-of-3">
<input type="email" name="email1" id="emailAddress1" placeholder="Your email" required>
<span>*</span>
</div>
<div class="row">
<div class="col span-1-of-3">
<label for="email2">Confirm Email</label>
</div>
<div class="col span-2-of-3">
<input type="email" name="email2" id="emailAddress2" placeholder="Re-enter your email" required>
<span>*</span>
</div>
</div>
<div class="row">
<div class="col span-1-of-3">
<label for="services">Services</label>
</div>
<div class="col span-2-of-3">
<select name="services" id="services">
<option value="web-development">Web Development</option>
<option value="graphic-design">Graphic Design</option>
<option value="software-engineering">Software Engineering</option>
<option value="other">Other</option>
</select>
</div>
</div>
<div class="row">
<div class="col span-1-of-3">
<label>How Can I Help?</label>
</div>
<div class="col span-2-of-3">
<textarea name="message" placeholder="Your message"></textarea>
</div>
</div>
<div class="row">
<div class="col span-1-of-3">
<label> </label>
</div>
<div class="col span-2-of-3">
<input type="submit" name="submit" id="form-button" value="Send it!">
</div>
</div>
</form>
</div>
</section>
<footer>
<div class="row">
<div class="col span-1-of-2">
<ul class="nav-list">
<li>
<a href="index.html" class="nav-link">Home</a>
</li>
<li>
<a href="#about" class="nav-link">About</a>
</li>
<li>
<a href="#skills" class="nav-link">Skills</a>
</li>
<li>
<a href="#portfolio" class="nav-link">Portfolio</a>
</li>
<li>
<a href="#contact" class="nav-link">Contact</a>
</li>
</ul>
</div>
<div class="col span-1-of-2">
<ul class="social-links">
<li><a class="social" id="facebook" href="https://www.facebook.com/logan.reinke.3">
<ion-icon name="logo-facebook"></ion-icon>
</a></li>
<li><a class="social" id="github" href="https://github.com/Logz11">
<ion-icon id="github" name="logo-github"></ion-icon>
</a></li>
<li><a class="social" id="linkedin" href="https://www.linkedin.com/in/logan-reinke/">
<ion-icon name="logo-linkedin"></ion-icon>
</a></li>
</ul>
</div>
</div>
<div class="center-copyright">
<p>Copyright © 2020</p>
</div>
</footer>
</main>
<script src="Resources/js/main.js"></script>
</body>
</html>