Skip to content

Commit

Permalink
update resume & include on home page
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyler-Lentz committed Apr 3, 2024
1 parent 1248660 commit b454cd6
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 36 deletions.
38 changes: 2 additions & 36 deletions about.html
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ <h2>General</h2>
</p>

<p>
If you would like to view my resume, click <a href="/data/2024-02-17-resume-lentz.pdf">here</a>
If you would like to view my resume, click <a href="/data/2024-04-03-resume-lentz-1.pdf">here</a>
</p>

<p>
Expand Down Expand Up @@ -100,47 +100,13 @@ <h2>Academics</h2>
</p>
<ul class="class-list">
<li>CSE 120: <span class="highlight">Operating Systems</span>, taught by Professor <span class="highlight">Joseph Pasquale</span>.</li>
<li>CSE 123: <span class="highlight">Computer Networksl</span>, taught by Professor <span class="highlight">Alex Snoeren</span>.</li>
<li>CSE 123: <span class="highlight">Computer Networks</span>, taught by Professor <span class="highlight">Alex Snoeren</span>.</li>
<li>CSE 131: <span class="highlight">Compiler Construction</span>, taught by Professor <span class="highlight">Joe Politz</span>.</li>
<li>CSE 134B: <span class="highlight">Web Client Languages</span>, taught by Professor <span class="highlight">Thomas Powell</span>.</li>
</ul>
</div>
</section >
<section slot="3">
<h2>Technical Skills</h2>
<div class="vcenter">

<p> I have experience in the following languages, roughly in order from most to least comfortable. </p>
<ol>
<li class="highlight">C, C++</li>
<li class="highlight">Rust</li>
<li class="highlight">Javascript, CSS, HTML</li>
<li class="highlight">Python</li>
<hr>
<li class="highlight">React</li>
<li class="highlight">Go</li>
<li class="highlight">Java</li>
<li class="highlight">SQL</li>
<li class="highlight">Svelte</li>
</ol>
<p>
I also have gained experience with the following tools, technologies,
and skills through my work in classes and <span class="highlight">Triton UAS</span>.
</p>
<ul>
<li class="highlight">Git</li>
<li class="highlight">Github</li>
<li class="highlight">Linux/Unix Command Line</li>
<li class="highlight">Bash</li>
<li class="highlight">CMake</li>
<hr>
<li class="highlight">Technical Writing</li>
<li class="highlight">Agile Development</li>
<li class="highlight">Project Management</li>
</ul>
</div>
</section>
<section slot="4">
<h2>Favorites</h2>
<div class="vcenter">
<p>I have many kinds of favorites, so here is a selection of my favorite favorites:</p>
Expand Down
Binary file removed data/2024-02-17-resume-lentz.pdf
Binary file not shown.
Binary file added data/2024-04-03-resume-lentz-1.pdf
Binary file not shown.
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ <h1 class="cursor" id="type-h1" style="display: none"></h1>
<li><a href="booklog.html" data-uri="/booklog.html">Book Log</a></li>
<li><a href="posts.html">Posts</a></li>
</ul>
<a href="data/2024-04-03-resume-lentz-1.pdf">Resume</a>
</nav>
</main>
<footer>
Expand Down

0 comments on commit b454cd6

Please sign in to comment.