-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
58 lines (47 loc) · 1.94 KB
/
Copy pathindex.html
File metadata and controls
58 lines (47 loc) · 1.94 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Landry's Place</title>
<meta name="description" content="">
<meta name="author" content="">
<!-- Le HTML5 shim, for IE6-8 support of HTML elements -->
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<link rel="stylesheet" href="http://twitter.github.com/bootstrap/1.4.0/bootstrap.min.css">
<link href="../1.3.0/bootstrap.css" rel="stylesheet">
<style type="text/css">
body {
padding-top: 60px;
}
</style>
</head>
<body>
<div class="container">
<div class="hero-unit">
<h1>Landry's Place</h1>
<p>Welcome to the Landry's Place portal! Here's you'll find links to media sources from all over relating to this branch
on the Landry Family tree.</p>
</div>
<div class="row">
<div class="span6">
<center><img class="thumbnail" src="follow-us-small.jpg" alt="">
<p><a href="http://www.twitter.com/landrysplace" target="_blank">Adam</a></p>
<p><a href="http://www.twitter.com/mrslandrysplace" target="_blank">Laura</a></p></center>
</dl></p>
</div>
<div class="span5">
<center><img class="thumbnail" src="picasa-logo.jpg" alt="">
<br><p>You can find all our photos here: <a href="https://picasaweb.google.com/112984554531350955283" target="_blank">Gallery</a></p>
<img class="thumbnail" src="ash.jpg"><p>If you're looking for photos of Ash, click <a href="https://picasaweb.google.com/112984554531350955283/Ash" target="_blank">here</a>.
</p>
</div>
<div class="span5">
<center><img class="thumbnail" src="youtube-logo.jpg" alt="">
<br><p>Check out our Youtube <a href="http://www.youtube.com/adalan420" target="_blank">channel</a>!</p>
</div>
</div>
</div
</body>
</html>