Initial landing page based on the existing Wiki home page

Signed-off-by: Benoit Donneaux <benoit@leastauthority.com>
This commit is contained in:
Benoit Donneaux 2024-05-14 19:02:06 +02:00
parent 614d8b82f7
commit 6716049676
27 changed files with 1093 additions and 0 deletions

47
src/_sass/_custom.scss Normal file
View file

@ -0,0 +1,47 @@
/* ==========================================================================
MASTHEAD
========================================================================== */
/*.masthead {
position: fixed;
left: 0;
top: 0;
overflow: hidden;
width: 100vw;
height: 70px;
background-color: #f3f3f3;
}*/
/*
.page__hero--overlay {
background: url(/assets/images/pattern-4.gif) repeat left top;
}
*/
.initial-content {
//position: relative;
//top: 70px;
background: url(/assets/images/pattern-1.png) repeat left top;
}
/*
#about {
background: url(/assets/images/pattern-2.gif) repeat left top;
}
@font-face {
font-family: "homestead_regularregular";
font-style: normal;
font-weight: normal;
src: url("/assets/fonts/homestead-regular-webfont.woff") format("woff");
}
h1, h2, h3, h4, h5, h6, .archive__item-title, .masthead__inner-wrap {
font-family: 'homestead_regularregular', serif;
color: #444035;
//font-size: 48px;
font-weight: 300;
text-transform: uppercase;
text-shadow: 0px 1px 0px rgba(255,255,255,0.4);
}
.archive__item-excerpt {
color: #a9862b;
}
*/