-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
63 lines (54 loc) · 1.75 KB
/
about.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
63
<!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>
</head>
<body>
<header>
<div class="container">
<h1>About</h1>
<nav>
<ul>
<a href="/index.html"><button>Home</button></a>
<a href="/contact.html"><button>Contact</button></a>
</ul>
</nav>
</div>
</header>
<main>
<section class="container">
<h2> Who we are</h2>
<p> We are a Team of four Students: Lilly, Malik, Vitor and Joost who value social contacts that want to create opportunitys to enhance these.</p>
</section>
<section class="container">
<h2> Our Backround</h2>
<p>We study at CODE University of Applied Sciences, where we got in contact and created the idea of buildinf Wondernest</p>
<p> <ul>
<a href="https://code.berlin/en/"><button>CODE University</button></a>
</ul>
</p>
</section>
</main>
<div class="image-container">
<img src="Images/lilly.jpg">
<img src="Images/Malik.png">
<img src="Images/Vitor.png">
</div>
<footer>
<div>
<p>© 2024 Wondernest.net. All rights reserved.</p>
</div>
</footer>
</body>
</html>