-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
37 lines (33 loc) · 898 Bytes
/
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
<!doctype HTML>
<html lang="en">
<head>
<title>Otterly in Love!</title>
<link href='http://fonts.googleapis.com/css?family=Lobster|Raleway:300|Karla:400,400italic' rel='stylesheet' type='text/css'>
<link href="styles/style.css" rel="stylesheet" type="text/css">
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
<script src="js/slideshow.js"></script>
</head>
<body>
<header>
<h1>Otterly in Love</h1>
</header>
<h2 class="ribbon">
<strong class="ribbon-content">holding paws since 2013</strong>
</h2>
<div class="container">
<section class="slideshow">
<img id="otter_image" src="images/otter1.gif"></img>
</section>
</div>
<button class="p" id="button_id">Moar!</button>
<footer>coded with
<p>
♥
</p>
by
<a href="http://teaholoves.me">Tea Ho</a>
with help from
<a href="http://patrikring.se">Patrik Ring</a>
</footer>
</body>
</html>