-
Notifications
You must be signed in to change notification settings - Fork 0
/
Start.html
executable file
·63 lines (55 loc) · 2.12 KB
/
Start.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 http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1.0"/>
<meta name="description" content="Hackathon">
<meta name="author" content="Divyang">
<link rel="icon" href="html.ico">
<title>OpenClassroom</title>
<!-- CSS -->
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link href="css/materialize.css" type="text/css" rel="stylesheet" media="screen,projection"/>
<link href="css/style.css" type="text/css" rel="stylesheet" media="screen,projection"/>
</head>
<body>
<nav class="light-blue lighten-1">
</nav>
<div class="container">
<h1 class="header center orange-text">Starting UNIFY</h1>
<div class="row center">
<h5 class="header col s12 light">A P2P Online ClassRoom for Interactive Sessions</h5>
<h6 class="header col s12 light">,whose real strength lies in number of peers...</h6>
<h6 class="header col s12 light">Dattebayo!!</h6>
</div>
</div>
<div class="container">
<div class="section">
<div class="row">
<div class="col s12 m4">
<h5 class="center">Team Name:-</h5>
<p class="light center">NullSec</p>
</div>
<div class="col s12 m4">
<h5 class="center">Members:-</h5>
<p class="light center">1)Abhishek Chopra</p>
<p class="light center">2)Divyang Tyagi</p>
</div>
<div class="col s12 m4">
<h5 class="center">Institute:-</h5>
<p class="light center">ABES Engineering College.</p>
</div>
</div>
</div>
<div class="row center">
<a href="light" id="start-btn" class="btn-large waves-effect waves-light orange">Get Started</a>
</div>
</div>
<footer class="page-footer orange">
</footer>
<!-- Scripts-->
<script src="https://code.jquery.com/jquery-2.1.1.min.js"></script>
<script src="js/materialize.js"></script>
<script src="js/init.js"></script>
</body>
</html>