ADD: about page and structural stuff

This commit is contained in:
TheShinyMelon 2024-11-14 22:59:55 +01:00
parent 864fc1babb
commit 0ea827b7f5
30 changed files with 48 additions and 2 deletions

0
.gitignore vendored Normal file → Executable file
View File

0
README.md Normal file → Executable file
View File

2
add_script/dbstuff.sql Normal file → Executable file
View File

@ -33,4 +33,4 @@ INSERT INTO audio (aud_path,aud_title, aud_desc)
VALUES ('/home/dani/music/bbtb.mp3', 'Bitten by the Bullet: It is really good!', 'This song is very good. It pulls inspiration from J-Rock and Punk covering many topics that I was dealing with at the time of writing.'); VALUES ('/home/dani/music/bbtb.mp3', 'Bitten by the Bullet: It is really good!', 'This song is very good. It pulls inspiration from J-Rock and Punk covering many topics that I was dealing with at the time of writing.');
INSERT INTO audio (aud_path, aud_title, aud_desc) INSERT INTO audio (aud_path, aud_title, aud_desc)
VALUES ('/home/dani/music/chronostasis.mp3', 'the enigmatic benefits of chronostasis', "The blink of an eye. The stroke of a colibri's wing. The entire span of primordial nucleosynthesis. Moments can only last so long, But you have the power of making it last forever."); VALUES ('/home/dani/music/chronostasis.mp3', 'the enigmatic benefits of chronostasis', "The blink of an eye. The stroke of a hummingbird's wing. The entire span of primordial nucleosynthesis. Moments can only last so long, But you have the power of making it last forever.");

0
app/config.php Normal file → Executable file
View File

0
app/db_connector.php Normal file → Executable file
View File

BIN
project_files/about-me.ase Executable file

Binary file not shown.

10
project_files/index.html Executable file
View File

@ -0,0 +1,10 @@
<!DOCTYPE html>
<!-- Intermediate index! -->
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width initial-scale=1">
<title>Present day... present time! AHAHAHAHA</title>
</head>
<body>
<h1>This site is currently under construction. Curb your anticipation!</h1>
</body>

2
project_files/robots.txt Executable file
View File

@ -0,0 +1,2 @@
User-agent: *
Disallow: /

BIN
project_files/site-ad.ase Executable file

Binary file not shown.

0
public/404.php Normal file → Executable file
View File

21
public/about.php Executable file
View File

@ -0,0 +1,21 @@
<h1 class='cat_heading'>> chosen file type: person<br>&nbsp;&nbsp;getting to know me is futile...<br>&nbsp;&nbsp;listing files...</h1>
<h2>I am a human. Treat me as such.</h2>
<div style='display: flex'>
<p>
This is a block of text about me.<br>
Very fascinating.<br><br>
Exhilarating, almost.<br><br>
This site was created solely by human hands without the use of AI.<br><br>
Also, documents are being dynamically built using php, relying heavily on the resources of the server.
That means that the number of simultanious visitors is restricted and both visiting and running the site is discouraged.<br>
So, in turn, this site represents my personality traits in the '''real''' world.
(People of culture would call this 'edgy tsundere behaviour', but what do they know...)
</p>
<img src='./resources/img/about-me.gif' style='height: 8rem;' class='pixelart'>
</div>
<?php
?>

0
public/audio.php Normal file → Executable file
View File

2
public/image.php Normal file → Executable file
View File

@ -1,4 +1,4 @@
<h1 class='cat_heading'>> chosen file type: image<br>&nbsp;&nbsp;listing files:</h1> <h1 class='cat_heading'>> chosen file type: image<br>&nbsp;&nbsp;listing files...</h1>
<?php <?php
include_once('../app/db_connector.php'); include_once('../app/db_connector.php');

5
public/index.php Normal file → Executable file
View File

@ -55,3 +55,8 @@
break; break;
} }
?> ?>
<footer>
<hr>
<p>This is a footer. No not futa, you horny imbecile.</p>
</footer>

0
public/resources/fav.ico Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 17 KiB

After

Width:  |  Height:  |  Size: 17 KiB

0
public/resources/fonts/LiberationMono-Regular.ttf Normal file → Executable file
View File

0
public/resources/fonts/LiberationMono.woff Normal file → Executable file
View File

0
public/resources/fonts/LiberationSans-Regular.ttf Normal file → Executable file
View File

0
public/resources/fonts/LiberationSans.woff Normal file → Executable file
View File

0
public/resources/fonts/LiberationSerif-Regular.ttf Normal file → Executable file
View File

0
public/resources/fonts/LiberationSerif.woff Normal file → Executable file
View File

0
public/resources/fonts/RealityHyperRegular.ttf Normal file → Executable file
View File

0
public/resources/fonts/RealityHyperRegular.woff Normal file → Executable file
View File

0
public/resources/img/8_spinning_30fps.gif Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 9.6 MiB

After

Width:  |  Height:  |  Size: 9.6 MiB

BIN
public/resources/img/about-me.gif Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 345 B

0
public/resources/img/bisaflor.png Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 128 KiB

After

Width:  |  Height:  |  Size: 128 KiB

0
public/resources/img/bisaknosp.png Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 159 KiB

After

Width:  |  Height:  |  Size: 159 KiB

0
public/resources/img/bisasam.png Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 133 KiB

After

Width:  |  Height:  |  Size: 133 KiB

BIN
public/resources/img/site-ad.gif Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.3 KiB

8
public/resources/stylesheet.css Normal file → Executable file
View File

@ -113,3 +113,11 @@
padding-left: 2rem; padding-left: 2rem;
color: #BFBFBF; color: #BFBFBF;
} }
.pixelart {
image-rendering: pixelated;
image-rendering: -moz-crisp-edges;
image-rendering: crisp-edges;
object-fit: contain;
width: auto;
}