-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
45 lines (45 loc) · 1.97 KB
/
index.html
File metadata and controls
45 lines (45 loc) · 1.97 KB
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
<!DOCTYPE html>
<html lang="pl">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>wisienka - home page</title>
<link rel="stylesheet" href="css/style.css" type="text/css">
<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=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap" rel="stylesheet">
</head>
<body>
<nav>
<div class="nav-logo">
<a href="">
<img src="images/logo.jpg" alt="Logo">
</a>
</div>
<ul>
<li><a href="https://discord.gg/pfD9VbDSNU" target="_blank">Discord</a></li>
<li><a href="#">Projekty</a></li>
<li><a href="https://www.youtube.com/@tox1c387" target="_blank">YouTube</a></li>
</ul>
</nav>
<section id="main-page">
<div class="header-text">
<h1>Witaj na mojej stronie! 🚀</h1>
</div>
<div class="projects">
<div class="box">
<a href="https://www.youtube.com/watch?v=OrBr1_Z0bNs" target="_blank">
<img src="images/paczka1.jpg" class="image-element" alt="Paczka 1">
</a>
<a href="https://www.youtube.com/watch?v=Nf_zEj4PgG8" target="_blank">
<img src="images/paczka2.jpg" class="image-element" alt="Paczka 2">
</a>
<a href="https://www.youtube.com/watch?v=mrFCEKqIWHM" target="_blank">
<img src="images/paczka3.jpg" class="image-element" alt="Paczka 3">
</a>
</div>
</div>
</section>
</body>
</html>