Skip to content

Commit 6706eae

Browse files
committed
Tidied up UI and Nathan's profile
1 parent 0eb3fa1 commit 6706eae

File tree

10 files changed

+83
-408
lines changed

10 files changed

+83
-408
lines changed

_data/people/0001.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ first_name: "Drew"
22
last_name: "Morgan"
33
anchor: "drew-morgan"
44
photo: "drew-profile-photo.jpg"
5-
roles: "Benevolent Leader, Mentor"
5+
roles: "Benevolent Leader, Host, Mentor"
66
twitter_handle: "dangerworm"
77
description_paragraphs:
88
- >

_data/people/0002.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ first_name: "Keiran"
22
last_name: "Wilkinson"
33
anchor: "keiran-wilkinson"
44
photo: "keiran-profile-photo.png"
5-
roles: "Deputy Benevolent Leader, Mentor"
5+
roles: "Deputy Benevolent Leader, Host, Mentor"
66
twitter_handle: "keiranwdigital"
77
description_paragraphs:
88
- >

_data/people/0003.yaml

Lines changed: 29 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,46 @@
1-
first_name: "Peter"
2-
last_name: "Daily"
3-
anchor: "peter-daily"
4-
photo: "peter-profile-photo.png"
5-
roles: "Mentor"
6-
twitter_handle: "peterdaily"
1+
first_name: "Nathan"
2+
last_name: "Scott"
3+
anchor: "nathan-scott"
4+
photo: "nathan.jpg"
5+
roles: "Host, Mentor"
6+
twitter_handle: "nathanscottSD"
77
description_paragraphs:
88
- >
9-
Peter is a self-taught developer who changed careers to web development
10-
in 2016. He has since worked in the martech (marketing tech), digital agency,
11-
telecommunications and property tech industries.
9+
Nathan's journey into coding began during his time as a support worker. He is an
10+
avid gamer, which led him to ask the pivotal question: "How do I program this?"
11+
From that moment, Nathan fully committed to teaching himself how to code. This passion
12+
ultimately led him to graduate from the Northcoders bootcamp. Now, six years later,
13+
he's still deeply immersed in coding and continues to love every moment of it.
1214
- >
13-
Outside of work he enjoys mountain biking, going to music gigs and
14-
playing video games. He is also a sports nerd and in particular an
15-
insufferable Stockport County supporter.
15+
When he's not coding, Nathan enjoys playing board games and card games. He is an active
16+
participant in the local gaming community and often attends events where he can connect
17+
with others who share his passion. Whether it's strategizing over a complex board game
18+
or enjoying the quick thinking required in a card game, Nathan finds these activities
19+
both relaxing and intellectually stimulating.
20+
- >
21+
You can often find Nathan at local events, engaging with fellow enthusiasts and exploring
22+
new games.
1623
1724
languages:
1825
- CSS
1926
- HTML
27+
- GraphQL
2028
- Javascript
2129
- Typescript
2230

2331
technologies:
24-
- Angular
25-
- Jest
32+
- APIs
33+
- JSON
34+
- REST
2635
- NodeJS
36+
- MVC
2737
- React
28-
- Testing
38+
- Express
39+
- Prisma
40+
- Bootstrap
2941

3042
tools:
3143
- Git
44+
- GitHub
45+
- Postman
3246
- VS Code

_data/people/0004.yaml

Lines changed: 15 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,44 +1,32 @@
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"
1+
first_name: "Peter"
2+
last_name: "Daily"
3+
anchor: "peter-daily"
4+
photo: "peter-profile-photo.png"
5+
roles: "Mentor"
6+
twitter_handle: "peterdaily"
77
description_paragraphs:
88
- >
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.
9+
Peter is a self-taught developer who changed careers to web development
10+
in 2016. He has since worked in the martech (marketing tech), digital agency,
11+
telecommunications and property tech industries.
1412
- >
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.
13+
Outside of work he enjoys mountain biking, going to music gigs and
14+
playing video games. He is also a sports nerd and in particular an
15+
insufferable Stockport County supporter.
2116
2217
languages:
2318
- CSS
2419
- HTML
25-
- GraphQL
2620
- Javascript
2721
- Typescript
2822

2923
technologies:
30-
- APIs
31-
- JSON
32-
- REST
24+
- Angular
25+
- Jest
3326
- NodeJS
34-
- MVC
3527
- React
36-
- Express
37-
- Prisma
38-
- Bootstrap
28+
- Testing
3929

4030
tools:
4131
- Git
42-
- GitHub
43-
- Postman
4432
- VS Code

