diff options
author | Preston Pan <preston@nullring.xyz> | 2022-11-13 17:08:48 -0800 |
---|---|---|
committer | Preston Pan <preston@nullring.xyz> | 2022-11-13 17:08:48 -0800 |
commit | c06634b845c174bb961940b3ad3ecae64096d952 (patch) | |
tree | 84c16000f4319d6f2a637f0c870097a4324aa052 | |
parent | 6308c869055eb7f7b20a8ff14f1ee2845b1f9719 (diff) |
fixed ambigious wording on about page
-rw-r--r-- | build/website/about/index.html | 5 | ||||
-rw-r--r-- | website/about/index.html | 5 |
2 files changed, 2 insertions, 8 deletions
diff --git a/build/website/about/index.html b/build/website/about/index.html index 5baafae..b9883bd 100644 --- a/build/website/about/index.html +++ b/build/website/about/index.html @@ -25,9 +25,6 @@ About <div class="content"> <h1>About</h1> -<p> -</p> - <h2>About Website</h2> <p> This website was made without complex javascript or css so that it is easy to load @@ -43,7 +40,7 @@ About <h2>Business</h2> <p> - I'm currently looking for employment. Below are my skills and credentials, and given those + I'm currently looking for employment. In my resume listed at the very bottom, I list my skills and credentials and you can hire me to do pretty much anything related to those things. Some suggestions for what you can hire me for include: </p> diff --git a/website/about/index.html b/website/about/index.html index 5b7491d..e6398a6 100644 --- a/website/about/index.html +++ b/website/about/index.html @@ -5,9 +5,6 @@ $$END TITLE $$START CONTENT <h1>About</h1> -<p> -</p> - <h2>About Website</h2> <p> This website was made without complex javascript or css so that it is easy to load @@ -23,7 +20,7 @@ $$START CONTENT <h2>Business</h2> <p> - I'm currently looking for employment. Below are my skills and credentials, and given those + I'm currently looking for employment. In my resume listed at the very bottom, I list my skills and credentials and you can hire me to do pretty much anything related to those things. Some suggestions for what you can hire me for include: </p> |