Skip to content

Commit

Permalink
Reordered projects
Browse files Browse the repository at this point in the history
  • Loading branch information
stuffandahalf committed May 20, 2018
1 parent ef5e869 commit cb311c4
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,13 @@ <h2>About Me</h2>
</div>

<div id="projects" class="outer">
<div id="quicked" class="inner">
<h2>QuickEd Projects</h2>
<p>Worked on the following projects as assistant programmer with QuickEd</p>
<div id="6809" class="inner">
<h2><a href="computers/6809">Homebrew 6809 Computer</a></h2>
<ul>
<li id="quickkeys"><a href="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/stuffandahalf/Quick-Keys">Quick Keys</a></li>
<li id="quickcards"><a href="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/MrSprinklez/Quick-Cards-Revamp">Quick Cards</a></li>
<li id="os"><a href="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/stuffandahalf/GANOS-6809">Operating System</a></li>
<li id="emulator"><a href="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/stuffandahalf/6809emu">6809 Emulator</a></li>
<li id="c compiler"><a href="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/stuffandahalf/cc6809">C Compiler</a></li>
<li id="g compiler"><a href="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/stuffandahalf/ggc_6809">G Compiler</a></li>
</ul>
</div>
<div id="github" class="inner">
Expand All @@ -33,13 +34,12 @@ <h2>Github Projects</h2>
<li id="hm62256 lib"><a href="arduino/HM62256">Arduino HM62256 Library</a></li>
</ul>
</div>
<div id="6809" class="inner">
<h2><a href="computers/6809">Homebrew 6809 Computer</a></h2>
<div id="quicked" class="inner">
<h2>QuickEd Projects</h2>
<p>Worked on the following projects as assistant programmer with QuickEd</p>
<ul>
<li id="os"><a href="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/stuffandahalf/GANOS-6809">Operating System</a></li>
<li id="emulator"><a href="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/stuffandahalf/6809emu">6809 Emulator</a></li>
<li id="c compiler"><a href="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/stuffandahalf/cc6809">C Compiler</a></li>
<li id="g compiler"><a href="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/stuffandahalf/ggc_6809">G Compiler</a></li>
<li id="quickkeys"><a href="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/stuffandahalf/Quick-Keys">Quick Keys</a></li>
<li id="quickcards"><a href="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/MrSprinklez/Quick-Cards-Revamp">Quick Cards</a></li>
</ul>
</div>
</div>
Expand Down

0 comments on commit cb311c4

Please sign in to comment.