-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
98 lines (78 loc) · 4.26 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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Basic Page Needs
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<meta charset="utf-8">
<title>freeCodeCamp Barrie</title>
<meta name="description" content="freeCodeCamp Study Group in Barrie, ON Canada">
<meta name="keywords" content="coding, non-profit, freeCodeCamp, Barrie ON">
<meta name="author" content="paulywill">
<!-- Mobile Specific Metas
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- FONT
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<link href="//fonts.googleapis.com/css?family=Raleway:400,300,600" rel="stylesheet" type="text/css">
<!-- CSS
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/skeleton.css">
<link rel="stylesheet" href="css/style.css">
<!-- Favicon
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<link rel="icon" type="image/png" href="images/favicon.png">
</head>
<body>
<!-- Primary Page Layout
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<div class="container">
<div class="row">
<div class="one-half column" style="margin-top: 25%">
<h4>freeCodeCamp Barrie</h4>
<p>Welcome to our study group's website! We are a local group in <a href="https://en.wikipedia.org/wiki/Barrie">Barrie, Ontario</a> that meet monthly to practice and talk about coding is all its glory.
We often reference the <a href="https://freeCodeCamp.org">freeCodeCamp.org</a> curriculum but will venture to different topics.</p>
<p>We're an easy going group but do adhere to the freeCodeCamp's <a href="https://www.freecodecamp.org/news/code-of-conduct/">Code of Conduct</a>.</p>
<p>Come here for details on our upcoming meetings.</p>
</div>
</div>
<div class="row">
<img class="eleven columns" src="/images/matt-kean-j0zlzt40J-0-unsplash.jpg"
alt="Busted wheel in beautiful Barrie, Ontario - matt-kean ">
</div>
<div class="row">
<p>Photo by <a href="https://unsplash.com/@officialmattkean">Matt Kean</a></p>
</div>
<!-- TESTING
<div class="row">
<h4>Events</h4>
</div>
<div class="row">
<h4>Projects</h4>
</div>
<div class="row">
<h4>Members</h4>
</div>
-->
</div>
<footer class="footer">
<ul class="footer-list">
<li class="footer-list-item">
<a href="https://github.com/freecodecampBarrie" target="_blank" rel="noopener noreferrer"><img src="images/github.png" alt="GitHub" class="footer-social-icon"></a>
</li>
<li class="footer-list-item">
<a href="https://www.facebook.com/groups/free.code.camp.Barrie.Ontario" target="_blank" rel="noopener noreferrer"><img src="images/facebook.png" alt="Facebook" class="footer-social-icon"></a>
</li>
<li class="footer-list-item">
<a href="https://www.youtube.com/channel/UCUs7l3bsSdelVjZERy5ft_g" target="_blank" rel="noopener noreferrer"><img src="images/youtube.png" alt="YouTube" class="footer-social-icon"></a>
</li>
<li class="footer-list-item">
<a href="https://www.instagram.com/freecodecamp.barrie/" target="_blank" rel="noopener noreferrer"><img src="images/instagram.png" alt="Instagram" class="footer-social-icon"></a>
</li>
</ul>
<div class="footer-copyright">Copyright © 2022 freeCodeCamp Barrie</div>
</footer>
<!-- End Document
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
</body>
</html>