forked from Apillon/ps-signup-email-airdrop
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #13 from Apillon/dev
Dev
- Loading branch information
Showing
20 changed files
with
294 additions
and
81 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
aws ecr-public get-login-password --region us-east-1 | docker login --username AWS --password-stdin public.ecr.aws/i0e4n2k8 | ||
docker build -t ment-airdrop:latest . | ||
docker tag ment-airdrop:latest public.ecr.aws/i0e4n2k8/ment-airdrop:latest | ||
# docker push public.ecr.aws/i0e4n2k8/ment-airdrop:latest | ||
docker push public.ecr.aws/i0e4n2k8/ment-airdrop:latest |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
services: | ||
proxy: | ||
image: nginxproxy/nginx-proxy:latest | ||
container_name: nginx-proxy | ||
restart: unless-stopped | ||
ports: | ||
- "80:80" | ||
- "443:443" | ||
volumes: | ||
- /var/run/docker.sock:/tmp/docker.sock:ro | ||
- /app/certs:/etc/nginx/certs:ro | ||
# - /etc/nginx/vhost.d | ||
# - /usr/share/nginx/html | ||
- vhost:/etc/nginx/vhost.d | ||
- html:/usr/share/nginx/html | ||
environment: | ||
- HTTPS_METHOD=noredirect | ||
networks: | ||
- web | ||
|
||
proxy-ssl: | ||
image: nginxproxy/acme-companion | ||
container_name: acme-companion | ||
restart: unless-stopped | ||
volumes_from: | ||
- proxy | ||
volumes: | ||
- /var/run/docker.sock:/var/run/docker.sock:ro | ||
- /app/certs:/etc/nginx/certs:rw | ||
- acme:/etc/acme.sh | ||
environment: | ||
- [email protected] | ||
networks: | ||
- web | ||
|
||
volumes: | ||
vhost: | ||
html: | ||
acme: | ||
|
||
networks: | ||
web: | ||
name: web |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -46,6 +46,11 @@ | |
height: 25px; | ||
} | ||
|
||
.logo { | ||
width: 275px; | ||
height: 81px; | ||
} | ||
|
||
a { | ||
color: rgb(228, 178, 0); | ||
} | ||
|
@@ -67,10 +72,10 @@ | |
|
||
.button { | ||
border-style: solid; | ||
border-color: #78dce8; | ||
border-color: rgb(228, 178, 0); | ||
border-width: 16px 40px 16px 40px; | ||
display: inline-block; | ||
background: #78dce8; | ||
background: rgb(228, 178, 0); | ||
font-size: 16px; | ||
font-weight: 700; | ||
font-family: 'IBM Plex Mono','arial','helvetica neue','helvetica','sans-serif'; | ||
|
@@ -94,7 +99,14 @@ | |
<table class="main-content" align="center"> | ||
<tr> | ||
<td align="left"> | ||
<img src="cid:logo.png" /> | ||
<a href="https://www.ment.si/"> | ||
<img | ||
class="logo" | ||
src="{{appUrl}}/images/logo/MENT_Logo-01.png" | ||
title="MENT" | ||
alt="MENT" | ||
/> | ||
</a> | ||
</td> | ||
</tr> | ||
<tr> | ||
|
@@ -104,26 +116,26 @@ <h1>Congrats!</h1> | |
</tr> | ||
<tr> | ||
<td> | ||
<p><strong> Your MENT token has been reserved, you now have 72 hours to claim it.</strong></p> | ||
<p><strong> Your MENT token has been reserved, you now have {{claimExpiresIn}} hours to claim it.</strong></p> | ||
<br /><br /> | ||
<p>To fully own your value-packed MENT token, these are the steps to go through:</p> | ||
<ol> | ||
<li>Install a <strong>digital wallet</strong> - either as a mobile app or a desktop browser extension. The platform supports connectivity with: | ||
<li><p>Install a <strong>digital wallet</strong> - either as a mobile app or a desktop browser extension. The platform supports connectivity with:</p> | ||
<ul> | ||
<li>MetaMask (<a href="https://support.metamask.io/hc/en-us/articles/360015489531-Getting-started-with-MetaMask">tutorials</a>)</li> | ||
<li>Coinbase Wallet (<a href="https://www.coinbase.com/en-gb/wallet/tutorials">tutorials</a>)</li> | ||
<li>WalletConnec (<a href="https://www.youtube.com/watch?v=63eiQD7AUwY">tutorials</a>)</li> | ||
<li><p>MetaMask (<a href="https://support.metamask.io/hc/en-us/articles/360015489531-Getting-started-with-MetaMask">tutorials</a>)</p></li> | ||
<li><p>Coinbase Wallet (<a href="https://www.coinbase.com/en-gb/wallet/tutorials">tutorials</a>)</p></li> | ||
<li><p>WalletConnect (<a href="https://www.youtube.com/watch?v=63eiQD7AUwY">tutorials</a>)</p></li> | ||
</ul> | ||
</li> | ||
<li>Proceed to <strong>the NFT platform</strong> (through the button below). The instructions will follow as you go.</li> | ||
<li>Successfully connect your wallet and <strong>claim your MENT token.</strong></li> | ||
<li>Own, admire and brag about your newly acquired collectibles.</li> | ||
<li><p>Proceed to <strong>the NFT platform</strong> (through the button below). The instructions will follow as you go.</p></li> | ||
<li><p>Successfully connect your wallet and <strong>claim your MENT token.</strong></p></li> | ||
<li><p>Own, admire and brag about your newly acquired collectibles.</p></li> | ||
</ol> | ||
<p> | ||
<a href="{{link}}" class="button">Claim MENT token</a> | ||
</p> | ||
<br /><br /> | ||
<p>If you need additional assistance, or you received this email in error, please contact <a>mail</a></p> | ||
<p>If you need additional assistance, or you received this email in error, please contact <a href="mailto:[email protected]">[email protected]</a></p> | ||
<br /><br /> | ||
<p>Best, <br />The MENT team</p> | ||
<br /><br /> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -46,6 +46,11 @@ | |
height: 25px; | ||
} | ||
|
||
.logo { | ||
width: 275px; | ||
height: 81px; | ||
} | ||
|
||
a { | ||
color: rgb(228, 178, 0); | ||
} | ||
|
@@ -74,7 +79,14 @@ | |
<table class="main-content" align="center"> | ||
<tr> | ||
<td align="left"> | ||
<img src="cid:logo.png" /> | ||
<a href="https://www.ment.si/"> | ||
<img | ||
class="logo" | ||
src="{{appUrl}}/images/logo/MENT_Logo-01.png" | ||
title="MENT" | ||
alt="MENT" | ||
/> | ||
</a> | ||
</td> | ||
</tr> | ||
<tr> | ||
|
@@ -84,9 +96,9 @@ <h1>Unfortunately, all the NFT-claim spots have been filled.</h1> | |
</tr> | ||
<tr> | ||
<td> | ||
<p>You will be placed on a MENT token waitlist - in case someone before you doesn’t claim their token, you’ll be next in line! </p> | ||
<p>You will be placed on a <strong>MENT token waitlist</strong> - in case someone before you doesn’t claim their token, you’ll be next in line! </p> | ||
<p>If that happens, we will notify you via email and you’ll get the necessary information to proceed.</p> | ||
<p>Should you need additional assistance, or you received this email in error, please contact <a>email</a></p> | ||
<p>Should you need additional assistance, or you received this email in error, please contact <a href="mailto:[email protected]">[email protected]</a>.</p> | ||
<br /><br /> | ||
<p>Best, <br />The MENT team</p> | ||
<br /><br /> | ||
|
Oops, something went wrong.