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

sanr-introduction marketing email added #26

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
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
18 changes: 18 additions & 0 deletions src/assets/scss/template/_elements.scss
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,18 @@
margin-bottom: 20px;
}

.mb-40 {
margin-bottom: 40px;
}

.mb-48 {
margin-bottom: 48px;
}

.mb-12 {
margin-bottom: 12px;
}

.header .header-logo {
width: 128px !important;
height: 24px !important;
Expand All @@ -66,4 +78,10 @@

.d-block {
display: block;
}

.greenbox {
padding: 20px 24px;
background: #EDF8F5;
border-radius: 6px;
}
4 changes: 4 additions & 0 deletions src/assets/scss/template/_text.scss
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,10 @@
font-weight: 500;
}

.font-bolder {
font-weight: 550;
}

.font-24 {
font-size: 24px;
}
Expand Down
70 changes: 70 additions & 0 deletions src/pages/marketing/sanr-introduction.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,70 @@
---
layout: mail-layout
subject: Welcome to Sanbase
image-url: https://api.santiment.net/images/emails/
---

<container class="radius san-token">
<row class="collapse">
<columns small="12">
<img src="{{image-url}}sanrmask.png" alt="sanr mask" class="san-token-promo" />
<h2 class="h2 mb-24 c-rhino">Hello [[data:firstname:"SanFam!"]]</h2>
<p class="c-rhino mb-40">
We would like to introduce <b>SanR - Santiment’s new game for traders</b>, where you can practice your
trading decisions and earn SAN tokens and NFTs. You can also see what other participants are doing and
get interesting trading ideas.
</p>
<h4 class="h4 font-bolder">Here are a few benefits of joining SanR: 👇🏻</h4>
<div class="san-benefits">
<div class="benefit">
<div class="img-hold">
<img src="{{image-url}}greencheck.png" alt="Check">
</div>
<div class="c-rhino"><b>Hone your instincts</b> in a safe environment</div>
<div class="clear-both"></div>
</div>
<div class="benefit">
<div class="img-hold">
<img src="{{image-url}}greencheck.png" alt="Check">
</div>
<div class="c-rhino"><b>Study the trading decisions</b> of other participants</div>
<div class="clear-both"></div>
</div>
<div class="benefit">
<div class="img-hold">
<img src="{{image-url}}greencheck.png" alt="Check">
</div>
<div class="c-rhino"><b>Subscribe to like-minded players</b> and follow their signals</div>
<div class="clear-both"></div>
</div>
<div class="benefit">
<div class="img-hold">
<img src="{{image-url}}greencheck.png" alt="Check">
</div>
<div class="c-rhino"><b>Build you models</b> based on the crowd sentiment</div>
<div class="clear-both"></div>
</div>
</div>
<div class="mb-48">
<button class="radius" href="https://sanr.app/" target="_blank">
<span>Learn more about SanR</span>
</button>
</div>
<h4 class="h4 font-bolder">💰 Stake SAN and earn on your market forecast!</h4>
<p class="mb-24 c-rhino">
Each epoch we distribute an intelligence staking pool (10% of staked SAN tokens) among participating SAN
holders.
</p>
<div class="greenbox mb-16">
<h4 class="body-highlight mb-12 font-bolder">🚀 Be rewarded every time you succeed</h4>
<p>
The SanR innovative <b>play-2-earn</b> model helps you improve your trading skills while injecting
some extra motivation to create profitable signals.
</p>
<a class="body-2" href="https://sanr.app/staking" target="_blank">Learn how to stake SAN here</a>
</div>
</columns>
</row>
</container>

{{> mail-footer-marketing}}