design updates

This commit is contained in:
2024-09-03 08:54:14 +02:00
parent 28276a984f
commit 95c315fdc9
2 changed files with 29 additions and 1 deletions

View File

@@ -53,4 +53,28 @@ body {
.project-logo { .project-logo {
width: 40%; width: 40%;
border-radius: 30px; border-radius: 30px;
}
.pullquote-lines {
border-color: black;
margin-bottom: 2%;
margin-top: 2%;
width: 100%;
}
.quotes-text {
font-size: 150%;
font-style: italic;
font-weight: normal;
text-align: center;
}
.quotes-author {
text-align: right;
font-style: italic;
width: 80%;
margin-right: auto;
font-weight: lighter;
margin-top: 0;
} }

View File

@@ -70,9 +70,13 @@
<!-- TODO: Size logo better --> <!-- TODO: Size logo better -->
<img src="https://libreevent.janishutz.com/assets/logo.png" alt="libreevent logo" class="project-logo"> <img src="https://libreevent.janishutz.com/assets/logo.png" alt="libreevent logo" class="project-logo">
<h1>libreǝvent</h1> <h1>libreǝvent</h1>
<a href="/projects" class="back-button">&leftarrow; All projects</a>
<p>Free & Open Source Event Management & Ticketing Solution</p> <p>Free & Open Source Event Management & Ticketing Solution</p>
<hr class="pullquote-lines">
<h3 class="content-title-small">Why use a commercial event management solution, if you can host a more flexible one yourself?</h3>
<hr class="pullquote-lines">
</div> </div>
<div id="yt-embed"></div> <div id="yt-embed"></div>