Spaces:
Build error
Build error
Commit ·
6c27403
1
Parent(s): 91ea7f7
Create template.html
Browse files- template.html +14 -0
template.html
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<div style="width:800px; height:600px; padding:20px; text-align:center; border: 10px solid #787878">
|
| 2 |
+
<div style="width:750px; height:550px; padding:20px; text-align:center; border: 5px solid #787878">
|
| 3 |
+
<span style="font-size:50px; font-weight:bold">Certificate of Completion</span>
|
| 4 |
+
<br><br>
|
| 5 |
+
<span style="font-size:25px"><i>This is to certify that</i></span>
|
| 6 |
+
<br><br>
|
| 7 |
+
<span style="font-size:30px"><b>{{ service }}</b></span><br/><br/>
|
| 8 |
+
<span style="font-size:25px"><i>has completed the services for data engineering & infrastructure for </i></span> <br/><br/>
|
| 9 |
+
<span style="font-size:30px">{{ client }}</span> <br/><br/>
|
| 10 |
+
<span style="font-size:20px">with a rate of of <b> {{ rate }}</b></span> <br/><br/><br/><br/>
|
| 11 |
+
<span style="font-size:25px"><i>dated</i></span><br>
|
| 12 |
+
{{ date }}
|
| 13 |
+
</div>
|
| 14 |
+
</div>
|