Skip to content

Instantly share code, notes, and snippets.

@sushant-j
Forked from anonymous/index.html
Last active November 10, 2016 11:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sushant-j/e5fe16b1c6b820b85db3bce8bf69d0c4 to your computer and use it in GitHub Desktop.
Save sushant-j/e5fe16b1c6b820b85db3bce8bf69d0c4 to your computer and use it in GitHub Desktop.
Sminq Email template
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<body>
<div style="background:white" class="email-outer-container">
<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500" rel="stylesheet">
<div class="email-container" style="text-align:center;font-family:Roboto;background:white;width:70%;margin:auto;height:70%;box-shadow:1px 1px 3px #aaa;padding:24px 8px">
<h2 style="font-weight:500">Hello!</h2>
<p style="font-weight:300">
Here's the link you requested to download the SMINQ app.
</p>
<p style="font-weight:500">
Open this email on your phone and tap on the button below.
</p>
<br>
<br>
<a href="https://www.google.com"><button class="button" style="background:#E43935;border:none;width:60%;height:50px;border-radius:10px;color:white;font-size:16px" type="button">Get the SMINQ App!</button></a>
<br>
<br>
<p style="font-weight:300">
Join queues online.
</p>
<p style="font-weight:300">
Get real-time updates on your mobile phone.
</p>
<p style="font-weight:300">
No need to be physically present to hold your spot.
</p>
<p style="font-weight:500">
(Currently available for Clinics in Pune.)
</p>
<hr style="opacity:0.6;width:80%">
<h2 style="font-weight:500">Never Wait In A Queue</h2>
<a href="www.sminq.com">www.sminq.com</a>
</div>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment