-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
60 lines (51 loc) · 2.34 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
<!DOCTYPE html>
<html>
<head>
<title>College DiveIn - Coming Soon</title>
<meta name="description" content="We are here to make your college life more connected, enjoyable and less frustrated. You get to meet more interesting people on your and other campuses across India. ">
<meta name="author" content="Codesters">
<meta name="viewport" content="width=device-width,initial-scale=1">
<link rel="stylesheet" href="style.css">
</head>
<body>
<div id="fb-root"></div>
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/en_US/all.js#xfbml=1";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
<div class="wrapper">
<div id="main">
<header class="middle">
<h1>College DiveIn</h1>
<h6>Powered by: <a href="http://codesters.org">Codesters</a></h6>
<h2>Releasing on 29 April</h2>
</header>
<p>We are here to make your college life more connected, enjoyable and less frustrated. You get to meet more interesting people on your and other campuses across India.
</p>
<h3 class="middle">Like our faceboook page to stay updated</h3>
<div class="fb-like" data-href="http://facebook.com/CollegeDiveIn/" data-send="true" data-width="450" data-show-faces="true" data-font="trebuchet ms"></div>
</div>
<h3>Other Highlights</h3>
<ul>
<li>Stay connected with your favourite college clubs on your campus.</li>
<li>Explore and take part in various events in your college.</li>
<li>Use our high quality Notes for your college exams.</li>
<li>Work in groups on small and big projects with other people.</li>
</ul>
</div>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-31130703-1']);
_gaq.push(['_setDomainName', 'collegedive.in']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</body>
</html>