-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
119 lines (93 loc) · 4.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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="">
<link rel="icon" href="img/brain.png">
<title>Hidden Tech Club</title>
<!-- Bootstrap core CSS -->
<link href="css/cyborg.min.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="css/MAIN.css" rel="stylesheet">
<!-- Just for debugging purposes. Don't actually copy these 2 lines! -->
<!--[if lt IE 9]><script src="assets/js/ie8-responsive-file-warning.js"></script><![endif]-->
<script src="assets/js/ie-emulation-modes-warning.js"></script>
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<script src="assets/js/ie10-viewport-bug-workaround.js"></script>
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="navbar navbar-inverse navbar-fixed-top" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="http://r2d2.cochise.edu/techclub/">Guest Tech Club Home</a>
</div>
<div class="collapse navbar-collapse">
<ul class="nav navbar-nav">
</ul>
</div>
<!--/.nav-collapse -->
</div>
</div>
<div class="container">
<!-- START THE FEATURETTES -->
<hr class="featurette-divider">
<div class="row featurette">
<div class="col-md-7">
<h2 class="featurette-heading">Documentation<span class="text-muted"><br></span></h2>
<a class="btn btn-danger" href="hiddendocumentation.html" role="button">Site Maintainence</a>
<a class="btn btn-default" href="hiddenevents.html" role="button">Events</a>
<a class="btn btn-warning" href="hiddenofficerrules.html" role="button">Officer Rules</a>
</div>
<div class="col-md-5">
<img class="featurette-image img-responsive" src="img/mindblown.gif">
</div>
</div>
<hr class="featurette-divider">
<div class="row featurette">
<div class="col-md-5">
<img class="featurette-image img-responsive" src="img/startrooper.gif">
</div>
<div class="col-md-7">
<h2 class="featurette-heading">Full contacts list<span class="text-muted"></span></h2>
<p class="lead">All members contact information.</p>
<a class="btn btn-info" href="hiddencontacts.html" role="button">List</a>
</div>
</div>
<!-- /END THE FEATURETTES -->
<!-- FOOTER -->
</div>
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script>
window.scrollback = {
room: "hiddentechclub",
form: "toast",
theme: "dark",
minimize: true
};
(function (d, s, h, e) {
e = d.createElement(s);
e.async = 1;
e.src = (location.protocol === "https:" ? "https:" : "http:") + "//scrollback.io/client.min.js";
d.getElementsByTagName(s)[0].parentNode.appendChild(e);
}(document, "script"));
</script>
</body>
</html>