-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·70 lines (62 loc) · 2.76 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
<!DOCTYPE html>
<html lang="en" class="no-js">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Falcon 2k16</title>
<meta name="description" content="Some WebGL experiments with raindrop effects" />
<meta name="keywords" content="webgl, raindrops, effect, rain, web, video, background" />
<meta name="author" content="Lucas Bebber for Codrops" />
<link rel="shortcut icon" href="favicon.ico">
<link rel="stylesheet" type="text/css" href="css/normalize.css" />
<link href="css/hexaflip.css" rel="stylesheet" type="text/css">
<link rel="stylesheet" type="text/css" href="css/demo.css" />
<link rel="stylesheet" type="text/css" href="css/style1.css" />
<link rel="stylesheet" type="text/css" href="css/hexaFlipCustom.css">
<link rel="stylesheet" type="text/css" href="css/css/font-awesome.min.css">
<script type="text/javascript" src="js/jquery.min.js"></script>
<link rel="stylesheet" type="text/css" href="css/custom.css">
<!--[if IE]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<!-- google web fonts -->
<link href='http://fonts.googleapis.com/css?family=Roboto:400,100,300,300italic,500,400italic,700' rel='stylesheet' type='text/css'>
</head>
<body class="demo-1">
<div class="image-preload">
<img src="img/drop-color.png" alt="">
<img src="img/drop-alpha.png" alt="">
<img src="img/weather/texture-rain-fg.png" />
<img src="img/weather/texture-rain-bg.png" />
</div>
<div>
<header>
<div layout="row" layout-wrap class="codrops-header">
<!--Flex Of 10 is given-->
<div flex="5">
</div>
<!--Main Search Part-->
<div flex="90">
<center><span class="tjs-heading">T.J.S ENGINERRING COLLEGE</span></center>
<center><span class="tjs-address">T.J.S.Nagar, Peruvoyal,Gummidipoondi Taluk,Thiruvallur Dist - 601 206</span></center>
<center><span class="cse-department">DEPARTMENT OF CSE - NATIONAL LEVEL TECHNICAL SYMPOSIUM</span></center>
</div>
<div flex="5"></div>
</div>
</header>
<div class="slideshow">
<canvas width="1" height="1" id="container" style="position:absolute"></canvas>
<div class="slide" id="slide-1" data-weather="rain">
<div id="falcon" class="logo"></div>
<div id="2k17" class="logo"></div> <a href="page1/index.html"><b style="richness:inherit; text-shadow:2PX 2PX 8PX #0033CC; color:white; font-size:32px; text-align:center"> ENTER THE SITE</b></a>
</div>
</div>
</div>
<!-- /container -->
<script src="js/index.min.js"></script>
<script src="js/jquery.transform-0.8.0.min.js"></script>
<script src="js/hexaflip.min.js"></script>
<script src="js/demo.js"></script>
</body>
</html>