-
Notifications
You must be signed in to change notification settings - Fork 0
/
repair.html
80 lines (59 loc) · 2.2 KB
/
repair.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>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Caroline Rose | Paper Repair</title>
<!--Link to CSS style sheet-->
<link href="styles/screen.css" rel="stylesheet" type="text/css" />
<!-- load jQuery -->
<script src="js/jquery/jquery-1.9.0.min.js"></script>
<!-- load Galleria -->
<script src="js/galleria-1.2.9.min.js"></script>
</head>
<!--VISIBILE WEBSITE CONTENT-->
<body>
<div id="wrapper">
<!--Banner at top of page-->
<header>
<h1><a href="index.html">Caroline Rose</a></h1>
<!--Navigation menu-->
<nav>
<ul>
<!--<li><a href="index.html">home</a> | </li>-->
<li><a href="index.html">portfolio</a> | </li>
<li><a href="about.html">about</a> | </li>
<li><a href="resume.html">rèsumè</a></li>
</ul>
</nav>
</header>
<div id="content">
<table>
<tr>
<td class="width40"><a href="trianglebook.html"><p>prev</p></a></td>
<td class="width820"><h2 class="center_me">Document Repair</h2></td>
<td class="width40"><a href="index.html"><p>portfolio</p></a></td>
</tr>
</table>
<p class="description">Repair of some old family documents, the oldest dated 1892.</p>
<div id="galleria">
<img src="images/paper1.gif" height="573" width="430" alt="paper1"/>
<img src="images/paper2.gif" height="573" width="430" alt="paper2"/>
<img src="images/paper3.gif" height="323" width="430" alt="paper3"/>
<img src="images/paper4.gif" height="323" width="430" alt="paper4"/>
<img src="images/paper5.gif" height="573" width="430" alt="paper5"/>
<img src="images/paper6.gif" height="573" width="430" alt="paper6"/>
<img src="images/paper7.gif" height="573" width="430" alt="paper7"/>
<img src="images/paper8.gif" height="573" width="430" alt="paper8"/>
</div>
<!--Slideshow javascript links-->
<script>
Galleria.loadTheme('js/galleriathemes/classic/galleria.classic.min.js');
Galleria.run('#galleria', {transition: 'fade', maxScaleRatio: 1, showInfo: false});
</script>
</div><!--Closes content div-->
<footer>
<p>© Caroline Rose 2013</p>
</footer>
</div><!--Closes wrapper div-->
</body>
</html>