Changed content and added info page
This commit is contained in:
parent
2335bb0c9d
commit
28f9e8a1eb
8 changed files with 58 additions and 6 deletions
|
@ -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
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
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
BIN
html/assets/img/yapping.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 127 KiB |
|
@ -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%;}
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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
42
html/info/index.html
Normal 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>
|
Loading…
Add table
Add a link
Reference in a new issue