-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
48 lines (43 loc) · 1.5 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
<!DOCTYPE html>
<html lang="en">
<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> Welcome to Studybuddy</title>
<link href="style.css" rel="stylesheet">
</head>
<body>
<header>
<nav>
<ul>
<li>
<a href="index.html">
<img src="./foto's/Studybuddy_logo.jpg" alt="logo" class="logo">
</a>
</li>
<li>
<a href="hamburgermenu.html">
<img src="./foto's/hamburgermenu_icon.svg" alt="menu">
</a>
</li>
</ul>
</nav>
</header>
<main>
<h1>Studybuddy, Amsterdam</h1>
<section>
<img src="./foto's/poepiekopie.png" alt="firstpic">
<h2> Meet other international students through our platform at chat with them. Find your studyspot en find
eachother. Congrats! You set your first step to meeting new people in a new environment!</h2>
</section>
<article>
<img src="./foto's/Schermafbeelding2023-01-18om13.22.23.png" alt="secondpic">
<a href="studyspots.html" class="homebutton">
<img src="./foto's/homebuttonversie1000.png" alt="button">
</a>
<h3>hoi ik moest ff een h3 hebben lololol</h3>
</article>
</main>
</body>
</html>