Add contents and fix typo

This commit is contained in:
Nathan Chapman 2021-06-16 10:08:19 -06:00
parent 0938cab20f
commit 64326fd386
2 changed files with 16 additions and 5 deletions

View File

@ -33,7 +33,7 @@
<p>I'm currently attending <a href="https://btech.edu/">Bridgerland Technical College</a> and this page is a collection of links to projects and assignments I've made. A portfolio from school.</p> <p>I'm currently attending <a href="https://btech.edu/">Bridgerland Technical College</a> and this page is a collection of links to projects and assignments I've made. A portfolio from school.</p>
</section> </section>
<section> <section>
<h3>Assingments and Projects</h3> <h3>Assignments and Projects</h3>
<p>Links to the live webpages and code on github.</p> <p>Links to the live webpages and code on github.</p>
<dl> <dl>
<dt>PHP Work</dt> <dt>PHP Work</dt>
@ -53,11 +53,12 @@
<a href="https://btech-timetracker.nathanjchapman.com/">Website</a> / <a href="https://btech-timetracker.nathanjchapman.com/">Website</a> /
<a href="https://github.com/nathanjchapman/btech-timetracker/">Github</a> <a href="https://github.com/nathanjchapman/btech-timetracker/">Github</a>
</dd> </dd>
<dd>With Django, Postgresql, Javascript</dd>
<dt>Python</dt> <dt>Python Exercises</dt>
<dd><a href="https://github.com/nathanjchapman/python">Github</a></dd> <dd><a href="https://github.com/nathanjchapman/python">Github</a></dd>
<dt>Typing Test</dt> <dt>Typing Test with Javascript</dt>
<dd> <dd>
<a href="https://btech-typingtest.nathanjchapman.com/">Website</a> / <a href="https://btech-typingtest.nathanjchapman.com/">Website</a> /
<a href="https://github.com/nathanjchapman/btech-typingtest">Github</a> <a href="https://github.com/nathanjchapman/btech-typingtest">Github</a>

View File

@ -34,8 +34,17 @@
<p>When WordPress, Squarespace, or Wix don't suit your needs I can work closely with you to realize your vision.</p> <p>When WordPress, Squarespace, or Wix don't suit your needs I can work closely with you to realize your vision.</p>
<p>Designing around good writing, typography, and visual elements (colors, shapes, and images).</p> <p>Designing around good writing, typography, and visual elements (colors, shapes, and images).</p>
<p><a href="mailto:contact@nathanjchapman.com">Contact me</a> and let's get you a working website.</p> <p><a href="mailto:contact@nathanjchapman.com">Contact me</a> and let's get you a working website.</p>
<dl>
<dt>Contents</dt>
<dd>
<a href="#websites">Websites</a>
</dd>
<dd>
<a href="#webapps">Webapps</a>
</dd>
</dl>
</section> </section>
<section> <section id="websites">
<h3>Websites</h3> <h3>Websites</h3>
<div class="website-list"> <div class="website-list">
<a class="website-list__item" href="https://blog.monolithofminds.com/"> <a class="website-list__item" href="https://blog.monolithofminds.com/">
@ -76,9 +85,10 @@
</a> </a>
</div> </div>
</section> </section>
<section> <section id="webapps">
<h3>Web Apps</h3> <h3>Web Apps</h3>
<dl> <dl>
<dt>Contents</dt>
<dd> <dd>
<a href="#btech-time-tracker">BTech Time Tracker</a> <a href="#btech-time-tracker">BTech Time Tracker</a>
</dd> </dd>