-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
324 lines (204 loc) · 10.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
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
<!doctype html>
<html lang="en">
<head>
<title>Nick's Portfolio</title>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- for FF, Chrome, Opera -->
<link rel="icon" type="image/png" href="/assets/favicons/portfolio-icon-N.png" sizes="16x16">
<link rel="icon" type="image/png" href="/assets/favicons/portfolio-icon-N.png" sizes="32x32">
<!-- for IE -->
<link rel="icon" type="image/x-icon" href="/assets/favicons/portfolio-icon-N.png">
<link rel="shortcut icon" type="image/x-icon" href="/assets/favicons/portfolio-icon-N.png" />
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css"
integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<!-- Homepage CSS -->
<link rel="stylesheet" href="home.css">
<!-- Angular v1 -->
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.8.2/angular.min.js"></script>
</head>
<body>
<!-- Primary Page Layout
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<!-- Navigation Bar Section -->
<section class="my-nav-bars sticky-top color-theme-java-syntax">
<nav class="navbar navbar-expand-lg navbar-light container-fluid">
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarTogglerDemo01"
aria-controls="navbarTogglerDemo01" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarTogglerDemo01">
<ul class="navbar-nav mr-auto mt-2 mt-lg-0 spread-items-horizontal" id="nav-bar-items">
<li class="nav-item active nav-item-pop">
<a href="#"><span>Home</span> <span class="sr-only">(current)</span></a>
</li>
<li class="nav-item nav-item-pop"></span>
<a href="#aboutme"><span>About Me</span></a>
</li>
<li class="nav-item nav-item-pop"></span>
<a href="photography.html"><span>Photos & Edits</span></a>
</li>
<li class="nav-item nav-item-pop">
<a href="#projects-link"><span>Projects</span></a>
</li>
<!-- <li class="nav-item nav-item-pop">
<a href="job-board/job-board.html">Github Job Search</a>
</li>
<li class="nav-item nav-item-pop">
<a href="vacation-form/index.html">Vacation Form</a>
</li> -->
<li class="nav-item nav-item-pop">
<a href="#blog"><span>Blog</span></a>
</li>
<li class="nav-item nav-item-pop">
<a href="#contact"><span>Contact</span></a>
</li>
</ul>
</div>
</nav>
</section>
<!-- Container to hold each section of page -->
<div class="container-fluid" id="main-content-container">
<!-- Home/Splash Page Section -->
<section class="home-section centered-content code-font" id="splash-page">
<!-- Container for introduction text content -->
<div class="col-xs-1-12 centered-content color-theme-java-syntax" id="splash-text-container">
<code>Hello;</code>
<p>
I am Nick.<br>
I am half human, half computer.<br>
I am a Software Engineer.<br>
based in Seattle, WA.
</p>
</div>
</section>
<!-- About Me Section -->
<section class="container home-section centered-content" id="aboutme">
<h1 class="display-3 code-font">
<code>About Me;</code>
</h1>
<h1 class="display-4">
Who is this guy Nick?<br>
I am a Software Engineer and Army Veteran.<br>I love to network and be a part of the next big thing
in
technology.
</h1>
</section>
<!-- Projects Section -->
<section class="container home-section centered-content" id="projects">
<h1 class="display-3 code-font">
<code>Projects;</code>
</h1>
<div id="carouselExampleIndicators" class="carousel slide" data-ride="carousel">
<ol class="carousel-indicators">
<li data-target="#carouselExampleIndicators" data-slide-to="0" class="active"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="1"></li>
</ol>
<div class="carousel-inner" id="projects-link">
<div class="carousel-item active">
<a href="https://github.com/nscherer30/Linkedin-Top-Post-Analyzer">
<img class="d-block w-100"
src="https://raw.githubusercontent.com/nscherer30/Linkedin-Top-Post-Analyzer/main/resources/linkedin-analyzer-usage-diagram.png"
alt="Linkedin Top Post Analyzer">
</a>
</div>
<div class="carousel-item">
<a href="https://theofficeapparel.com/">
<img class="d-block w-100"
src="https://cdn.shopify.com/s/files/1/0504/8100/4724/products/24b053c6ec37e8470f826912f877b337_940x.jpg?v=1605846772"
alt="theofficeapparel.com">
</a>
</div>
<div class="carousel-item">
<a href="https://theofficeapparel.com/">
<img class="d-block w-100" alt="photography" src="https://bn1305files.storage.live.com/y4mr0Rl53q1Xsz0yXjbgCw51mtdbdy-QjvnI4fNx6CXtrhhLXkRB6T1tNxiDC6AHODA7YiKa103T_wtWCo53O7VYQ2uZwEkAFGtP_RqHcd12RxPaGaXWXroOW26mM_9ECxS2lAo3BWG3k74IIo77_R5xIULVIQPky8tcOfJZ4CmnhtuqLOn2zSnMcJat4otgt1x?width=1024&height=1024&cropmode=none"
width="1024" height="1024" />
</a>
</div>
</div>
<a class="carousel-control-prev" href="#carouselExampleIndicators" role="button" data-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#carouselExampleIndicators" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
</section>
<!-- Blog Section -->
<section class="container home-section centered-content" id="blog">
<h1 class="display-3 center-horizontal" id="blog-header">
<code>Blog;</code>
</h1>
<div id="medium-widget"></div>
<script src="https://medium-widget.pixelpoint.io/widget.js"></script>
<script>
MediumWidget.Init({
renderTo: '#medium-widget',
params: { "resource":"https://medium.com/@nickscherer",
"postsPerLine":2,
"limit":4,
"picture":"big",
"fields":["description","author","publishAt"],
"ratio":"square"}})
</script>
</section>
<!--
<div class="row" id="development">
<div class="one-half column" style="margin-top: 25%">
<h4>DEVELOPMENT</h4>
</div>
</div>
-->
<!-- Contact Section -->
<section class="container home-section centered-content" id="contact">
<h1 class="display-4 center-horizontal code-font">
<code>Contact;</code>
</h1>
<form class="container centered half-parent-width">
<div class="form-group">
<label for="inputName1">Name</label>
<input type="text" class="form-control" id="formName" required>
</div>
<div class="form-group">
<label for="inputEmail1">Email</label>
<input type="email" class="form-control" id="formEmail" aria-describedby="emailHelp" required>
<small id="emailHelp" class="form-text text-muted">We'll never share your email with anyone
else.</small>
</div>
<div class="form-group">
<label for="inputMessage1">Message</label>
<input type="text" class="form-control" id="formMessage" required>
</div>
<button type="submit" class="btn btn-primary">Send</button>
</form>
<!-- Social Media Links
//TODO ADD SOCIAL MEDIA BUTTONS
<i class="fa fa-linkedin" aria-hidden="true">
<a href="www.linkedin.com">adad</a>
</i>
<i class="fa fa-instagram" aria-hidden="true"></i>
<i class="fa fa-github" aria-hidden="true"></i>
-->
</section>
</div>
<!-- End Document
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<!-- Optional JavaScript -->
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js"
integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous">
</script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js"
integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1" crossorigin="anonymous">
</script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js"
integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous">
</script>
<script src="https://www.twilik.com/assets/retainable/rss-embed/retainable-rss-embed.js"></script>
<script async src="//cdn.embedly.com/widgets/platform.js" charset="UTF-8"></script>
</body>
</html>