-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
313 lines (295 loc) · 15.4 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
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=yes">
<!-- Primary Meta Tags -->
<title>Scott Griffin - Web Developer Portfolio</title>
<meta name="title" content="Scott Griffin - Web Developer Portfolio">
<meta name="description" content="Full tack web developer with Project Mgmt and Marketing background">
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website">
<meta property="og:url" content="https://yoscott.com/">
<meta property="og:title" content="Scott Griffin - Web Developer Portfolio">
<meta property="og:description" content="Full tack web developer with Project Mgmt and Marketing background">
<meta property="og:image" content="https://yoscott.com/assets/metaimage.webp">
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:url" content="https://yoscott.com/">
<meta property="twitter:title" content="Scott Griffin - Web Developer Portfolio">
<meta property="twitter:description" content="Full tack web developer with Project Mgmt and Marketing background">
<meta property="twitter:image" content="https://yoscott.com/assets/metadata.webp">
<!-- Bootstrap 5.0 CSS -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/5.0.0-alpha1/css/bootstrap.min.css"
integrity="sha384-r4NyP46KrjDleawBgD5tp8Y7UzmLA05oM1iAEQ17CSuDqnUK2+k9luXQOfXJCJ4I" crossorigin="anonymous">
<!-- fontawesome icons-->
<script src="https://use.fontawesome.com/e42e7841ba.js"></script>
<!-- Custom CSS -->
<link rel="stylesheet" href="./style.css">
<!--favicon-->
<link rel="apple-touch-icon" sizes="180x180" href="./apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="./favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="./favicon-16x16.png">
<link rel="manifest" href="./site.webmanifest">
<!--google fonts-->
<link href="https://fonts.googleapis.com/css2?family=Biryani:wght@700&family=Raleway:wght@400&display=swap"
rel="stylesheet">
</head>
<body>
<a name="top"></a>
<header>
<nav>
<div class="burger-menu-icon">
<div class="burgline1"></div>
<div class="burgline2"></div>
<div class="burgline3"></div>
</div>
<!-- Nav links, each to section of page-->
<ul class="nav-list raleway">
<li class="nav-item">
<a href="#top" alt="links to first section of page">
<img src="./assets/scott-headshot.JPG" alt="Scott Griffin" class="scottnavphoto nav-link" style>
<span class="caption nav-link" style>Scott Griffin</span>
</a>
</li>
<li class="nav-item">
<a href="#about-me" alt="link to biography section" class="nav-link" style>About Me</a>
</li>
<li class="nav-item">
<a href="#my-work" alt="link to projects I've worked on" class="nav-link" style>My Work</a>
</li>
<li class="nav-item">
<a href="#contact" alt=" link to contact info" class="nav-link" style>Get in Touch</a>
</li>
<li class="nav-link nav-item">
<a class="whitetext" alt="github link icon" style href="https://github.com/scott-gr"><i
class="fa fa-github fa-lg"></i></a>
<a class="whitetext" alt="linkedin link icon" style href="https://www.linkedin.com/in/scottgriffinatl/"><i
class="fa fa-linkedin fa-lg"></i></a>
<a class="whitetext" alt="email link icon" style href="mailto:[email protected]"><i
class="fa fa-envelope-o fa-lg"></i></a>
<a class="whitetext" alt="resume" target="_blank" href="./assets/sgriffin-resume.pdf"><i
class="fa fa-file-text-o fa-lg"></i></a>
</li>
</ul>
</nav>
</header>
<main>
<!--Top section of page, landing page-->
<div class="section" id="welcome">
<h1 class="display-2 d-flex justify-content-left biryani" id="hello">Hi, I'm Scott Griffin,
a web developer</h1>
<!-- Developer skills -->
<div class="container skillsandbtns">
<p class="skills raleway">
<span class="skillrow"> HTML </span>
<span class="skillrow"> CSS </span>
<span class="skillrow"> JavaScript </span>
<span class="skillrow"> React </span>
<span class="skillrow"> Node.js </span>
<span class="skillrow"> Express </span>
<span class="skillrow"> SQL </span>
<span class="skillrow"> MongoDB </span>
</p>
<!-- Button to contact section -->
<div class="d-flex flex-row justify-content-center">
<button type="button" alt="link to contact section" onclick="window.location.href='#contact'"
class="btn btn-outline-light btn-lg raleway" id="hellocontactbtn">Let's Talk</button>
</div>
<!-- Arrow button to next sectiontwo -->
<div class="d-flex flex-row justify-content-center">
<svg viewBox="0 0 16 16" class="bi bi-chevron-down" alt="navigate to next section, about me"
xmlns="http://www.w3.org/2000/svg" onclick="window.location.href='#about-me'">
<path fill-rule="evenodd" href="#about-me"
d="M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z" />
</svg>
</div>
</div>
</div>
<!-- section two, biography -->
<div class="section" id="about-me">
<div class="container containertwo">
<div class="row spacer"></div>
<div class="mx-auto biocard raleway" style="max-width: 900px;">
<img src="./assets/scott-headshot.JPG" class="card-img scottphoto align-middle" alt="scott-headshot">
<h1 class="gradienttext display-3">about Scott</h1>
<p class="biotext">I am a full stack web developer creating web-apps with Javascript, React, Node, SQL, and
more. I have a
background in marketing and project management and have delivered programs and experiences for
international
clients. In my career I've worked with diverse teams to solve problems and create innovative solutions. </p>
<p class="biotext">I am open to front-end, back-end, and full-stack roles. I build responsive, accessible
applications, with an emphasis on mobile design. Feel free to contact me with any inquiries. </p>
<p class="biotext">I live with my wife, son, dog, and two cats in Atlanta's Kirkwood neighborhood.
When I have spare
time, I enjoy: trying new restaurants, gaming and D&D with friends, and volunteering in our
neighborhood.</p>
</div>
<hr>
<div class="d-flex flex-row justify-content-center">
<svg viewBox="0 0 16 16" alt="navigate to next section, my work" class="bi bi-chevron-down"
xmlns="http://www.w3.org/2000/svg" onclick="window.location.href='#my-work'">
<path fill-rule="evenodd" href="#my-work"
d="M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z" />
</svg>
</div>
</div>
</div>
<!--section two, my work-->
<div class="section" id="my-work">
<div class="container justify-content-center">
<div class="col-10 justify-content-center mx-auto raleway">
<div class="row spacer"></div>
<div class="row mb-0">
<h1 class="gradienttext display-3" id="myworkheader">My Work</h1>
<!-- first app-->
<div class="col-md appcol">
<div class="card appcard">
<img class="card-img-top" src="./assets/statlink_thumbnail.png" alt="statlink screenshot">
<div class="card-body">
<h3 class="card-title tealtext">Statlink.io</h3>
<p class="card-text whitetext"> Sports Analytics app for Coaches and Players.</p>
</div>
<div class="card-body">
<a href="https://www.dsa-labs.com/" alt="dsa labs website" class="card-link">DSA Labs company page</a>
<a href="https://statlink.io" alt="statlink app" class="card-link">Link to Application</a>
</div>
</div>
</div>
<!--second app-->
<div class="col-md appcol">
<div class="card appcard">
<img class="card-img-top" src="./assets/oakhurstdogpark.png" alt="app screenshot">
<div class="card-body">
<h3 class="card-title tealtext">OakhurstDogPark.com</h3>
<p class="card-text whitetext">A website made for a community dog park, where leaders can blog and
post announcements. Gatsby.js/React site using Netlify CMS for user publishing and GraphQL metadata
and image queries.</p>
</div>
<div class="card-body">
<a href="https://github.com/scott-gr/oakhurst-dog-park" alt="github repo" class="card-link">GitHub
Repo</a>
<a href="https://OakhurstDogPark.com" alt="oakhurst dog park site" class="card-link">Visit the
Site</a>
</div>
</div>
</div>
</div>
<!--starts second row of apps-->
<div class="row mb-0">
<!--third app-->
<div class="col-md appcol">
<div class="card appcard">
<img class="card-img-top" src="./assets/stayin-in.png" alt="app screenshot">
<div class="card-body">
<h3 class="card-title tealtext">Staying In Tonight</h3>
<p class="card-text whitetext">Select a genre and
receive movie and video game recommendations. Uses two APIs to retrieve media results.</p>
</div>
<div class="card-body">
<a href="https://github.com/scott-gr/Staying-in-Tonight-Generator" alt="github repo"
class="card-link">GitHub
Repo</a>
<a href="https://scott-gr.github.io/Staying-in-Tonight-Generator/" alt="deployed app"
class="card-link">Deployed
Page</a>
</div>
</div>
</div>
<!--4th app-->
<div class="col-md appcol">
<div class="card appcard">
<img class="card-img-top" src="./assets/rpgtokentools-screen.png" alt="app logo>
<div class=" card-body">
<h3 class="card-title tealtext">RPG Token Tools</h3>
<p class="card-text whitetext">Work in progress! This react web app lets users upload an image and edit
it into a character "token" to use in virtual tabletop games.</p><br>
<p>Utilizes HTML Canvas with stateful React Hooks and Components.</p>
</div>
<div class="card-body">
<a href="https://github.com/scott-gr/rpg-token-tools" alt="github repo" class="card-link">GitHub
Repo</a>
<a href="https://rpgtoken.tools" alt="Live Website" class="card-link">https://rpgToken.tools</a>
</div>
</div>
</div>
</div>
<hr>
<div class="d-flex flex-row justify-content-center">
<svg viewBox="0 0 16 16" class="bi bi-chevron-down chevtwo" xmlns="http://www.w3.org/2000/svg"
onclick="window.location.href='#contact'">
<path fill-rule="evenodd" alt="navigate to next section, contact" href="#contact"
d="M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z" />
</svg>
</div>
</div>
</div>
</div>
<!--section four, get in touch-->
<div class="section" id="contact">
<div class="container containertwo">
<div class="row spacer"></div>
<div class="mx-auto biocard contactcard raleway">
<h1 class="gradienttext display-3">Get in Touch</h1>
<ul>
<li><a class="whitetext" alt="email link, [email protected]" href="mailto:[email protected]"><i
class="fa fa-envelope-o fa-lg"></i>
[email protected]</a></li>
<li>
<p class="whitetext"><i class="fa fa-phone fa-lg"></i> 770.843.2923</p>
</li>
<li><a class="whitetext" alt="github profile" href="https://github.com/scott-gr"><i
class="fa fa-github fa-lg"></i>
github.com/scott-gr</a></li>
<li><a class="whitetext" alt="linkedin profile" href="https://www.linkedin.com/in/scottgriffinatl/"><i
class="fa fa-linkedin fa-lg"></i>
linkedin.com/in/scottgriffinatl/</a></li>
<li><a class="whitetext" alt="resume" target="_blank" href="./assets/sgriffin-resume.pdf"><i
class="fa fa-file-text-o fa-lg"></i>
Resume PDF</a></li>
</ul>
</div>
<div class="d-flex flex-row justify-content-center">
<svg viewBox="0 0 16 16" class="bi bi-chevron-up" id="chevronup" xmlns="http://www.w3.org/2000/svg"
onclick="window.location.href='#top'">
<path fill-rule="evenodd" alt="navigate back to top of page" href="#top"
d="M7.646 4.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1-.708.708L8 5.707l-5.646 5.647a.5.5 0 0 1-.708-.708l6-6z" />
</svg>
</div>
</div>
<hr>
<!--footer-->
<footer>
<div class="footer-coded-by raleway">
<p class="tealtext">
<i class="fa fa-code fa-lg" aria-hidden="true"></i> by Scott Griffin © 2021
</p>
<p class="tealtext foottext">
</p>
</div>
<div class="footer-social justify-content-center">
<a class="whitetext" alt="github profile" href="https://github.com/scott-gr"><i
class="fa fa-github fa-lg"></i> </a>
<a class="whitetext" alt="linkedin profile" href="https://www.linkedin.com/in/scottgriffinatl/"><i
class="fa fa-linkedin fa-lg"></i> </a>
<a class="whitetext" alt="email profile" href="mailto:[email protected]"><i
class="fa fa-envelope-o fa-lg"></i> </a>
<a class="whitetext" alt="resume" target="_blank" href="./assets/sgriffin-resume.pdf"><i
class="fa fa-file-text-o fa-lg"></i> </a>
</div>
</footer>
</div>
</main>
<!-- JavaScript and dependencies -->
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js"
integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo"
crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/5.0.0-alpha1/js/bootstrap.min.js"
integrity="sha384-oesi62hOLfzrys4LxRF63OJCXdXDipiYWBnvTl9Y9/TRlw5xlKIEHpNyvvDShgf/"
crossorigin="anonymous"></script>
<!-- Place this tag in your head or just before your close body tag. -->
<script async defer src="https://buttons.github.io/buttons.js"></script>
<script src="scripts.js"></script>
</body>
</html>