-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
73 lines (73 loc) · 3.15 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
<!DOCTYPE html>
<html>
<head>
<title>Welcome to Project Rolnik 2019 by Team EDGE</title>
<meta charset="UTF-8">
<meta name="author" content="Gaurav Goswami">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Project Rolnik 2019 by Team EDGE">
<link rel="icon" href="images/edge_logo.png" type="image/icon type">
<link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/npm/toastify-js/src/toastify.min.css">
<link rel="stylesheet" type="text/css" href="semantic/dist/semantic.css">
<link rel="stylesheet" type="text/css" href="style.css">
<script type="text/javascript" src="https://code.jquery.com/jquery-3.1.1.min.js" integrity="sha256-hVVnYaiADRTO2PzUGmuLJr8BLUSjGIZsDYGmIJLv2b8=" crossorigin="anonymous"></script>
<script type="text/javascript" src="https://www.gstatic.com/firebasejs/6.4.1/firebase.js"></script>
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/toastify-js"></script>
<script type="text/javascript" src="semantic/dist/semantic.js"></script>
<script type="text/javascript" src='main.js'></script>
</head>
<body>
<div class="ui top horizontal inverted labeled menu" id="topbar">
<a class="item edge">
<img src='images/edge_logo.png' height='32' width='8'>
Team EDGE
</a>
<a href="index.html" class="item">
<strong>Project Rolnik 2019</strong>
</a>
<a href="#" class="item">
About Team EDGE
</a>
<a href="#" class="item">
Contact
</a>
<a href="#" class="item">
Donate
</a>
<a id='google' class="item right" id="profile">
<abbr title='Login Using Google'>
<i class="google icon"></i>
</abbr>
</a>
<a id='fb' class="item" id="profile">
<abbr title='Login Using Facebook'>
<i class="facebook icon"></i>
</abbr>
</a>
<a id='twitter' class="item" id="profile">
<abbr title='Login Using Twitter'>
<i class="twitter icon"></i>
</abbr>
</a>
</div>
<div id='transBox' class="ui two column centered grid">
<div class="column">
<h2 id='introBox' class="ui center aligned icon header">
<i class="leaf icon"></i>
<label>Project Rolnik 2019</label>
</h2>
<hr>
<br>
<div id='exploreBtn' class="ui green large animated button" tabindex="0">
<div class="visible content">Learn More</div>
<div class="hidden content">
<i class="right arrow icon"></i>
</div>
</div>
</div>
</div>
<footer>
<label>Copyright © Team EDGE 2019</label>
</footer>
</body>
</html>