CHANGE: played around with css, didn't do much today kinda not feeling so hot :'(
This commit is contained in:
parent
87c6bd4c61
commit
e68b9f90e8
@ -1,9 +1,9 @@
|
|||||||
<h1 class='cat_heading'>> chosen file type: person<br> getting to know me is futile...<br> listing files...<br>$<img src='./resources/img/cursor_blinking.gif' class='pixelart' style='height: 1em;'></h1>
|
<h1 class='cat_heading'>> chosen file type: person<br> getting to know me is futile...<br> listing files...<br>$<img src='./resources/img/cursor_blinking.gif' class='pixelart' style='height: 1em;'></h1>
|
||||||
|
|
||||||
<h2>I am a human. Treat me as such. I will reciprocate.</h2>
|
<div style='margin: auto; width: 85vw;'>
|
||||||
|
<h2>I am a human. Treat me as such. I will reciprocate.</h2>
|
||||||
<div style='display: flex'>
|
<div style='display: flex;'>
|
||||||
<p>
|
<p>
|
||||||
This is a hunk of text about me and my website.<br>
|
This is a hunk of text about me and my website.<br>
|
||||||
Very fascinating indeed.<br><br>
|
Very fascinating indeed.<br><br>
|
||||||
I endorse free and open software.<br><br>
|
I endorse free and open software.<br><br>
|
||||||
@ -15,10 +15,7 @@
|
|||||||
(People of culture would call this 'edgy tsundere behavior', but what do they know...)<br><br>
|
(People of culture would call this 'edgy tsundere behavior', but what do they know...)<br><br>
|
||||||
Let's all love Lain! ❤<br>
|
Let's all love Lain! ❤<br>
|
||||||
- Dani aka TheShinyMelon
|
- Dani aka TheShinyMelon
|
||||||
</p>
|
</p>
|
||||||
<img src='./resources/img/about-me.gif' style='height: 10rem; margin: 5rem;' class='pixelart'>
|
<img src='./resources/img/about-me.gif' style='height: 10rem; margin: 5rem;' class='pixelart'>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<?php
|
|
||||||
|
|
||||||
?>
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
<h1 class='cat_heading'>> chosen file type: audio<br> listing files...</h1>
|
<h1 class='cat_heading'>> chosen file type: audio<br> listing files...<br>$<img src='./resources/img/cursor_blinking.gif' class='pixelart' style='height: 1em;'></h1>
|
||||||
|
|
||||||
<?php
|
<?php
|
||||||
include_once('../app/db_connector.php');
|
include_once('../app/db_connector.php');
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
<h1 class='cat_heading'>> chosen file type: image<br> listing files...</h1>
|
<h1 class='cat_heading'>> chosen file type: image<br> listing files...<br>$<img src='./resources/img/cursor_blinking.gif' class='pixelart' style='height: 1em;'></h1>
|
||||||
|
|
||||||
<?php
|
<?php
|
||||||
include_once('../app/db_connector.php');
|
include_once('../app/db_connector.php');
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
<a href='index.php' class='logo_link'>
|
<a href='index.php' class='logo_link'>
|
||||||
<div class='logo_group'>
|
<div class='logo_group'>
|
||||||
<h1 class='logo_font'>LAYER-</h1>
|
<h1 class='logo_font'>LAYER-</h1>
|
||||||
<img src='./resources/img/8_spinning_30fps_bw_shadow.gif' class='logo_gif'>
|
<img src='./resources/img/8_spinning_30fps_bw_shadow.gif' class='logo_gif' alt='8'>
|
||||||
</div>
|
</div>
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
|
@ -88,21 +88,32 @@ footer {
|
|||||||
|
|
||||||
.menu_bar li a {
|
.menu_bar li a {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
color: #FFF;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.menu_bar li a:hover {
|
.menu_bar li a:hover {
|
||||||
|
text-style-type: bold;
|
||||||
|
/*
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
text-decoration-thickness: 5px;
|
text-decoration-thickness: 5px;
|
||||||
text-decoration-color: #f3a041;
|
text-decoration-color: #f3a041;
|
||||||
color: #FFF;
|
*/
|
||||||
|
}
|
||||||
|
|
||||||
|
.menu_bar li a:hover:before {
|
||||||
|
content: '~/';
|
||||||
|
}
|
||||||
|
|
||||||
|
.menu_bar li a:hover:after {
|
||||||
|
content: '/ ';
|
||||||
}
|
}
|
||||||
|
|
||||||
.menu_bar li a:active {
|
.menu_bar li a:active {
|
||||||
|
color: #AAA;
|
||||||
|
/*
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
text-decoration-thickness: 6px;
|
text-decoration-thickness: 6px;
|
||||||
text-decoration-color: #41a3f3;
|
text-decoration-color: #41a3f3;
|
||||||
color: #FFF;
|
*/
|
||||||
}
|
}
|
||||||
|
|
||||||
.img_list {
|
.img_list {
|
||||||
|
Loading…
Reference in New Issue
Block a user