Skip to content

Commit

Permalink
Merge main into prod
Browse files Browse the repository at this point in the history
  • Loading branch information
ManasChoudhary-01 authored Oct 16, 2024
2 parents d511150 + b76309a commit 726c5c6
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 2 deletions.
3 changes: 3 additions & 0 deletions components/MobileLanding/ContactUs/ContactUs.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,9 @@ export default function ContactUsMobile() {
email="mailto:[email protected]"
/>
</div>
<div className={styles.madeWith}>
<a href="https://bits-dvm.org" target="_main">Made with <span> ❤️ </span>by DVM</a>
</div>
</>
);
}
34 changes: 32 additions & 2 deletions components/MobileLanding/ContactUs/contactUs.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,36 @@
padding: 15px;
grid-template-columns: repeat(2, 1fr);
gap: 8px;
margin-top: 50px;
margin-top:20px;
align-items: center;
}
}

.madeWith a{
pointer-events: all;
cursor: pointer;
text-decoration: none;
display: flex;
justify-content: center;
align-items: center;
margin-top: 20px;
margin-bottom: 30px;
font-family: "Source Serif Pro", sans-serif;
font-size: 20px;
font-style: normal;
font-weight: 600;
letter-spacing: 0.04em;
line-height: normal;
background: linear-gradient(
112.17deg,
#d4a753 25.95%,
#d2a146 44.71%,
#d4a753 72.61%
);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;

span {
padding: 0 7px;
height: 25px;
}
}

0 comments on commit 726c5c6

Please sign in to comment.