Compare commits

..

5 Commits

Author SHA1 Message Date
Ben Visness fbd705dedf Automatically handle HEAD requests
HEAD requests will be routed as GET requests, and Content-Type and
Content-Length headers will always be sent.
2023-01-13 12:48:24 -06:00
skytrias f3453355c4 allow #recent anchor 2023-01-12 02:42:57 +01:00
Asaf Gartner 620533784a Fixed showcase modal again 2023-01-03 00:20:43 +02:00
Asaf Gartner 77ac6d4200 Fixed timeline item css in jam page and showcase modal 2023-01-03 00:16:25 +02:00
Asaf Gartner 6d65785cef Changed the url for handmadedev show 2022-12-16 06:59:57 +02:00
6 changed files with 10 additions and 6 deletions

View File

@ -9465,10 +9465,12 @@ span.icon-rss::before {
max-height: 80vh; }
.timeline-modal .container {
max-height: 100vh; }
max-height: 100vh;
max-width: 100%; }
@media screen and (min-width: 30em) {
.timeline-modal .container {
width: auto;
max-width: calc(100% - 2rem);
max-height: calc(100vh - 2rem); } }
.carousel-container .carousel {

View File

@ -42,9 +42,11 @@
.timeline-modal {
.container {
max-height: 100vh;
max-width: 100%;
@media #{$breakpoint-not-small} {
width: auto;
width: auto;
max-width: calc(100% - 2rem);
max-height: calc(100vh - 2rem);
}
}

View File

@ -75,7 +75,7 @@
<a href="{{ .Header.ConferencesUrl }}">Conferences</a>
<a href="{{ .Header.PodcastUrl }}">Podcast</a>
<a href="{{ .Header.FishbowlUrl }}">Fishbowls</a>
<a href="https://handmadedev.show/" target="_blank">Handmade Dev Show</a>
<a href="https://guide.handmade-seattle.com/s" target="_blank">Handmade Dev Show</a>
</div>
</div>
<div class="root-item">

View File

@ -78,7 +78,7 @@
{{ if or .Header.Project.CanEdit (gt (len .RecentActivity) 0) }}
<div class="content-block timeline-container ph3 ph0-ns mv4">
<div class="flex flex-row items-center mb2">
<h2>Recent Activity</h2>
<h2 id="recent">Recent Activity</h2>
<div class="flex-grow-1"></div>
{{ if .Header.Project.CanEdit }}
<a href="javascript:;" class="create_snippet_link button">Add Snippet</a>

View File

@ -158,7 +158,7 @@
{{ if or .OwnProfile (gt (len .TimelineItems) 0) }}
<div class="mv3 content-block timeline-container ph3 ph0-ns">
<div class="flex flex-row items-center">
<h2>Recent Activity</h2>
<h2 id="recent">Recent Activity</h2>
<div class="flex-grow-1"></div>
{{ if .OwnProfile }}
<a href="javascript:;" class="button submit create_snippet_link button">Add Snippet</a>

View File

@ -22,7 +22,7 @@
<div class="section bg-black-20 pt4 pb3 pb4-ns">
<div class="mw8 margin-center ph3 ph4-l flex flex-column flex-row-ns g3">
<div class="flex-grow-1">
<div class="flex-grow-1 overflow-hidden">
{{ if eq .DaysUntilEnd 0 }}
<h3 class="mt0 mb3">Project updates</h3>
{{ else }}