did some stuff idk lol
This commit is contained in:
parent
b4fba1ab87
commit
5ded3a9b8e
|
@ -23,7 +23,6 @@
|
||||||
right: 0;
|
right: 0;
|
||||||
margin:0;
|
margin:0;
|
||||||
padding:0;
|
padding:0;
|
||||||
padding-top: 5vh;
|
|
||||||
transform: translate(-40%,0);
|
transform: translate(-40%,0);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -4,22 +4,25 @@
|
||||||
#include header.html
|
#include header.html
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<title>ktyl ~ home</title>
|
<title>ktyl ~ home</title>
|
||||||
|
|
||||||
<div class="sidebar">
|
<div class="sidebar">
|
||||||
#include titlestart.html
|
#include titlestart.html
|
||||||
#include titleend.html
|
#include titleend.html
|
||||||
#include sidebarlinks.html
|
#include sidebarlinks.html
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="page">
|
<div class="page">
|
||||||
|
|
||||||
<h1>cats stuff</h1>
|
<h1>cats stuff</h1>
|
||||||
|
|
||||||
<p>hi, im cat and i do things and stuff. eventually i want to make this an actual, useful landing page for people interested in me and what i do. unfortunately, im very scatterbrained and not very organised! as a result, this is just one of myriad ongoing projects that i constantly try to chip away at, to varying degrees of success.</p>
|
<p>
|
||||||
</div>
|
hi, im cat and i do things and stuff. eventually i want to make this an actual, useful landing page for people interested in me and what i do. unfortunately, im very scatterbrained and not very organised! as a result, this is just one of myriad ongoing projects that i constantly try to chip away at, to varying degrees of success.
|
||||||
|
</p>
|
||||||
|
|
||||||
#include planets.html
|
</div>
|
||||||
|
|
||||||
|
#include planets.html
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
|
@ -78,6 +78,7 @@ a.fsText:hover {
|
||||||
top:0;
|
top:0;
|
||||||
margin-top: 1em;
|
margin-top: 1em;
|
||||||
padding: 0px 0 50px;
|
padding: 0px 0 50px;
|
||||||
|
padding-top: 5vh;
|
||||||
/*background-color: var(--foreground-inactive);*/
|
/*background-color: var(--foreground-inactive);*/
|
||||||
|
|
||||||
transform: translate(-50%, 0);
|
transform: translate(-50%, 0);
|
||||||
|
|
4
todo.md
4
todo.md
|
@ -1,8 +1,8 @@
|
||||||
* [x] header
|
* [x] header
|
||||||
* [x] differentiate page name from site name
|
* [x] differentiate page name from site name
|
||||||
* [x] sidebar
|
* [x] sidebar
|
||||||
* [x] incorporate title
|
* [x] title
|
||||||
* [x] incorporate socials
|
* [x] socials
|
||||||
* [ ] footer
|
* [ ] footer
|
||||||
* [ ] made by me
|
* [ ] made by me
|
||||||
* [-] gallery
|
* [-] gallery
|
||||||
|
|
Loading…
Reference in New Issue