-
Notifications
You must be signed in to change notification settings - Fork 0
/
kontakt.html
44 lines (41 loc) · 1.87 KB
/
kontakt.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="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Kontakt | EVINKA</title>
<link rel="stylesheet" href="style.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700;800;900&display=swap">
</head>
<body class="blauer-body">
<div class="Menu">
<div class="schriftzug-container">
<a href="index.html" style="text-decoration: none; color: inherit;">
<!-- später den "index.html" einfach zu der Landingpage, also z.b. "https://eva-evinka.de" ändern-->
<h1 style="font-family: 'Playfair Display', serif; font-weight: 400; color: white">EVINKA</h1>
</a>
</div>
<div>
<a class="menu-items" href="konzerte.html">CONCERTS</a>
<a class="menu-items" href="https://google.de">SHOP</a>
<a class="menu-items" href="kontakt.html">CONTACT</a>
</div>
</div>
<div class="kontakt-div">
<p class="zentrierter-text">Ihre erste Zeile Text hier</p>
<p class="zentrierter-text">Ihre zweite Zeile Text hier</p>
</div>
<div class="Untere-Leiste-fest">
<a href="https://www.instagram.com/eva_evinka/" target="_blank" rel="noopener noreferrer">
<img class="icon-Bilder" src="/img/instagram.svg">
</a>
<a href="https://open.spotify.com/intl-de/artist/4PHGrYpPG6G9VpLCX0QvLm?si=LVlaKnxVS2SboqCz4rH7AQ" target="_blank" rel="noopener noreferrer">
<img class="icon-Bilder" src="/img/spotify.svg">
</a>
<a href="https://www.soundcloud.com/evaevinka" target="_blank" rel="noopener noreferrer">
<img class="icon-Bilder" src="/img/soundcloud.svg">
</a>
</div>
</body>
</html>