_includes/person.html

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,13 @@
66
</div>
77
<div class="col-12 text-center">
88
<h4>{{ include.person.first_name }} {{ include.person.last_name }}</h4>
9+
<p class="text-muted no-margin">{{ include.person.roles }}</p>
910
</div>
1011
</div>
1112
<div class="col-md-8 col-lg-6">
1213
<div class="row">
13-
<div class="col col-md-6">
14-
<p class="text-muted no-margin">{{ include.person.roles }}</p>
15-
</div>
1614
{% if include.person.twitter_handle %}
17-
<div class="col-md-6 twitter-mention-container text-right">
15+
<div class="col-md-12 twitter-mention-container text-right">
1816
<a href="https://twitter.com/intent/tweet?screen_name={{include.person.twitter_handle}}" class="twitter-mention-button"
1917
data-show-count="false">
2018
Tweet to @{{ include.person.twitter_handle }}

about.html

Lines changed: 35 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -16,40 +16,52 @@ <h1>{{page.title}}</h1>
1616

1717
<h2>Our Mission</h2>
1818
<p style="font-size: larger;">
19-
<strong>
20-
To create a space for adults to pursue programming-related learning and conversation, where everyone is
21-
valued, everyone has agency, and everyone is supported.
22-
</strong>
19+
<strong>
20+
To create a space for adults to pursue programming-related learning and conversation, where everyone is
21+
valued, everyone has agency, and everyone is supported.
22+
</strong>
2323
</p>
2424

2525
<h2>History</h2>
2626
<p>
27-
CodeWith carries the torch of CodeUp, set up by Claire Wicher in early 2015. The aim was to provide free and
28-
friendly coding tuition to adults who wanted it, and that is now CodeWith&apos;s aim too. We want somewhere everyone,
29-
from complete beginners to accomplished software engineers, can come together and share their enjoyment of coding.
27+
CodeWith carries the torch of CodeUp, set up by Claire Wicher in early 2015. The aim was to provide free and
28+
friendly coding tuition to adults who wanted it, and that is now CodeWith&apos;s aim too. We want somewhere everyone,
29+
from complete beginners to accomplished software engineers, can come together and share their enjoyment of coding.
3030
</p>
3131
<p>
32-
Over the years CodeUp spread to twenty different locations with multiple different organisers, and CodeWith has
33-
consolidated their knowledge and experience into a single committee of organisers and mentors who run regular
34-
events. You can find out more about our committee and mentors on the <a href="{{site.url}}/people">people page</a>.
32+
Over the years CodeUp spread to twenty different locations with multiple different organisers, and CodeWith has
33+
consolidated their knowledge and experience into a single committee of organisers and mentors who run regular
34+
events. You can find out more about our committee and mentors on the <a href="{{site.url}}/people">people page</a>.
3535
</p>
3636

3737
<h2>Committee</h2>
3838
<p>
39-
We are run by a team of volunteers who have organised coding meetups for years.
39+
We are run by a team of volunteers who have organised coding meetups for years.
4040
</p>
4141
<div class="row committee-photos">
42-
<div class="col-sm-5 col-md-4 col-lg-3 card text-center">
43-
<img class="profile-photo" src="{{site.url}}/images/drew-profile-photo.jpg">
44-
<br />
45-
<h4><a href="{{site.url}}/people#drew-morgan">Drew Morgan</a></h4>
46-
<smaller>Benevolent Leader</smaller>
47-
</div>
48-
<div class="col-sm-5 col-md-4 col-lg-3 card text-center">
49-
<img class="profile-photo" src="{{site.url}}/images/keiran-profile-photo.png">
50-
<br />
51-
<h4><a href="{{site.url}}/people#keiran-wilkinson">Keiran Wilkinson</a></h4>
52-
<smaller>Deputy Benevolent Leader</smaller>
53-
</div>
42+
<div class="col-sm-5 col-md-4 col-lg-3 card text-center">
43+
<img class="profile-photo" src="{{site.url}}/images/drew-profile-photo.jpg">
44+
<br />
45+
<h4><a href="{{site.url}}/people#drew-morgan">Drew Morgan</a></h4>
46+
<strong>
47+
<smaller>Benevolent Leader</smaller>
48+
</strong>
49+
<smaller style="color: #777777">Host, Manchester</smaller>
50+
</div>
51+
<div class="col-sm-5 col-md-4 col-lg-3 card text-center">
52+
<img class="profile-photo" src="{{site.url}}/images/keiran-profile-photo.png">
53+
<br />
54+
<h4><a href="{{site.url}}/people#keiran-wilkinson">Keiran Wilkinson</a></h4>
55+
<strong>
56+
<smaller>Deputy Benevolent Leader</smaller>
57+
</strong>
58+
<smaller style="color: #777777">Host, Manchester</smaller>
59+
</div>
60+
<div class="col-sm-5 col-md-4 col-lg-3 card text-center">
61+
<img class="profile-photo" src="{{site.url}}/images/nathan.jpg">
62+
<br />
63+
<h4><a href="{{site.url}}/people#keiran-wilkinson">Nathan Scott</a></h4>
64+
<smaller style="color: #777777">Host, Leeds</smaller>
65+
</div>
5466
</div>
5567
<br />

pages-people/people-drew.html

Lines changed: 0 additions & 86 deletions
This file was deleted.

0 commit comments

Comments
 (0)