forked from compsoc-ssc/wow
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex5.html
63 lines (56 loc) · 2.77 KB
/
index5.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
<!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.0">
<meta name="theme-color" content="#025dac" />
<title>Welcome Freshers, IIITM-K </title>
<link rel="stylesheet" href="assets/css/normalize.css">
<link rel="stylesheet" type="text/css" href="assets/css/main.css">
<!--Import Google Icon Font-->
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<!--Import materialize.css-->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.100.1/css/materialize.min.css">
</head>
<body>
<header style="margin-top: 20em;">
</header>
<!-- <div class="row" style="width: 100%; height: 100%;" id="intermediate">
<div class="col">
<div class="card blue-grey darken-1">
<div class="card-content white-text">
<span class="card-title">Card Title</span>
<div class="progress" style="width: 100%;">
<div class="indeterminate"></div>
</div>
</div>
</div>
</div>
</div> -->
<main>
<h1 class="center amaze heading gigantic js-start">Lets hit the Dance Floor!</h1>
<div class="fixed-action-btn">
<a class="btn-floating btn-large waves-effect waves-light red" href="index4.html" onclick="increment()">
<i class="material-icons">navigate_before</i></a>
<a class="btn-floating btn-large red waves-effect waves-light" href="index5.html">
<i class="large material-icons">navigate_next</i>
</a>
<ul>
<li><a class="btn-floating red" href="index.html"><i class="material-icons">home</i></a></li>
<!-- <li><a class="btn-floating yellow darken-1"><i class="material-icons">format_quote</i></a></li>
<li><a class="btn-floating green"><i class="material-icons">publish</i></a></li>
<li><a class="btn-floating blue"><i class="material-icons">attach_file</i></a></li> -->
</ul>
</div>
</main>
<footer>
<p class="center">Made with <img class="heart js-start" src="assets/img/heart.svg"> by SIG-ML, IIITM-K</p>
<!-- <p class="center">Forked from https://github.com/compsoc-ssc/wow</p> -->
</footer>
<script type="text/javascript" src="https://code.jquery.com/jquery-3.2.1.min.js"></script>
<script type="text/javascript" src="assets/js/typed.js"></script>
<script type="text/javascript" src="assets/js/questions.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.100.1/js/materialize.min.js"></script>
</body>
</html>