-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathindex.html
80 lines (64 loc) · 2.83 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
<!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">Funeral</a></li>
<li><a href="photos.html">Photos</a></li>
<li><a href="condolences.html">Condolences</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">
<!-- START THE CENTRAL SECTION -->
<div class="lovedone">
<img class="lovedone-image img-circle pull-right img-responsive" src="images/lovedone-circle.jpeg" alt="placeholder for the picture of your loved one.">
<!-- Replace the placeholder image by removing the line above, and enabling the line below after uploading your own image. The ideal size is 512x512
<img class="lovedone-image img-circle pull-right img-responsive" src="./images/lovedone.png"> -->
<h2 class="lovedone-heading">Bye name <span class="text-muted">mm.dd.yyyy</span></h2>
<p class="lead">
A warm heart<BR />
for family and friends<BR />
we miss your love, support and limitless hospitality
</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>