mirror of
https://github.com/jadonyack/jadonyack.github.io.git
synced 2026-06-13 02:06:11 -04:00
Add PC section with corresponding image. Add imgs/ directory.
This commit is contained in:
BIN
imgs/PC.jpg
Normal file
BIN
imgs/PC.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 652 KiB |
12
index.html
12
index.html
@@ -32,6 +32,18 @@
|
|||||||
</p>
|
</p>
|
||||||
</section>
|
</section>
|
||||||
<!----====INTRO END====---->
|
<!----====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>
|
</div>
|
||||||
<!----====MAIN CONTENT END====---->
|
<!----====MAIN CONTENT END====---->
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
24
style.css
24
style.css
@@ -50,6 +50,26 @@ body {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.main-content {
|
.main-content {
|
||||||
width: 100%;
|
padding: 10vh 20vw;
|
||||||
padding: 15vh, 30vw;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.intro {
|
||||||
|
text-align: center;
|
||||||
|
bottom margin: 20vh;
|
||||||
|
}
|
||||||
|
|
||||||
|
.pc {
|
||||||
|
margin: 20vh 0;
|
||||||
|
width: 100%;
|
||||||
|
text-align: left;
|
||||||
|
}
|
||||||
|
|
||||||
|
.pc img {
|
||||||
|
display: block;
|
||||||
|
max-width: 10vw;
|
||||||
|
object-fit: contain;
|
||||||
|
object-position: right;
|
||||||
|
padding-left: 3vw;
|
||||||
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user