-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.html
282 lines (268 loc) · 10.8 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
<!DOCTYPE html>
<html>
<head>
<!-- Standard Meta -->
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0">
<!-- Site Properties -->
<title>Homepage - Semantic</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/semantic-ui/2.3.1/semantic.min.css">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.1.1/css/all.css" integrity="sha384-O8whS3fhG2OnA5Kas0Y9l3cfpmYjapjI0E4theH4iuMD+pLhbf6JI0jIMfYcK3yZ" crossorigin="anonymous">
<link rel="stylesheet" href="./src/style.css">
<script
src="https://code.jquery.com/jquery-3.3.1.min.js"
integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8="
crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/semantic-ui/2.3.1/semantic.min.js"></script>
<script
type="text/javascript"
src="./src/script.js"></script>
</head>
<body>
<!-- Following Menu -->
<div class="ui large top fixed hidden menu">
<div class="ui container">
<a class="active item" href="#home">Home</a>
<a class="item" href="#aboutfcc">About freeCodeCamp</a>
<a class="item" href="#aboutus">About Us</a>
<a class="item" href="#meetups">Meetups</a>
<a class="item" href="#ourpages">Members' pages</a>
<div class="right menu">
<div class="item">
<a class="ui button" href="https://learn.freecodecamp.org" target="_blank" rel="noopener">Learn to code</a>
</div>
</div>
</div>
</div>
<!-- Sidebar Menu -->
<div class="ui vertical inverted sidebar menu">
<a class="active item" href="#home">Home</a>
<a class="item" href="#aboutfcc">About freeCodeCamp</a>
<a class="item" href="#aboutus">About Us</a>
<a class="item" href="#meetups">Meetups</a>
<a class="item" href="#ourpages">Members' pages</a>
<a class="ui button" href="https://learn.freecodecamp.org" target="_blank" rel="noopener">Learn to code</a>
</div>
<!-- Page Contents -->
<div class="pusher">
<div id="home" class="ui oxfordImage inverted vertical masthead center aligned segment">
<div class="ui container">
<div class="ui large secondary inverted menu">
<a class="toc item">
<i class="sidebar icon"></i>
</a>
<a class="item" href="#home">Home</a>
<a class="item" href="#aboutfcc">About freeCodeCamp</a>
<a class="item" href="#aboutus">About Us</a>
<a class="item" href="#meetups">Meetups</a>
<a class="item" href="#ourpages">Members' pages</a>
<div class="right item">
<a class="ui button" href="https://learn.freecodecamp.org" target="_blank" rel="noopener">Learn to code</a>
</div>
</div>
</div>
<!-- Welcome text bit -->
<div class="ui text container">
<h1 class="ui inverted header">
freeCodeCamp Oxford
</h1>
<h2>Global community locally</h2>
</div>
</div>
<!-- About FCC part -->
<div id="aboutfcc" class="ui vertical stripe segment">
<div class="ui middle aligned stackable grid container">
<div class="row">
<div class="eight wide column">
<h3 class="ui header">Learn to code</h3>
<p>
freeCodeCamp is an open source community that helps you learn to code, build pro bono projects for nonprofits,
and get a job as a developer.
</p>
<h3 class="ui header">Learn, code, create</h3>
<p>
Join a community of millions of people who are learning new skills together,
building their portfolios, and getting developer jobs.
</p>
</div>
<div class="six wide right floated column">
<img src="./src/assets/fcc.png" class="ui large bordered rounded image">
</div>
</div>
<div class="row">
<div class="center aligned column">
<a class="ui huge button" href="https://learn.freecodecamp.org">Start learning</a>
</div>
</div>
</div>
</div>
<!-- About Us -->
<div id="aboutus" class="ui vertical stripe quote segment">
<div class="ui equal width stackable internally celled grid">
<div class="left aligned row">
<div class="column">
<h3>About us</h3>
<p>
We are freeCodeCamp Oxford.
</p>
<p>
Come along to the Makerspace in Oxfordshire County Library if
you're interested in learning how to code or are pursuing freeCodeCamp's online course.
</p>
<p>
We can introduce you to freeCodeCamp if you're a complete beginner or if you've been coding
for a while use this as a chance to meet other coders, network, or talk about a particular topic
of interest.
</p>
<p>
At present we're improving the website and adding personalised pages for freeCodeCamp Oxford so
there's a chance to work on a real-life project.
</p>
<p>
If you currently work as a developer or programmer, why not come and give some encouragement to
people learning.
</p>
</div>
<div class="column">
<h3>Entry Requirements</h3>
<div class="center aligned row">
<p>
<img src="./src/assets/justkidding.png" class="ui image"> <b>There are none!</b>
</p>
</div>
<p>
Please simply bring a laptop and your enthusiasm. If you experience problems getting a laptop, we may be
able to provide a computer on the day, but please let us know in advance by contacting the library.
</p>
</div>
</div>
</div>
</div>
<!-- Future meetings -->
<div id="meetups" class="ui vertical stripe segment">
<div class="ui container">
<h3 class="ui header">Some of our next meetups are going to happen on these dates:</h3>
<h4>As a rule of thumb it's every other Thursday, but these are the ones we are sure of</h4>
<div class="ui cards flex-container">
<!-- To insert a new meeting card -->
<!-- Copy the content between this comment... -->
<div class="card flex-item">
<div class="content">
<div class="header">Thursday 8th November</div>
<div class="meta">County Library, Westgate Centre, Oxford 6-8pm</div>
<div class="description">
We will be making our personal pages and just generally coding great stuff
</div>
</div>
</div>
<!-- ... and this one. the "card" div-->
<div class="card flex-item">
<div class="content">
<div class="header">Thursday 22th November</div>
<div class="meta">County Library, Westgate Centre, Oxford 6-8pm</div>
<div class="description">
We will be making our personal pages and just generally coding great stuff
</div>
</div>
</div>
<div class="card flex-item">
<div class="content">
<div class="header">Thursday 6th December</div>
<div class="meta">County Library, Westgate Centre, Oxford 6-8pm</div>
<div class="description">
We will be making our personal pages and just generally coding great stuff
</div>
</div>
</div>
<p>
Feel free to come to all of them, or some. Starting time is also fairly flexible.
</p>
<p>
Unfortunately we always finish at the same time due to the library's working hours.
</p>
</div>
</div>
</div>
<!-- Some of the beautiful pages we've done -->
<div id="ourpages" class="ui vertical stripe segment">
<div class="ui container">
<h3 class="ui header">These are the pages some of our coders have done. Check them out!</h3>
<br/>
<div class="ui list">
<!-- To insert a new profile page -->
<!-- Copy the content between this comment... -->
<div class="item">
<img class="ui avatar image" src="https://avatars0.githubusercontent.com/u/17878487?s=400&v=4">
<div class="content">
<a class="header">Kate</a>
<div class="description"><a href="./src/profiles/IgnatiusFlo/flo_index.html">IgnatiusFlo</a></div>
</div>
</div>
<!--...and this one -->
</div>
</div>
</div>
<!-- Yeah, i don't know what to put here. LOL -->
<div class="ui inverted vertical footer segment">
<div class="ui container">
<div class="ui stackable inverted divided equal height stackable grid">
<div class="three wide column">
<h4 class="ui inverted header">About</h4>
<div class="ui inverted link list">
<a href="#" class="item">Sitemap</a>
<a href="#" class="item">Contact Us</a>
<a href="#" class="item">Make it work, make it right... yeah, not today</a>
<a href="#" class="item">Just a blank link to nothing</a>
</div>
</div>
<div class="three wide column">
<h4 class="ui inverted header">Services</h4>
<div class="ui inverted link list">
<a href="#" class="item">Banana Pre-Order</a>
<a href="#" class="item">DNA FAQ</a>
<a href="#" class="item">How To Access</a>
<a href="#" class="item">Favorite Superheroes</a>
</div>
</div>
<div class="six wide column">
<h4 class="ui inverted header">Footer Header</h4>
<p>
This is just some footer. We couldn't figure out what to put here,
so it's some gibberish, just for fun.
</p>
<p>
If you would like a little project, please checkout our
<a href="https://trello.com/b/CmNMjNHc/quick-main-website-projects">bug board</a>
and submit your PR.
</p>
</div>
<div class="four wide column">
<h4 class="ui inverted header">Find us on:</h4>
<ul class="contact-handles">
<li id="list-item-one">
<a href="https://github.com/freeCodeCampOxford/freeCodeCampOxford.github.io" target="_blank" rel="noopener">
<i class="fab fa-github"></i>
<p id="gitHubIconTag">GitHub</p>
</a>
</li>
<li>
<a href="https://freecodecampoxford.slack.com/" target="_blank" rel="noopener">
<i class="fab fa-slack"></i>
<p>Slack</p>
</a>
</li>
<li>
<a href="https://www.facebook.com/groups/free.code.camp.oxford.eng/" target="_blank" rel="noopener">
<i class="fab fa-facebook"></i>
<p>Facebook</p>
</a>
</li>
</div>
</div>
</div>
</div>
</div>
</div>
</body>
</html>