-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathindex.html
123 lines (114 loc) · 6.38 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
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!-->
<html class="no-js" lang="en">
<head>
<!--open graph meta tags for social sites and search engines-->
<meta property="og:url" content="https://freecodecampsf.github.io/FCCSF/index.html" />
<meta property="og:type" content="website" />
<meta property="og:title" content="Free Code Camp SF" />
<meta property="og:description" content="Join our community of over 4.5k on Facebook and follow us on Instagram. All of our meetups are currently online so we welcome coders from anywhere to join us." />
<meta property="og:site_name" content="Free Code Camp SF" />
<meta property="og:image" content="https://ainneo.github.io/FCCSF/img/GoldenGateBridge.jpg" />
<meta property="og:image:width" content="1000" />
<meta property="og:image:height" content="600" />
<meta name="twitter:url" content="https://freecodecampsf.github.io/FCCSF/index.html" />
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:type" content="website" />
<meta name="twitter:title" content="Free Code Camp SF" />
<meta name="twitter:description" content="Join our community of over 4.5k on Facebook and follow us on Instagram. All of our meetups are currently online so we welcome coders from anywhere to join us." />
<meta name="twitter:site_name" content="Free Code Camp SF" />
<meta name="twitter:image" content="https://ainneo.github.io/FCCSF/img/GoldenGateBridge.jpg" />
<!-- Required meta tags for Booststrap -->
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<title>Free Code Camp San Francisco</title>
<!-- Fonts -->
<link href="https://fonts.googleapis.com/css2?family=Lato&family=Roboto+Mono&display=swap" rel="stylesheet" />
<!-- Font Awesome -->
<script defer src="https://use.fontawesome.com/releases/v5.15.2/js/all.js" integrity="sha384-xymdQtn1n3lH2wcu0qhcdaOpQwyoarkgLVxC/wZ5q7h9gHtxICrpcaSUfygqZGOe"crossorigin="anonymous"></script>
<script src="https://kit.fontawesome.com/9983973718.js" crossorigin="anonymous" SameSite="none Secure"></script>
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css"
integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous" />
<!-- CSS StyleSheet -->
<link rel="stylesheet" href="./style.css" />
</head>
<body>
<nav class="nav">
<!-- The HTML here is generated in the main.js file -->
</nav>
<section class="main-section-wrapper">
<div class="main-page">
<img class="header-img" src="./img/GoldenGateBridge.jpg" SameSite="none Secure" />
</div>
<div class="container page-format">
<section class="main-section">
<h1>Welcome to freeCodeCamp San Francisco!</h1>
<p class="description">
We're a group of coders in various places in our learning journey and we
support each other through online meetups several times per week which
you can find on <a href="https://www.meetup.com/Free-Code-Camp-SF/" target="_blank"
rel="noopener noreferrer">Meetup.</i></a> Most of our group members are currently learning full stack development and are working
with JavaScript and React.
You can always join in on the conversation in our active <a
href="https://join.slack.com/t/fccsf/shared_invite/zt-f1bfxuvp-LfXZR_T6cmL3YqypPWXWaA" target="_blank"
rel="noopener noreferrer">
Slack </a> group and enjoy our supportive community any time. Join our community of over 4.5k on <a
href="https://www.facebook.com/groups/free.code.camp.san.francisco/" target="_blank"
rel="noopener noreferrer">
Facebook
</a> and follow us on
<a href="https://www.instagram.com/freecodecampsf/" target="_blank" rel="noopener noreferrer">Instagram.
</a> You can also see what the group is working on over on
</a>
<a href="https://github.com/freeCodeCampSF/FCCSF" target="_blank" rel="noopener noreferrer"> Github</a>. All of our meetups are currently online
so we welcome coders from anywhere to join us. We hope
to see you at an in-person meetup in the near future!
</p>
</section>
<hr />
<section class="main-section">
<article>
<h1 id="resources">Learning to Code in the New Year?</h1>
<p class="description" style="text-align: center;">
Welcome to FreeCodeCamp SF! We've got a page just for you!
</p>
<div class="row justify-content-center">
<button type="button" class="btn btn-success btn-lg"><a href = "https://freecodecampsf.github.io/FCCSF/html/startHere.html" target="_blank" rel="noopener noreferrer">Start Here</a></button>
</div>
</article>
</section>
<hr />
<section class="main-section">
<h1>Contribute</h1>
<p class="description">
This is an open source project intended as a learning opportunity for
members of the freeCodeCamp San Francisco group so there might be
mistakes. If you find a problem and are technically inclined you can
open an issue over on github, or message us on any of the listed
platforms to let us know. We appreciate your input!
</p>
</section>
</div>
</div>
</section>
<footer>
<!-- This section is generated in main.js -->
</footer>
<script src="main.js"></script>
<!-- Required for bootstrap -->
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js"
integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN"
crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js"
integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q"
crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js"
integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl"
crossorigin="anonymous"></script>
</body>
</html>