-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcoming soon.html
More file actions
75 lines (69 loc) · 2.72 KB
/
coming soon.html
File metadata and controls
75 lines (69 loc) · 2.72 KB
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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta lang="en-US">
<meta name="viewport" content="width=device-width, initial scale=1.0">
<title>CODE Club</title>
<link rel="stylesheet" type="text/css" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<link href="https://fonts.googleapis.com/css?family=Comfortaa" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Oswald" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="coming-soon-style.css">
<script src="smooth-scroll-master/dist/js/smooth-scroll.js"></script>
<meta>
</head>
<body>
<header>
<img src="assets/code-logo.png">
<h1>Our sugoi website is coming soon!</h1>
</header>
<section class="one">
<h2>Meanwhile, check us out on</h2>
<div class="row social">
<a href="https://www.facebook.com/gawcode">
<img src="https://cdn3.iconfinder.com/data/icons/free-social-icons/67/facebook_circle_color-256.png" class="social-media">
</a>
<a href="https://www.instagram.com/gawcode">
<img src="https://upload.wikimedia.org/wikipedia/commons/thumb/e/e7/Instagram_logo_2016.svg/2000px-Instagram_logo_2016.svg.png" class="social-media">
</a>
<a href="https://www.youtube.com/channel/UCUBqAzggd_nAnn8ll6fmGUw">
<img src="https://cdn4.iconfinder.com/data/icons/social-media-icons-the-circle-set/48/youtube_circle-512.png" class="social-media">
</a>
<a href="https://www.github.com/gaw-code">
<img src="https://cdn4.iconfinder.com/data/icons/iconsimple-logotypes/512/github-512.png" class="social-media">
</a>
<a href="mailto:gawhscode@gmail.com">
<img src="http://www.ircsd.org/cms/lib011/NY01913733/Centricity/Domain/456/gmail.png" class="social-media">
</a>
</div>
</section>
<section class="two">
<h2>Join the CODE Team!</h2>
<div class="row">
<!-- display work from each committee on the back
*hover
*flip the card
*enlarge the card to take the whole screen-->
<h4>Which committee will you join?</h4>
<div class="col-md-4 committee">
<img src="assets/cod.jpg" alt="committees" title="Code Com">
</div>
<div class="col-md-4 committee">
<img src="assets/pub.jpg" alt="committees" title="Pub Com">
</div>
<div class="col-md-4 committee">
<img src="assets/web.jpg" alt="committees" title="Web Com">
</div>
</div>
<a href="https://bit.ly/codecom17app"><h3>APPLY</h3></a>
</section>
<footer>
<h5 style="text-align: center">© 2017 Glen A. Wilson CODE Club</h5>
</footer>
<script src="https://code.jquery.com/jquery-2.1.4.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<script>
smoothScroll.init();
</script>
</body>
</html>