-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwar.html
More file actions
243 lines (240 loc) · 9.98 KB
/
Copy pathwar.html
File metadata and controls
243 lines (240 loc) · 9.98 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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="initial-scale=1.0, width=device-width" />
<meta name="author" content="Barry O'Farrell" />
<meta name="keywords" content="French Revolution" />
<meta name="description" content="A brief account of the French Revolution" />
<!-- add a standard style reset normalise.css -->
<link rel="stylesheet" href="normalise.css" />
<link rel="stylesheet" href="styles.css" />
<link rel="icon" href="images/favicon_flag.ico" />
<!-- start review of content -->
<title>
French Revolution
</title>
<!-- end review of content -->
</head>
<body>
<div id="skip_to_content">
<a href="#main_content">
Skip to main content.
</a>
</div>
<header>
<h1>
<a href="index.html">
French Revolution
</a>
</h1>
<input type="checkbox" name="hamburger_menu_box" id="hamburger_menu_box" role="button" aria-controls="top_nav" checked />
<label for="hamburger_menu_box" tabindex="0" >
<span></span>
</label>
</header>
<nav id="top_nav">
<ul>
<li>
<input type="checkbox" name="item" id="item1" />
<label for="item1" tabindex="0">
Background
</label>
<ul class="submenu">
<li>
<a href="index.html" tabindex="-1">
Ancien Regime
</a>
</li>
<li>
<a href="dissatisfaction.html" tabindex="-1">
Dissatisfaction
</a>
</li>
</ul>
</li>
<li>
<input type="checkbox" name="item" id="item2"/>
<label for="item2" tabindex="0">
Change
</label>
<ul class="submenu">
<li>
<a href="enlightenment.html" tabindex="-1">
Enlightenment
</a>
</li>
<li>
<a href="broke.html" tabindex="-1">
Broke
</a>
</li>
</ul>
</li>
<li>
<input type="checkbox" name="item" id="item3"/>
<label for="item3" tabindex="0">
Revolution
</label>
<ul class="submenu">
<li>
<a href="bastille.html" tabindex="-1">
Bastille
</a>
</li>
<li>
<a href="reign_of_terror.html" tabindex="-1">
Reign of Terror
</a>
</li>
</ul>
</li>
<li>
<input type="checkbox" name="item" id="item4"/>
<label for="item4" tabindex="0">
Napoleon
</label>
<ul class="submenu">
<li>
<a href="war.html" tabindex="-1">
War
</a>
</li>
<li>
<a href="defeat.html" tabindex="-1">
Defeat
</a>
</li>
</ul>
</li>
</ul>
</nav>
<main>
<section>
<h1 id="main_content">
Beginnings
</h1>
<p>
One young general from the French islands of Corsica became very popular
because of his successes against France's enemies. His name was Napoleon Bonaparte.
In fact, so popular did he become that in 1799 the directory was forced to resign,
to be replaced by Napoleon with the title of first console. Napoleon went even
further in 1804 when he crowned himself emperor.
</p>
<p>
In some ways Napoleon was like a king, he had supreme power and installed his relatives in powerful positions period yet in other ways and continued what the Revolution started period he introduced a new legal system, the code Napoleon, which treated everyone equally in the eyes of the law. Individual Liberty is guaranteed and divorce was legalised. Napoleon even signed an agreement with the Pope which help to heal the split between France and the tour, though he himself had little time for religion religion. A whole new system of state run secondary schools was also set up. Above all, Napoleon made the French army the finest in Europe , and , after victories in the great battles of Jena and Austerlitz, effectively controlled all of Europe. he has eventually defeated to destroy the British throne of the sea and lost most of his 453000 strong army in a disastrous invasion of Russia in 1812.
</p>
</section>
<section id="a" >
<a href="https://commons.wikimedia.org/wiki/File:Jacques-Louis_David_-_The_Emperor_Napoleon_in_His_Study_at_the_Tuileries_-_Google_Art_Project.jpg" title="Napoleon Bonaparte">
<img src="images/256px-Jacques-Louis_David_-_The_Emperor_Napoleon_in_His_Study_at_the_Tuileries_-_Google_Art_Project.jpg" alt="Napoleon Bonaparte" />
</a>
</section>
</main>
<footer>
<nav>
<h1>
Site Map
</h1>
<ul>
<li>
<!--<a href="">-->
Background
<!--</a>-->
<ul>
<li>
<a href="index.html">
Ancien Regime
</a>
</li>
<li>
<a href="dissatisfaction.html">
Dissatisfaction
</a>
</li>
</ul>
</li>
<li>
<!--<a href="">-->
Change
<!--</a>-->
<ul>
<li>
<a href="enlightenment.html">
Enlightenment
</a>
</li>
<li>
<a href="broke.html">
Broke
</a>
</li>
</ul>
</li>
<li>
<!--<a href="">-->
Revolution
<!--</a>-->
<ul>
<li>
<a href="bastille.html">
Bastille
</a>
</li>
<li>
<a href="reign_of_terror.html">
Reign of Terror
</a>
</li>
</ul>
</li>
<li>
<!--<a href="">-->
Napolean
<!--</a>-->
<ul>
<li>
<a href="war.html">
War
</a>
</li>
<li>
<a href="defeat.html">
Defeat
</a>
</li>
</ul>
</li>
</ul>
</nav>
<section>
<ul>
<li>
<a href="rss">
<img src="images/rss_16x16.png" alt="rss icon" />
</a>
</li>
<li>
<a href="https://twitter.com">
<img src="images/twitter_16x16.png" alt="twitter icon" />
</a>
</li>
<li>
<a href="https://www.facebook.com">
<img src="images/facebook_16x16.png" alt="facebook icon" />
</a>
</li>
<li>
<a href="https://plus.google.com">
<img src="images/googleplus_16x16.png" alt="google plus icon" />
</a>
</li>
</ul>
</section>
<small>
Based on my Junior Certificate History Notes from 'Footsteps in Time' by Kevin McCarthy.
</small>
</footer>
<script src="accessibility.js"></script>
</body>
</html>