-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathloch-lomond.html
More file actions
68 lines (43 loc) · 2.25 KB
/
Copy pathloch-lomond.html
File metadata and controls
68 lines (43 loc) · 2.25 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
59
60
61
62
63
64
65
66
67
68
<!-- ####### THIS IS A COMMENT - Visible only in the source editor #########-->
<html>
<head>
<link rel="stylesheet" href="CSS/personal_style.CSS">
<meta name="viewport" content="width=device-width, initial-scale=1">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
<script>
$(function(){
$('#adventures').load('adventures-menu.html');
});
</script>
<link rel="shortcut icon" type="image/png" href="Images/favicon.png">
</head>
<body>
<a href="index.html" class="heading"><h1>Frederik Brooke Barnes</h1></a>
<h2> Loch Lomond </h2>
<img class="hero" src="Images/james-slava-fred-comp.jpeg" alt="James, Slava, and I." title="James, Slava, and I.">
<div class="content-section">
<p>James, Slava, and I ventured out to Loch Lomond to see the Trossachs but became accidental trainspotters...</p>
<img class="landscape" src="Images/lomond-car-comp.jpg" alt="Driving from Edinburgh to Loch Lomond." title="Driving from Edinburgh to Loch Lomond">
<p> </p>
<img class="landscape" src="Images/slava-james-lomond-comp.jpeg" alt="Slava and James by Loch Lomond." title="Slava and James by Loch Lomond.">
<p> </p>
<img class="landscape" src="Images/fred-lomond-comp.jpg" alt="Me by Loch Lomond." title="Me by Loch Lomond.">
<p> </p>
<img class="landscape" src="Images/slava-loch-comp.jpg" alt="Slava by Loch Lomond." title="Slava by Loch Lomond.">
<p> </p>
<img class="landscape" src="Images/slava-wading-comp.jpg" alt="Slava wading through heather." title="Slava wading through heather.">
<p> </p>
<p>We came across a pair of trainspotters who were highly enthused by the Blue Pullman. Apparently the first high speed train to pass through the Highlands.</p>
<video class="landscape" controls>
<source src="Videos/blue-pullman.m4v" type="video/mp4">
Your browser does not support the video tag.
</video>
<p>After our day in the country we headed back to the capital for a few drams... The next afternoon we took a stroll through the city and up to Arthur's Seat.</p>
<img class="landscape" src="Images/james-slava-castle-comp.jpg" alt="Edinburgh Castle" title="Edinburgh Castle.">
<p> </p>
<img class="landscape" src="Images/arthurs-seat-comp.jpg" alt="Arthur's Seat" title="Arthur's Seat.">
<div id="adventures">
</div>
</div>
</body>
</html>