diff --git a/index.html b/index.html index 8a2abec..fa6d121 100644 --- a/index.html +++ b/index.html @@ -5,148 +5,25 @@ Files: cd $CURRENT && ls *.html | python3 $HOME/bscripts/ls_to_a.py

-

- Welcome, to my WEBSITE! -

-
-

- Welcome to my awesome website, - I will Attempt to learn html using it, - and you can view my progress here(i guess)... -

-

- Why am i doing this for myself? - Because it is about time I learn to make websites - (and i want to really know how bad js is and if ts is actually any good) -

-

- Imma do a lot of dumb shit here, like not centering this text. -
- And also giving it different colors -

-

- But enough with the games! -

- I PRESENT TO YOU: 🥁🥁🥁 -

-

-

- A button -

- -
- -
-

- Now imma make a slider, which may or may not do something extre -
- Only one way to find out! -

- -
-
-

- And now, I will attempt to animate this div -

- -
-
-

- The last animation was made using the `setInterval` and `clearInterval` - built in function, - but this one will use the `animate` built in function - (I really hope it works well) -

- -

- This is indeed MUCH MUCH better. BUT, it is experimental - and not supported on everything or something - (like Safari, and also IE but that is deprecated). -
- Basically you can set keyframes, and pass some more stuff, - but most noteable you dont need to store the id of the interval - anywhere and you can simply fire and forget - (but just in case you can give it an id which is great) -

-

- This page is getting crowded so imma attemp at creating an hyper link - to another page on the site -
- I am really not sure how it works -

+
+

+ Hello and welcome to my personal website +

+ (if you are looking for the old index it is now here) +

+
+

+ While you are here, feel free to navigate the site using the + Folders and Files listings above +

+ Sometimes pages will link directly to other pages + (like old_index + which links to another_page, + or like how this page links to other pages as part of pointing stuff out) + +

- - -cat $HOME/template/footer.html \ No newline at end of file +
+ +cat $HOME/template/footer.html diff --git a/old_index.html b/old_index.html new file mode 100644 index 0000000..8a2abec --- /dev/null +++ b/old_index.html @@ -0,0 +1,152 @@ +cat $HOME/template/header.html | sed "s/__PAGE TITLE__/Rusty's website/" +

+ Folders: cd $CURRENT && ls */ -d | sed 's/\///' | python3 $HOME/bscripts/ls_to_a.py +
+ Files: cd $CURRENT && ls *.html | python3 $HOME/bscripts/ls_to_a.py +

+ +

+ Welcome, to my WEBSITE! +

+
+

+ Welcome to my awesome website, + I will Attempt to learn html using it, + and you can view my progress here(i guess)... +

+

+ Why am i doing this for myself? + Because it is about time I learn to make websites + (and i want to really know how bad js is and if ts is actually any good) +

+

+ Imma do a lot of dumb shit here, like not centering this text. +
+ And also giving it different colors +

+

+ But enough with the games! +

+ I PRESENT TO YOU: 🥁🥁🥁 +

+

+

+ A button +

+ +
+ +
+

+ Now imma make a slider, which may or may not do something extre +
+ Only one way to find out! +

+ +
+
+

+ And now, I will attempt to animate this div +

+ +
+
+

+ The last animation was made using the `setInterval` and `clearInterval` + built in function, + but this one will use the `animate` built in function + (I really hope it works well) +

+ +

+ This is indeed MUCH MUCH better. BUT, it is experimental + and not supported on everything or something + (like Safari, and also IE but that is deprecated). +
+ Basically you can set keyframes, and pass some more stuff, + but most noteable you dont need to store the id of the interval + anywhere and you can simply fire and forget + (but just in case you can give it an id which is great) +

+

+ This page is getting crowded so imma attemp at creating an hyper link + to another page on the site +
+ I am really not sure how it works +

+
+ + + +cat $HOME/template/footer.html \ No newline at end of file