-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathcoming_soon.html
56 lines (47 loc) · 1.94 KB
/
coming_soon.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
<!DOCTYPE html>
<html>
<head>
<title>conf.kde.in Registration 2016</title>
<link href="//fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link type="text/css" rel="stylesheet" href="css/materialize.min.css" media="screen,projection"/>
<link type="text/css" rel="stylesheet" href="css/main.css" media="screen,projection"/>
<link type="text/css" rel="stylesheet" href="css/TimeCircles.css" media="screen,projection"/>
<link rel="icon" sizes="144x144" href="media/images/favicon.png">
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
</head>
<script type="text/javascript">
function thank() {
alert("Coming Soon. We will be active next week of January.");
}
window.onload = function(){thank();};
</script >
<body>
<div class="navbar-fixed">
<nav>
<a href="#" class="brand-logo center">conf.kde.in 2016 Student Registration</a>
</nav>
</div>
<div class="row">
<div class="col s4">
<p></p>
</div>
<div class="col s4">
<div class="row">
<div class="col s12 m7">
<div class="card medium">
<div class="card-image">
<img src="media/images/kdeindia.png">
</div>
<div class="card-content">
<p>Coming Soon. We will be active next week of January. For more updates, do like our <a href="https://www.facebook.com/kdeindia/?fref=ts&__mref=message_bubble" alt="Facebook Page" target="_blank"> Facebook </a>page and follow us on <a href="https://twitter.com/kdeindia" alt="Twitter Page" target="_blank"> Twitter </a>and <a href="https://plus.google.com/105126786256705328374/posts" alt="google+ page" target="_blank">Google+</a></p>
</div>
</div>
</div>
</div>
</div>
<div class="col s4">
<p></p>
</div>
</div>
</body>
</html>