-
Notifications
You must be signed in to change notification settings - Fork 0
/
ts2k19.htm
95 lines (88 loc) · 5.05 KB
/
ts2k19.htm
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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
<!-- Third-party CSS -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.6.3/css/all.css" integrity="sha384-UHRtZLI+pbxtHCWp1t77Bi1L4ZtiqrqD80Kn4Z8NTSRyMA2Fd33n5dQ8lWUE00s/" crossorigin="anonymous">
<link href="https://fonts.googleapis.com/css?family=Open+Sans:400,700,800,300" rel="stylesheet" type="text/css">
<!-- page CSS -->
<link href="/static/landing/css/index.css" rel="stylesheet">
<title>Technosummit 2k19 | SIST, Chennai</title>
</head>
<body>
<div id="mobileIndicator"></div>
<div id="loading">
<img class="loading-logo" src="/static/landing/img/loading_logo.png" alt="logo"/>
</div>
<div id="background"></div>
<div class="container-fluid">
<nav class="navbar navbar-expand-sm navbar-dark">
<div class="navbar-brand">
<a href="http://www.sathyabama.ac.in/"><img class="nav-logo" src="/static/landing/img/clg_logo.png" alt="clg_logo"/></a>
</div>
<div class="d-flex align-items-center h-drop-menu" style="width: 100%">
<nav class="custom-nav hide">
<a class="nav-item" href="/">HOME</a>
<a class="nav-item" href="/about/">ABOUT</a>
<a class="nav-item" href="/events/">EVENTS</a>
<a class="nav-item" href="/register/">REGISTER</a>
</nav>
<div class="nav-ico">
<svg class="lnr lnr-menu"><use xlink:href="#lnr-menu"></use></svg>
<svg class="lnr lnr-cross"><use xlink:href="#lnr-cross"></use></svg>
</div>
</div>
</nav>
<br/>
<div class="wrap-title-title-info">
<div class="title">
<h1>
techno
<span>summit</span>
</h1>
</div>
<div class="subtitle">
<span class="text-color">19</span>th & <span class="text-color">20</span>th September, 2019
</div>
<br/><br/>
<h6 class="title-info">
Providing the best platform for ideating,
<br/>presentation of startup ideas & ecouraging innovative thinking.
</h6>
<br/>
<a href="/about/" class="btn btn-primary">About Us</a>
<a href="/register/" class="btn btn-primary reg-btn">Register</a>
</div>
<div class="wrapper-social-media-btn">
<a class="social-link-fb" href="https://www.facebook.com/SathyabamaOfficial/"><i class="fab fa-facebook-f"></i></a>
<a class="social-link-insta" href="https://www.instagram.com/sathyabama.official/"><i class="fab fa-instagram"></i></a>
<a class="social-link-tweet" href="https://twitter.com/sathyabamaSIST"><i class="fab fa-twitter"></i></a>
</div>
</div>
<!-- Optional JavaScript -->
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="https://code.jquery.com/jquery-3.4.1.js" integrity="sha256-WpOohJOqMqqyKL9FccASB9O0KwACQJpFTUBLTYOVvVU=" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js" integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q" crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js" integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl" crossorigin="anonymous"></script>
<script src="https://cdn.linearicons.com/free/1.0.0/svgembedder.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/three.js/107/three.js"></script>
<script src="/static/landing/js/index.js"></script>
<script src="/static/landing/js/three.r92.min.js"></script>
<script src="/static/landing/js/vanta.net.min.js"></script>
<script>
VANTA.NET({
el: "#background",
color: 0xfffc,
backgroundColor: 0x3a0761,
points: 6.00,
maxDistance: 18.00,
spacing: 19.00
})
</script>
</body>
</html>