forked from Sunbird-RC/ref-sunbird-certificate-demo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcertificate.html
29 lines (27 loc) · 1.04 KB
/
certificate.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
<html lang="en">
<head>
<style>
.line{text-align:center;font-family: 'Imperial Script';font-size: 2em;}
</style>
</head>
<body style="width: 900px">
<div style="margin: 1em;border: 3px solid darkgoldenrod;border-radius: 5px;background-color: lightgoldenrodyellow;height: 600px">
<div style="padding:1em;text-align:center;font-family: Canterbury;font-size: 4em;">Certificate of Training</div>
<table width="100%"><tr>
<td valign="bottom"><img style="float:left;padding-left: 2em;" src="{{qrCode}}" alt="qr_code"/>
</td><td>
<div class="line">
<div>This is to certify that</div>
<div><b>{{credentialSubject.name}}</b></div>
<div>has successfully completed training requirements for</div>
<div style="padding: 1em;font-family: 'Open Sans', sans-serif">{{credentialSubject.trainedOn}} </div>
<div>and is awarded this certificate on </div>
<div>{{dateFormat proof.created "dddd, MMMM Do YYYY"}}</div>
</div>
</td></tr></table>
</div>
</div>
<div>
</div>
</body>
</html>