Skip to content

Instantly share code, notes, and snippets.

Created May 10, 2016 12:49
Show Gist options
  • Save anonymous/1e58cbbf36b221a9c563e1713b007e38 to your computer and use it in GitHub Desktop.
Save anonymous/1e58cbbf36b221a9c563e1713b007e38 to your computer and use it in GitHub Desktop.
Made with MJML App
<mjml>
<mj-body>
<mj-container background-color="#f8f8f8">
<!-- Company Header -->
<mj-section padding-bottom="0">
<mj-column width="100%">
<mj-image align="left" src="https://avatars0.githubusercontent.com/u/16115896?v=3&s=200" width="50px"/>
</mj-column>
</mj-section>
<!-- Intro text -->
<mj-section background-color="#fff">
<mj-column>
<mj-text font-size="32"
font-family="Helvetica Neue"
color="#2C3235"
line-height="40px">Welcome to Airfy Secure WiFi</mj-text>
<mj-text font-size="15" color="#2C3235;" line-height="24px">
Gratualtions to your new Airfy Secure service. You only have to enter the password one time. The next time, your device will automatically connect to every Airfy HotSpot, Airfy feels like home WiFi everywhere.
</mj-text>
</mj-column>
</mj-section>
<!-- Wifi-password -->
<mj-section background-color="#fff">
<mj-column>
<mj-text font-size="15" color="#2C3235;" line-height="24px" align="center">
Your personal WiFi password for 8.000 Airfy HotSpots:
</mj-text>
<mj-text align="center">
<p style="border:1px solid #5B946E; border-radius: 4px;padding:10px;color:#395d45;font-family: Arial-BoldMT;font-size:16px">#E90Win</p>
</mj-text>
<mj-text font-size="15" color="#2C3235;" line-height="24px" align="center">
Use your password at this network:
</mj-text>
<mj-text color="#395d45" align="center" font-size="16">
Airfy Secure WiFi
</mj-text>
</mj-column>
</mj-section>
<!-- Confirm email -->
<mj-section background-color="#fff">
<mj-column>
<mj-text>confirm email</mj-text>
<mj-button line-height="28px" font-size="14" font-family="Arial-BoldMT" border-radius="0" border="1px solid #72BA8A" color="#ffffff" background-color="#72ba8a">CONFIRM EMAIL ADDRESS</mj-button>
</mj-column>
</mj-section>
<mj-section background-color="#fff">
<mj-column width="100%" padding="0">
<mj-divider padding="0" width="100%" border-width="1px" border-style="solid" border-color="#e9eaea"></mj-divider>
</mj-column>
</mj-section>
<!-- Tips for using airfy -->
<mj-section background-color="#fff">
<mj-column>
<mj-text>tips for using it</mj-text>
<mj-text>tips for using it</mj-text>
<mj-button color="#ffffff" background-color="#72ba8a">Read more</mj-button>
</mj-column>
</mj-section>
<!-- Social icons -->
<mj-section vertical-align="top" background-color="#fff">
<mj-column>
<mj-social color="#333333" font-family="Ubuntu, Helvetica, Arial, sans-serif, Helvetica, Arial, sans-serif" font-size="13" text-mode="true" facebook-href="[[SHORT_PERMALINK]]" facebook-content=" " linkedin-content=" " linkedin-href="[[SHORT_PERMALINK]]" instagram-href="[[SHORT_PERMALINK]]" instagram-content=" " twitter-href="[[SHORT_PERMALINK]]" twitter-content=" " mode="horizontal" display="twitter facebook instagram linkedin" padding-left="25" padding-right="25" padding-bottom="10" padding-top="10">
</mj-column>
</mj-social>
</mj-section>
<!-- Site links -->
<mj-section background-color="#fff" vertical-align="top" border="none">
<mj-column>
<mj-text align="center"><span><a href=“#” style="color:#95989A;text-decoration:none;font-size:11px;letter-spacing:0.2px; line-height:16px">Our blog</a> <a href=“#” style="margin-left:40px;margin-right:40px;color:#95989A;text-decoration:none;font-size:11px;letter-spacing:0.2px; line-height:16px">Contact us</a> <a href=“#” style="color:#95989A;text-decoration:none;font-size:11px;letter-spacing:0.2px; line-height:16px">About us</a></span></mj-text>
</mj-column>
</mj-section>
<!-- footer text -->
<mj-section background-color="#fff" padding-bottom="20" padding-top="20">
<mj-column width="100%" vertical-align="middle">
<mj-text align="center" color="#000000" font-size="11" locked="true" editable="false" padding-left="25" padding-right="25" padding-bottom="0" padding-top="0">
<p style="font-size:11px">[[DELIVERY_INFO]]</p>
</mj-text>
<mj-text align="center" color="#2C3235" font-family="AvenirNext-Regular;" font-size="11" padding-left="25" padding-right="25" padding-bottom="0" padding-top="0">
&copy; 2016 Airfy GmbH, Ritterstraße 12-14, 10969 Berlin
</mj-text>
<mj-text align="center" color="#2C3235" font-family="AvenirNext-Regular;" font-size="11" padding-left="25" padding-right="25" padding-bottom="0" padding-top="0">
<a href=“#” style="color:#95989A;text-decoration:none;font-size:11px;letter-spacing:0.2px; line-height:16px">Click here</a> to unsubscribe this E-Mail
</mj-text>
<mj-text align="center" color="#2C3235" font-family="AvenirNext-Regular;" font-size="11" padding-left="25" padding-right="25" padding-bottom="0" padding-top="0">
Open this <a href=“#” style="color:#95989A;text-decoration:none;font-size:11px;letter-spacing:0.2px; line-height:16px">email in Browser</a>
</mj-text>
</mj-column>
</mj-section>
</mj-container>
</mj-body>
</mjml>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment