Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
EastonArcher authored Feb 26, 2024
1 parent 2c39ec5 commit f79f0c8
Showing 1 changed file with 16 additions and 15 deletions.
31 changes: 16 additions & 15 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -66,28 +66,29 @@ <h1 class="sub-title">About Me</h1>
</div>
<div class="tab-contents" id="projects">
<ul>
<li><span>Lexical Analyzer</span><br>Deceloped
a C-based lexical analyzer using Backus-Naur form, matching
lexemes to tokens, handling delimiters, and identifying
unknown lexemes from a source file. </li>
<li><span>JavaScript Frameworks</span><br>Built a to-do app using Vanilla
JavaScript, React, and Angular to showcase proficiency in three different
frameworks.</li>

<li><span>HTML Fighting Game</span><br>JavaScript-powered 2-player
HTML fighting game with character sprites, animations, physics,
and game logic, deployed on GitHub and Netlify.</li>
<li><span>Python Automation</span><br>Repository of multiple automation
projects: PDFMerger, for automated PDF merging. PhotoEditor automatically
styles and edits images. Lastly, YouTubeVideoDownloader to simplify
downloading videos</li>

<li><span>Personal Website</span><br>Built a personal website using
HTML, CSS, Django, and Bootstrap. This project showcases the
integration of Django for backend functionality and Bootstrap for
styling.</li>

<li><span>Python Automation</span><br>Repository of multiple automation
projects: PDFMerger, for automated PDF merging. PhotoEditor automatically
styles and edits images. Lastly, YouTubeVideoDownloader to simplify
downloading videos</li>

<li><span>JavaScript Frameworks</span><br>Built a to-do app using Vanilla
JavaScript, React, and Angular to showcase proficiency in three different
frameworks.</li>
<li><span>HTML Fighting Game</span><br>JavaScript-powered 2-player
HTML fighting game with character sprites, animations, physics,
and game logic, deployed on GitHub and Netlify.</li>

<li><span>Lexical Analyzer</span><br>Deceloped
a C-based lexical analyzer using Backus-Naur form, matching
lexemes to tokens, handling delimiters, and identifying
unknown lexemes from a source file. </li>

</ul>
</div>
<div class="tab-contents" id="education">
Expand Down

0 comments on commit f79f0c8

Please sign in to comment.