Skip to content
This repository has been archived by the owner on Oct 22, 2024. It is now read-only.

Commit

Permalink
Remove Google logo
Browse files Browse the repository at this point in the history
  • Loading branch information
hnasheralneam committed Aug 29, 2024
1 parent aca57c3 commit 046647e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 19 deletions.
7 changes: 1 addition & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,8 @@ <h2 class="text-3xl font-['Roboto'] leading-7 my-2">Everyone?</h2>
</div>
</div>
</div>
<div>
<h2>></h2>
<p></p>

</div>
</div>
<hr>
<div class="bg-white text-center my-8">
<h1 class="text-3xl font-['Poppins']">💖 Our sponsors, who will make this event possible 💖</h1>
<style>
Expand All @@ -68,7 +64,6 @@ <h1 class="text-3xl font-['Poppins']">💖 Our sponsors, who will make this even
width: 100px;
}
</style>
<img class="sponsor" src="assets/logos/google.png" alt="Google logo">
<img class="sponsor" src="assets/logos/disney-on-light.svg" alt="Disney logo">
<img class="sponsor" src="assets/logos/redbull.svg" alt="Redbull logo">
<img class="sponsor" src="assets/logos/desmos-on-light.png" alt="Desmos non-profit logo">
Expand Down
13 changes: 0 additions & 13 deletions styles/tailwind.css
Original file line number Diff line number Diff line change
Expand Up @@ -652,10 +652,6 @@ video {
height: 180vh;
}

.h-\[200px\] {
height: 200px;
}

.min-h-\[400px\] {
min-height: 400px;
}
Expand All @@ -664,10 +660,6 @@ video {
width: 160vw;
}

.w-\[200px\] {
width: 200px;
}

.max-w-\[700px\] {
max-width: 700px;
}
Expand Down Expand Up @@ -716,11 +708,6 @@ video {
background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bg-\[\#888\] {
--tw-bg-opacity: 1;
background-color: rgb(136 136 136 / var(--tw-bg-opacity));
}

.p-6 {
padding: 1.5rem;
}
Expand Down

0 comments on commit 046647e

Please sign in to comment.