diff options
author | Mike Gerwitz <mtg@gnu.org> | 2017-07-24 21:26:54 -0400 |
---|---|---|
committer | Mike Gerwitz <mtg@gnu.org> | 2017-07-24 21:27:02 -0400 |
commit | 0633a1dd4d35c77a1daee4f5d8f5850cf3cec3a8 (patch) | |
tree | 2414fecbccc096a6b03d6b3195a67970e9cc7244 /docs | |
parent | bd59be0d3771428649c92c6a1516d9ed18f5b15b (diff) | |
download | thoughts-0633a1dd4d35c77a1daee4f5d8f5850cf3cec3a8.tar.gz thoughts-0633a1dd4d35c77a1daee4f5d8f5850cf3cec3a8.tar.bz2 thoughts-0633a1dd4d35c77a1daee4f5d8f5850cf3cec3a8.zip |
:Move Education to bottom of resume
* docs/about/resume.html (Education): Move section to bottom.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/about/resume.html | 40 |
1 files changed, 20 insertions, 20 deletions
diff --git a/docs/about/resume.html b/docs/about/resume.html index c80a0c7..69c4408 100644 --- a/docs/about/resume.html +++ b/docs/about/resume.html @@ -149,26 +149,6 @@ </dd> </dl> - <h2>Education</h2> - <dl> - <dt>Self Educated</dt> - <dd class="period">2000–Present</dd> - <dd class="desc"> - Primarily self educated: learning through experimentation; hacking - free software; interaction with others; and extensive reading and - research. - </dd> - - <dt>Clarence High School</dt> - <dd class="period">September 2002–June 2007</dd> - <dd class="desc"> - Attended technology and programming courses with pre-existing - knowledge that surpassed that of the instructors' and vastly - exceeded class scope. Helped to instruct students when instructor - was unavailable, and aided in the answering of any questions. - </dd> - </dl> - <h2>Projects</h2> <p class="nopgbrk"> Listed here are my own projects, @@ -770,6 +750,26 @@ </ul> </dd> </dl> + + <h2>Education</h2> + <dl> + <dt>Self Educated</dt> + <dd class="period">2000–Present</dd> + <dd class="desc"> + Primarily self educated: learning through experimentation; hacking + free software; interaction with others; and extensive reading and + research. + </dd> + + <dt>Clarence High School</dt> + <dd class="period">September 2002–June 2007</dd> + <dd class="desc"> + Attended technology and programming courses with pre-existing + knowledge that surpassed that of the instructors' and vastly + exceeded class scope. Helped to instruct students when instructor + was unavailable, and aided in the answering of any questions. + </dd> + </dl> </div> <div id="misc"> |