Skip to content

Commit 0eb3fa1

Browse files
author
Nathan Scott
committed
add a mug shot
1 parent 875bc7a commit 0eb3fa1

File tree

4 files changed

+144
-0
lines changed

4 files changed

+144
-0
lines changed

Gemfile.lock

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,15 @@ GEM
2424
http_parser.rb (~> 0)
2525
ethon (0.16.0)
2626
ffi (>= 1.15.0)
27+
eventmachine (1.2.7)
2728
eventmachine (1.2.7-x64-mingw32)
2829
execjs (2.9.1)
2930
faraday (2.8.1)
3031
base64
3132
faraday-net_http (>= 2.0, < 3.1)
3233
ruby2_keywords (>= 0.0.4)
3334
faraday-net_http (3.0.2)
35+
ffi (1.17.0-x64-mingw-ucrt)
3436
ffi (1.17.0-x64-mingw32)
3537
forwardable-extended (2.6.0)
3638
gemoji (4.1.0)
@@ -208,11 +210,15 @@ GEM
208210
rb-fsevent (~> 0.10, >= 0.10.3)
209211
rb-inotify (~> 0.9, >= 0.9.10)
210212
mercenary (0.3.6)
213+
mini_portile2 (2.8.7)
211214
minima (2.5.1)
212215
jekyll (>= 3.5, < 5.0)
213216
jekyll-feed (~> 0.9)
214217
jekyll-seo-tag (~> 2.1)
215218
minitest (5.24.1)
219+
nokogiri (1.13.10)
220+
mini_portile2 (~> 2.8.0)
221+
racc (~> 1.4)
216222
nokogiri (1.13.10-x64-mingw32)
217223
racc (~> 1.4)
218224
octokit (4.25.1)
@@ -253,6 +259,7 @@ GEM
253259
zeitwerk (2.6.17)
254260

255261
PLATFORMS
262+
x64-mingw-ucrt
256263
x64-mingw32
257264

258265
DEPENDENCIES

_data/people/0004.yaml

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
first_name: "Nathan"
2+
last_name: "Scott"
3+
anchor: "nathan-scott"
4+
photo: "drew-profile-photo.jpg"
5+
roles: "Benevolent Leader, Mentor"
6+
twitter_handle: "dangerworm"
7+
description_paragraphs:
8+
- >
9+
My journey into coding began during my time as a support worker. In my spare time,
10+
I was an avid gamer, which led me to ask the pivotal question:
11+
"How do I program this?" From that moment, I fully committed to teaching myself how to code.
12+
This passion ultimately led me to graduate from the Northcoders bootcamp. Now, six years later,
13+
I'm still deeply immersed in coding and continue to love every moment of it.
14+
- >
15+
When I'm not coding, I enjoy immersing myself in the world of board games and card games.
16+
I'm an active participant in the local gaming community and often attend events where
17+
I can connect with others who share this passion. Whether it's strategizing over a complex
18+
board game or enjoying the quick thinking required in a card game,
19+
I find these activities both relaxing and intellectually stimulating.
20+
You can often find me at local events, engaging with fellow enthusiasts and exploring new games.
21+
22+
languages:
23+
- CSS
24+
- HTML
25+
- GraphQL
26+
- Javascript
27+
- Typescript
28+
29+
technologies:
30+
- APIs
31+
- JSON
32+
- REST
33+
- NodeJS
34+
- MVC
35+
- React
36+
- Express
37+
- Prisma
38+
- Bootstrap
39+
40+
tools:
41+
- Git
42+
- GitHub
43+
- Postman
44+
- VS Code

images/nathan.jpg

54.2 KB
Loading

pages-people/people-nathan.html

Lines changed: 93 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,93 @@
1+
<a name="nathan-scott"></a>
2+
<div class="row person-blurb">
3+
<div class="col-md-4 col-lg-5 col-xl-3">
4+
<div class="mb-2 box-shadow text-center">
5+
<img
6+
class="profile-photo"
7+
src="{{site.url}}/images/nathan.jpg"
8+
alt="Nathan Scott's profile picture"
9+
/>
10+
</div>
11+
<div class="col-12 text-center">
12+
<h4>Nathan Scott</h4>
13+
</div>
14+
</div>
15+
<div class="col-md-8 col-lg-6">
16+
<div class="row">
17+
<div class="col col-md-6">
18+
<p class="text-muted no-margin">Benevolent Leader, Mentor</p>
19+
</div>
20+
<div class="col-md-6 twitter-mention-container text-right">
21+
<a
22+
href="https://twitter.com/intent/tweet?screen_name=dangerworm"
23+
class="twitter-mention-button"
24+
data-show-count="false"
25+
>
26+
Tweet to @dangerworm
27+
</a>
28+
</div>
29+
</div>
30+
<div class="row">
31+
<div class="col-md-12">
32+
<p>
33+
My journey into coding began during my time as a support worker. In my
34+
spare time, I was an avid gamer, which led me to ask the pivotal
35+
question: "How do I program this?" From that moment, I fully committed
36+
to teaching myself how to code. This passion ultimately led me to
37+
graduate from the Northcoders bootcamp. Now, six years later, I'm
38+
still deeply immersed in coding and continue to love every moment of
39+
it.
40+
</p>
41+
<p>
42+
When I'm not coding, I enjoy immersing myself in the world of board
43+
games and card games. I'm an active participant in the local gaming
44+
community and often attend events where I can connect with others who
45+
share this passion. Whether it's strategizing over a complex board
46+
game or enjoying the quick thinking required in a card game, I find
47+
these activities both relaxing and intellectually stimulating. You can
48+
often find me at local events, engaging with fellow enthusiasts and
49+
exploring new games.
50+
</p>
51+
</div>
52+
</div>
53+
</div>
54+
<div class="col-lg-12 col-xl-3 skills">
55+
<div class="row">
56+
<div class="col-12">
57+
<h5>Nathan can help with...</h5>
58+
</div>
59+
<div class="col-md-4 col-lg-12">
60+
<!-- Languages -->
61+
<p>
62+
<span class="badge badge-secondary">CSS</span>
63+
<span class="badge badge-secondary">HTML</span>
64+
<span class="badge badge-secondary">GraphQL</span>
65+
<span class="badge badge-secondary">JavaScript</span>
66+
<span class="badge badge-secondary">Typescript</span>
67+
</p>
68+
</div>
69+
<div class="col-md-4 col-lg-12">
70+
<!-- Technologies -->
71+
<p>
72+
<span class="badge badge-secondary">APIs</span>
73+
<span class="badge badge-secondary">JSON</span>
74+
<span class="badge badge-secondary">REST</span>
75+
<span class="badge badge-secondary">NodeJS</span>
76+
<span class="badge badge-secondary">MVC</span>
77+
<span class="badge badge-secondary">Express</span>
78+
<span class="badge badge-secondary">Prisma</span>
79+
<span class="badge badge-secondary">Bootstrap</span>
80+
</p>
81+
</div>
82+
<div class="col-md-4 col-lg-12">
83+
<!-- Tools -->
84+
<p>
85+
<span class="badge badge-secondary">Git</span>
86+
<span class="badge badge-secondary">GitHub</span>
87+
<span class="badge badge-secondary">Postman</span>
88+
<span class="badge badge-secondary">VS Code</span>
89+
</p>
90+
</div>
91+
</div>
92+
</div>
93+
</div>

0 commit comments

Comments
 (0)