almost there

This commit is contained in:
sakrecoer 2025-06-29 20:49:45 +02:00
parent 5fef3124c3
commit 35ce6dd8cd
7 changed files with 60 additions and 13 deletions

View file

@ -0,0 +1,8 @@
---
title: "{{ replace .Name "-" " " | title }}"
date: {{ .Date }}
draft: true
image:
cta:
---

View file

@ -161,7 +161,9 @@ strong {
border-width: 10px;
flex: 1 1 100% !important;
border-radius: 100px 100px 0 0;
background-size: contain;
background-position: center center;
background-repeat: no-repeat;
}
@ -224,6 +226,7 @@ strong {
font-size: .6em;
text-align: right;
flex: 1 1 300px;
font-family: inherit;
}
}
#hero:hover {

View file

@ -14,8 +14,8 @@
.|____ /(___ /___ >____ >| __/|_/____ > |_| \__ /|___ /.
.\/....\/...\/....\/.|_|.........\/.........\/....\/..
......................................................
........... All you saw was sound! ..................
......................................................
........... {{ .Site.Title }} .......................
...........{{ .Site.Params.moto }}....................
.......................................................
.............'';,......................................
..........'',,;:o:,...................................

View file

@ -3,27 +3,47 @@
/* Discographys */
#now {
* {
filter: grayscale(100%);
transition: filter 17s linear;
display: flex;
flex-wrap: wrap;
flex-direction: row;
article {
flex: 1 1 300px;
}
*:hover {
filter: grayscale(0%) !important;
transition: filter .1s linear;
h2 {
font-size: 12em;
/* text-transform: uppercase;*/
line-height: 1em;
flex: 1 1 100%;
}
p {
flex: 1 1 100%;
font-size: .6em;
line-height: 1.75em;
max-width: 33vw;
strong {
font-size: 1.25em;
}
}
@media screen and (max-width: 1024px) {
h2 {
font-size: 8em;
}
p {
font-size: 1em;
font-size: .9em;
max-width: unset;
}
strong {
font-size: 1.5em;
}
}
.now {
flex: 1 1 300px;
}
}
</style>
@ -31,6 +51,13 @@
<section id="now">
<article class="section-headers" style="background-image: url(/2025/images/now-banner.svg);">
<h2>NOW</h2>
<p><strong>Well met, fellow space-time traveler!</strong><br />Never been here before? <a href="/about">This page</a> might answer some of your questions. </p>
</article>
<div class="border now">
</div>
<article class="section-footers"></article>
</section>

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 155 KiB