about summary refs log tree commit diff
diff options
context:
space:
mode:
author1970-01-01 00:00:00 +0000
committer1970-01-01 00:00:00 +0000
commit595437e7bb8b8f8ebf035b4ad9b860bde3642af3 (patch)
treed640b4d6b4def29469da44851ef6926f7f70d7ab
parentsource tree as list (diff)
downloadw-595437e7bb8b8f8ebf035b4ad9b860bde3642af3.tar
w-595437e7bb8b8f8ebf035b4ad9b860bde3642af3.tar.gz
w-595437e7bb8b8f8ebf035b4ad9b860bde3642af3.tar.bz2
w-595437e7bb8b8f8ebf035b4ad9b860bde3642af3.tar.xz
w-595437e7bb8b8f8ebf035b4ad9b860bde3642af3.zip
reword
-rw-r--r--w/m.htm21
-rw-r--r--wf/m.htm10
2 files changed, 7 insertions, 24 deletions
diff --git a/w/m.htm b/w/m.htm
index eba2359..6cbfe58 100644
--- a/w/m.htm
+++ b/w/m.htm
@@ -16,7 +16,7 @@
 
 </div><div id="b">
 
-<h2>ABOUT</h2>
+<h2>WHY</h2>
 <p>This site started as something interesting for me to work
 on during my break after the fall semester of 2024 ended.
 It's turned out to be a fantastic excuse to learn HTML, CSS,
@@ -75,27 +75,10 @@ projects</a> page, and <a href="../w">about</a> page. I
 also started to add some basic CSS and successfully got a
 working header and footer</p>
 
-<h2>SOURCE</h2>
-<h3>TREE</h3>
-<ul class="tree">
-<li>/ - home</li>
-<li>/e - error</li>
-<li>/gh - GitHub</li>
-<li>/gh/w - website GitHub</li>
-<li>/gh/wf - WinForms GitHub</li>
-<li>/i - images</li>
-<li>/p - projects</li>
-<li>/s - CSS styles</li>
-<li>/w - website</li>
-<li>/wf - WinForms</li>
-</ul>
-
-<h3>GET</h3>
+<h2>GET</h2>
 <p>The source code is <a href="../gh/w">here</a>
 and you can get it with:</p><pre class="sh">
 git clone http://github.com/porterswanstrom/w
-git clone http://github.com/porterswanstrom/w
-git clone http://github.com/porterswanstrom/w
 </pre>
 
 </div><div id="f">
diff --git a/wf/m.htm b/wf/m.htm
index dfd5f14..11dc994 100644
--- a/wf/m.htm
+++ b/wf/m.htm
@@ -16,10 +16,10 @@
 
 </div><div id="b">
 
-<h2>ABOUT</h2>
-<p>This project contains a bunch of WinForms that I've made
-while in college. None of these are complex, but a few
-notable programs are:</p>
+<h2>WHY</h2>
+<p>This project is for archiving the various WinForms that
+I've made while in college. None of these are complex, but
+a few notable programs are:</p>
 
 <ol><li><h3>chess_monitor</h3>
 This program lets a user move/take pieces on a chess board
@@ -31,7 +31,7 @@ multiple games need monitored simultaneously</li><br />
 A very basic text to HTML converter that only supports
 paragraphs, headers, and non-inline links</li><br /></ol>
 
-<h2>SOURCE</h2>
+<h2>GET</h2>
 <p>The source code is <a href="../gh/wf">
 here</a> and you can get it with:</p><pre class="sh">
 git clone http://github.com/porterswanstrom/wf</pre>