generated from fdnd/task
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
42 lines (38 loc) · 1.39 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
<!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">
<link rel="stylesheet" href="styles/style.css">
<title>Wijzer.Amsterdam</title>
</head>
<body>
<header>
<a href="/"><img src="assets/oba-wijzer-logo.png"></a>
<h1><span>welkom,</span> we helpen je op weg, gratis en op afstand</h1>
<p>de [help] functie in je digitale leven</p>
</header>
<main>
<section id="chat">
<div class="card">
<img src="assets/oba-wijzer-chat-icon.png" alt="Wijzer.Amsterdam Chat">
<div class="inner">
<div class="front">
<h2>Waar ben je vandaag naar op zoek?</h2>
<p>Type je onderwerp voor informatie</p>
<button>Zoek</button>
</div>
<div class="back">
<iframe src="chat.html" seamless="" allowfullscreen="" role="dialog" title="Chat"></iframe>
</div>
</div>
</div>
</section>
<section id="wij-helpen-met">
<img src="assets/wij-helpen-met.png" alt="Wij helpen je met...">
</section>
</main>
<script src="scripts/script.js"></script>
</body>
</html>