-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
291 lines (265 loc) · 13.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
282
283
284
285
286
287
288
289
290
291
<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="assets/css/style.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.6.0/css/all.min.css" integrity="sha512-Kc323vGBEqzTmouAECnVceyQqyqdsSiqLQISBL29aUW4U/M7pSPA/gEUZQqv1cwx4OnYxTxve5UMg5GT6L4JJg==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<title>Landing page de férias</title>
</head>
<body>
<!-- Menu -->
<header id="navBar">
<nav class="navigation">
<div class="logo-navigation">
<img src="assets/img/img-menu/Logo.svg" alt="logo">
</div>
<div class="section-navigation">
<ul>
<li><a href="#">Home</a></li>
<li><a href="#section-client">Features</a></li>
<li><a href="#section-helping">Community</a></li>
<li><a href="#section-caring">Blog</a></li>
<li><a href="#footer-content">Pricing</a></li>
</ul>
<button class="register">Register Now<i class="fa-solid fa-arrow-right"></i></button>
</div>
<div class="mobile-menu-icon">
<button onclick="menuShow()"><i id="menu-icon" class="fa-solid fa-bars"></i></button>
</div>
</nav>
<div class="mobile-menu">
<ul>
<li><a href="#">Home</a></li>
<li><a href="#section-client">Features</a></li>
<li><a href="#section-helping">Community</a></li>
<li><a href="#section-caring">Blog</a></li>
<li><a href="#footer-content">Pricing</a></li>
</ul>
<button class="register">Register Now</button>
</div>
</header>
<!-- Container de slides -->
<main id="slides-container">
<section class="slide active">
<div class="main-content">
<h1>Lessons and insights <strong>from 8 years</strong></h1>
<p class="p-main">Where to grow your business as a photographer: site or social media?</p>
<button class="button-component">Register</button>
</div>
<div class="main-img">
<img src="assets/img/img-main/land.svg" alt="img-main">
</div>
</section>
<section class="slide">
<div class="main-content">
<h1>Discover New <strong>Opportunities</strong></h1>
<p>Learn how to make the most out of online platforms for your photography business.</p>
<button class="button-component">Explore</button>
</div>
<div class="main-img">
<img src="assets/img/img-main/person-managing.svg" alt="img-main">
</div>
</section>
<section class="slide">
<div class="main-content">
<h1>Grow Your <strong>Community</strong></h1>
<p>Engage with others and expand your reach in the photography world.</p>
<button class="button-component">Join Now</button>
</div>
<div class="main-img">
<img src="assets/img/img-main/img3.png" alt="img-main">
</div>
</section>
</main>
<!-- Indicadores de slides -->
<div class="slide-indicators">
<span class="dot active" onclick="goToSlide(0)"></span>
<span class="dot" onclick="goToSlide(1)"></span>
<span class="dot" onclick="goToSlide(2)"></span>
</div>
<!-- Seção Client -->
<section id="section-client">
<div class="client-text">
<h2>Our Clients</h2>
<span>We have been working with some Fortune 500+ clients</span>
</div>
<div class="slider" style="
--width: 100px;
--height: 50px;
--quantity: 10;
">
<div class="list">
<div class="item" style="--position: 1"><img src="assets/img/img-carrosel/slider1_1.png" alt=""></div>
<div class="item" style="--position: 2"><img src="assets/img/img-carrosel/slider1_2.png" alt=""></div>
<div class="item" style="--position: 3"><img src="assets/img/img-carrosel/slider1_3.png" alt=""></div>
<div class="item" style="--position: 4"><img src="assets/img/img-carrosel/slider1_4.png" alt=""></div>
<div class="item" style="--position: 5"><img src="assets/img/img-carrosel/slider1_5.png" alt=""></div>
<div class="item" style="--position: 6"><img src="assets/img/img-carrosel/slider1_6.png" alt=""></div>
<div class="item" style="--position: 7"><img src="assets/img/img-carrosel/slider1_7.png" alt=""></div>
<div class="item" style="--position: 8"><img src="assets/img/img-carrosel/slider1_8.png" alt=""></div>
<div class="item" style="--position: 9"><img src="assets/img/img-carrosel/slider1_9.png" alt=""></div>
<div class="item" style="--position: 10"><img src="assets/img/img-carrosel/slider1_10.png" alt=""></div>
</div>
</div>
</section>
<!-- Seção de cards -->
<section class="section-card">
<div class="section-text">
<h2>Manage your entire community in a single system</h2>
<span>Who is Nextcent suitable for?</span>
</div>
<div class="card-container">
<div class="card">
<div class="icon">
<img src="assets/img/img-cards/card1.png" alt="card-1">
</div>
<h3>Membership Organisations</h3>
<p>Our membership management software provides full automation of membership renewals and payments.</p>
</div>
<div class="card">
<div class="icon">
<img src="assets/img/img-cards/card2.png" alt="card-2">
</div>
<h3>National Associations</h3>
<p>Our membership management software provides full automation of membership renewals and payments.</p>
</div>
<div class="card">
<div class="icon">
<img src="assets/img/img-cards/card3.png" alt="card-3">
</div>
<h3>Clubs And Groups</h3>
<p>Our membership management software provides full automation of membership renewals and payments.</p>
</div>
</div>
</section>
<!-- Seções flex -->
<section class="section-container">
<div class="section-container-img">
<img src="assets/img/img-sections/Mobile login-bro.svg" alt="section-1">
</div>
<div class="section-container-conteudo">
<h2>The unseen of spending three years at Pixelgrade</h2>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed sit amet justo ipsum. Sed accumsan quam vitae est varius fringilla. Pellentesque placerat vestibulum lorem sed porta. Nullam mattis tristique iaculis. Nullam pulvinar sit amet risus pretium auctor. Etiam quis massa pulvinar, aliquam quam vitae, tempus sem. Donec elementum pulvinar odio.</p>
<button class="button-component">Learn More</button>
</div>
</section>
<!-- seção de vídeo -->
<section class="section-helping" id="section-helping">
<div class="section-helping-content">
<h1 class="section-helping-title">why does it work?</h1>
<p>It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters</p>
<button class="button-component">I want more <i class="fa-solid fa-arrow-right"></i></button>
</div>
<div class="section-helping-video">
<iframe class="video-helping" width="500" height="300" src="https://www.youtube.com/embed/P90X9xxm1gc?si=HbEFW8UW68FIHIC6&controls=0" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
</div>
</section>
<svg class="wave" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 320"><path fill="#F5F7FA" fill-opacity="1" d="M0,32L80,42.7C160,53,320,75,480,80C640,85,800,75,960,80C1120,85,1280,107,1360,117.3L1440,128L1440,0L1360,0C1280,0,1120,0,960,0C800,0,640,0,480,0C320,0,160,0,80,0L0,0Z"></path></svg>
<!-- Seção flex 2 -->
<section class="section-container space">
<div class="section-container-img">
<img class="img-section-2" src="assets/img/img-sections/pana.svg" alt="section-2">
</div>
<div class="section-container-conteudo">
<h2>How to design your site footer like we did</h2>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed sit amet justo ipsum. Sed accumsan quam vitae est varius fringilla. Pellentesque placerat vestibulum lorem sed porta. Nullam mattis tristique iaculis. Nullam pulvinar sit amet risus pretium auctor. Etiam quis massa pulvinar, aliquam quam vitae, tempus sem. Donec elementum pulvinar odio.</p>
<button class="button-component">Learn More</button>
</div>
</section>
<!-- Seção de cards animados -->
<section class="section-caring" id="section-caring">
<div class="card-animation-container">
<div class="card__container">
<article class="card__article">
<img src="assets/img/card-animation/image 18.svg" alt="image" class="card__img">
<div class="card__data">
<span class="card__description">Connect with everyone</span>
<h2 class="card__title">Creating Streamlined Safeguarding</h2>
<a href="#" class="card__button">Read More</a>
</div>
</article>
<article class="card__article">
<img src="assets/img/card-animation/image 19.svg" alt="image" class="card__img">
<div class="card__data">
<span class="card__description">Be effecient at work</span>
<h2 class="card__title">What are your safeguarding responsibilities</h2>
<a href="#" class="card__button">Read More</a>
</div>
</article>
<article class="card__article">
<img src="assets/img/card-animation/image 20.svg" alt="image" class="card__img">
<div class="card__data">
<span class="card__description">Work from anywhere</span>
<h2 class="card__title">Revamping the Membership Model with Triathlon</h2>
<a href="#" class="card__button">Read More</a>
</div>
</article>
</div>
</div>
</section>
<footer>
<div id="footer-content">
<div id="footer-contacts">
<img src="assets/img/img-menu/Logo.svg" alt="logo">
<p>It´s all about your dreams</p>
<div id="footer-social-media">
<a href="#" class="footer-link" id="instagram">
<i class="fa-brands fa-instagram"></i>
</a>
<a href="#" class="footer-link" id="facebook">
<i class="fa-brands fa-facebook-f"></i>
</a>
<a href="#" class="footer-link" id="whatsapp">
<i class="fa-brands fa-whatsapp"></i>
</a>
</div>
</div>
<ul class="footer-list">
<li>
<h3>Blog</h3>
</li>
<li>
<a href="#" class="footer-link">Tech</a>
</li>
<li>
<a href="#" class="footer-link">Adventures</a>
</li>
<li>
<a href="#" class="footer-link">Music</a>
</li>
</ul>
<ul class="footer-list">
<li>
<h3>Products</h3>
</li>
<li>
<a href="#" class="footer-link">App</a>
</li>
<li>
<a href="#" class="footer-link">Desktop</a>
</li>
<li>
<a href="#" class="footer-link">Cloud</a>
</li>
</ul>
<div id="footer-subscribe">
<h3>Subscribe</h3>
<p>
Enter your e-mail to get notified about our news solutions
</p>
<div id="input-group">
<input type="email" id="email">
<button>
<i class="fa-regular fa-envelope"></i>
</button>
</div>
</div>
</div>
<div id="footer-copy">
© 2024 - Marcos Kauã
</div>
</footer>
<script src="assets/js/script.js"></script>
</body>
</html>