Skip to content

Commit

Permalink
Merge pull request #817 from haqq-network/dev
Browse files Browse the repository at this point in the history
release
  • Loading branch information
olegshilov authored May 8, 2024
2 parents 3ef9b35 + ae16e9b commit 6b867b0
Show file tree
Hide file tree
Showing 12 changed files with 109 additions and 0 deletions.
Binary file added apps/islamic-website/public/email/discord-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added apps/islamic-website/public/email/email-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added apps/islamic-website/public/email/github-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added apps/islamic-website/public/email/linkedin-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added apps/islamic-website/public/email/medium-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
109 changes: 109 additions & 0 deletions apps/islamic-website/public/email/styles/styles.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,109 @@
@import url('https://fonts.googleapis.com/css2?family=Alexandria:[email protected]&display=swap');

body {
font-family: 'Alexandria', sans-serif;
font-weight: 400;
font-style: normal;
}

h1 {
font-size: 48px;
line-height: 52px;
font-weight: 700;
text-transform: uppercase;
}

h2 {
font-size: 28px;
line-height: 30px;
font-weight: 600;
}

td {
padding: 0 14px;
font-size: 20px;
line-height: 28px;
}

button {
padding: 24px 0;
font-family: 'Alexandria', sans-serif;
font-weight: 600;
font-size: 28px;
line-height: 32px;
border-radius: 10px;
width: 100%;
border: none;
cursor: pointer;
margin: 48px 0;

filter: drop-shadow(0px 4px 12px rgba(0, 0, 0, 0.2));
}

button.download__wallet {
background: rgb(24, 255, 172);
background: linear-gradient(
90deg,
rgba(24, 255, 172, 1) 0%,
rgba(24, 255, 172, 1) 100%
);
color: rgba(19, 19, 19, 1);
}

button.photos__button {
background: rgba(19, 19, 19, 1);

span {
font-size: 28px;
line-height: 32px;
background: -webkit-linear-gradient(80deg, #36fff3, #18ffac);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
}

.footer {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
background-image: url(https://islamiccoin.net/email/email-footer.png);
background-repeat: no-repeat;
background-position: center;
background-size: contain;
width: 572px;
height: 351px;
text-align: center;
font-size: 16px;
line-height: 20px;
margin-top: 48px;

a {
background: -webkit-linear-gradient(80deg, #36fff3, #18ffac);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
}

.header {
background-image: url(https://islamiccoin.net/email/email-header-token-2049.png);
background-repeat: no-repeat;
background-position: center;
background-size: cover;
width: 572px;
height: 243px;
}

.social__links {
display: flex;
align-items: center;
}

.copyright__text {
text-align: center;
font-size: 14px;
line-height: 20px;
color: white;
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added apps/islamic-website/public/email/twitter-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added apps/islamic-website/public/email/youtube-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

1 comment on commit 6b867b0

@vercel
Copy link

@vercel vercel bot commented on 6b867b0 May 11, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.