Skip to content

Commit

Permalink
Contact fixes: (#57)
Browse files Browse the repository at this point in the history
- Instagram link was outdated
- Add link to newsletter (Fix #23)
- Optimize images
- Delete unused images
  • Loading branch information
hamoid committed Sep 18, 2024
1 parent b2ceb0d commit 3f4324e
Show file tree
Hide file tree
Showing 8 changed files with 37 additions and 9 deletions.
10 changes: 7 additions & 3 deletions _layouts/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,14 @@ <h1 class="mb-4"><a name="contact"></a>contact us</h1>
Jonasstraße 22 <br>
12053 Berlin<br>
<br>
<a href="https://instagram.com/prachtsaal_" target="_blank">
<img src="/assets/img/Instagram_Glyph_white_logo.svg.png" class="size-6">
<a href="https://instagram.com/prachtsaal" target="_blank">
<img src="/assets/img/Instagram_Glyph_white_logo.svg.webp" alt="Instagram logo" class="size-6 inline"> Instagram
</a>
</div>
<br>
<a href="https://buttondown.com/prachtsaal.berlin" target="_blank">
<img src="/assets/img/buttondown-logo.webp" alt="Buttondown logo" class="size-6 inline"> Newsletter
</a>
</div>

</div> <!-- fixed width -->
</div> <!-- flex justify-center -->
Expand Down
36 changes: 30 additions & 6 deletions assets/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -716,6 +716,10 @@ video {
display: block;
}

.inline{
display: inline;
}

.flex{
display: flex;
}
Expand Down Expand Up @@ -762,6 +766,10 @@ video {
height: 24rem;
}

.h-auto{
height: auto;
}

.h-full{
height: 100%;
}
Expand All @@ -770,10 +778,6 @@ video {
height: 100vh;
}

.h-52{
height: 13rem;
}

.max-h-\[90vh\]{
max-height: 90vh;
}
Expand Down Expand Up @@ -818,8 +822,12 @@ video {
max-width: 16rem;
}

.max-w-\[760px\]{
max-width: 760px;
.max-w-full{
max-width: 100%;
}

.max-w-lg{
max-width: 32rem;
}

.grow{
Expand Down Expand Up @@ -902,6 +910,10 @@ video {
border-radius: 9999px;
}

.rounded-lg{
border-radius: 0.5rem;
}

.border{
border-width: 1px;
}
Expand Down Expand Up @@ -1045,6 +1057,11 @@ video {
color: rgb(156 163 175 / var(--tw-text-opacity));
}

.text-gray-500{
--tw-text-opacity: 1;
color: rgb(107 114 128 / var(--tw-text-opacity));
}

.text-white{
--tw-text-opacity: 1;
color: rgb(255 255 255 / var(--tw-text-opacity));
Expand Down Expand Up @@ -1309,3 +1326,10 @@ div.member img:hover {
}
}

@media (prefers-color-scheme: dark){
.dark\:text-gray-400{
--tw-text-opacity: 1;
color: rgb(156 163 175 / var(--tw-text-opacity));
}
}

Binary file removed assets/img/Instagram_Glyph_Gradient_RGB_logo.svg.png
Binary file not shown.
Binary file removed assets/img/Instagram_Glyph_white_logo.svg.png
Binary file not shown.
Binary file added assets/img/Instagram_Glyph_white_logo.svg.webp
Binary file not shown.
Binary file removed assets/img/Instagram_logo_2022.svg.png
Binary file not shown.
Binary file added assets/img/buttondown-logo.webp
Binary file not shown.
Binary file modified assets/img/prachtsaal-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 3f4324e

Please sign in to comment.