Skip to content

Commit 5758a6d

Browse files
committed
Latest version of new site for review
1 parent 9adef3a commit 5758a6d

24 files changed

+261
-514
lines changed

new_site/README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,19 @@ This repository holds the code for CodeWith, a group in the UK that offers free
55
We run the event monthly and manage it all through
66
[our Slack group](https://www.slack.com/).
77
It's all free, so if you're in the area please come along!
8+
9+
# To add yourself to the people page
10+
11+
* Create a branch
12+
* Make a copy of one of the existing bios in *pages-people*
13+
* Name it using the convention people-*yourname*
14+
* Modify to be your bio including
15+
* Photograph
16+
* Information paragraph
17+
* Twitter (optional)
18+
* Things you can help with
19+
20+
If you need any help, contact one of the pople who have already added themselves.
21+
22+
Copy the includes code `<br />
23+
{% include_relative pages-people/people-yourname.html %}` to the bottom of people.html (ensure you update the file name)

new_site/about.html

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -106,12 +106,6 @@
106106
<span>Resources</span>
107107
</a>
108108
</li>
109-
<li class="sidebar-dropdown">
110-
<a href="branding.html">
111-
<i class="fas fa-palette"></i>
112-
<span>Branding</span>
113-
</a>
114-
</li>
115109
<li class="sidebar-dropdown">
116110
<a href="people.html">
117111
<i class="fa fa-users"></i>
@@ -130,6 +124,12 @@
130124
<span>Feedback</span>
131125
</a>
132126
</li>
127+
<li class="sidebar-dropdown">
128+
<a href="branding.html">
129+
<i class="fas fa-palette"></i>
130+
<span>Branding</span>
131+
</a>
132+
</li>
133133
<li class="sidebar-dropdown">
134134
<a id="change-font" class="change-font" href="#">
135135
<i class="fa fa-font"></i>
@@ -182,13 +182,13 @@ <h3>Committee</h3>
182182
<div class="col-sm-5 col-md-4 col-lg-3 card text-center">
183183
<img class="profile-photo" src="images/drew-profile-photo.png">
184184
<br />
185-
<h4>Drew Morgan</h4>
185+
<h4><a href="people.html#drew-morgan">Drew Morgan</a></h4>
186186
<smaller>Benevolent Leader</smaller>
187187
</div>
188188
<div class="col-sm-5 col-md-4 col-lg-3 card text-center">
189189
<img class="profile-photo" src="images/keiran-profile-photo.png">
190190
<br />
191-
<h4>Keiran Wilkinson</h4>
191+
<h4><a href="people.html#keiran-wilkinson">Keiran Wilkinson</a></h4>
192192
<smaller>Vice Benevolent Leader</smaller>
193193
</div>
194194
<div class="col-sm-5 col-md-4 col-lg-3 card text-center">

new_site/activities.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -106,12 +106,6 @@
106106
<span>Resources</span>
107107
</a>
108108
</li>
109-
<li class="sidebar-dropdown">
110-
<a href="branding.html">
111-
<i class="fas fa-palette"></i>
112-
<span>Branding</span>
113-
</a>
114-
</li>
115109
<li class="sidebar-dropdown">
116110
<a href="people.html">
117111
<i class="fa fa-users"></i>
@@ -130,6 +124,12 @@
130124
<span>Feedback</span>
131125
</a>
132126
</li>
127+
<li class="sidebar-dropdown">
128+
<a href="branding.html">
129+
<i class="fas fa-palette"></i>
130+
<span>Branding</span>
131+
</a>
132+
</li>
133133
<li class="sidebar-dropdown">
134134
<a id="change-font" class="change-font" href="#">
135135
<i class="fa fa-font"></i>

new_site/branding.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -106,12 +106,6 @@
106106
<span>Resources</span>
107107
</a>
108108
</li>
109-
<li class="sidebar-dropdown">
110-
<a href="branding.html">
111-
<i class="fas fa-palette"></i>
112-
<span>Branding</span>
113-
</a>
114-
</li>
115109
<li class="sidebar-dropdown">
116110
<a href="people.html">
117111
<i class="fa fa-users"></i>
@@ -130,6 +124,12 @@
130124
<span>Feedback</span>
131125
</a>
132126
</li>
127+
<li class="sidebar-dropdown">
128+
<a href="branding.html">
129+
<i class="fas fa-palette"></i>
130+
<span>Branding</span>
131+
</a>
132+
</li>
133133
<li class="sidebar-dropdown">
134134
<a id="change-font" class="change-font" href="#">
135135
<i class="fa fa-font"></i>

new_site/code-of-conduct.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -106,12 +106,6 @@
106106
<span>Resources</span>
107107
</a>
108108
</li>
109-
<li class="sidebar-dropdown">
110-
<a href="branding.html">
111-
<i class="fas fa-palette"></i>
112-
<span>Branding</span>
113-
</a>
114-
</li>
115109
<li class="sidebar-dropdown">
116110
<a href="people.html">
117111
<i class="fa fa-users"></i>
@@ -130,6 +124,12 @@
130124
<span>Feedback</span>
131125
</a>
132126
</li>
127+
<li class="sidebar-dropdown">
128+
<a href="branding.html">
129+
<i class="fas fa-palette"></i>
130+
<span>Branding</span>
131+
</a>
132+
</li>
133133
<li class="sidebar-dropdown">
134134
<a id="change-font" class="change-font" href="#">
135135
<i class="fa fa-font"></i>

new_site/contact.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -106,12 +106,6 @@
106106
<span>Resources</span>
107107
</a>
108108
</li>
109-
<li class="sidebar-dropdown">
110-
<a href="branding.html">
111-
<i class="fas fa-palette"></i>
112-
<span>Branding</span>
113-
</a>
114-
</li>
115109
<li class="sidebar-dropdown">
116110
<a href="people.html">
117111
<i class="fa fa-users"></i>
@@ -130,6 +124,12 @@
130124
<span>Feedback</span>
131125
</a>
132126
</li>
127+
<li class="sidebar-dropdown">
128+
<a href="branding.html">
129+
<i class="fas fa-palette"></i>
130+
<span>Branding</span>
131+
</a>
132+
</li>
133133
<li class="sidebar-dropdown">
134134
<a id="change-font" class="change-font" href="#">
135135
<i class="fa fa-font"></i>

0 commit comments

Comments
 (0)