-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
57 lines (46 loc) · 1.24 KB
/
index.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
<!DOCTYPE html>
<html lang="en-GB">
<head>
<meta charset="utf-8" />
<title>Certification | Home University Sussex</title>
<link href="assets/css/style.css" type="text/css" rel="stylesheet" />
<meta name="viewport"
content="width=device-width,user-scalable=no,initial-scale=1.0,maximum-scale=1.0,minimum-scale=1.0">
</head>
<body>
<img class="logo" src="assets/imgs/HMUni.png"></img>
<content>
<p>
It is hereby certified that
</p>
<p class="mention">
{{Cert.Owner}}
</p>
<p>
Was admitted to the Degree of
</p>
<p class="mention">
{{Cert.Degree}} of Lie Flat
</p>
<p style="font-style:italic;">
with First Class Honours
</p>
<p>
on the {{Cert.Date}}
</p>
</content>
<div class="signature-box">
<img src="assets/imgs/kv.png" />
<img src="assets/imgs/ak.png" />
<p class="left">
VICE-CHANCELLOR AND PRINCIPAL
</p>
<p class="right">
REGISTRAR AND SECRETARY
</p>
</div>
<footer>
Home University, Greater Brighton, Sussex, United Kingdom
</footer>
</body>
</html>