From bfb8181d552ed05f6a63d3ca2c4dc4e8351fca66 Mon Sep 17 00:00:00 2001 From: ​ Date: Thu, 1 Jan 1970 00:00:00 +0000 Subject: website tree --- README.md | 21 ++++++++++++++++++++- m.css | 9 ++++++++- w/m.htm | 16 ++++++++++++++-- 3 files changed, 42 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index c0bb5bf..13228cb 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ ### ABOUT I started this site to have something to do during my break -before the 2024 fall semester began, it turned out to be a +before the 2024 spring semester began, it turned out to be a fantastic excuse to learn HTML, CSS, and Git ### LOG @@ -52,3 +52,22 @@ I started this site on the 6th and so far the only pages are the homepage, projects page, and about page. I also started to add some basic CSS and successfully got a working header and footer + +### SOURCE + +#### TREE +``` +/ - home +/e - error +/gh - GitHub +/gh/w - website GitHub +/gh/wf - WinForms GitHub +/p - projects +/w - website +/wf - WinForms +``` + +#### GET +``` +git clone http://github.com/porterswanstrom/w +``` diff --git a/m.css b/m.css index 9bb403d..f54ef6c 100644 --- a/m.css +++ b/m.css @@ -59,6 +59,13 @@ img{margin-left:4%} border-color:#847884; padding-left:2%} +.tree +{font:400 72% mono; + color:#EE9F00; + border-left-style:dotted; + border-color:#847884; + padding-left:2%} + @media(prefers-color-scheme:light) {html,body {background-color:#F8F6E0; @@ -73,7 +80,7 @@ img{margin-left:4%} #f a {color:#004050; text-decoration:underline} - .sh + .sh,.tree {color:#000000; border-color:#403060}} diff --git a/w/m.htm b/w/m.htm index a08801e..f806f9b 100644 --- a/w/m.htm +++ b/w/m.htm @@ -17,7 +17,7 @@

ABOUT

I started this site to have something to do during my -break before the 2024 fall semester began, it turned out +break before the 2024 spring semester began, it turned out to be a fantastic excuse to learn HTML, CSS, and Git

LOG

@@ -74,9 +74,21 @@ also started to add some basic CSS and successfully got a working header and footer

SOURCE

+

TREE

+
+/ - home
+/e - error
+/gh - GitHub
+/gh/w - website GitHub
+/gh/wf - WinForms GitHub
+/p - projects
+/w - website
+/wf - WinForms
+
+

GET

The source code is here and you can get it with:

-git clone http://github.com/porterswanstrom/w

+git clone http://github.com/porterswanstrom/w
-- cgit 1.4.1