Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added Template #211

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
62 changes: 62 additions & 0 deletions src/new_template_MaheepK9.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
<html>
<head>
<title>E-Mail Template</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link rel="stylesheet"
href="https://fonts.googleapis.com/css?family=Tangerine">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.0.12/css/all.css" crossorigin="anonymous">

<style type="text/css">
.container {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
background-color: #f0f3f5;
box-shadow: 10px 10px;
width: 500px;
height: auto;
border-radius: 20px;
overflow: hidden;
padding: 50px;
}
</style>
</head>
<body>
<div class="container">
<h1 style="font-size: 20px;color:#7d7d7d;"><strong><code>𝚃𝚘: 𝚖𝚊𝚑𝚎𝚎𝚙𝚔𝚞𝚖𝚊𝚛𝟿𝟽𝟸𝟶𝟶𝟶@𝚐𝚖𝚊𝚒𝚕.𝚌𝚘𝚖</code></strong></h1><h1><strong>ᕼᎥ ᗰᗩᕼᗴᗴᑭ</strong></i><br></h1>
<h2 style="font-size: 20px;color:#7d7d7d;">How are you? It's been so long since we last met. Let's Catch up. Meet me tomorrow at <strong style="color:#273746">The RED HOOD </strong>cafe</h2>
<h2>Hope to meet you there tomorrow.</h2>
<table id="data" width='320' cellspacing='0' cellpadding='0' border-spacing='0'>
<tr>
<td>
<strong><span style="font-family:Tangerine; font-weight:800;letter-spacing:.18em;color:#7d7d7d;">Best Regards,</span></strong>
</td>
</tr>
<tr>
<td>
<strong style="color:#273746;font-family:Tangerine;border:none;font-weight:700;font-size:1.9em;letter-spacing:.13em">Maheep Kumar </strong>
</td>
</tr>
<tr>
<td>
<strong><span style="font-weight:500;letter-spacing:.2em;color:#7d7d7d;">Hactober Enthusiast</span></strong>
</td>
</tr>
<tr>
<td>
<strong><span style="font-weight:600;letter-spacing:.1em;color:#7d7d7d;">Phone: +91-96546xxxxx</span></strong>
</td>
</tr>
<tr>
<td>
<span style="opacity:1">

<a href="https://github.com/MaheepK9" style="color: #273746;"><i class="fab fa-github fa-2x"></i></a>
</span>
</td>
</tr>
</table>
</div>
</body>
</html>