forked from anistark/jolites
-
Notifications
You must be signed in to change notification settings - Fork 1
/
comingsoon.html
55 lines (55 loc) · 2.08 KB
/
comingsoon.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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Jolites</title>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Social Networking site of Jalpaiguri Government Engineering College" />
<meta name="keywords" content="coming soon, jolites, jalpaiguri, jgec, jalpaiguri government engineering college" />
<meta name="author" content="Kumar Anirudha" />
<link rel="stylesheet" type="text/css" href="assets/css/demo.css" />
<link rel="stylesheet" type="text/css" href="assets/css/style3.css" />
<!--[if lt IE 10]>
<link rel="stylesheet" type="text/css" href="css/style3IE.css" />
<![endif]-->
</head>
<body>
<div class="container">
<div class="header">
<a href="http://jgec.in" target="_blank">
<strong>« JGEC: </strong>Visit the college official website
</a>
<span class="right">
<a href="http://anistark.github.io" target="_blank">
<strong>Developer</strong>
</a>
</span>
<div class="clr"></div>
</div>
<h1 class="main">Free & Open for contribution</h1>
<div class="sp-container">
<div class="sp-content">
<div class="sp-wrap sp-left">
<h2>
<span class="sp-top">Are you ready for an exclusive</span>
<span class="sp-mid">JGEC's</span>
<span class="sp-bottom">facebook?</span>
</h2>
</div>
<div class="sp-wrap sp-right">
<h2>
<span class="sp-top">Won't you be proud</span>
<span class="sp-mid">Jolites<i>!</i><i>?</i></span>
<span class="sp-bottom">Yeah, you would!</span>
</h2>
</div>
</div>
<div class="sp-full">
<h2>Coming Soon!</h2>
<a href="https://www.facebook.com/jolujgec" target="_blank">Follow Us!</a>
</div>
</div>
</div>
</body>
</html>