diff --git a/JYack_Resume_Public.pdf b/JYack_Resume_Public.pdf new file mode 100644 index 0000000..50f9574 Binary files /dev/null and b/JYack_Resume_Public.pdf differ diff --git a/index.html b/index.html index ab3f465..fcac87e 100644 --- a/index.html +++ b/index.html @@ -21,7 +21,7 @@
-
+

ABOUT ME

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.

-
+
-
- Close up view of a watercooled CPU -

- 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. -

-
+
+
+ Close up view of a watercooled CPU +
+
+

+ 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. +

+
+
diff --git a/resume.html b/resume.html index b3be98f..c416871 100644 --- a/resume.html +++ b/resume.html @@ -6,13 +6,36 @@ -
- -
+ +
+ +
+ +
+ + +
+ +
+

Looking to hire me?

+

+ You can view or download my resume below, and I look forward + to hearing from you! Alternatively, you can send me a message + via the Contact page. +

+ + +
+ +
+ diff --git a/style.css b/style.css index cff0870..f18fff9 100644 --- a/style.css +++ b/style.css @@ -1,6 +1,7 @@ html { background-color: #303030; font-family: Verdana, Geneva, Tahoma, sans-serif; + color: aliceblue; } body { @@ -56,20 +57,52 @@ body { .intro { text-align: center; - bottom margin: 20vh; + margin-bottom: 20vh; } .pc { margin: 20vh 0; width: 100%; - text-align: left; } -.pc img { - display: block; - max-width: 10vw; - object-fit: contain; - object-position: right; +.pc-picture img { + width: auto; + height: 50vh; + float: right; padding-left: 3vw; } +.pc-text { + text-align: left; + padding: 20vh 0; +} + +.resume-text { + text-align: center; +} + +.buttons { + width: 50vw; + margin: auto; + text-align: center; +} + +.btn { + font-size: 16px; + font-weight: 500; + text-decoration: none; + padding: 12px 35px; + margin: 3vh 5vw; + color: aliceblue; + border-radius: 40px; + display: inline-block; + white-space: nowrap; + border: none; + background: #2727af; + transition: all 0.3s ease; +} + +.btn:hover { + transform: scale(1.05); + background: #191970 +}