-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
159 lines (115 loc) · 5.56 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Inceptra 2022</title>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-KyZXEAg3QhqLMpG8r+8fhAXLRk2vvoC2f3B09zVXn8CA5QIVfZOJ3BCsw2P0p/We" crossorigin="anonymous">
<link rel="stylesheet" href="./css/styles.css">
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-U1DAWAznBHeqEIlVSCgzq+c9gqGAJn5c/t99JyeKa9xxaYpSvHU5awsuZVVFIhvj" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/@popperjs/[email protected]/dist/umd/popper.min.js" integrity="sha384-eMNCOe7tC1doHpGoWe/6oMVemdAVTMs2xqW4mwXrXsW0L84Iytr2wi5v2QjrP/xp" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js" integrity="sha384-cn7l7gDp0eyniUwwAZgrzD06kc/tftFf19TOAs2zVinnD/C7E91j9yyk5//jjpt/" crossorigin="anonymous"></script>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap" rel="stylesheet">
</head>
<body>
<div class="bg">
<section id="title">
<div class="container-fluid">
<!-- Nav Bar -->
<nav class="navbar navbar-expand-lg navbar-dark">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<a class="navbar-nav ml-auto">
<img src="images/Catalyst-IEDC-white 2.png" alt="">
</a>
<a class="navbar-brand" ><img src="images/catalyst (2).png"></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>
<img src="images/Group 181553.png" alt="">
</nav>
<!-- Title -->
<div class="row">
<div class="col-lg-5">
<img class="inceptra" src="images/INCEPTRA’22.png" alt="">
<h3>2 DAY STARTUP BOOTCAMP</h3>
<a href="register.html"><button type="button" class="btn btn-outline-light btn-lg download-button">REGISTER HERE</button></a>
</div>
</div>
</div>
</section>
</div>
<!-- Features -->
<section id="features">
<div class="feature-box col-lg-4">
<img src="https://img.icons8.com/ios-filled/50/fa314a/like--v1.png"/>
<h3>INTERACT</h3>
<p> to communicate and react to the people around you. </p>
</div>
<div class="feature-box col-lg-4">
<img src="https://img.icons8.com/pastel-glyph/64/fa314a/define-location--v2.png"/>
<h3>IMAGINE</h3>
<p> to picture it in your head and creating a mental image. </p>
</div>
<div class="feature-box col-lg-4">
<img src="images/icons8-rocket-30 1 (Traced).png"/>
<h3>INNOVATE</h3>
<p> to introduce changes and new ideas in the way something is done or made. </p>
</div>
</section>
<!-- Testimonials -->
<section id="testimonials">
<div id="testimonial-carousel" class="carousel slide" data-bs-ride="carousel">
<div class="carousel-inner">
<div class="carousel-item active">
<h2>. Nurturing Innovative Ideas . Track Interact . The Good Talk . The Big Brand Theory . Track Imagine .</h2>
<em><img src="images/DAY.png" alt=""></em>
<img class="testimonial-image" src="images/emojione-monotone_digit-one.png" alt="dog-profile">
</div>
<div class="carousel-item">
<h2 class="testimonial-text">. Track Interact . Track Innovate . Pitch Perfect . The Shark Tank .</h2>
<em><img src="images/DAY.png" alt=""></em>
<img class="testimonial-image" src="images/emojitwo-monotone_digit-two.png" alt="lady-profile">
</div>
</div>
<button class="carousel-control-prev" type="button" data-bs-target="#testimonial-carousel" data-bs-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="visually-hidden">Previous</span>
</button>
<button class="carousel-control-next" type="button" data-bs-target="#testimonial-carousel" data-bs-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="visually-hidden">Next</span>
</button>
</div>
</section>
<!-- Call to Action -->
<section id="cta">
<h3 class="cta-head">| Leaders |</h3><h3 class="cta-tail">Influencers</h3>
<h3 class="cta-head">| Contributors |</h3>
<h3 class="cta-tail">Tech geeks</h3>
<h3 class="cta-head">| Content creators |</h3>
<h3 class="cta-tail">Designers</h3>
<h3 class="cta-head">| Editors |</h3>
<h3 class="cta-tail"> Innovators</h3>
<h3 class="cta-head">| Startup Enthusiasts |</h3>
<a href="register.html"><button type="button" class="btn btn-outline-light btn-lg download-button"> REGISTER HERE </button></a>
</section>
<!-- Footer -->
<section>
<footer id="footer">
<div class="social">
<div class="logo">
<img src="images/Baselios_Color_Transparent.png" alt="">
</div>
<div class="logo">
<img src="images/iedc.png" alt="">
</div>
</div>
<div class="last">
<p>INCEPTRA’22 | Catalyst Mar Baselios IEDC</p>
</div>
</footer>
</section>
</body>
</html>