forked from oaktoncsclub/oaktoncsclub.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathold.html
88 lines (80 loc) · 3.57 KB
/
old.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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Oakton Computer Science Club</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.6.3/css/font-awesome.min.css" />
<link rel="stylesheet" href="/css/style.css" />
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
<link rel="icon" href="/img/favicon.png" type="image/png" />
</head>
<body>
<nav class="navbar navbar-default navbar-fixed-top" id="navbar"></nav>
<header class="container text-center">
<!--<aside class="alert-success alert alert-dismissible" role="alert" id="banner">
<button type="button" class="close" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
<img src="banner.png"/>
</aside>-->
</header>
<main class="container">
<!-- Save for later
<section id="curevent">
<div id="#curevent-image-holder" class="carousel slide" data-ride="carousel">
<div class="carousel-inner" role="listbox">
<div class="item active">
<img src="..." alt="...">
<div class="carousel-caption">
...
</div>
</div>
<div class="item">
<img src="..." alt="...">
<div class="carousel-caption">
...
</div>
</div>
</div>
<ol class="carousel-indicators">
<li data-target="#curevent-image-holder" data-slide-to="0" class="active"></li>
<li data-target="#curevent-image-holder" data-slide-to="1"></li>
<li data-target="#curevent-image-holder" data-slide-to="2"></li>
</ol>
</div>
</section>-->
<section class="text-center">
<h2>Sign Up Now!</h2>
<strong class="text-danger">You MUST to fill this form in order to get our e-mail updates!</strong>
<figure>
<a href="http://bit.ly/2dcx6ZF">
<img src="https://chart.googleapis.com/chart?cht=qr&chl=http%3A%2F%2Fbit.ly%2F2dcx6ZF&chs=180x180&choe=UTF-8&chld=L|2" />
</a>
<figcaption>
Click or Scan the QR code to fill the Sign Up From <br /> Having trouble? Try
<a href="http://bit.ly/2dcx6ZF">http://bit.ly/2dcx6ZF</a>
</figcaption>
</figure>
</section>
<section class="text-center">
<a href="https://www.facebook.com/groups/549110601903758/" target="_blank">
<button type="button" class="btn btn-primary btn-lg" aria-label="Join Facebook Group">
<span class="fa fa-facebook" aria-hidden="true"></span> Join the Group
</button>
</a>
</section>
</main>
<footer class="hidden-xs" id="footer"></footer>
<script src="https://code.jquery.com/jquery-3.1.1.min.js" type="text/javascript"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" type="text/javascript"></script>
<script src="js/bootstrap-notify.min.js" type="text/javascript" charset="utf-8"></script>
<script src="js/main.js" type="text/javascript"></script>
<script src="js/alert.js" type="text/javascript"></script>
</body>
</html>