-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinvitation2.html
51 lines (45 loc) · 1.56 KB
/
invitation2.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
<!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>Studyspots</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>Send invitation to a buddy</h1>
<h2>Metropolitain, Rokin</h2>
<figure>
<img src="./foto's/annikafoto.jpg" alt="Annikamekkelholt">
<figcaption>Annika Mekkelholt
<a href="invitation2.html"><img src="./foto's/requestsend.png" alt="button">
<p>Added description: Hey do you want to come study with me this afternoon at 14.00? :)</p>
</a>
</figcaption>
</figure>
<a href="invitation2.html">Invite buddy</a>
<figure>
<img src="./foto's/Sybrenloos2.png" alt="SybrenLoos">
<figcaption>Sybren Loos
<a href="invitation2.html"><img src="./foto's/requestbuddy.png" alt="button"></a>
</figcaption>
</figure>
</main>