Fix PC picture. Add Resume page buttons.

This commit is contained in:
2022-10-02 17:07:11 -04:00
parent d8cefca69d
commit fb73730680
4 changed files with 89 additions and 29 deletions

View File

@@ -21,7 +21,7 @@
<!----====MAIN CONTENT START====---->
<div class="main-content">
<!----====INTRO START====---->
<section class="intro">
<div class="intro">
<h1>ABOUT ME</h1>
<p>
I'm an undergraduate Computer Science student at the
@@ -30,20 +30,24 @@
enjoy the problem solving aspects, especially after
solving an issue that has been giving me trouble.
</p>
</section>
</div>
<!----====INTRO END====---->
<section class="pc">
<img src="imgs/PC.jpg"
alt="Close up view of a watercooled CPU">
<p>
I built my computer that I use day in and day out, including
the custom watercooling loop that cools the CPU, with plans
to include the graphics card in the loop later down the road.
It's always a fun challenge to maintain the cooling system
and make further additions to the system that has been a
work in progress for the past three years.
</p>
</section>
<div class="pc">
<div class="pc-picture">
<img src="imgs/PC.jpg"
alt="Close up view of a watercooled CPU">
</div>
<div class="pc-text">
<p>
I built my computer that I use day in and day out, including
the custom watercooling loop that cools the CPU, with plans
to include the graphics card in the loop later down the road.
It's always a fun challenge to maintain the cooling system
and make further additions to the system that has been a
work in progress for the past three years.
</p>
</div>
</div>
</div>
<!----====MAIN CONTENT END====---->
</div>