0.4.3-devel #36
@ -11,10 +11,10 @@
|
||||
<body>
|
||||
|
||||
<!-- Popup Menu -->
|
||||
<?php require "./page-blocks/nav-menu.php";?>
|
||||
<?php include "./page-blocks/nav-menu.php";?>
|
||||
|
||||
<!-- Main Content Begins -->
|
||||
<?php require "./page-blocks/title-image.php";?>
|
||||
<?php include "./page-blocks/title-image.php";?>
|
||||
|
||||
<br>
|
||||
<br>
|
||||
@ -26,6 +26,10 @@
|
||||
<br>
|
||||
<br>
|
||||
|
||||
<h2 hidden>Server Maintenance</h2>
|
||||
<p hidden>Athena may be completely or partially unavailable between 1900-2300 on 07/10/2022,
|
||||
apologies for any inconvinience caused to you.</p>
|
||||
|
||||
<h2>Quick Links</h2>
|
||||
<button class="actionbutton" onclick="gotoInfoBoard('bathspa')">BTH</button>
|
||||
<button class="actionbutton" onclick="gotoInfoBoard('brstltm')">BRI</button>
|
||||
|
@ -1,5 +1,5 @@
|
||||
<?php
|
||||
include "./php/version.php";
|
||||
echo "<footer>";
|
||||
echo "<p>Created by Fred Boniface - v$athenaVersion</p>";
|
||||
echo '<p>Created by <a href="https://fredboniface.co.uk" target="_blank" rel="noreferrer noopener">Fred Boniface</a> - v$athenaVersion</p>';
|
||||
echo "</footer>";
|
||||
|
@ -1,3 +1,9 @@
|
||||
<?php
|
||||
|
||||
echo '<a href="/"><img class="titleimg" src="/assets/title/title.webp"></img></a>';
|
||||
<picture>
|
||||
<source media="(max-width:1000px)" srcset="/assets/title/title_355.jxl" type="image/jxl">
|
||||
<source media="(max-width:1000px)" srcset="/assets/title/title_355.webp" type="image/webp">
|
||||
<source media="(max-width:1000px)" srcset="/assets/title/title_355.png" type="image/png">
|
||||
<source srcset="/assets/title/title_600.jxl" type="image/jxl">
|
||||
<source srcset="/assets/title/title_600.webp" type="image/webp">
|
||||
<source srcset="/assets/title/title_600.png" type="image/png">
|
||||
<img src="/assets/title/title_600.png" alt="Athena Owl Logo">
|
||||
</picture>
|
@ -1,2 +1,2 @@
|
||||
<?php
|
||||
$athenaVersion = '0.4.2-alpha';
|
||||
$athenaVersion = '0.4.3-alpha';
|
||||
|
@ -6,7 +6,7 @@ body {
|
||||
padding-bottom: 60px; /*Footer height*/
|
||||
}
|
||||
|
||||
.titleimg {
|
||||
.titleimg img {
|
||||
width: 80%;
|
||||
padding-top: 50px;
|
||||
padding-bottom: 10px;
|
||||
|
Reference in New Issue
Block a user