-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathelizabeth1.html
81 lines (77 loc) · 3.59 KB
/
elizabeth1.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
81
<!DOCTYPE html>
<html lang="en">
<head>
<!--Content Author Graham Williamson-->
<!--Project 1 (A Brief History of the Tudors)-->
<!--Page on Elizabeth I-->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="The Tudor Dynesty">
<title> The Tudors</title>
<link href="style.css" rel="stylesheet" type="text/css">
<Link rel="shortcut icon" type="image/png" href="favicon.png">
<link rel="stylesheet" href="http://unpkg.com/boxicons@latest/css/boxicons.min.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Poppins:ital,wght@1,600&display=swap" rel="stylesheet">
</head>
<body>
<!--header-->
<header>
<a href="#" class="logo">The Tudor's</a>
<div class="bx bx-menu" id="menu-icon"></div>
<a href="index.html" class="btn">back</a>
</header>
<section class="edwardVI" id="edwardVI">
<div class="about-img">
<img src="elizbeth1_1.jpeg" alt="picture of Queen ElizabethI" >
</div>
<div class="about-text">
<h2>Queen Elizabeth I</h2>
<h5>Reign: 1558 - 1603</h5>
<p style="color: goldenrod; font-size: 20px;">
Key Facts.
</p>
<!--Key Facts-->
<ul>
<li>Birth: 7th Sept 1533, Greenwich Palace.</li>
<li>Father: Henry VIII.</li>
<li>Mother: Anne Boleyn.</li>
<li>Accession: 17th Nov 1558.</li>
<li>Coronation: 15th Jan 1559</li>
<li>Succeeded by: King James VI of Scots, James I of England.</li>
<li>Greatest Achievement: Defeat of the Spanish Armada 1558.</li>
</ul>
</div>
</section>
<p style="color: goldenrod; font-size: 20px; padding-left: 40px;">
Key Dates.
</p>
<br>
<!--Key Dates-->
<div style="padding-left: 40px;">
<ul>
<li>- Feb 1559: House of Commons urges Queen to marry.</li>
<li>- April 1559: Act of Supremacy and Uniformity establish Elizabeth as the supreme governor of the Church of England.</li>
<li>- 23rd April 1564: William Shakespeare born.</li>
<li>- 1568: Mary, Queen of Scots imprisoned by Elizabeth.</li>
<li>- 1588: Defeats the Spanish Armada.</li>
<li>- Death: 24th March 1603, Richmond Palace, Surrey.</li>
</ul>
<br>
<a href="https://www.britannica.com/biography/Elizabeth-I" target="_blank" class="btn">Britannica Link</a>
</div>
<!--Pictures-->
<div class="about-img">
<h2>Signature of Queen Elizabeth I</h2>
<img src="signature.jpeg" alt="Signature of Queen Elizabeth I" >
</div>
<!--copyright-->
<div class="copyright">
<p>© 2022 All rights reserved | Designed by Graham Williamson.</p>
</div>
<!--link to javascript-->
<script src="script.js"></script>
</body>
<!--Content influenced and provided by Wikipedia, britannica.com and History.com-->
</html>