This repository has been archived by the owner on Feb 6, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
37 lines (33 loc) · 2.18 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
<!DOCTYPE HTML>
<!-- Credit: HTML5 UP-->
<html>
<head>
<title>Code Kickoff</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<!--[if lte IE 8]><script src="assets/js/ie/html5shiv.js"></script><![endif]-->
<link rel="stylesheet" href="assets/css/main.css" />
<!--[if lte IE 8]><link rel="stylesheet" href="assets/css/ie8.css" /><![endif]-->
<!--[if lte IE 9]><link rel="stylesheet" href="assets/css/ie9.css" /><![endif]-->
</head>
<body>
<!-- Header -->
<header id="header">
<h1>Code Kickoff</h1>
<p>A monthly meetup that aims to help people set up that perfect shot to kick off a coding hobby and career.</p>
<p>If you're looking for more up-to-date info or wanting to get involved - <br>
make a break for our <a href="https://www.facebook.com/codekickoff" target="_blank">Facebook page</a>, jump in formation with the growing <a href="https://codekickoff.signup.team" target="_blank">Code Kickoff Slack team</a>, or toss us a <a href="mail to: codekickoff@gmail.com" target="_blank">good ole email</a>.</p><br>
</header>
<ul class="icons">
<li><a href="https://www.facebook.com/codekickoff" target="_blank" class="icon fa-facebook"><span class="label">Facebook</span></a></li>
<li><a href="https://codekickoff.signup.team" target="_blank" class="icon fa-slack"><span class="label">Slack</span></a></li>
<li><a href="https://www.twitter.com/@yourcodekickoff/" target="_blank" class="icon fa-twitter"><span class="label">Instagram</span></a></li>
<li><a href="mailto:codekickoff@gmail.com" target="_blank" class="icon fa-envelope"><span class="label">Email</span></a></li>
<li><a href="https://www.instagram.com/codekickoff/" target="_blank" class="icon fa-instagram"><span class="label">Instagram</span></a></li>
<!-- <li><a href="https://www.google.com/maps/d/edit?mid=z2N6oDNtVV3U.kpcDiqjf8IVk&usp=sharing" target="_blank" class="icon fa-map-marker"><span class="label">Instagram</span></a></li> -->
</ul>
<!-- Scripts -->
<!--[if lte IE 8]><script src="assets/js/ie/respond.min.js"></script><![endif]-->
<script src="assets/js/main.js"></script>
</body>
</html>