-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
196 lines (156 loc) · 7.25 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
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
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Venturesity VIT</title>
<link rel="icon" href="images/logo.png">
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Montserrat|Ubuntu&display=swap" rel="stylesheet">
<!-- Font Awesome -->
<script src="https://kit.fontawesome.com/6ed402d9df.js" crossorigin="anonymous"></script>
<!-- Bootstrap -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css" integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous">
<script src="https://code.jquery.com/jquery-3.4.1.slim.min.js" integrity="sha384-J6qa4849blE2+poT4WnyKhv5vZF5SrPo0iEjwBvKU7imGFAV0wwj1yYfoRSJoZ+n" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js" integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js" integrity="sha384-wfSDF2E50Y2D1uUdj0O3uMBJnjuUD4Ih7YwaYd1iqfktj0Uod8GCExl3Og8ifwB6" crossorigin="anonymous"></script>
<!-- CSS Stylesheets -->
<link rel="stylesheet" href="css/styles.css">
</head>
<body>
<section id="title">
<!-- Nav Bar -->
<nav class="navbar navbar-expand-lg navbar-dark ">
<div class="container-fluid">
<a class="navbar-brand" href="">Venturesity VIT</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a class="nav-link" href="#features">About Us</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#events">Events</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#media">Media</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#footer">Contact</a>
</li>
</ul>
</div>
</div>
</nav>
<!-- Title -->
<div class="row">
<div class="col-lg-6">
<h1>One stop for all your Geek needs.</h1>
</div>
<div class="col-lg-6">
<img class="title-image" src="images/logo.png" alt="Club-Logo">
</div>
</div>
</section>
<!-- Features -->
<section id="features">
<h1>What we do?</h1>
<div class="row">
<div class="feature-box col-lg-4">
<i class="icon fas fa-code-branch fa-4x"></i>
<h3>Projects</h3>
<p>Pick the most challenging one and count us in. Our team takes projects from industry and sponsors too.</p>
</div>
<div class="feature-box col-lg-4">
<i class="icon fas fa-laptop-code fa-4x"></i>
<h3>Hackathons</h3>
<p>We give that addictive hackathon experience to every possible beginner and we sure as win many.</p>
</div>
<div class="feature-box col-lg-4">
<i class="icon fas fa-users fa-4x"></i>
<h3>Tech Sessions</h3>
<p>When you share you learn more and our team never shy to impress an interesting crowd.</p>
</div>
</div>
</section>
<!-- Events -->
<section id="events">
<h1>Upcoming Events</h1>
<div class="row">
<div class="events-column col-lg-6 col-md-sm-12">
<div class="card">
<div class="card-header">
<h2>Hello World 4.0</h2>
</div>
<div class="card-body">
<h3>24hrs / Oct 2 - 3</h3><br>
<img class="card-image" src="images/HW4.png" alt="Hello World"><br>
<br><a href="https://gravitas.vit.ac.in/events.html"><button class="btn btn-lg btn-primary" type="button" >Know More</button></a>
</div>
</div>
</div>
<div class="events-column col-lg-6 col-md-sm-12">
<div class="card">
<div class="card-header">
<h2>Webinar</h2>
</div>
<div class="card-body">
<h3>Coming Soon!</h3>
<p>Covering various Domains</p>
<p>Delivered by industry experts</p>
<p>Brief and Informative</p>
<p>Live Project implementation</p>
<a href="https://www.instagram.com/venturesity.vit/"><button class="btn btn-lg btn-primary" type="button">Know More</button></a>
</div>
</div>
</div>
</div>
</section>
<!-- Press -->
<section id="press">
<h1>Sponsors</h1>
<a href="https://www.netmagicsolutions.com/"><img class="press-logo" src="images/ntt-netmagic.png" alt="ntt-logo"></a>
<a href="https://dorklab.tech"><img class="press-logo" src="images/dorklab2.png" alt="dorklab-logo"></a>
<a href="https://dnif.it/"><img class="press-logo" src="images/DNIF-ON-LIGHT-BG.png" alt="DNIF-logo"></a>
<h1>Current Board</h1>
<img class="board-img" src="images/board2020.jpg" alt="board-logo">
</section>
<!-- Media -->
<section id="media">
<h1>Media</h1>
<div id="carouselExampleControls" class="carousel slide carousel-fade" data-ride="carousel">
<div class="carousel-inner" data-interval="2000">
<div class="carousel-item active">
<iframe src="https://www.facebook.com/plugins/post.php?href=https%3A%2F%2Fwww.facebook.com%2Fventuresity.vit%2Fposts%2F2434580153484385&width=500" width="60%" height="500" style="border:none;overflow:scroll" allowTransparency="true" allow="encrypted-media"></iframe>
<br><h3 class="testimonial-text">Hello World 3.0</h3>
</div>
<div class="carousel-item">
<iframe src="https://www.facebook.com/plugins/post.php?href=https%3A%2F%2Fwww.facebook.com%2Fventuresity.vit%2Fposts%2F2409418359333898&width=500" width="60%" height="500" style="border:none;overflow:scroll" allowTransparency="true" allow="encrypted-media"></iframe>
<br><h3 class="testimonial-text">VAR Workshop</h3>
</div>
</div>
<a class="carousel-control-prev" href="#carouselExampleControls" role="button" data-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#carouselExampleControls" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
</section>
<!-- Footer -->
<footer id="footer">
<h1>Get in Touch</h1>
<a href="https://www.facebook.com/venturesity.vit/"><i class="social-icon fab fa-facebook-f fa-4x"></i></a>
<a href="https://www.instagram.com/venturesity.vit/"><i class="social-icon fab fa-instagram fa-4x"></i></a>
<a href="https://www.linkedin.com/company/venturesity-vit/"><i class="social-icon fab fa-linkedin fa-4x"></i></a>
<a href="mailto:[email protected]"><i class="social-icon fas fa-envelope fa-4x"></i></a>
<p>© Copyright Venturesity 2020</p>
<p>{ Developed by <a href="https://github.com/Adigo10/x">Adigo10</a> }</p>
</footer>
</body>
</html>