Remove redundant messages from README.md

This commit is contained in:
Paul W. 2021-09-22 01:49:16 -04:00 committed by GitHub
parent f16083a42c
commit 9d0d4a4953
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,9 +4,7 @@ This is a draft of the rationale behind writing pages the way I have. I do not l
## Page Categorization ## Page Categorization
The home page or the index page solely acts as a gateway to all the other pages on the site. The home page or the index page solely acts as a gateway to all the other pages on the site.
The accessible pages are categorized on a need-based system. Since I currently do not have multiple pages, I have them all under one single directory. The accessible pages are categorized on a need-based system. Since I currently do not have multiple pages, I have them all under a single directory.
As with other typical static webpages, the `stylesheet/` directory contains the CSS files and the `scripts/` directory contains the JS files.
## Design Principles ## Design Principles
The goal of my home page's design is to keep this minimal. There is no need for unnecessary content to waste people's time. The rule is simple: only waste one's time if they willingly do so. The goal of my home page's design is to keep this minimal. There is no need for unnecessary content to waste people's time. The rule is simple: only waste one's time if they willingly do so.