-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
41 lines (38 loc) · 1.75 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
<html>
<head>
<meta charset="UTF-8">
<link rel="stylesheet" href="style.css">
<link href="http://fonts.cdnfonts.com/css/panton" rel="stylesheet">
<title>Domů | Drugsly</title>
</head>
<body>
<div class="menu_bar">
<div>
<a class="link active" href="index.html">DOMŮ</a>
<a class="link" href="store.html">OBCHOD</a>
<a class="link" href="warning.html">UPOZORNĚNÍ</a>
<a class="link" href="faq.html">FAQ</a>
<a class="link" href="about.html">O Stránce</a>
<a class="cart" href="cart.html"><img src="cart.png" width="40" alt="Kosik"></a>
<a class="logo" href="index.html"><img src="drugs-ly light white.png" height="100" alt="Logo"></a>
</div>
</div>
<div class="main_page">
<div>
<div style="position: absolute; left: 50%;">
<p class="main_page_video_text">Rychle.</p>
<p class="main_page_video_text">Bezpečně.<div class=""></div></p>
<p class="main_page_video_text">Anonymně.</p>
</div>
<video class="main_page_video" autoplay loop muted>
<source id="mp4" src="video.mp4" type="video/mp4">
</video>
</div>
</div>
<div class="new_collection">
<img class="new_collection_background" src="lights.png" alt="" height="620" >
<p class="new_collection_text"><a class="new_collection_text" href="store.html">Vyzkoušejte</a> naší novou <br> nabušenou sérii!</p>
<img class="new_collection_picture" src="new_collection.png" height="300" alt="Nova kolekce">
</div>
</body>
</html>