Changed content and added info page

This commit is contained in:
Bo⋆˚✿˖° 2025-06-25 04:33:14 +02:00
parent 2335bb0c9d
commit 28f9e8a1eb
Signed by: FreedTapestry21
GPG key ID: 0664F1BDE43BA236
8 changed files with 58 additions and 6 deletions

View file

@ -35,7 +35,7 @@
<div class="box content invert">
<div class="item center">
<img src="/assets/img/logo.png" class="img circle">
<img src="/assets/img/journey.png" class="img circle">
</div>
<div class="item">
<h1>The fops' journey</h1>
@ -45,7 +45,7 @@
<div class="box footer">
<div class="info">
<p>Freed's place</p>
<p><a href="/info">Freed's place</a></p>
</div>
<div class="copyright">
<p>Copyright (c) 2022-2025 FreedTapestry21</p>

BIN
html/assets/img/journey.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 88 KiB

BIN
html/assets/img/phone.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 115 KiB

BIN
html/assets/img/yapping.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 127 KiB

View file

@ -101,6 +101,16 @@ a:hover {
.footer p {font-size:12px;}
.footer a {
color: var(--background-color);
text-decoration: none;
}
.footer a:hover {
color: var(--accent-color);
background-color: var(--background-color);
}
.info {text-align: left; width: 45%;}
.copyright {text-align: right; width: 45%;}

View file

@ -25,7 +25,7 @@
<div class="box content">
<div class="item center">
<img src="/assets/img/logo.png" class="img circle">
<img src="/assets/img/yapping.png" class="img circle">
</div>
<div class="item">
<h1>Yapping places!!</h1>
@ -35,7 +35,7 @@
<div class="box content invert">
<div class="item center">
<img src="/assets/img/logo.png" class="img circle">
<img src="/assets/img/phone.png" class="img circle">
</div>
<div class="item">
<h1>Find them here!</h1>
@ -51,7 +51,7 @@
<div class="box footer">
<div class="info">
<p>Freed's place</p>
<p><a href="/info">Freed's place</a></p>
</div>
<div class="copyright">
<p>Copyright (c) 2022-2025 FreedTapestry21</p>

View file

@ -45,7 +45,7 @@
<div class="box footer">
<div class="info">
<p>Freed's place</p>
<p><a href="/info">Freed's place</a></p>
</div>
<div class="copyright">
<p>Copyright (c) 2022-2025 FreedTapestry21</p>

42
html/info/index.html Normal file
View file

@ -0,0 +1,42 @@
<!DOCTYPE html>
<html>
<head>
<title>Info | Freed's place</title>
<link rel="stylesheet" href="/assets/style.css">
<link rel="stylesheet" href="/assets/mobile.css">
<link rel="icon" type="image/x-icon" href="/assets/img/logo.png">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="format-detection" content="telephone=no">
<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" />
<meta http-equiv="Pragma" content="no-cache" />
<meta http-equiv="Expires" content="0" />
</head>
<body>
<div class="box menu">
<div class="name"><p>Freed's place</p></div>
<div class="index">
<p>
<a href="/">Home</a> |
<a href="/about">About</a> |
<a href="/contact">Contact</a>
</p>
</div>
</div>
<div class="box content">
<div class="item">
<h1>Freed.place</h1>
<p>Version 3.0<br>Made with <3 by FreedTapestry21<br>This project is licensed under the CC-BY-4.0 license, including all assets signed by Bo.<br><br><a href="https://git.pixelated.sh/FreedTapestry21/freed.place" target="_blank">Check out the source code here!</a></p>
</div>
</div>
<div class="box footer">
<div class="info">
<p><a href="/info">Freed's place</a></p>
</div>
<div class="copyright">
<p>Copyright (c) 2022-2025 FreedTapestry21</p>
</div>
</div>
</body>
</html>