-
Notifications
You must be signed in to change notification settings - Fork 20
/
coming.html
executable file
·67 lines (56 loc) · 2.94 KB
/
coming.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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-89509670-2"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-89509670-2');
</script>
<script type="text/javascript">
console.log("%cTroika'18", "background: white; color: black; font-size: x-large");
console.log(" -Developed using A-frame.");
console.log("%c>> Developer", "background: white; color: black; font-size: small");
console.log("%c-->> SAGNIK BHOWMICK", "background: white; color: black; font-size: small");
console.log("%c-->> NIKHIL KUMAR MISHRA", "background: white; color: black; font-size: small");
</script>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Troika 2018 | Techfest, DTU</title>
<meta name="description" content="">
<meta name="keywords" content="Troika, IEEE, IEEE DTU, DTU, Techfest, Troika'18, student, engineering, technical, branch, association">
<link href="./css/com.css" rel="stylesheet" type="text/css" media="screen" />
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
<script type="text/javascript" src="tools/jquery.min.js"></script>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/jquery-backstretch/2.0.4/jquery.backstretch.min.js"></script>
<link href='https://fonts.googleapis.com/css?family=Roboto+Condensed:700|Roboto+Slab:700' rel='stylesheet' type='text/css'>
<meta name="viewport" content="width=device-width, initial-scale = 1.0, user-scalable = no">
</head>
<body>
<div class="wrapper">
<div class="left-section"><img src="./img/watch.png" /></div>
<div class="right-section">
<h1 id="logo">Troika'18</h1>
<div class="seprator"></div>
<div class="main-content">
<h2>Coming Soon</h2>
<p>In the mean time connect with us with the information provided</p>
</div>
<ul class="social">
<li id="facebook"><a href="https://www.facebook.com/TroikaIeeeDTU/"><i class="fa fa-facebook"></i></a></li>
<li id="twitter"><a href="https://twitter.com/dtu_ieee"><i class="fa fa-twitter"></i></a></li>
<li id="linkedin"><a href="https://www.linkedin.com/company/7604169/"><i class="fa fa-linkedin"></i></a></li>
</ul>
<div class="social-links">
<ul class="social2">
<li id="facebook"><a href="https://www.facebook.com/TroikaIeeeDTU/"><i class="fa fa-facebook"></i></a></li>
<li id="twitter"><a href="https://twitter.com/dtu_ieee"><i class="fa fa-twitter"></i></a></li>
<li id="linkedin"><a href="https://www.linkedin.com/company/7604169/"><i class="fa fa-linkedin"></i></a></li>
</ul>
</div>
</div>
<div class="watch-section"><img src="./img/watch.png" /></div>
</div>
</body>
</html>