-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact.html
47 lines (47 loc) · 1.51 KB
/
contact.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
<!DOCTYPE html>
<html>
<head>
<link rel="icon" type="image/x-icon" href="images/favicon.png">
<title>Twoje.info - Archiwum</title>
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<div class="wrapper">
<header>
<img src="images/logo.png" alt="Logo Twoje.info" class="logo">
<nav>
<ul>
<li><a href="index.html">Strona Główna</a></li>
<li><a href="about.html">O Nas</a></li>
<li><a class="active" href="contact.html">Kontakt</a></li>
<li><a href="archive.html">Archiwum</a></li>
</ul>
</nav>
</header>
<section class="contact">
<h2>Skontaktuj się z nami!</h2>
</section>
<section class="contact-info">
<section>
<img src="images/phone.png" alt="News 1" class="news-image">
<p>numer telefonu</p>
</section>
<section>
<img src="images/email.png" alt="News 1" class="news-image">
<p>email</p>
</section>
<section>
<img src="images/address.png" alt="News 1" class="news-image">
<p>adres</p>
</section>
</section>
<section class="motto">
Nasze motto!
<!-- Slogan zachęcający do kontaktu -->
</section>
<footer>
<p>© 2024 Twoje.info</p>
</footer>
</div>
</body>
</html>