mirror of
https://github.com/janishutz/libreevent.git
synced 2025-11-25 05:14:23 +00:00
start updating doc style
This commit is contained in:
28
website/dist/docs/css/style.css
vendored
28
website/dist/docs/css/style.css
vendored
@@ -17,20 +17,22 @@ html, body {
|
||||
}
|
||||
|
||||
body {
|
||||
height: 100vh;
|
||||
display: grid;
|
||||
display: block;
|
||||
background-color: #648cab;
|
||||
grid-template-areas:
|
||||
'header header header header header'
|
||||
'menu main main main main'
|
||||
'menu main main main main'
|
||||
'menu main main main main'
|
||||
'menu main main main main'
|
||||
'menu main main main main'
|
||||
'menu main main main main'
|
||||
'menu main main main main'
|
||||
'menu main main main main'
|
||||
'footer footer footer footer footer';
|
||||
}
|
||||
|
||||
.doc-main {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
@media only screen and (min-width: 1000px) {
|
||||
body {
|
||||
height: 100vh;
|
||||
}
|
||||
.doc-main {
|
||||
display: flex;
|
||||
height: 85vh;
|
||||
}
|
||||
}
|
||||
|
||||
.title-wrapper {
|
||||
|
||||
25
website/dist/docs/index.html
vendored
25
website/dist/docs/index.html
vendored
@@ -13,17 +13,20 @@
|
||||
</head>
|
||||
<body>
|
||||
<div id="nav"></div>
|
||||
<div id="side-bar"></div>
|
||||
<div id="backToTop" onclick="backToTop();"></div>
|
||||
<div id="docPage">
|
||||
<div class="title-wrapper">
|
||||
<h1>Docs - libreǝvent</h1>
|
||||
<footer>Learn how to setup and use libreǝvent!</footer>
|
||||
</div>
|
||||
<div class="content">
|
||||
<h3>Welcome to the libreǝvent docs, THE place to learn all about the project!</h3>
|
||||
<p>libreǝvent is a free and open source event management solution with which you may sell tickets online at incredibly low prices as you host the application yourself. But don't be afraid, it's easier to set up than you might think! To make it as easy as possible for you to set up libreǝvent, we have our installation guides which you may follow to get up and running very quickly!</p>
|
||||
<p>If you like this project, please consider giving it a star on GitHub and donating to help fund the development costs.</p>
|
||||
<div class="doc-main">
|
||||
|
||||
<div id="side-bar"></div>
|
||||
<div id="backToTop" onclick="backToTop();"></div>
|
||||
<div id="docPage">
|
||||
<div class="title-wrapper">
|
||||
<h1>Docs - libreǝvent</h1>
|
||||
<footer>Learn how to setup and use libreǝvent!</footer>
|
||||
</div>
|
||||
<div class="content">
|
||||
<h3>Welcome to the libreǝvent docs, THE place to learn all about the project!</h3>
|
||||
<p>libreǝvent is a free and open source event management solution with which you may sell tickets online at incredibly low prices as you host the application yourself. But don't be afraid, it's easier to set up than you might think! To make it as easy as possible for you to set up libreǝvent, we have our installation guides which you may follow to get up and running very quickly!</p>
|
||||
<p>If you like this project, please consider giving it a star on GitHub and donating to help fund the development costs.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.1/jquery.min.js"></script>
|
||||
|
||||
Reference in New Issue
Block a user