forked from djokester/tsg
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgc.html
More file actions
58 lines (49 loc) · 1.96 KB
/
gc.html
File metadata and controls
58 lines (49 loc) · 1.96 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
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>General Championship</title>
<link rel="icon" href="static/images/logo.png" sizes="16x16 32x32" type="image/png">
<meta name="Resource-type" content="Document" />
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<!-- jQuery library -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<!-- Latest compiled JavaScript -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<link rel="stylesheet" type="text/css" href="static/css/coming.css">
</head>
<body>
<style type="text/css">
body{
background: url("static/images/gc.jpg");
background-size: 100% 100%;
width: 100%;
}
</style>
<nav class="navbar navbar-default navbar-fixed-top">
<div class="container-fluid">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#myNavbar">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="home"><img src="static/images/logo.png" width="35px" style="margin-top:-8px;"/></a>
<a class="navbar-brand" href="home">Technology Students' Gymkhana</a>
</div>
<div class="collapse navbar-collapse" id="myNavbar">
<ul class="nav navbar-nav navbar-right">
<li><a href="index.html">HOME</a></li>
</ul>
</div>
</div>
</nav>
<br><div class="spinner spinner-1"><span></span><span></span><span></span></div>
<p style = "font-size: 5em; font-family: 'Rakkas', cursive; color: white;">Coming Soon....</p>
<footer class="text-center">
<br><br>
<p>Technology Students' Gymkhana © 2017</p>
</footer>
</body>
</html>