-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
234 lines (189 loc) · 11.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Ashton Sprunger</title>
<link rel="icon" href="./assets/orange-circle.png">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css" integrity="sha384-JcKb8q3iqJ61gNV9KGb8thSsNjpSL0n8PARn9HuZOnIxN0hoP+VmmDGMN5t9UJ0Z" crossorigin="anonymous">
<link href="https://fonts.googleapis.com/css2?family=Roboto+Mono&display=swap" rel="stylesheet">
<script src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
<link rel="stylesheet" href="./styles.css">
<link rel="stylesheet" href="./tiltedpage-scroll.css">
</head>
<body>
<nav class="navbar fixed-top navbar-expand-lg navbar-dark ">
<a class="navbar-brand" href="#">HOME</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNavAltMarkup" aria-controls="navbarNavAltMarkup" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNavAltMarkup">
<div class="navbar-nav">
<a class="nav-link" onclick="scroll1()" >ABOUT<span class="sr-only">(current)</span></a>
<a class="nav-link" onclick="scroll2()" >PORTFOLIO</a>
<a class="nav-link" onclick="scroll3()" >CONTACT</a>
</div>
</div>
</nav>
<button id="easterButton" onclick="doIt()">DON'T CLICK THIS BUTTON</button>
<div class="wrapper main" data-spy="scroll" data-target="#navbar-example2" data-offset="0">
<section class="page1">
<div id="about">
<div id="home-content">
<h1 id="changing-text"></h1>
<button class="know-me" id="title-text1">GET TO KNOW ME</button>
</div>
</div>
</section>
<section class="page2">
<div id="about-back" class="back">
<div class="spacer" id="body1"></div>
<h2>ABOUT</h2>
<div class="imgText">
<img id="headshot" src="./assets/EliHeadshot.JPG" alt="Ashton Sprunger Headshot">
<p id="about-me-para">
Hi, my name is Ashton Sprunger. I am a graduate of the Web Development Program at <a href="https://www.elevenfifty.org" target="blank">Eleven Fifty Academy</a> in Indianapolis. This program is an immersive, full-time bootcamp which taught me HTML, CSS, and JavaScript. I come from a large family with parents engaged in the fields of technology and education, so I've been raised with an interest in technology and a love of learning new things. Effort and efficiency define my work ethic. I have many hobbies with which to use my creativity and analytical skills. I am always learning more about music, challenging myself to pick up new instruments, and I love anything mechanical (fixing clocks and dreaming up new things to build!). Now I combine all of those skills into my new passion: coding!
</p>
<p>
You can find my resume
<a id="resume" href="./assets/EFA-RESUME (2).pdf">HERE</a>
</p>
</div>
</div>
</section>
<section class="page3">
<div id="portfolio-back" class="back">
<div class="spacer" id="body2"></div>
<h2>PORTFOLIO</h2>
<h4 id="card-ex">Here are a few projects that I am proud of:</h4>
<div id="cards">
<div class="card" id="card-checkers">
<div class="black-overlay" target="blank"></div>
<img src="./assets/checkers.png" alt="">
<div class="card-text">
<h3>Checkers AI</h3>
<p>A checkers AI using the minimax algorithm built completely in JavaScript, HTML, and CSS! This AI will play against you in checkers. It's strategy, look as many as 10 moves ahead to find the best game state and play the corresponding move!</p>
<a href="https://github.com/ashtonsprunger/ai-games" target="blank">GitHub</a>
<a href="https://ashtonsprunger.github.io/ai-games/" target="blank">Deployed version</a>
</div>
</div>
<div class="card" id="card-bible-tabs">
<div class="black-overlay" target="blank"></div>
<img src="./assets/bible-tabs.png" alt="">
<div class="card-text">
<h3>Bible Tabs</h3>
<p>Built in React Native. This is an android Bible app that has tabs (like Chrome tabs) for having multiple Bibles open at the same time!</p>
<a href="https://github.com/ashtonsprunger/Bible-Tabs" target="blank">GitHub</a>
<a href="https://play.google.com/store/apps/details?id=ashtonsprunger.bibletabs" target="blank">View in the Play Store</a>
</div>
</div>
<div class="card" id="card-blog">
<div class="black-overlay" target="blank"></div>
<img src="./assets/web-dev-blog.png" alt="">
<div class="card-text">
<h3>Web-Dev Blog</h3>
<p>A blog for web-devs!</p>
<a href="https://github.com/ashtonsprunger/web-dev-blog" target="blank">GitHub</a>
<a href="https://web-dev-blog-f486e.firebaseapp.com/" target="blank">Deployed version</a>
</div>
</div>
<div class="card" id="card-convertthings">
<div class="black-overlay" target="blank"></div>
<img src="./assets/convertthings.png" alt="">
<div class="card-text">
<h3>ConvertThings</h3>
<p>Convert things is a simple site to convert any unit to any other unit. This could be converting between speed units, time units, length, weight, etc. Built using React.js and JavaScript.</p>
<a href="https://github.com/ashtonsprunger/convertthings" target="blank">GitHub</a>
<a href="https://convertthings.com/" target="blank">Deployed version</a>
</div>
</div>
<div class="card" id="card-christmas-countdown">
<div class="black-overlay" target="blank"></div>
<img src="./assets/christmas-countdown.png" alt="">
<div class="card-text">
<h3>Christmas Countdown</h3>
<p>Built using JavaScript, HTML, and CSS, this countdown is a great way to keep track of when Christmas is! This project required a good understanding of how to work with dates in JavaScript.</p>
<a href="https://github.com/ashtonsprunger/christmas-countdown" target="blank">GitHub</a>
<a href="https://ashtonsprunger.github.io/christmas-countdown/" target="blank">Deployed version</a>
</div>
</div>
<div class="card" id="card-baby-names">
<div class="black-overlay" target="blank"></div>
<img src="./assets/baby-names.png" alt="">
<div class="card-text">
<h3>Baby Names</h3>
<p>A site containing a searchable list of over 19,000 names. You can search by what the name starts with, or by what the name contains. The random name feature is awesome too. Built using only JavaScript, HTML, and CSS</p>
<a href="https://github.com/ashtonsprunger/baby-names" target="blank">GitHub</a>
<a href="https://ashtonsprunger.github.io/baby-names/" target="blank">Deployed version</a>
</div>
</div>
<div class="card" id="card-digital-clock">
<div class="black-overlay" target="blank"></div>
<img src="./assets/digital-clock.png" alt="">
<div class="card-text">
<h3>Digital Clock</h3>
<p>Just a blocky digital clock built in JavaScript, HTML, and CSS.</p>
<a href="https://github.com/ashtonsprunger/digital-clock" target="blank">GitHub</a>
<a href="https://ashtonsprunger.github.io/digital-clock/" target="blank">Deployed version</a>
</div>
</div>
</div>
<div align="center">
<audio loop controls id="myAudio">
<source src="./assets/Ashton Sprunger - Mysteries.m4a" type="audio/ogg">
Your browser does not support the audio element.
</audio>
</div>
</div>
</section>
<section class="last-page">
<div id="footer-div">
<div id="contact-back" class="back">
<div class="spacer" id="contact"></div>
<h2>CONTACT</h2>
<form id="fs-frm" name="simple-contact-form" accept-charset="utf-8" action="https://formspree.io/[email protected]" method="post">
<fieldset id="fs-frm-inputs">
<input type="text" name="name" id="full-name" placeholder="Your name" required="">
<input type="email" name="_replyto" id="email-address" placeholder="Your email address" required="">
<textarea name="message" id="message" placeholder="Your message" required=""></textarea>
<input type="hidden" name="_subject" id="email-subject" value="Contact Form Submission">
<input id="submit" type="submit" value="SEND">
</fieldset>
</form>
</div>
<footer>
<p id="footer-p">
<a href="https://github.com/ashtonsprunger">GitHub</a>
⋅
<a href="https://www.linkedin.com/in/ashton-sprunger-a714971b7/">LinkedIn</a>
<a href=""></a>
</p>
<p id="email-phone">Email: [email protected] | Phone: (260)-710-9478</p>
<p>Copyright © Ashton G. Sprunger 2020. All Rights Reserved</p>
<p id="easter-egg">this site contains an easter egg. hint: reveal</p>
</footer>
</div>
</section>
</div>
<!-- <form id="speak-section">
<p>
<label for="message">Message: </label>
<input type="text" id="message" required placeholder="Type something">
<select name="voices" id="voices">
<option value="0">First</option>
<option value="1">Second</option>
<option value="2">Third</option>
<option value="3">Fourth</option>
<option value="4">Fifth</option>
<option value="5">Sixth</option>
</select>
<button type="submit">Speak!</button>
</p>
</form> -->
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js" integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js" integrity="sha384-9/reFTGAW83EW2RDu2S0VKaIzap3H66lZH81PoYlFhbGU+6BZp6G7niu735Sk7lN" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js" integrity="sha384-B4gt1jrGC7Jh4AgTPSdUtOBvfO8shuf57BaghqFfPlYxofvL8/KUEfYiJOMMV+rV" crossorigin="anonymous"></script>
<script src="./script.js"></script>
<script src="./jquery.tiltedpage-scroll.js"></script>
</body>
</html>