diff options
-rw-r--r-- | README.md | 21 | ||||
-rw-r--r-- | m.css | 9 | ||||
-rw-r--r-- | 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 @@ <h2>ABOUT</h2> <p>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</p> <h2>LOG</h2> @@ -74,9 +74,21 @@ also started to add some basic CSS and successfully got a working header and footer</p> <h2>SOURCE</h2> +<h3>TREE</h3> +<pre class="tree"> +/ - home +/e - error +/gh - GitHub +/gh/w - website GitHub +/gh/wf - WinForms GitHub +/p - projects +/w - website +/wf - WinForms +</pre> +<h3>GET</h3> <p>The source code is <a href="../gh/w"> here</a> and you can get it with:</p><div class="sh"> -git clone http://github.com/porterswanstrom/w</div><br /> +git clone http://github.com/porterswanstrom/w</div> </div><div id="f"> |