Skip to content

Commit

Permalink
update of links
Browse files Browse the repository at this point in the history
  • Loading branch information
Nova-Mok committed Aug 30, 2024
1 parent 5c5a369 commit f112052
Showing 1 changed file with 46 additions and 14 deletions.
60 changes: 46 additions & 14 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,9 @@
<section data-w-id="326a5102-1cb2-5598-80bc-0a5bccfea571" class="banner_component">
<div class="padding-global">
<div class="container-large">
<div class="banner_wrapper"><a
href="https://www.lummi.ai/?utm_source=openpeeps&amp;utm_medium=banner&amp;utm_campaign=open-peeps"
target="_blank" class="banner_link w-inline-block"></a><a
href="https://edshe9vgfaw.typeform.com/to/YqXDeeV7?typeform-source=rizz-172036.webflow.io"
target="_blank" class="banner_content w-inline-block">
<div class="banner_wrapper">
<a href="https://www.lummi.ai/?utm_source=openpeeps&amp;utm_medium=banner&amp;utm_campaign=open-peeps" target="_blank" class="banner_link w-inline-block"></a>
<a href="https://edshe9vgfaw.typeform.com/to/YqXDeeV7?typeform-source=rizz-172036.webflow.io" target="_blank" class="banner_content w-inline-block">
<div class="banner_icon-wrap"></div>
<div class="banner_content-main">
<div class="text-size-medium">journey to discovering your unique style!</div>
Expand All @@ -70,21 +68,55 @@
</div>
</div>
</div>
</a><a data-w-id="326a5102-1cb2-5598-80bc-0a5bccfea57f" href="#"
class="banner_close-button w-inline-block">
<div class="icon-embed-small text-color-white w-embed"><svg width="100%" height="100%"
viewBox="0 0 32 33" fill="none" xmlns="http://www.w3.org/2000/svg">
<path
d="M22.8354 22.864L22.3639 23.3354C22.1036 23.5957 21.6815 23.5957 21.4211 23.3354L16 17.9142L10.5788 23.3353C10.3185 23.5957 9.89638 23.5957 9.63603 23.3353L9.16462 22.8639C8.90427 22.6036 8.90427 22.1815 9.16462 21.9211L14.5858 16.5L9.16462 11.0788C8.90427 10.8185 8.90427 10.3964 9.16462 10.136L9.63602 9.66463C9.89637 9.40428 10.3185 9.40428 10.5788 9.66463L16 15.0858L21.4211 9.66462C21.6815 9.40427 22.1036 9.40427 22.3639 9.66462L22.8354 10.136C23.0957 10.3964 23.0957 10.8185 22.8354 11.0788L17.4142 16.5L22.8354 21.9211C23.0957 22.1815 23.0957 22.6036 22.8354 22.864Z"
fill="currentColor" />
</svg></div>
</a></div>
</a>
<a data-w-id="326a5102-1cb2-5598-80bc-0a5bccfea57f" href="#" class="banner_close-button w-inline-block">
<!-- <div class="icon-embed-small text-color-white w-embed">
<svg width="100%" height="100%" viewBox="0 0 32 33" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M22.8354 22.864L22.3639 23.3354C22.1036 23.5957 21.6815 23.5957 21.4211 23.3354L16 17.9142L10.5788 23.3353C10.3185 23.5957 9.89638 23.5957 9.63603 23.3353L9.16462 22.8639C8.90427 22.6036 8.90427 22.1815 9.16462 21.9211L14.5858 16.5L9.16462 11.0788C8.90427 10.8185 8.90427 10.3964 9.16462 10.136L9.63602 9.66463C9.89637 9.40428 10.3185 9.40428 10.5788 9.66463L16 15.0858L21.4211 9.66462C21.6815 9.40427 22.1036 9.40427 22.3639 9.66462L22.8354 10.136C23.0957 10.3964 23.0957 10.8185 22.8354 11.0788L17.4142 16.5L22.8354 21.9211C23.0957 22.1815 23.0957 22.6036 22.8354 22.864Z" fill="currentColor" />
</svg>
</div> -->
</a>
<!-- Social Media Links -->
<div class="social-links">
<a href="https://x.com/getrizz_club" target="_blank" class="social-link">
<img src="https://img.icons8.com/?size=100&id=alAhL58o7uLn&format=png&color=000000" alt="Twitter">
</a>
<a href="https://www.instagram.com/getrizz.club/" target="_blank" class="social-link">
<img src="https://upload.wikimedia.org/wikipedia/commons/a/a5/Instagram_icon.png" alt="Instagram">
</a>
<a href="https://www.linkedin.com/company/rizzclub" target="_blank" class="social-link">
<img src="https://upload.wikimedia.org/wikipedia/commons/e/e9/Linkedin_icon.svg" alt="LinkedIn">
</a>
</div>
<!-- End of Social Media Links -->
</div>
</div>
</div>
<div class="w-layout-vflex banner_shimmer-wrap">
<div class="banner_shimmer"></div>
</div>
</section>

<style>
.social-links {
display: flex;
gap: 15px;
align-items: center;
margin-top: 10px;
}

.social-link img {
width: 24px;
height: 24px;
filter: invert(1);
transition: transform 0.3s ease;
}

.social-link:hover img {
transform: scale(1.2);
}
</style>

<div class="hero">
<div class="hero-left">
<div class="hero-copy">
Expand Down

0 comments on commit f112052

Please sign in to comment.