Conversion_Kitchen_Code/kitchen_counter/lpp/templates/lpp/blockchainCertificate.html

176 lines
7.9 KiB
HTML
Executable File

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
{% load static %}
<!-- <html xmlns="http://www.w3.org/1999/xhtml"> -->
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Email Template</title>
<style>
@import url("https://fonts.googleapis.com/css2?family=Lato&family=Poppins:wght@100;300;400;500;600;700;800&display=swap");
</style>
</head>
<body style="margin: 0; padding: 0; box-sizing: border-box; font-family: 'Poppins', sans-serif;font-size: 16px; ">
<div style="box-shadow: 0px 4px 27px 0px #00000040;">
<img src={{basepath}}/static/media/HeaderImageCertificate.png style="width: 100%; height: 240px;" >
<table style="border-collapse: collapse;
display: flex;
justify-content: center;
margin: 0px 0 50px 0px;height: 720px;">
<tr>
<td rowspan="4" style="text-align: center;">
<img src={{basepath}}/static/media/verticalLineGolden.png alt="v-line" style="height: 600px;
width: 30px;
position: relative;
top: -70px; padding: 0 20px;">
</td>
<td>
<h2 style="font-family: Poppins;
font-size: 26px;
font-weight: 600;
text-align: center;
color: #252525;">Blockchain Protection Certificate no.{{id}}
</h2>
</td>
<td rowspan="4" style="text-align: center;">
<img src={{basepath}}/static/media/verticalLineGolden.png alt="v-line" style="height: 600px;
width: 30px;
position: relative;
top: 70px; padding: 0 20px;">
</td>
</tr>
<tr>
<td style="font-family: Poppins;
font-size: 24px;
font-weight: 400;
text-align: left;
color: #252525;
line-height: 50px;
">This is to certify that
<span style="font-family: Poppins;
font-size: 24px;
font-weight: 600;
text-align: center;
color: 252525;">{{File_name}}
</span>
uploaded by
<span style="font-family: Poppins;
font-size: 24px;
font-weight: 600;
text-align: center;
color: 252525;">{{name}}
</span>
/ created by
<span style="font-family: Poppins;
font-size: 24px;
font-weight: 600;
text-align: center;
color: 252525;">
{{file_from}}
</span>
has been
uploaded on Polygon Blockchain on
<span style="font-family: Poppins;
font-size: 24px;
font-weight: 600;
text-align: center;
color: 252525;">
{{date}}
</span>
for which My Next Film has paid
<span style="font-family: Poppins;
font-size: 24px;
font-weight: 600;
text-align: center;
color: 252525;"> {{Matic}}
</span> MATIC. <br>This is also to certify that the above file is stored and can be accessed using the
<span style="font-family: Poppins;
font-size: 24px;
font-weight: 600;
text-align: center;
color: 252525;">
transaction id {{hash}}
</span>
only through the
combination of Public Key and Private Key exclusively known to the
<span style="font-family: Poppins;
font-size: 24px;
font-weight: 600;
text-align: center;
color: 252525;">
{{name}}
</span>
</td>
</tr>
<tr>
<td>
<p style="font-family: Poppins;
font-size: 20px;
font-weight: 500;
text-align: left;
color: #252525;
margin-bottom: -10px;
">Note:</p>
<p style="font-family: Poppins;
font-size: 18px;
font-weight: 400;
text-align: left;
color: #616161;
line-height:44px;
">The file resides on Decentralized Inter Planetary File System Storage. The location of the file
is encrypted and stored on Polygon Blockchain forever. The content is Transparent,
Decentralized, and Secured in a with Blockchain's Enhanced Security, Immutability, and
Crypto-Features.</p>
</td>
</tr>
<tr>
<td style="padding-left: 90px ; display: flex; justify-content: space-evenly;">
<div style="margin-left: -100px;">
<img src="{{basepath}}/static/media/DoogleFilm.png" alt="doodle" style="width: 144.7px;
height: 121.06px;">
</div>
<div>
<p style="font-family: Poppins;
font-size: 20px;
font-weight: 600;
text-align: left;
color: #EE3C4D;
line-height: 0px;
">Disclaimer:-</p>
<p style="font-family: Poppins;
font-size: 18px;
font-weight: 400;
text-align: left;
color: #616161;
line-height: 44px;
">
<span style="font-family: Poppins;
font-size: 20px;
font-weight: 600;
text-align: left;
color: #252525;
">"MY NEXT FILM"</span> denies responsibility for risks associated with sharing data content
identifiers
(#) or Private Keys, Potentially leading to Unauthorized Disclosure and content theft. Users
shall exercise caution and evaluate the Necessity of Sharing. The company is not liable for
Consequences resulting from users sharing data content Identifiers (#) or Private keys.
</p>
</div>
</td>
<td></td>
</tr>
</table>
<div style="width: 100%; background: #33B0CA; height: 19px;"></div>
</div>
</body>
</html>