-
Notifications
You must be signed in to change notification settings - Fork 3
/
funeral_NL.html
68 lines (56 loc) · 2.17 KB
/
funeral_NL.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
64
65
66
67
68
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<title>In memoriam FIRSTNAME LASTNAME</title>
<!-- Bootstrap core CSS -->
<link href="./assets/css/bootstrap.min.css" rel="stylesheet">
<link href="./assets/css/bootstrap-glyphicons.css" rel="stylesheet">
<!-- Remember template CSS -->
<link href="./assets/css/remember.css" rel="stylesheet">
</head>
<!-- NAVBAR
================================================== -->
<body>
<div class="navbar-wrapper">
<div class="container">
<div class="navbar navbar-inverse navbar-static-top">
<div class="container">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".nav-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<div class="nav-collapse collapse">
<ul class="nav navbar-nav">
<li><a href="index.html"><B>FIRSTNAME LASTNAME</B></a></li>
<li><a href="funeral.html">Begrafenis</a></li>
<li><a href="photos.html">Foto's</a></li>
<li><a href="condolences.html">Rouwregister</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
<!-- CENTRAL CONTAINER
================================================== -->
<!-- Wrap the rest of the page in another container to center all the content. -->
<div class="container remember">
<div class="jumbotron">
<h2>Funeral</h2>
<p>The funeral takes place the ... at ...</p>
</div>
</div>
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="./assets/js/jquery.js"></script>
<script src="./assets/js/bootstrap.js"></script>
<script src="./assets/js/holder.js"></script>
</body>
</html>