-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtemplate.html
67 lines (59 loc) · 2.43 KB
/
template.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
58
59
60
61
62
63
64
65
66
67
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="description" content="IITM-PODCertification">
<title>IITM-POD Certification</title>
<link href="style/main.css" rel="stylesheet">
</head>
<body>
<div class="main">
<div class="group-1">
<div class="title-1">Indian Institute of Techonology Madras</div>
<div class="title-2">BSc in Programming and Data Science<div>
</div>
<div class="group-2 ">
<div class="title-1">CERTIFICATE</div>
<div class="title-2">OF <span id="cert_type">MERIT</span><div>
</div>
<div class="group-3">
PROUDLY PRESENTED TO
</div>
<div class="group-4">
<div class="text" id="name">Noufal Rahman</div>
</div>
<div class="group-5">
<div class="text" id="desc">for being the Web Developer and Architect for Invictus 2021</div>
</div>
<div class="signature" style="top: 454px; left: -143px;" id="left">
<div class="below-signature">
<b id="o1">Hariharan</b> <br>
<span style="font-size: 17px;" id="d1">President</span>
</div>
<div class="above-signature">
<img src="{{signatures[0].url}}">
</div>
</div>
<div class="signature" style="top: 454px; left: 293px;" id="right">
<div class="below-signature">
<b id="o2">Tushar</b> <br>
<span style="font-size: 17px;" id="d2">Coordinator</span>
</div>
<div class="above-signature">
<img src="{{signatures[1].url}}">
</div>
</div>
<img class='qr-code-mid' id="qr" src="https://chart.googleapis.com/chart?cht=qr&chs=400x400&chl=https://test.iitmbsc.org">
<!-- <div class="signature" style="top: 454px; left: 75px;" id="center">
<div class="below-signature">
<b>Hariharan</b> <br>
<span style="font-size: 17px;">President</span>
</div>
<div class="above-signature">
<img src="{{signatures[0].url}}">
</div>
</div>
<img class='qr-code-mid-below' src="https://chart.googleapis.com/chart?cht=qr&chs=400x400&chl=https://test.iitmbsc.org"> -->
</div>
</body>
</html>