-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
139 lines (114 loc) · 6.19 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
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
<!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="">
<title>saMMsCRIthi '15 - The Annual Cultural Extravaganza of Mysore Medical College & Research Institute, Mysore</title>
<!-- Bootstrap core CSS -->
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.2/css/bootstrap.min.css">
<!-- Custom styles for this template -->
<link href="style.css" rel="stylesheet">
<link rel="shortcut icon" href="img/favicon.ico" type="image/x-icon">
<link rel="apple-touch-icon" href="img/apple-touch-icon.png">
<!-- Custom fonts for this template -->
<link href='http://fonts.googleapis.com/css?family=Roboto:400,300,100,500,700,900' rel='stylesheet' type='text/css'>
<link href="http://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<!-- HTML5 shim and Respond.js for 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]-->
<style>
</style>
</head>
<body>
<div class="site-wrapper video-background">
<!--
Video from YouTube
Have Questions? How To:
https://github.com/pupunzi/jquery.mb.YTPlayer/wiki
-->
<a id="bgndVideo" class="player" data-property="{videoURL:'https://www.youtube.com/watch?v=FPAWab06jGQ', containment:'body', autoPlay:true, mute:true, startAt:5, stopAt: 120, quality:'small', opacity:1, }"></a>
<!-- Menu button -->
<div id="menuToggle"><i class="icon-reorder"></i></div>
</nav>
<div class="overlay"></div>
<div class="site-wrapper-inner">
<div class="masthead clearfix">
<div class="inner">
<h3 class="masthead-brand">
<div class="btn-group">
<button data-toggle="dropdown" class="btn btn-inverse dropdown-toggle" align="center"style="color:white;background-color:transparent"><img src="img/logo_s.png"></img>Menu<span class="caret"></span></button>
<ul class="dropdown-menu" align="center">
<li><a href="pages/events.html" align="center">Events</a></li>
<li><a href="pages/rules.html" align="center">Rules</a></li>
<li><a href="pages/events.html#sponsers" align="center">Patrons</a></li>
<li class="divider"></li>
<li><a href="pages/events.html#pre" align="center">Pre-Fest</a></li>
<li><a href="pages/info.html" align="center">About Us</a></li>
</ul>
</div>
</h3>
<nav>
<ul class="nav masthead-nav">
<li><a href="https://twitter.com/saMMsCRIthi"><i class="fa fa-twitter fa-fw"></i></a></li>
<li><a href="https://www.facebook.com/sammscrithi15"><i class="fa fa-facebook fa-fw"></i></a></li>
<li><a href="https://plus.google.com/+saMMsCRIthi15"><i class="fa fa-google-plus fa-fw"></i></a></li>
<li><a href="https://instagram.com/sammscrithi15" class="instagram"><i class="fa fa-instagram"></i></a></li>
<li><a href="https://www.youtube.com/c/saMMsCRIthi15" class="youtube"><i class="fa fa-youtube"></i></a></li>
<li><a href="mailto:[email protected]"><i class="fa fa-envelope fa-fw"></i></a></li>
</ul>
</nav>
</div>
</div>
<div class="cover-container">
<div class="inner cover" align="center">
<img src="img/sam.png" class="img-responsive">
<h4>The Annual Cultural Extravaganza of Mysore Medical College & Research Institute, Mysore</h4>
<div id="clock"></div>
<p class="lead">
<a href="pages/events.html" class="btn btn-lg btn-default">Events</a>
<a href="https://docs.google.com/forms/d/12HG_5cyOmanv0faPLzsQQu2JDmTBrmIsd7i6vuoTZYw/viewform" class="btn btn-lg btn-default">Register Now!</a>
<a href="pages/events.html#sponser" class="btn btn-lg btn-default">Patrons</a>
</p>
<p class="lead">
<a href="pages/events.html#pre" class="btn btn-lg btn-default">Pre-Fest Events</a>
</p>
</div>
<div class="mastfoot">
<div class="inner">
<p>Copyright © <a href="http://saMMsCRIthi.in">saMMsCRIthi</a></p>
<p>Made with love and barrels of caffeine by the <a href="https://plus.google.com/u/0/+SupreethGowdansg/posts">tech committee</a> of saMMsCRIthi. Powered by <a href="https://github.com/sammscrithi">Github</a></p>
</div>
</div>
</div>
</div>
</div>
<!-- jQuery -->
<script src="http://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
<!-- Bootstrap core JavaScript -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.2/js/bootstrap.min.js"></script>
<!-- Plugins and Custom JavaScript -->
<script src="js/device.min.js"></script>
<script src="js/jquery.mb.YTPlayer.js"></script>
<script src="js/jquery.countdown.min.js"></script>
<script src="js/custom.js"></script>
<!--
Google Analitics
Demo Purpose Only
Change UA-XXXXXXX-X to be your site's ID
-->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-1057679-2', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>