-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
61 lines (60 loc) · 3.26 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
<!DOCTYPE html>
<html>
<head>
<title>Techspardha 2017</title>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="Techspardha is the annual technical fest of NIT Kurukshetra" />
<meta name="robots" content="index, follow" />
<link rel="author" href="http://gawds.in" />
<meta name="author" content="gawds" />
<!-- Open Graph data -->
<meta property="og:title" content="Techspardha 2017" />
<meta property="og:type" content="website" />
<meta property="og:image" content="http://www.techspardha.org/images/logo.jpg" />
<meta property="og:url" content="http://techspardha.org" />
<meta property="og:description" content="Techspardha is the annual technical fest of NIT Kurukshetra" />
<!-- Twitter Card data -->
<meta name="twitter:card" content="summary" />
<meta name="twitter:url" content="http://techspardha.org" />
<meta name="twitter:title" content="Techspardha 2017" />
<meta name="twitter:description" content="Techspardha is the annual technical fest of NIT Kurukshetra" />
<meta name="twitter:image" content="http://www.techspardha.org/images/logo.jpg" />
<!-- Schema.org markup for Google+ -->
<meta itemprop="name" content="Techspardha 2017">
<meta itemprop="description" content="Techspardha is the annual technical fest of NIT Kurukshetra">
<meta itemprop="image" content="http://www.techspardha.org/images/logo.jpg">
<link rel="shortcut icon" href="images/logo.jpg" />
<link rel="stylesheet" type="text/css" href="css/main.css">
<title>Techspardha 2017</title>
</head>
<body>
<div id="star-background"></div>
<div id="gradient"></div>
<img src="images/astronut.png" id="astronaut"/>
<div id="form">
<h1>TECH-EXPO</h1>
<p>
Tech-Expo is technical exhibition which will be organized during Techspardha 2017. Students who want to exhibit their
innovative projects, must register through this form. Accommodation will be provided for outstation participants.<br>
PS: This registration does not confirm your participation in the Exhibition until we confirm.
</p>
<form role="form" id="callus" target="_self" onsubmit="" action="javascript: postToGoogle()">
<ul>
<li><input type="text" class="text" placeholder="Name" required autocomplete="off" id="Name"></li>
<li><input type="email" class="text" placeholder="Email" required autocomplete="off" id="Email"></li>
<li><input type="text" class="text" placeholder="College Name" required autocomplete="off" id="College"></li>
<li><input type="number" class="text" placeholder="Contact Number" required autocomplete="off" id="Mno"></li>
<li><input type="text" class="text" placeholder="Project Name" required autocomplete="off" id="ProjectName"></li>
<li><textarea placeholder="Project Description" class="text" autocomplete="off" id="ProjectDescription"></textarea></li>
<li><input id = "submitButton" type="Submit" value = "Submit" class = "button"></li>
</ul>
</form>
</div>
</body>
<script src="js/jquery.js"></script>
<script src="js/TweenMax.js"></script>
<script src="js/animation.js"></script>
<script src="js/postData.js"></script>
</html>