-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
352 lines (333 loc) · 12.4 KB
/
Copy pathindex.html
File metadata and controls
352 lines (333 loc) · 12.4 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Josh W.</title>
<link rel="stylesheet" href="//netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css" />
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.0.1/css/all.css" />
<link rel="stylesheet" href="./style/scss/style.css" />
<link rel="stylesheet" href="./style/css/hamburgers.css" />
<link rel="stylesheet" href="./style/css/aos.css" />
<link rel="stylesheet" href="./style/css/all.css" />
</head>
<body>
<!-- navbar (default: inactive) -->
<div id="nav" class="sidenav">
<div id="nav-inner">
<div class="navcenter">
<img src="images/pp.jpg" alt="profilepic" id="profilepic" />
<h3 style="color: rgb(43, 127, 167);">JOSHW.</h3>
<h6 style="color: #9aa7c7; font-size: 0.5em;">
website design by josh
</h6>
<hr class="horizontal-faded" />
<ul>
<li><a href="#p1" id="nav1" class="nav-links active">Home</a></li>
<li><a href="#p2" id="nav2" class="nav-links">Meet Josh</a></li>
<li><a href="#p3" id="nav3" class="nav-links">Projects</a></li>
<li><a href="#p4" id="nav4" class="nav-links">Contact</a></li>
</ul>
</div>
<div id="nav-footer">
<div class="connect">
<p class="connect">
Let's connect!
</p>
<hr class="horizontal-faded" />
<ul id="socialmedia">
<li>
<a href="https://github.com/jtw10"><i class="fab fa-github"></i></a>
</li>
<li>
<a href="https://www.linkedin.com/in/jtw10"><i class="fab fa-linkedin"></i></a>
</li>
<li>
<a href="https://www.instagram.com/steadypics/"><i class="fab fa-instagram"></i></a>
</li>
</ul>
</div>
</div>
</div>
</div>
<!-- all content inside the main div will be pushed right by the nav -->
<div id="main">
<!-- hamburger to open the nav -->
<div id="hamburger-shell">
<button class="hamburger hamburger--elastic" style="outline: none;" type="button">
<span class="hamburger-box">
<span class="hamburger-inner"></span>
</span>
</button>
</div>
<!-- hero image -->
<div class="hero flex-center" id="p1">
<div class="hero-message">
<h1 class="hero-title">Hi, my name is Josh.</h1>
<h2 class="hero-sub-title">
I am a nature lover,<br />
an aspiring developer,<br />
and a tech enthusiast.
</h2>
<!--
<h2 class="hero-sub-title">
</h2>
-->
</div>
<div class="arrow bounce" id="scrollarrow">
<a class="fa fa-arrow-down fa-2x" href="#p2"></a>
</div>
</div>
<!-- content below hero image -->
<!-- meet josh section -->
<div class="not-hero flex-center bg-info" id="p2">
<div class="pagecontent_about" id="section1">
<div data-aos="fade-up" data-aos-duration="1000">
<h1 class="hero-title">Meet Josh</h1>
</div>
<div class="aboutwrapper">
<div class="slider">
<div class="slider__item" id="left__slider">
<div class="slider__img-aboutleft">
<span class="bigtitle_left" id="titleleft">Technical Skills</span>
<div class="slider__textleft">
<div>
<ul class="aboutlist">
<h2>Technical Skills:</h2>
<hr class="horizontal-faded">
<h3>Programming Language</h3>
<li class="last">Python</li>
<h3>Web Technologies & Frameworks</h3>
<li>HTML5</li>
<li>Bootstrap 4</li>
<li>CSS3</li>
<li>SASS</li>
<li>Node.js</li>
<li class="last">Django</li>
<h3>Scripting</h3>
<li class="last">Javascript</li>
<h3>Database</h3>
<li>Transact SQL</li>
<li class="last">Firebase</li>
<h3>Deployment & Versioning</h3>
<li>Heroku</li>
<li class="last">Git</li>
</ul>
</div>
</div>
</div>
</div>
<div class="slider__item" id="right__slider">
<div class="slider__img-aboutright">
<span class="bigtitle_right" id="titleright">All About Josh</span>
<div class="slider__textright">
<div>
<ul>
<h2>Meet Josh:</h2>
<hr class="horizontal-faded">
<li class="last">
Hi, my name is Josh and I am currently a computing student at BCIT.
I have a background in environmental science and am working towards a career in the tech industry.
</li>
<li class="last">
In my free time I enjoy exploring the mountains and taking in the breathtaking views.
All of the pictures on the home page are taken by myself.
</li>
<li class="last">
In the evening you can find me playing sports in local rec leagues and
eating at the newest restaurants, markets, and food trucks.
Given the opportunity, I would love to travel frequently in the future.
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- projects section -->
<div class="not-hero flex-center bg-info" id="p3">
<div class="pagecontent_projects" id="section2">
<div data-aos="fade-up" data-aos-duration="1000">
<h1 class="hero-title">Projects</h1>
</div>
<!-- project 1 -->
<div class="project">
<section class="django">
<h3>Joshboards</h3>
</section>
<aside>
<div>
A dynamic web application created using Django and deployed on Heroku.
Feel free to create an account and join in on the discussion.
</div>
<br>
<div>
Meet friends, get feedback on your projects, and chat about anything you like!
</div>
<br>
<div>
Visit
<a href="https://joshboards.herokuapp.com">
Joshboards
</a>
and join the conversation!
</div>
</aside>
</div>
<!-- project 2 -->
<div class="project">
<section class="igbot">
<h3>py-stagram</h3>
</section>
<aside>
<div>
Using Python and Selenium, this program can take care of your Instagram account(s) for you.
Like and comment on posts, follow other users, and track your account's growth!
</div>
<br>
<div>
View the source code on
<a href="https://github.com/jtw10/ig-bot">Github</a><!--
-->.
</div>
</aside>
</div>
<!-- project 3 -->
<div class="project">
<section class="wip">
<h3>JSplit</h3>
</section>
<aside>
<div>
<div>
Never lose track of who owes you money with this simple web application. Add friends, invite people to groups, and much more!
</div>
<br>
<div>
View the source code on
<a href="https://github.com/dhruvparekh01/JSplit">Github</a><!--
-->.
</d>
</div>
</aside>
</div>
<!-- project 4 -->
<div class="project">
<section class="#">
<h3>Great Invention Placeholder</h3>
</section>
<aside>
<div>
Lorem Ipsum Latin Issum Thingelserum.
</div>
<br>
<div>
View the source code on
<a href="https://github.com/jtw10/ig-bot">Github</a><!--
-->.
</div>
</aside>
</div>
</div>
</div>
<!-- contact me section -->
<div class="not-hero flex-center bg-info" id="p4">
<div class="pagecontent_contact" id="section3">
<div data-aos="zoom-in-up" data-aos-duration="200">
<div class="contact">
<form id="contact" action="https://formspree.io/acit2911jimbob@gmail.com" method="POST">
<div class="formspacing">
<h3>Contact Josh</h3>
<h4>Please leave me a message!</h4>
</div>
<div class="formspacing">
<input type="name" name="name" placeholder="Name" required />
</div>
<div class="formspacing">
<input type="email" name="email" placeholder="Email" required />
</div>
<div class="formspacing">
<textarea name="message" placeholder="Message" required></textarea>
</div>
<div class="formspacing">
<button type="submit" value="Send">Send</button>
</div>
</form>
</div>
</div>
</div>
</div>
<!-- quote of the day section -->
<div class="not-hero flex-center bg-info" id="quotes">
<div class="pagecontent" id="section4">
<div class="slant">
<h1>Quote of the day:</h1>
<div class="quoteoftheday">
<blockquote>
<h3 id="textquote">It doesn't matter how slowly you go as long as you do not stop.<h3>
</blockquote>
</div>
<br>
<div id="sharediv">
<h6 style="opacity: 0.3">Share Quote:</h6>
<div class="center">
<ul class="share">
<li><a href="#" id="share-wa" class="sharer button"><i class="fab fa-whatsapp" aria-hidden="true"></i></a></li>
<li><a href="#" id="share-fb" class="sharer button"><i class="fab fa-facebook" aria-hidden="true"></i></a></li>
<li><a href="#" id="share-tw" class="sharer button"><i class="fab fa-twitter" aria-hidden="true"></i></a></li>
<li><a href="#" id="share-li" class="sharer button"><i class="fab fa-linkedin" aria-hidden="true"></i></a></li>
<li><a href="#" id="share-em" class="sharer button"><i class="fas fa-envelope" aria-hidden="true"></i></a></li>
</ul>
</div>
</div>
</div>
</div>
<!-- return to top button -->
<a id="return-to-top"><i class="icon-chevron-up"></i></a>
<!-- footer -->
<div class="footer">
<div>Josh W © 2019 - All Rights Reserved</div>
</div>
<!-- Particles
<div id="particles-js" style="background-color: rgb(51, 9, 9);"></div>
-->
</div>
</div>
<!-- scripts -->
<script src="js/jquery-3.4.1.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/script.js"></script>
<script src="js/aos.js"></script>
<script src="js/sharer.min.js"></script>
<script src="https://kit.fontawesome.com/302d2d4716.js"></script>
<!--
<script src="js/particles.js"></script>
<script src="js/app.js"></script>
-->
<script>
// initiating AOS
AOS.init();
// watching for window resizing
window.onload = resize();
// loading background images (milliseconds, index)
window.onload = run(8000, 6);
// random quote of the day
window.onload = quoterandomizer();
// function for mobile navbar behaviour
// window.onload = mobilenav();
</script>
</body>
</html>
<!--
to-do:
@media for share section -> share buttons not working & animation covering text
future considerations:
hero: responsive font size for mobile?
django project image -> carousel? gif?
update active tab style to white underline?????
blog page??? -> paralax scrollax??? -> css styled section seperators???
hamburger background color for better visibility??
-->