Skip to content

Commit c848f71

Browse files
committed
Add new_site folder for committee review
1 parent 5070d58 commit c848f71

File tree

87 files changed

+9451
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

87 files changed

+9451
-0
lines changed

_site/CNAME

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
codewith.org.uk

_site/README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Welcome
2+
This repository holds the code for CodeWith, a group in the UK that offers free coding help and tuition.
3+
4+
# Our Event
5+
We run the event monthly and manage it all through
6+
[our Slack group](https://www.slack.com/).
7+
It's all free, so if you're in the area please come along!

_site/about.html

Lines changed: 246 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,246 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<!-- github pages version -->
5+
<meta charset="utf-8">
6+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
7+
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
8+
<meta name="description" content="CodeWith's main web site">
9+
<meta name="author" content="Drew Morgan">
10+
11+
<title>CodeWith - About</title>
12+
13+
<!-- Google Tag Manager -->
14+
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
15+
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
16+
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
17+
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
18+
})(window,document,'script','dataLayer','GTM-WPSF3G7');</script>
19+
<!-- End Google Tag Manager -->
20+
21+
<!-- Just for debugging purposes. Don't actually copy these 2 lines! -->
22+
<!--[if lt IE 9]><script src="/js/ie8-responsive-file-warning.js"></script><![endif]-->
23+
<script src="./js/ie-emulation-modes-warning.js"></script>
24+
25+
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
26+
<link href="./css/ie10-viewport-bug-workaround.css" rel="stylesheet">
27+
28+
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
29+
<!--[if lt IE 9]>
30+
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
31+
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
32+
<![endif]-->
33+
34+
<link rel="icon" href="./favicon.ico">
35+
<link rel="stylesheet" crossorigin="anonymous" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css" integrity="sha384-9aIt2nRpC12Uk9gS9baDl411NQApFmC26EwAOH8WgZl5MYYxFfc+NcPb1dKGj7Sk">
36+
<!-- <link rel="stylesheet" crossorigin="anonymous" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN"> -->
37+
<link rel="stylesheet" crossorigin="anonymous" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.14.0/css/all.min.css" integrity="sha512-1PKOgIY59xJ8Co8+NE6FZ+LOAZKjy+KY8iq0G4B3CyeY6wYHN3yt9PW0XpSriVlkMXe40PTKnXrLnZ9+fkDaog=="/>
38+
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Boogaloo&family=Roboto&display=swap">
39+
40+
<link rel="stylesheet" href="./css/open-dyslexic.css" type="text/css" charset="utf-8" />
41+
42+
<link rel="stylesheet" href="css/style.css">
43+
<link rel="stylesheet" href="css/sidebar.css">
44+
45+
<!-- I know scripts aren't supposed to go in the header, but we need this here in order to pick different suffix lists for the typewriter at the top -->
46+
<script src="./js/suffix-lists.js"></script>
47+
<script lang="javascript">
48+
var suffixOptions = About;
49+
</script>
50+
51+
</head>
52+
53+
54+
<body>
55+
<!-- Google Tag Manager (noscript) -->
56+
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-WPSF3G7"
57+
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
58+
<!-- End Google Tag Manager (noscript) -->
59+
60+
<div id="main-container" class="page-wrapper toggled">
61+
<a id="show-sidebar" class="btn btn-sm btn-dark" href="#">
62+
<i class="fas fa-bars"></i>
63+
</a>
64+
<nav id="sidebar" class="sidebar-wrapper">
65+
<div class="sidebar-content">
66+
<div class="sidebar-brand">
67+
<div id="close-sidebar">
68+
<i class="fas fa-times"></i>
69+
</div>
70+
</div>
71+
<div class="logo sidebar-logo">
72+
<a href="index.html">
73+
<img class="sidebar-logo" src="./images/noun-keyboard-licensed-white.svg">
74+
</a>
75+
</div>
76+
<div class="sidebar-menu">
77+
<ul>
78+
<li class="sidebar-dropdown">
79+
<a href="index.html">
80+
<i class="fa fa-home"></i>
81+
<span>Home</span>
82+
</a>
83+
</li>
84+
<li class="sidebar-dropdown">
85+
<a href="events.html">
86+
<i class="fa fa-calendar-alt"></i>
87+
<span>Events</span>
88+
</a>
89+
</li>
90+
<li class="sidebar-dropdown">
91+
<a href="about.html">
92+
<i class="fas fa-chalkboard-teacher"></i>
93+
<span>About</span>
94+
</a>
95+
</li>
96+
<li class="sidebar-dropdown">
97+
<a href="activities.html">
98+
<i class="fa fa-bell"></i>
99+
<span>Activities</span>
100+
</a>
101+
</li>
102+
<li class="sidebar-dropdown">
103+
<a href="resources.html">
104+
<i class="fa fa-tools"></i>
105+
<span>Resources</span>
106+
</a>
107+
</li>
108+
<li class="sidebar-dropdown">
109+
<a href="people.html">
110+
<i class="fa fa-users"></i>
111+
<span>People</span>
112+
</a>
113+
</li>
114+
<li class="sidebar-dropdown">
115+
<a href="contact.html">
116+
<i class="fa fa-address-book"></i>
117+
<span>Contact</span>
118+
</a>
119+
</li>
120+
<li class="sidebar-dropdown">
121+
<a href="feedback.html">
122+
<i class="fa fa-comment-alt"></i>
123+
<span>Feedback</span>
124+
</a>
125+
</li>
126+
<li class="sidebar-dropdown">
127+
<a id="change-font" class="change-font" href="#">
128+
<i class="fa fa-font"></i>
129+
<span>OpenDyslexic</span>
130+
</a>
131+
</li>
132+
</ul>
133+
</div>
134+
</div>
135+
</nav>
136+
<main role="main" class="page-content">
137+
<a name="top"></a>
138+
<div class="row">
139+
<div class="main-logo">
140+
<img src="./images/keyboard-green.png">
141+
</div>
142+
<div class="main-logo-title">
143+
<h1 class="cover-heading">CODEWITH<span id="small-screen-break"><br /></span><span id="suffix" class="typed-suffix">US</span></h1>
144+
</div>
145+
</div>
146+
<div class="row unpadded">
147+
<div class="col-lg-10">
148+
<h1>About</h1>
149+
150+
<h2>Who are we?</h2>
151+
<p>
152+
CodeWith is a new community for adults wanting to learn more about the world of computers.
153+
</p>
154+
<p>
155+
We're in the process of putting together a programme of events for people who want to learn to code or get into
156+
computing. Have a look at our <a href="events.html">events page</a> for more.
157+
</p>
158+
159+
<h2>History</h2>
160+
<p>
161+
CodeWith carries the torch of CodeUp, set up by Claire Wicher in early 2015. The aim to provide free and friendly
162+
adult coding tuition to adults who wanted it, and that is now CodeWith's aim too. We want somewhere everyone,
163+
from complete beginners to accomplished software engineers, can come together and share their enjoyment of coding.
164+
</p>
165+
<p>
166+
Over the years CodeUp spread to twenty different locations with multiple different organisers, and CodeWith is
167+
now consolidating that knowledge and experience into a single committee of organisers and mentors who run regular
168+
events. You can find out more about our committee and mentors on the <a href="people.html">people page</a>.
169+
</p>
170+
171+
<h3>Committee</h3>
172+
<p>
173+
We are run by a team of volunteers who have organised coding meetups for years.
174+
</p>
175+
<div class="row committee-photos">
176+
<div class="col-sm-5 col-md-4 col-lg-3 card text-center">
177+
<img class="profile-photo" src="images/drew-profile-photo.png">
178+
<br />
179+
<h4>Drew Morgan</h4>
180+
<smaller>Benevolent Leader</smaller>
181+
</div>
182+
<div class="col-sm-5 col-md-4 col-lg-3 card text-center">
183+
<img class="profile-photo" src="images/keiran-profile-photo.png">
184+
<br />
185+
<h4>Keiran Wilkinson</h4>
186+
<smaller>Vice Benevolent Leader</smaller>
187+
</div>
188+
<div class="col-sm-5 col-md-4 col-lg-3 card text-center">
189+
<img class="profile-photo" src="images/jim-profile-photo.png">
190+
<br />
191+
<h4>Jim Evans</h4>
192+
<smaller>Secretary</smaller>
193+
</div>
194+
<div class="col-sm-5 col-md-4 col-lg-3 card text-center">
195+
<img class="profile-photo" src="images/simon-profile-photo.png">
196+
<br />
197+
<h4>Simon Davey</h4>
198+
<smaller>Equity Officer</smaller>
199+
</div>
200+
<div class="col-sm-5 col-md-4 col-lg-3 card text-center">
201+
<img class="profile-photo" src="images/sean-profile-photo.png">
202+
<br />
203+
<h4>Sean O'Mahoney</h4>
204+
<smaller>Publicity Officer</smaller>
205+
</div>
206+
</div>
207+
<br />
208+
209+
</div>
210+
</div>
211+
<div class="row unpadded">
212+
<div class="col">
213+
<p>
214+
&nbsp;
215+
</p>
216+
<p>
217+
<a href="#">Back to top</a>
218+
</p>
219+
<p>
220+
&nbsp;
221+
</p>
222+
</div>
223+
</div>
224+
</main>
225+
</div>
226+
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
227+
<script src="./js/ie10-viewport-bug-workaround.js"></script>
228+
229+
<script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
230+
<script crossorigin="anonymous" src="https://code.jquery.com/jquery-3.5.1.min.js"
231+
integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0="></script>
232+
<script crossorigin="anonymous" src="https://code.jquery.com/ui/1.12.1/jquery-ui.min.js"
233+
integrity="sha256-VazP97ZCwtekAsvgPBSUwPFKdrwD3unUfSGVYrahUqU="></script>
234+
<script crossorigin="anonymous" src="https://cdn.jsdelivr.net/npm/popper.js@1.16.0/dist/umd/popper.min.js"
235+
integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo"></script>
236+
<script crossorigin="anonymous" src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js"
237+
integrity="sha384-wfSDF2E50Y2D1uUdj0O3uMBJnjuUD4Ih7YwaYd1iqfktj0Uod8GCExl3Og8ifwB6"></script>
238+
239+
<script src="./js/change-font.js"></script>
240+
<script src="./js/check-width.js"></script>
241+
<script src="./js/sidebar.js"></script>
242+
<script src="./js/typed-suffix.js"></script>
243+
244+
</body>
245+
246+
</html>

0 commit comments

Comments
 (0)