forked from kumarpawantarento/templates
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtemp3.html
30 lines (28 loc) · 1.07 KB
/
temp3.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
<html lang="en">
<head>
<style>
.line{text-align:center;font-family: 'Imperial Script';font-size: 2em;}
</style>
</head>
<body style="width: 700px">
<div style="margin: 1em;border: 2px solid darkgoldenrod;border-radius: 2px;background-color: lightBlue;height: 600px">
<div style="padding:1em;text-align:center;font-family: Canterbury;font-size: 1em;">DIPLOMA CERTIFICATE</div>
<table width="80%"><tr>
<td valign="bottom"><img style="float:left;padding-left: 1em;" src="{{qrCode}}" alt="qr_code"/>
</td><td>
<div class="line">
<div>This is to certify that</div>
<div>{{credentialSubject.name}}</div>
<div>{{credentialSubject.trainingTitle}}</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>