-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: enable mailing basic templates
- Loading branch information
Birloi Florian
authored and
Birloi Florian
committed
Aug 9, 2023
1 parent
a0f223b
commit a397540
Showing
7 changed files
with
3,581 additions
and
2,783 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
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 |
---|---|---|
@@ -1,14 +1,9 @@ | ||
<style> | ||
.p2 { | ||
font-size: 0.875rem; | ||
} | ||
.mt-3 { | ||
margin-top: 3rem; | ||
} | ||
.p2 { font-size: 0.875rem; } .mt-3 { margin-top: 3rem; } | ||
</style> | ||
<p class='p2 mt-3'>If you have any questions, reach out to us at | ||
<a href="mailto:[email protected]">[email protected]</a>. Need help? Check out our | ||
<a href='mailto:[email protected]'>[email protected]</a>. Need help? Check out | ||
our | ||
<a href='/' target='_blank'>FAQs</a> | ||
and | ||
<a href='/' target='_blank'>Terms and conditions</a>. | ||
|
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,77 +1,15 @@ | ||
<style> | ||
.footer-container { | ||
background-color: #000000; | ||
color: #ffffff; | ||
display: flex; | ||
flex-direction: column; | ||
align-items: center; | ||
padding: 1.5rem 5rem; | ||
} | ||
.disclaimer { | ||
color: #6B7280; | ||
} | ||
.flex-row { | ||
display: flex; | ||
flex-direction: row; | ||
} | ||
.icon { | ||
margin: 0 1rem; | ||
} | ||
.cg-1 { | ||
column-gap: 1rem; | ||
} | ||
.rg-2 { | ||
row-gap: 1.5rem; | ||
} | ||
.w-full { | ||
width: 100%; | ||
} | ||
.items-center { | ||
align-items: center; | ||
} | ||
.justify-center { | ||
justify-content: center; | ||
} | ||
#divider { | ||
width: 100%; | ||
height: 1px; | ||
background: #FFFFFF; | ||
} | ||
#social { | ||
display: flex; | ||
flex-direction: row; | ||
} | ||
.footer-container { background-color: #000000; color: #ffffff; display: flex; | ||
flex-direction: column; align-items: center; padding: 1.5rem 5rem; } | ||
.disclaimer { color: #6B7280; } .flex-row { display: flex; flex-direction: | ||
row; } .icon { margin: 0 1rem; } .cg-1 { column-gap: 1rem; } .rg-2 { row-gap: | ||
1.5rem; } .w-full { width: 100%; } .items-center { align-items: center; } | ||
.justify-center { justify-content: center; } #divider { width: 100%; height: | ||
1px; background: #FFFFFF; } #social { display: flex; flex-direction: row; } | ||
</style> | ||
<div class="footer-container rg-2"> | ||
<div class="flex-row cg-1 w-full items-center justify-center"> | ||
<p class="p2">Soluție proiectată, dezvoltată și administrată pro-bono de</p> | ||
<img class="logo" src={{asset_url 'code4romania_logo.png' }}> | ||
</div> | ||
|
||
<div id="divider"></div> | ||
|
||
<p class="p2 text-center w-full">Dacă vrei să iei legătura cu noi o poți face pe e-mail la adresa: [email protected] | ||
<div class='footer-container rg-2'> | ||
<p class='p2 text-center w-full'>Dacă vrei să iei legătura cu noi o poți face | ||
pe e-mail la adresa: [email protected] | ||
</p> | ||
|
||
<div id="social"> | ||
<a href="https://www.facebook.com/code4romania/" target="_blank"> | ||
<img class="icon" src={{asset_url 'facebook_logo.png' }}></a> | ||
<a href="https://www.instagram.com/code4romania" target="_blank"> | ||
<img class="icon" src={{asset_url 'instagram_logo.png' }}></a> | ||
<a href="/" target="_blank"> | ||
<img class="icon" src={{asset_url 'youtube_logo.png' }}></a> | ||
<a href="https://github.com/code4romania/" target="_blank"> | ||
<img class="icon" src={{asset_url 'github_logo.png' }}></a> | ||
</div> | ||
<p class="p2 disclaimer text-center">© 2020 Code4Romania. All rights reserved.</p> | ||
<p class='p2 disclaimer text-center'>© 2020 Code4Romania. All rights reserved.</p> | ||
</div> |
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,3 +1,2 @@ | ||
<div> | ||
<img src={{asset_url 'header.png' }} style="width: 100%;"> | ||
<div style='width: 100%; height: 50px; background-color: turquoise'> | ||
</div> |