-
Notifications
You must be signed in to change notification settings - Fork 3
/
index.php
165 lines (138 loc) · 4.04 KB
/
index.php
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
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
<!DOCTYPE html>
<html lang="en" class="no-js">
<head>
<title>Effervescence MM14 - IIIT Allahabad</title>
<meta name = "keywords" content = "Effervescence, IIIT Allahabad, IIITA, MM14, Effe, Annual Fest, College Fest, Best College Fest"/>
<meta name = "description" content = "Official Website of Effervescence-Annual Fest of IIIT Allahabad"/>
<link rel="stylesheet" href="css/styles.css">
<link rel="shortcut icon" href="img/effe-logo.png">
<link rel="stylesheet" type="text/css" href="css/iconsh.css" />
<link rel="stylesheet" type="text/css" href="css/icons-component.css" />
<style>
.grow:hover, .grow:focus, .grow:active {
transition-duration: 0.5s;
transition-property: transform;
transform: scale(1.1);
}
.grow {
display: inline-block;
transition-duration: 0.5s;
transition-property: transform;
transform: translateZ(0px);
box-shadow: 0px 0px 1px transparent;
}
.styled div:first-child {
display:none;
}
body {
font-family: 'Lato', Calibri, Arial, sans-serif;
color: #89867e;
}
#spons{
position:absolute;
left:-35px;
top:-55px;
}
#spons img{
width:200px;
}
#enter_flash {
position: fixed;
width: 18%;
z-index: 999;
right:60px;
height: 9%;
padding: 0.8%;
text-align: center;
font-family: continum;
bottom: 40px;
background:rgba(127,255,212, 0.2);
border: 2px solid rgba(0, 0, 0, 0.5);
border-radius:7px;
font-size: 1.0em;
box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.7);
cursor: pointer;
text-transform: uppercase;
letter-spacing: 0.4px;
transition: all 0.1s linear 0s;
}
#enter_html {
position: fixed;
width: 18%;
z-index: 999;
left:60px;
height: 9%;
padding: 0.8%;
text-align: center;
font-family: continum;
bottom: 40px;
background:rgba(127,255,212, 0.2);
border: 2px solid rgba(0, 0, 0, 0.5);
border-radius:7px;
font-size: 0.9em;
box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.7);
cursor: pointer;
text-transform: uppercase;
letter-spacing: 0.4px;
transition: all 0.1s linear 0s;
}
figure {
margin-left: 0.865em;
margin-right: 0.865em;
box-shadow: 5px 5px 5px #000000;
}
#enter_flash:hover {
font-size: 1.1em;
box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.7) inset;
}
#enter_html:hover {
font-size: 1.1em;
box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.7) inset;
}
.loader {
position: fixed;
left: 0px;
top: 0px;
width: 100%;
height: 100%;
z-index: 9998;
background: url('img/blur-bg.jpg') 50% 50% no-repeat rgb(249,249,249);
background-size: 100%;
}
.preloader {
position: fixed;
left: 0px;
top: 0px;
width: 100%;
height: 100%;
z-index: 9999;
background: url('img/103.gif') 55% 85% no-repeat rgba(51, 110, 123,0.7);
}
.launch {
color: #fff;
}
</style>
</head>
<body>
<div class="loader">
<div style="position:fixed;top:50%;left:47%">
<section id="home" style="position: absolute;width: 312px;">
<img src="img/outer.png" style="position: relative;left: -100px;top: -100px;width:67%">
<img src="img/inner.png" style="position: absolute;top: -59px;left: -9px;width:43%">
</section>
<a href = "fast/">
<div id="enter_flash" style="display: inline;color:#fff">
Enter Site
</div></a>
<a href = "slow/index.html">
<div id="enter_html" style="display: inline;color:#fff">
Got a Slow connection?
</div></a>
</div>
<script src="js/modernizr.custom.js"></script>
<script src="js/snap.svg-min.js"></script>
<!--<script src="assets/js/modernizr.custom.js"></script>-->
<script type="text/javascript" src="js/jquery-1.8.0.min.js" defer="defer"></script>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
</body>
</html>