added uzalu logo and previous versions
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
}
|
||||
#subtitle {
|
||||
font-size:1.5em;
|
||||
font-style: italic;
|
||||
/* font-style: italic; */
|
||||
}
|
||||
#title-container {
|
||||
letter-spacing: .35em;
|
||||
@@ -49,6 +49,9 @@
|
||||
/* transition: transform .5s ease, backdrop-filter 2s ease; */
|
||||
transition: all .5s ease;
|
||||
background: linear-gradient(to bottom, rgba(0,0,0,1), rgba(0,0,0,0));
|
||||
/* background: linear-gradient(to bottom, rgba(0,0,0,1), rgba(0,0,0,0)); */
|
||||
/* background: linear-gradient(to bottom, rgba(0,0,0,1), rgba(0,0,0,0) 25%, rgba(0,0,0,.75) 75%); */
|
||||
/* background: rgba(0,0,0,.5); */
|
||||
text-align: center;
|
||||
height:100vh;
|
||||
display: flex;
|
||||
@@ -406,6 +409,19 @@
|
||||
#intro a {
|
||||
background: rgba(128,128,128,0.5);
|
||||
}
|
||||
#footer {
|
||||
display:flex;
|
||||
justify-content: center;
|
||||
position:fixed;
|
||||
bottom:0;
|
||||
left:0;
|
||||
padding:10pt;
|
||||
width:100%;
|
||||
background: linear-gradient(to top, rgba(0,0,0,1), rgba(0,0,0,0));
|
||||
}
|
||||
#logo {
|
||||
transform: scale(.6);
|
||||
}
|
||||
/*#content [id]::before {
|
||||
content: '';
|
||||
display:block;
|
||||
@@ -529,12 +545,19 @@
|
||||
Challenging Narrative Role-Playing Games<br />
|
||||
Conducted among friends<br />
|
||||
<br />
|
||||
Created by uzalu
|
||||
Created by <a href="https://uzalu.net">uzalu</a>
|
||||
</p>
|
||||
<p>
|
||||
<a href="https://git.uzalu.net/uzalu/Maxima_2025">Git</a> |
|
||||
<a href="https://git.uzalu.net/uzalu/Maxima_2025">Git</a> •
|
||||
<a href="https://git.uzalu.net/uzalu/Maxima_2025/src/branch/master/LICENCE.md">License</a>
|
||||
</p>
|
||||
<p>
|
||||
Maxima
|
||||
<a href="https://maxima2024.uzalu.net">2024</a> •
|
||||
<a href="https://maxima2023.uzalu.net">2023</a> •
|
||||
<a href="https://maxima2022.uzalu.net">2022</a> •
|
||||
<a href="https://maxima2021.uzalu.net">2021</a>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -553,6 +576,12 @@
|
||||
</div>
|
||||
<div id="header-spacer"></div>
|
||||
|
||||
<div id="footer">
|
||||
<div id="logo">
|
||||
<img src="images/uzalu.png"></img>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="page">
|
||||
|
||||
<div id="content">
|
||||
|
||||
Reference in New Issue
Block a user