-
-
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.
Merge branch 'develop' of https://github.com/code4romania/teo into de…
…velop
- Loading branch information
Showing
11 changed files
with
1,549 additions
and
1,454 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 |
---|---|---|
@@ -0,0 +1,2 @@ | ||
.idea/ | ||
*.iml |
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
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,15 +1,84 @@ | ||
<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; } | ||
</style> | ||
<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] | ||
<div | ||
style='background-color: #000000; color: #ffffff !important; padding: 1.5rem 1.5rem; width: 100%;' | ||
> | ||
<table | ||
style='width: 80%; border: none; margin-left: auto; margin-right: auto; padding-bottom: 1rem' | ||
> | ||
<tr> | ||
<td> | ||
<p style='color: #ffffff !important; font-size: 0.75rem'> | ||
Soluție proiectată, dezvoltată și administrată pro-bono de | ||
</p> | ||
</td> | ||
<td> | ||
<img | ||
class='logo' | ||
style='width:140px' | ||
src={{asset_url 'email/logo.png'}} | ||
/> | ||
</td> | ||
</tr> | ||
</table> | ||
|
||
<div style='width: 100%; height: 1px; background: #ffffff'></div> | ||
|
||
<p | ||
style=' | ||
text-align: center; | ||
width: 100%; | ||
color: #ffffff !important; | ||
font-size: 0.75rem; | ||
margin-top: 1.5rem | ||
' | ||
> | ||
Dacă vrei să iei legătura cu noi o poți face pe e-mail la adresa: | ||
<a | ||
style='color: #ffffff !important; font-size: 0.75rem;' | ||
href='mailto:{{contactEmail}}' | ||
>{{contactEmail}}</a> | ||
</p> | ||
<p class='p2 disclaimer text-center'>© 2020 Code4Romania. All rights reserved.</p> | ||
</div> | ||
|
||
<table | ||
style='width: 50%; border: none; margin-left: auto; margin-right: auto; padding-top: 1rem' | ||
> | ||
<tr> | ||
<td style='width: 30px; height: 30px'> | ||
<a | ||
style='text-decoration: none; color: #1a15ea' | ||
href='https://www.facebook.com/code4romania/' | ||
target='_blank' | ||
> | ||
<img class='icon' src={{asset_url 'email/social/facebook.png'}} /> | ||
</a> | ||
</td> | ||
<td style='width: 30px; height: 30px'> | ||
<a | ||
style='text-decoration: none; color: #1a15ea' | ||
href='https://www.instagram.com/code4romania' | ||
target='_blank' | ||
> | ||
<img class='icon' src={{asset_url 'email/social/instagram.png'}} /> | ||
</a> | ||
</td> | ||
<td style='width: 30px; height: 30px'> | ||
<a | ||
style='text-decoration: none; color: #1a15ea' | ||
href='https://www.youtube.com/@codeforromania5856' | ||
target='_blank' | ||
> | ||
<img class='icon' src={{asset_url 'email/social/youtube.png'}} /> | ||
</a> | ||
</td> | ||
<td style='width: 30px; height: 30px'> | ||
<a | ||
style='text-decoration: none; color: #1a15ea' | ||
href='https://github.com/code4romania/' | ||
target='_blank' | ||
> | ||
<img class='icon' src={{asset_url 'email/social/github.png'}} /> | ||
</a> | ||
</td> | ||
</tr> | ||
</table> | ||
</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,2 +1,3 @@ | ||
<div style='width: 100%; height: 50px; background-color: turquoise'> | ||
<div style='width: 100%; background-color: black; padding: 1rem 1.5rem;'> | ||
<img src={{asset_url 'email/vic-logo.png'}} /> | ||
</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
Oops, something went wrong.