-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
281 lines (247 loc) · 15.2 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
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
<!-- start -->
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title class="title-baner"> Mystro Event 2 </title>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN" crossorigin="anonymous">
<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=Manrope:wght@200&family=Poppins:ital,wght@0,300;1,300&display=swap" rel="stylesheet">
<link rel='stylesheet' href='https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css'>
<link rel="stylesheet" href="css/style.css">
<script src="script.js/script"></script>
</div>
</head>
<body> <!-- navbar start -->
<div id="mynav" class="fixed-top bg-white">
<div class=" main-mynav ">
<nav class="navbar navbar-expand-lg bg-body-tertiary"data-bs-theme="dark">
<div class="container-fluid">
<img class="navbar-brand" src="image/100.png" alt="">
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
</div>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item">
<a class="nav-link active" aria-current="page" href="#">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">Courses</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" role="button" data-bs-toggle="dropdown" aria-expanded="false">
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#">Action</a></li>
<li><a class="dropdown-item" href="#">Another action</a></li>
<li><hr class="dropdown-divider"></li>
<li><a class="dropdown-item" href="#">Something else here</a></li>
</ul>
</li>
</ul>
<form class="d-flex" role="search">
<input class="form-control me-2" type="search" placeholder="Search" aria-label="Search">
<button type="button" class="btn btn-light"> search </button>
</div>
</form>
</div>
</div>
</nav>
</div>
</div>
<!-- navbar end -->
<section class="banner-jessy py-6">
<div class="container py-5">
<div class="row">
<div class="col-lg-6 py-2">
<img class="img-image" src="image/event hero.webp"style="width: 600px;height: 600px;" alt="">
</div>
<div class="col-lg-5 py-5">
<h4 class="fw-lighter">EVENT REGISTRATION</h4>
<h1 class="sub-title">Boost sign ups by breaking down registration barriers</h1>
<div class="row">
<div class="col-lg-1">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-arrow-return-right" viewBox="0 0 16 16">
<path fill-rule="evenodd" d="M1.5 1.5A.5.5 0 0 0 1 2v4.8a2.5 2.5 0 0 0 2.5 2.5h9.793l-3.347 3.346a.5.5 0 0 0 .708.708l4.2-4.2a.5.5 0 0 0 0-.708l-4-4a.5.5 0 0 0-.708.708L13.293 8.3H3.5A1.5 1.5 0 0 1 2 6.8V2a.5.5 0 0 0-.5-.5z"/>
</svg></div>
<div class="col-lg-11">
<p class=" readmore-btn main-style"> Store and access all event and attendee data in the same place </p></div>
<div class="col-lg-1">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-arrow-return-right" viewBox="0 0 16 16">
<path fill-rule="evenodd" d="M1.5 1.5A.5.5 0 0 0 1 2v4.8a2.5 2.5 0 0 0 2.5 2.5h9.793l-3.347 3.346a.5.5 0 0 0 .708.708l4.2-4.2a.5.5 0 0 0 0-.708l-4-4a.5.5 0 0 0-.708.708L13.293 8.3H3.5A1.5 1.5 0 0 1 2 6.8V2a.5.5 0 0 0-.5-.5z"/>
</svg></div>
<div class="col-lg-11">
<p class=" readmore-btn main-style"> Re-use content and details throughout your event.</p></div>
<div class="col-lg-1">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-arrow-return-right" viewBox="0 0 16 16">
<path fill-rule="evenodd" d="M1.5 1.5A.5.5 0 0 0 1 2v4.8a2.5 2.5 0 0 0 2.5 2.5h9.793l-3.347 3.346a.5.5 0 0 0 .708.708l4.2-4.2a.5.5 0 0 0 0-.708l-4-4a.5.5 0 0 0-.708.708L13.293 8.3H3.5A1.5 1.5 0 0 1 2 6.8V2a.5.5 0 0 0-.5-.5z"/>
</svg></div>
<div class="col-lg-11">
<p class=" readmore-btn main-style"> Create a seamless journey for event attendees and planners </p>
</div>
</div>
</div>
<div class="container">
<button type="button" class="btn btn-outline-secondary"> Sign up Now </button>
</div>
</div>
</div>
</div>
</section>
<div class="container mt-3 py-5">
<h3 class="fw-border">EVENT REGISTRATION PAGES</h3>
<div class="row">
<div class="col-lg-3 col-md-4 col-sm-6 my-3">
<div class="card">
<img src="image/a.jpg" class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title"> Custom Event </h5>
<p class="card-text"> Customize the experience to match your event timeline <br>
<br></p>
<a href="/"><button class="bn632-hover bn26"> Go somewhere </button></a>
</div>
</div>
</div>
<div class="col-lg-3 col-md-4 col-sm-6 my-3">
<div class="card">
<img src="image/47147.jpeg" class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title"> Optimize Event </h5>
<p class="card-text"> Optimize and bring existing event content to your event registration page <br> </p>
<a href="/"><button class="bn632-hover bn26"> Go somewhere </button></a>
</div>
</div>
</div>
<div class="col-lg-3 col-md-4 col-sm-6 my-3">
<div class="card">
<img src="image/c.jpg" class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title"> Promote Event </h5>
<p class="card-text"> Get more signups by showcasing your agenda, speakers, and sponsors <br></p>
<a href="/"><button class="bn632-hover bn26"> Go somewhere </button></a>
</div>
</div>
</div>
<div class="col-lg-3 col-md-4 col-sm-6 my-3">
<div class="card">
<img src="image/b.jpg" class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title"> All About Conditional Logic </h5>
<p class="card-text"> Use conditional logic to collect only relevant attendee data<br>
</p>
<a href="/"><button class="bn632-hover bn26"> Go somewhere </button></a>
</div>
</div>
</div>
</div>
</div>
</div>
<section class="full-width-section py-5">
<div class="container py-5">
<div class="row ">
<div class="col-lg-6">
<section class="container">
<div class="login-container">
<div class="circle circle-one"></div>
<div class="form-container">
<img src="https://drive.google.com/uc?export=view&id=1bKgdKUQ2Uhx6rjY7LNTuBjLfZhJxKVSq" alt="illustration" class="illustration" />
<h1 class="opacity">LOGIN</h1>
<form>
<input type="text" placeholder="USERNAME" />
<input type="password" placeholder="PASSWORD" />
<button class="opacity">SUBMIT</button>
</form>
<div class="register-forget opacity">
<a href="">REGISTER</a>
<a href="">FORGOT PASSWORD</a>
</div>
</div>
<div class="circle circle-two"></div>
</div>
<div class="theme-btn-container"></div>
</section>
</div>
<div class="col-lg-6 pt-5">
<h4 class="sub-style mt-6">END-TO-END EVENT JOURNEY</h4>
<h1 class="title-style mb-5 mt-4">Event registration, management, engagement, follow-up. All on one platform.</h1>
<div class="row">
<div class="col-lg-1">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-arrow-return-right" viewBox="0 0 16 16">
<path fill-rule="evenodd" d="M1.5 1.5A.5.5 0 0 0 1 2v4.8a2.5 2.5 0 0 0 2.5 2.5h9.793l-3.347 3.346a.5.5 0 0 0 .708.708l4.2-4.2a.5.5 0 0 0 0-.708l-4-4a.5.5 0 0 0-.708.708L13.293 8.3H3.5A1.5 1.5 0 0 1 2 6.8V2a.5.5 0 0 0-.5-.5z"/>
</svg></div>
<div class="col-lg-11">
<p class="readmore-btn main-style">Store and access all event and attendee data in the same place </p></div>
<div class="col-lg-1">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-arrow-return-right" viewBox="0 0 16 16">
<path fill-rule="evenodd" d="M1.5 1.5A.5.5 0 0 0 1 2v4.8a2.5 2.5 0 0 0 2.5 2.5h9.793l-3.347 3.346a.5.5 0 0 0 .708.708l4.2-4.2a.5.5 0 0 0 0-.708l-4-4a.5.5 0 0 0-.708.708L13.293 8.3H3.5A1.5 1.5 0 0 1 2 6.8V2a.5.5 0 0 0-.5-.5z"/>
</svg></div>
<div class="col-lg-11">
<p class="readmore-btn main-style"> Re-use content and details throughout your event.</p></div>
<div class="col-lg-1">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-arrow-return-right" viewBox="0 0 16 16">
<path fill-rule="evenodd" d="M1.5 1.5A.5.5 0 0 0 1 2v4.8a2.5 2.5 0 0 0 2.5 2.5h9.793l-3.347 3.346a.5.5 0 0 0 .708.708l4.2-4.2a.5.5 0 0 0 0-.708l-4-4a.5.5 0 0 0-.708.708L13.293 8.3H3.5A1.5 1.5 0 0 1 2 6.8V2a.5.5 0 0 0-.5-.5z"/>
</svg></div>
<div class="col-lg-11">
<p class="readmore-btn main-style"> Create a seamless journey for event attendees and planners </p>
</div>
</div>
</div>
</div>
</div>
</section>
<section id="partner">
<div class="markter">
<img class="bewert-image" src="image/badge2-new.png" alt="">
<img src="image/badge4-new.png" alt="">
<img src="image/highest-user-adoption-spring23.png" alt="">
<svg xmlns ="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-star-fill" viewBox="0 0 16 16">
<path d="M3.612 15.443c-.386.198-.824-.149-.746-.592l.83-4.73L.173 6.765c-.329-.314-.158-.888.283-.95l4.898-.696L7.538.792c.197-.39.73-.39.927 0l2.184 4.327 4.898.696c.441.062.612.636.282.95l-3.522 3.356.83 4.73c.078.443-.36.79-.746.592L8 13.187l-4.389 2.256z"/>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-star-fill" viewBox="0 0 16 16">
<path d="M3.612 15.443c-.386.198-.824-.149-.746-.592l.83-4.73L.173 6.765c-.329-.314-.158-.888.283-.95l4.898-.696L7.538.792c.197-.39.73-.39.927 0l2.184 4.327 4.898.696c.441.062.612.636.282.95l-3.522 3.356.83 4.73c.078.443-.36.79-.746.592L8 13.187l-4.389 2.256z"/>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-star-fill" viewBox="0 0 16 16">
<path d="M3.612 15.443c-.386.198-.824-.149-.746-.592l.83-4.73L.173 6.765c-.329-.314-.158-.888.283-.95l4.898-.696L7.538.792c.197-.39.73-.39.927 0l2.184 4.327 4.898.696c.441.062.612.636.282.95l-3.522 3.356.83 4.73c.078.443-.36.79-.746.592L8 13.187l-4.389 2.256z"/>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-star-fill" viewBox="0 0 16 16">
<path d="M3.612 15.443c-.386.198-.824-.149-.746-.592l.83-4.73L.173 6.765c-.329-.314-.158-.888.283-.95l4.898-.696L7.538.792c.197-.39.73-.39.927 0l2.184 4.327 4.898.696c.441.062.612.636.282.95l-3.522 3.356.83 4.73c.078.443-.36.79-.746.592L8 13.187l-4.389 2.256z"/>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-star-fill" viewBox="0 0 16 16">
<path d="M3.612 15.443c-.386.198-.824-.149-.746-.592l.83-4.73L.173 6.765c-.329-.314-.158-.888.283-.95l4.898-.696L7.538.792c.197-.39.73-.39.927 0l2.184 4.327 4.898.696c.441.062.612.636.282.95l-3.522 3.356.83 4.73c.078.443-.36.79-.746.592L8 13.187l-4.389 2.256z"/>
</svg>
<ul class="wrapper">
<li class="icon facebook">
<span class="tooltip">Facebook</span>
<span><i class="fab fa-facebook-f"></i></span>
</li>
<li class="icon twitter">
<span class="tooltip">Twitter</span>
<span><i class="fab fa-x-twitter"></i></span>
</li>
<li class="icon instagram">
<span class="tooltip">Instagram</span>
<span><i class="fab fa-instagram"></i></span>
</li>
<li class="icon github">
<span class="tooltip">Github</span>
<span><i class="fab fa-github"></i></span>
</li>
<li class="icon youtube">
<span class="tooltip">Youtube</span>
<span><i class="fab fa-youtube"></i></span>
</li>
</ul>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/js/bootstrap.bundle.min.js" integrity="sha384-C6RzsynM9kWDrMNeT87bh95OGNyZPhcTNXj1NW7RuBCsyN/o0jlpcV8Qyq46cDfL" crossorigin="anonymous"></script>
<script src="https://code.jquery.com/jquery-3.7.1.min.js" integrity="sha256-/JqT3SQfawRcv/BIHPThkBvs0OEvtFFmqPF/lYI/Cxo=" crossorigin="anonymous"></script>
<script>
$(window).scroll(function(){
$('#mynav').toggleClass('scrolled', $(this).scrollTop() > 500);
});
</script>
.
</body>
</html>