-
Notifications
You must be signed in to change notification settings - Fork 0
/
verhaal1.html
60 lines (53 loc) · 1.99 KB
/
verhaal1.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
<!DOCTYPE html>
<html lang="nl">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Mijn NS</title>
<link rel="stylesheet" type="text/css" href="assets/css/style.css" />
</head>
<body>
<!--header-->
<header>
<nav>
<ul class="block">
<li>
<a class="logo" href="home.html">
<img src="assets/images/ns%20logo.svg" alt="NS Logo">
<h1>Verhalen</h1>
</a>
</li>
<li class="navbtn">
<ul>
<li>
<a href="login.html">
<img src="assets/images/Icons/persoon.svg" alt="Persoon icoon">
</a>
</li>
<li>
<form id="searchForm" class="search" action="zoekresultaten.html" method="get">
<label>
<input id="searchInput" class="notactive" type="search">
</label>
</form>
</li>
</ul>
</li>
</ul>
</nav>
<p class="subtitle">Dé 99 verhalen website van de NS</p>
</header>
<main>
<div class="verhaal1">
<img class="image1" src="assets/images/verhalen/stories1_Macbook.png" alt="">
<img class="image12" src="assets/images/verhalen/stories1_iPad.png" alt="">
<img class="image13" src="assets/images/verhalen/stories1_iPhone 6.png" alt="">
</div>
</main>
<!--footer-->
<footer class="footer">
<p>© Nederlandse Spoorwegen</p>
</footer>
<script src="assets/js/home.js"></script>
</body>
</html>