mirror of
https://github.com/jadonyack/jadonyack.github.io.git
synced 2026-06-15 02:48:13 -04:00
Fix PC picture. Add Resume page buttons.
This commit is contained in:
32
index.html
32
index.html
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user