-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
64 lines (54 loc) · 1.87 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Basic Meta -->
<meta charset="UTF-8">
<meta name="author" content="Lilly Wallawitsch">
<meta name="description" content="Wondernest: Host, attend, and organize small in-person events focused on genuine connection, enhancing social lives in big cities. ">
<title>Wondernest</title>
<!--Mobile Specific-->
<meta name="viewport" content="with=device-width, initial-scale=1">
<!--css-->
<link rel="stylesheet" href="style.css">
<!--Favicon-->
<link rel="icon" href="favicon_io (1)/android-chrome-192x192.png" type="image/ico" sizes="16x16">
</head>
<body>
<header>
<div class="container">
<h1>Wondernest</h1>
<nav>
<ul>
<a href="/about.html"><button>About</button></a>
<a href="/contact.html"><button>Contact</button></a>
</ul>
</nav>
</div>
</header>
<main>
<section class="container">
<h2> Wondernest</h2>
<p> Host, organize, and attend small in-person events focused on genuine connections, enhancing social lives in big cities</p>
</section>
<section class="container">
<h2> Why we do it</h2>
<p> Because we get the struggle of settling into Berlin. We're here to make it easier. Join us for laid-back meetups and connect with people who just get it. Let's build our social circles together!</p>
</section>
<section class="container">
<h2> What we've done so far</h2>
<p> Our Users as well as our Team has hosted plenty diverent types of get togethers all over Europe.</p>
</section>
</main>
<div class="image-container">
<img src="Images/IMG_1.jpg">
<img src="Images/PXL_2.jpg">
<img src="Images/PXL_3.jpg">
<img src="Images/PXL_4jpeg.jpeg">
</div>
<footer>
<div>
<p>© 2024 Wondernest.net. All rights reserved.</p>
</div>
</footer>
</body>
</html>