forked from digihum/Napoleon-Theme-Omeka
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.php
37 lines (34 loc) · 2.06 KB
/
index.php
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
<?php echo head(array('bodyid'=>'home')); ?>
<section class="hero clearfix">
<div class="hero-contents clearfix">
<section class="object-display clearfix">
<div class="object-slider"></div>
<h2 class="object-date">26th February 1815</h2>
<h3 class="object-name">A Painting of Napoleon Leaving Elba</h3>
</section>
<article class="clearfix">
<h2 class="introduction-title">The Exhibition</h2>
<p class="introduction">Everyone has heard of Waterloo. Less well-known is that Napoleon had already been defeated in 1814, but escaped his exile on Elba in February 1815, swept across France gathering troops, and toppled the newly restored Bourbon monarchy in Paris without firing a shot. Only then was he defeated by Wellington in June 1815, finally surrendering in July. Dad by day, this website releases an object that sheds light on these dramatic events, along with weekly summaries sketching out the period as a whole. To the left you see today’s object – and you can navigate to earlier objects using the arrows.
</p>
<button onClick="window.location='#';">Read about the objects</button>
</article>
</div>
</section>
<section class="collaborators">
<div class="collaborators-contents clearfix">
<h4 class="collaboration">in collaboration with</h4>
<div class="logo-collaborators clearfix">
<img class="image image-1" src="/NapoleonOmeka/themes/Napoleon-Theme/images/warwick-logo-white-200-200x61.jpg" data-rimage data-src="/100-Days-Napoleon/themes/Napoleon-100-Days-Omeka-Theme/images/warwick-logo-white-200-200x61.jpg">
<div class="ehrc">
<p>European History</p>
<p>Research Centre</p>
</div>
<div class="hrf">
<p>Humanities</p>
<p>Research Fund</p>
</div>
<img class="image image-2" src="/NapoleonOmeka/themes/Napoleon-Theme/images/ahrc-logo-120-120x128.jpg" data-rimage data-src="/100-Days-Napoleon/themes/Napoleon-100-Days-Omeka-Theme/images/ahrc-logo-120-120x128.jpg">
</div>
</div>
</section>
<?php echo foot(); ?>