-
Notifications
You must be signed in to change notification settings - Fork 0
/
aug.html
33 lines (32 loc) · 2.06 KB
/
aug.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
<!DOCTYPE html>
<html>
<head>
<link rel='stylesheet' href='style.css'/>
<title> Roundheads at the Tower </title>
<link href="https://fonts.googleapis.com/css?family=IM+Fell+English+SC" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Brawler" rel="stylesheet">
</head>
<body>
<div class="grid">
<div class="a"><img src="logo5.png" style="width: 20%; max-width: 290px;"></div>
<div class="header b">
<div class="topnav" id="myTopnav" align="center" style="max-width: 80%;">
<a href="index.html">Home</a>
<a href="aug.html">Listen Without Directions</a>
<a href="topic.html">Tour by Topic</a>
<a href="map.html">Tour by Map</a>
<a href="furtherreading.html">Further Reading</a>
</div>
<h1 style="margin-bottom: 10px;margin-top: 20px;">Roundheads at the Tower</h1>
<h2 style="margin-bottom: 10px;margin-top: 10px;">A Brief History of the Parliamentarian Tower of London</h2>
</div>
<div class="c">
<h2 style="text-align: center">Why did Charles I flee the city of London and leave the, heavily armed, Tower of London under Parliamentary control in 1642? </h2>
<p style="text-align: center">Roundheads at the Tower explores the events that led to the castle becoming a parliamentary stronghold during the English Civil War and the impact it had on the conflict through the stories of people it affected</p>
</div>
<div class="horizontal d"><img src="audiomap2.png" style="width: 40%;border: 3px solid black; margin-top: 20px;"></div>
<div class="e"><h2>Listen without Directions</h2><iframe width="100%" height="450" scrolling="no" frameborder="no" allow="autoplay" src="https://w.soundcloud.com/player/?url=https%3A//api.soundcloud.com/playlists/428031260%3Fsecret_token%3Ds-VPCcd&color=%23ff5500&auto_play=false&hide_related=false&show_comments=true&show_user=true&show_reposts=false&show_teaser=true"></iframe></iframe></div>
<div class="footer">Ⓒ J Paton, Museums and Galleries in Contemporary Culture, Univeristy of Westminster, 2018</div>
</div>
</body>
</html>