-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathblurb.html
32 lines (23 loc) · 1.25 KB
/
blurb.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
<!DOCTYPE html>
<html>
<head>
<meta charset=utf-8 />
<meta name="author" content="Mark Boulton Design" />
<meta name="description" content="UCL Homepage" />
<meta name="viewport" content="width=device-width, minimum-scale=1.0" />
<title>UCL Design Language</title>
<link href="./css/screen.css" media="screen, projection" rel="stylesheet" type="text/css" />
<script src="./js/jquery.js"></script>
<script src="./js/ucl.js"></script>
<!--[if IE]><link href="./css/ie.css" rel="stylesheet" /><![endif]-->
<!--[if lt IE 8]><link href="./css/ie-old.css" rel="stylesheet" /><![endif]-->
<!--[if lte IE 8]><script src="./js/html5.js"></script><![endif]-->
</head>
<body id="blurb-view"><article class="blurb">
<p class="meta photo"><a href="#" class="flag uclnews">UCL News</a></p>
<img alt="Example image" src="http://lorempixum.com/680/400/abstract/?r">
<h2><a href="article.html">Bentham’s personal correspondence to be digitised for first time</a></h2>
<p>Thousands of letters revealing a far more personal side of the British philosopher Jeremy Bentham and his family are set to be digitised as part of the UCL Transcribe Bentham project, uniting the entire collection of Bentham’s manuscripts for the first time since his death.</p>
</article>
</body>
</html>