-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
319 lines (304 loc) · 12.5 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
<!DOCTYPE HTML>
<html>
<head>
<title>David Gasch</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="description" content="" />
<meta name="keywords" content="" />
<!--[if lte IE 8]><script src="css/ie/html5shiv.js"></script><![endif]-->
<script src="js/jquery.min.js"></script>
<script src="js/jquery.dropotron.min.js"></script>
<script src="js/skel.min.js"></script>
<script src="js/skel-layers.min.js"></script>
<script src="js/init.js"></script>
<noscript>
<link rel="stylesheet" href="css/skel.css" />
<link rel="stylesheet" href="css/style.css" />
<link rel="stylesheet" href="css/style-desktop.css" />
<link rel="canonical" href="https://davidgasch.herokuapp.com/" />
</noscript>
<!--[if lte IE 8]><link rel="stylesheet" href="css/ie/v8.css" /><![endif]-->
</head>
<body class="homepage">
<!-- Header -->
<div id="header-wrapper" class="wrapper">
<div id="header">
<!-- Logo -->
<div id="logo">
<h1><a href="index.html">David Gasch</a></h1>
<p>Full Stack Web Developer</p>
</div>
<!-- Nav -->
<nav id="nav">
<ul>
<li class="current"><a href="index.html"><span id="greenLogo">Gaschdangit</span></a></li>
<!-- <li>
<a href="" id="dropdown">Dropdown</a>
<ul>
<li><a href="#intro-wrapper">Intro</a></li>
<li><a href="#main">Skills</a></li>
<li><a href="#highlights">Portfolio</a></li>
<li><a href="#footer">Contact</a></li>
</ul>
</li> -->
<li><a href="#intro-wrapper">Intro</a></li>
<li><a href="#main">Skills</a></li>
<li><a href="#highlights">Portfolio</a></li>
<li><a href="#footer">Contact</a></li>
</ul>
</nav>
</div>
</div>
<!-- Intro -->
<div id="intro-wrapper" class="wrapper style1">
<div class="title">The Introduction</div>
<section id="intro" class="container">
<p class="style1">Welcome! I'm happy to meet you.</p>
<p class="style2">
I live in the Front-end<br class="mobile-hide" />
But I have a vacation home in the Back-end
</p>
<p class="style3">Since I graduated Full-Stack Web Development courses at Austin Coding Academy and the Zero To Mastery Academy I've dedicated my time to skill development, personal projects, and contributions to open-source projects. I love what I do, and I want to do it for you. I want to join your team, to build your website, and to build something new with you. </p>
<ul class="actions">
<li><a href="#footer" class="button style3 big">Contact Me</a></li>
</ul>
</section>
</div>
<!-- Main -->
<div class="wrapper style2">
<div class="title">The Details</div>
<div id="main" class="container">
<!-- Image -->
<a href="#" class="image featured">
<img src="images/jax.jpg" alt="" />
</a>
<!-- Features -->
<section id="features">
<header class="style1">
<h2>I'm the best developer my dog knows</h2>
<p>Here are some things he knows about me</p>
</header>
<div class="feature-list">
<div class="row">
<div class="6u">
<section>
<h3 class="icon fa-comment">Full-Stack Developer</h3>
<p>Client-side and server-side development. From idea to deployment</p>
</section>
</div>
<div class="6u">
<section>
<h3 class="icon fa-refresh">Jack of all Javascript</h3>
<p> This means Js, JQuery, React.js, Redux, Express.js, Node.js - Javascriptian? Javascriptor?</p>
</section>
</div>
</div>
<div class="row">
<div class="6u">
<section>
<h3 class="icon fas fa-mobile" >Responsive Designer</h3>
<p>Mobile-first responsive development. Beauty comes in all screen shapes and sizes</p>
</section>
</div>
<div class="6u">
<section>
<h3 class="icon fa-cog">So Stylish</h3>
<p>I dabble in CSS, Bootstrap, Tachyons, and Styled-Components and more. So many ways to make things pretty</p>
</section>
</div>
</div>
<div class="row">
<div class="6u">
<section>
<h3 class="icon fa-wrench">Mechanic</h3>
<p>You want it to do WHAT? I bet we could make that happen. Let's roll</p>
</section>
</div>
<div class="6u">
<section>
<h3 class="icon fa-check">Opportunist</h3>
<p>There are a million ways to be, you know that there are. I'm always looking for new challenges and ways to grow. </p>
</section>
</div>
</div>
</div>
<ul class="actions actions-centered">
<li><a href="#highlights" class="button style1 big">Take a look</a></li>
<li><a href="#footer" class="button style2 big">Reach out</a></li>
</ul>
</section>
</div>
</div>
<!-- Highlights -->
<div class="wrapper style3">
<div class="title">The Work</div>
<div id="highlights" class="container">
<div class="row 150%">
<div class="4u">
<section class="highlight">
<a href="https://smart-brain-gasch.herokuapp.com/" class="image featured"><img src="images/facereco.png" alt="Face Recognition app preview" /></a>
<h3><a href="https://smart-brain-gasch.herokuapp.com/">Face Recognition Brain</a></h3>
<p>The brain detects faces in images. Sign in or register, and then paste an image's link or source and watch the brain find the faces in the image. Built with React, Tachyons, and Express</p>
<ul class="actions">
<li><a href="https://smart-brain-gasch.herokuapp.com/" class="button style1">See More</a></li>
</ul>
</section>
</div>
<div class="4u">
<section class="highlight">
<a href="https://tipsytaxi.herokuapp.com/" class="image featured"><img src="images/tipsy.png" alt="Tipsy Taxi app preview" /></a>
<h3><a href="https://tipsytaxi.herokuapp.com/">Tipsy Taxi</a></h3>
<p>App designed to request safe rides home to inhibit drunk driving. While the styling still needs to be... styled, this app shows a full-stack deployment using React, CSS and Express</p>
<ul class="actions">
<li><a href="https://tipsytaxi.herokuapp.com/" class="button style1">See More</a></li>
</ul>
</section>
</div>
<div class="4u">
<section class="highlight">
<a href="https://dgasch512.github.io/robofriends/" class="image featured"><img src="images/robofriends.png" alt="Robofriends application preview" /></a>
<h3><a href="https://dgasch512.github.io/robofriends/">Robofriends</a></h3>
<p>Simple React app that generates robot friends and allows the user to search among them. They can quickly locate their best robot friends. Built with React and styled with Tachyons</p>
<ul class="actions">
<li><a href="https://dgasch512.github.io/robofriends/" class="button style1">See More</a></li>
</ul>
</section>
</div>
</div>
<div class="row 150%">
<div class="4u">
<section class="highlight">
<a href="https://dgasch512.github.io/hair/" class="image featured"><img src="images/hair.png" alt="Hari lifestyle website preview" /></a>
<h3><a href="https://dgasch512.github.io/hair/">Hair lifestyle Landing Page</a></h3>
<p>Static landing page displaying a men's hair lifestyle website. I'm sure that's a thing. Basic site using HTML and CSS</p>
<ul class="actions">
<li><a href="https://dgasch512.github.io/hair/" class="button style1">See More</a></li>
</ul>
</section>
</div>
<div class="4u">
<section class="highlight">
<a href="https://dgasch512.github.io/color-game/" class="image featured"><img src="images/color.png" alt="Color game website preview" /></a>
<h3><a href="https://dgasch512.github.io/color-game/">Color Game</a></h3>
<p>I played this game too much. Guess which color tile matches the RGB value provided. Built with Javascript, HTML and CSS</p>
<ul class="actions">
<li><a href="https://dgasch512.github.io/color-game/" class="button style1">See More</a></li>
</ul>
</section>
</div>
<div class="4u">
<section class="highlight">
<a href="https://dgasch512.github.io/sour-duck-practice/page-3/gallery.html" class="image featured"><img src="images/sourDuck.png" alt="Sour Duck mimic website preview" /></a>
<h3><a href="https://dgasch512.github.io/sour-duck-practice/page-3/gallery.html">Sour Duck Fan Fiction</a></h3>
<p>Created with HTML and CSS, an attempt to create a basic site which mimics that of a beloved local restaurant in Austin, TX</p>
<ul class="actions">
<li><a href="https://dgasch512.github.io/sour-duck-practice/page-3/gallery.html" class="button style1">See More</a></li>
</ul>
</section>
</div>
</div>
</div>
</div>
<!-- Footer -->
<div id="footer-wrapper" class="wrapper">
<div class="title">The Contact Info</div>
<div id="footer" class="container">
<header class="style1">
<h2>Call me, call me anytime</h2>
<p>
You gotta call me. Or reach out via LinkedIn, Email or Github.<br />
I love meeting people and I'm always open to new opportunities.
</p>
</header>
<hr />
<div class="row 150%">
<div class="6u">
<!-- Contact Form -->
<section>
<form method="post" name="contact-form" action="https://getform.io/f/8351136e-046f-4294-97e2-da9097b4b23b">
<div class="row 50%">
<div class="6u">
<input type="text" name="name" id="contact-name" placeholder="Name" required/>
</div>
<div class="6u">
<input type="text" name="email" id="contact-email" placeholder="Email" required/>
</div>
</div>
<div class="row 50%">
<div class="12u">
<textarea name="message" id="contact-message" placeholder="Message" rows="4" required></textarea>
</div>
</div>
<div class="row">
<div class="12u">
<ul class="actions">
<li><input type="submit" class="style1" value="Send" /></li>
<li><input type="reset" class="style2" value="Reset" /></li>
</ul>
</div>
</div>
</form>
</section>
</div>
<div class="6u">
<!-- Contact -->
<section class="feature-list small">
<div class="row">
<div class="6u">
<section>
<h3 class="icon fa-home">Address</h3>
<p>
3465 S Payette River Ave.<br />
Nampa, ID 83686
</p>
</section>
</div>
<div class="6u">
<section>
<h3 class="icon fa-comment">Social</h3>
<p>
<a href="https://github.com/dgasch512">Github</a><br />
<a href="https://www.linkedin.com/in/david-gasch/">LinkedIn</a><br />
</p>
</section>
</div>
</div>
<div class="row">
<div class="6u">
<section>
<h3 class="icon fa-envelope">Email</h3>
<p>
<a href="#">[email protected]</a>
</p>
</section>
</div>
<div class="6u">
<section>
<h3 class="icon fa-phone">Phone</h3>
<p>
(512) 592-9717
</p>
</section>
</div>
</div>
</section>
</div>
</div>
<hr />
</div>
<div id="copyright">
<ul>
<li>© gaschdangit</li><li>Design: <a href="http://html5up.net">HTML5 UP</a></li>
</ul>
</div>
</div>
<!-- contact script -->
<script language="JavaScript">
var frmvalidator = new Validator("contactform");
frmvalidator.addValidation("name","req","Please provide your name");
frmvalidator.addValidation("email","req","Please provide your email");
frmvalidator.addValidation("email","email",
"Please enter a valid email address");
</script>
</body>
</html>