-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·44 lines (31 loc) · 1.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
<!DOCTYPE html>
<html lang="pl">
<head>
<script src="js/meta.js"></script>
<meta charset="UTF-8">
</head>
<body class="index-page">
<header id="header" class="header d-flex align-items-center fixed-top">
<script src="js/header.js"></script>
</header>
<main class="main">
<!-- Hero Section -->
<section id="hero" class="hero section dark-background">
<img src="assets/img/background.png" alt="" data-aos="fade-in">
<div class="container container-vertical" data-aos="zoom-out" data-aos-delay="100">
<h2>𝖇 𝖑 𝖆 𝖎 𝖗 𝖛 𝖎 𝖙 𝖈 𝖍</h2>
<p>Roślinna magia na skórze</p>
<div class="social-links">
<!-- <a href="#"><i class="bi bi-facebook"></i></a> -->
<a href="https://www.instagram.com/blairvitch/" target="_blank"><i class="bi bi-instagram"></i></a>
<a href="https://www.tiktok.com/@.blairvitch?_t=8rHNoEHNdiw&_r=1" target="_blank"><i class="bi bi-tiktok"></i></a>
</div>
</div>
</section><!-- /Hero Section -->
</main>
<footer id="footer" class="footer dark-background">
<script src="js/footer.js"></script>
</footer>
<script src="js/submeta.js"></script>
</body>
</html>