-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
120 lines (96 loc) · 4.96 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Vadodara StartUp Festival</title>
<link rel="shortcut icon" href="assets/img/Logo.png" type="image/x-icon">
<script src="https://kit.fontawesome.com/a076d05399.js"></script>
<link rel="stylesheet" href="assets/bootstrap/css/style.css">
<link href="https://fonts.googleapis.com/css?family=Montserrat:500,600,700,900|Ubuntu&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js" integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous"></script>
<style>
@media (max-width:700px) {
.logo img {
width: 200px;
height: 55px;
margin-bottom: 10px;
}
}
</style>
</head>
<body>
<nav class="navbar navbar-expand-lg navbar-light">
<a class="navbar-brand" href="index.html">
<img src="assets/img/Logo.png" width="90" height="90" class="d-inline-block align-top" alt="VSF LOGO">
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarToggler" aria-controls="navbarToggler" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarToggler" style="font-size: 2px;">
<ul class="navbar-nav ml-auto">
<li class="nav-item active">
<a class="nav-link" href="index.html">HOME</a>
</li>
<li class="nav-item">
<a class="nav-link" href="assets/AboutUS.html">ABOUT US</a>
</li>
<li class="nav-item">
<a class="nav-link" href="assets/activities/activities.html">ACTIVITIES</a>
</li>
<li class="nav-item">
<a class="nav-link" href="assets/Schedule.html">SCHEDULE</a>
</li>
<li class="nav-item">
<a class="nav-link" href="assets/Speakers.html">SPEAKERS</a>
</li>
<li class="nav-item">
<a class="nav-link" href="assets/Resgistration.html">REGISTRATION</a>
</li>
<li class="nav-item">
<a class="nav-link" href="assets/Partners.html">PARTNERS</a>
</li>
<li class="nav-item">
<a class="nav-link" href="assets/Venue.html">VENUE</a>
</li>
<li class="nav-item">
<a class="nav-link" href="assets/Team/ContactUs.html">CONTACT US</a>
</li>
</ul>
</nav>
<section id="title">
<div class="container-fluid">
<div class="row">
<div class="intro col-lg-6">
<h1 class="big-heading">Vadodara StartUp Festival 2020</h1>
<h3 class="quote">"Empowerment through innovation"</h3>
<h3 class="details"><i class="fas fa-calendar-day"></i> 28th - 29th February | <i class="fas fa-map-marker-alt"></i> <a style="color: inherit; text-decoration: none;" href="https://www.paruluniversity.ac.in/home/"> Parul University</a>
</h3>
<button onclick="window.location.href = 'assets/Resgistration.html';" type="button" style="border-radius: 50px;" class="btn btn-primary btn-lg registration-button">Registration ➜</button>
<div class="d-md-flex">
<div class="logo">
<h2 class="parul">Presented by</h2>
<a href="https://www.paruluniversity.ac.in/home">
<img class="parul-img" src="assets/img/logo parul.png" alt="Parul Logo" style="height: 60px;">
</a>
</div>
</a>
<a href="https://play.google.com/store/apps/details?id=tejashbutani.startupfestival" style="margin:35px 30px 0px;">
<img src="assets/img/PlatSoreImg.png" alt="PlayStore" style="height: 70px;">
</a>
</div>
</div>
<div class="col-lg-6">
<img class="title-image" src="assets/img/HomePage.png" alt="StartUp Festival">
</a>
</div>
</div>
</div>
</section>
</div>
</body>
</html>