Redesign
This commit is contained in:
parent
2734bc7fbb
commit
05500cb27b
7 changed files with 117 additions and 54 deletions
|
@ -10,17 +10,27 @@ $title = "Marcel's Homepage";
|
|||
</head>
|
||||
|
||||
<body>
|
||||
<div id="topbar" class="darkerbar"><h1><?php echo $title; ?></h1> </div>
|
||||
<header id="topbar" class="darkerbar"><h1><?php echo $title; ?></h1> </header>
|
||||
|
||||
<div id="content">
|
||||
<p>Hi, I am Marcel and this is my server (and my ugly homepage)! Lorem ipsum dolor sit amet or something.<br>
|
||||
Most of my services are for private use, because I don't want to track every user on my server or guarantee flawless connectivity.<br>
|
||||
If you know me personally, you may ask me for an account on one of my services.
|
||||
If you don't know me personally, then I probably won't give you access to my services.</p>
|
||||
<div class="item-list">
|
||||
<?php include "/var/www/html/root/homepagehtml.html" ?>
|
||||
</div>
|
||||
<main>
|
||||
<div id="links-container">
|
||||
<div class="item" id="authentik">
|
||||
<div class="image"><img class="item" src="static/authentik.svg"></div><div class="desc">authentik</div>
|
||||
<a href="https://auth.marcelsite.com"></a>
|
||||
</div>
|
||||
<div class="item" id="forgejo">
|
||||
<div class="image"><img class="item" src="static/forgejo.svg"></div><div class="desc">Forgejo</div>
|
||||
<a href="https://git.marcelsite.com"></a>
|
||||
</div>
|
||||
<div class="item" id="element">
|
||||
<div class="image"><img class="item" src="static/element.svg"></div><div class="desc">Matrix (Element)</div>
|
||||
<a href="https://element.marcelsite.com"></a>
|
||||
</div>
|
||||
</div>
|
||||
<p>
|
||||
You've reached my realm. Now look around or leave.
|
||||
</p>
|
||||
</main>
|
||||
|
||||
|
||||
<footer id="bottombar" class="darkerbar"> </footer>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue