-
Notifications
You must be signed in to change notification settings - Fork 6
/
index.html
96 lines (94 loc) · 3.68 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
<!DOCTYPE html>
<html class="no-js" lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Tech Fest | Amity University</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Tech Fset is the technical fest of Amity University" />
<meta name="keywords" content="tech, fest, amity, university, college, events, workshops, seminars" />
<meta name="author" content="Vinit Shahdeo" />
<link rel="shortcut icon" href="favicon.png">
<link rel="stylesheet" type="text/css" href="css/demo.css" />
<link rel="stylesheet" type="text/css" href="css/style_home.css" />
<script type="text/javascript" src="js/modernizr.custom.86080.js"></script>
<link rel="stylesheet" href="http://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.4.0/css/font-awesome.min.css">
<style>
body{
align: center;
}
.main{
padding-top: 150px;
}
.heading{
}
.logo{
font-family: raleway, arial;
font-size: 24px;
font-weight: bold;
text-align: center;
color: #3cb0fd;
}
a:hover{
color: #3cb0fd;
}
</style>
</head>
<body id="page">
<ul class="cb-slideshow">
<li><span>Background 1</span></li>
<li><span>Background 2</span></li>
<li><span>Background 3</span></li>
<li><span>Background 4</span></li>
<li><span>Background 5</span></li>
<li><span>Background 6</span></li>
</ul>
<div class="container">
<!-- Codrops top bar -->
<div class="codrops-top">
<a href="about.html">
<strong>About</strong>
</a>
<a href="workshop.html">
<strong>Workshops</strong>
</a>
<a href="seminar.html">
<strong>Seminars</strong>
<a href="event.html">
<strong>Events</strong>
<a href="contact.html" target="_blank">
<strong>Contact</strong>
</a>
<span class="right">
<a href="http://www.facebook.com/vinit.shahdeo" target="_blank">
<strong>
<i class="fa fa-facebook" aria-hidden="true"></i></strong></a>
<a href="https://twitter.com/Vinit_Shahdeo" target="_blank">
<i class="fa fa-twitter" aria-hidden="true"></i></a>
<a href="https://github.com/vinitshahdeo" target="_blank">
<i class="fa fa-github" aria-hidden="true"></i></a>
<a href="https://plus.google.com/+vinitshahdeo" target="_blank">
<i class="fa fa-google-plus" aria-hidden="true"></i>
</a>
<a href="https://www.linkedin.com/in/vinitshahdeo" target="_blank">
<i class="fa fa-linkedin" aria-hidden="true"></i>
</a>
<a href="https://www.instagram.com/vinitshahdeo" target="_blank">
<i class="fa fa-instagram" aria-hidden="true"></i>
</a>
</span>
<div class="clr"></div>
</div><!--/ Codrops top bar -->
<header>
<div class="main">
<h1 align="center">
Tech Fest<br><br>
<div class="logo">Amity University<br></div><br><br>
<a href="register/index.html">Register</a>
</form></h1>
</div>
</header>
</div>
</body>
<!--Developed by Vinit Shahdeo-->
</html>