diff --git a/images/Completely Hammered Cover.png b/images/Completely Hammered Cover.png new file mode 100644 index 0000000..486b022 Binary files /dev/null and b/images/Completely Hammered Cover.png differ diff --git a/index.html b/index.html index cf13db2..310d9b5 100644 --- a/index.html +++ b/index.html @@ -38,9 +38,19 @@

Jacob Seto

-

Current undergraduate student at Cornell University. Interested in game design and project management. I'm - passionate when it comes to leading teams and organizing workflow. However, I equally enjoy being a team player to - achieve the vision of each my projects. Follow my journey and send me a message, always happy to meet new people! + +

+ + linkedin + + + github + +
+

Current undergraduate student at Cornell University. I love game design, project management, and playing my + cello! I'm + passionate when it comes to leading, however, I equally enjoy being a team player to make the most out of all of + my projects. Follow my journey and send me a message, always happy to meet new people!

@@ -48,10 +58,10 @@

Jacob Seto

Project Experience

-

Follow my game dev journey!

+

Follow my game dev journey! Click on the images to learn more about each project.

White → Personal Project, Green → Group - Project, Blue → Research

+ Project, Blue → Research

@@ -78,6 +88,9 @@

SERVE

Completely Hammered

+ + Completely Hammered Cover +
- - - -
- - linkedin - - - github - -
-

© 2024 Jacob Seto. All rights reserved.

+

© 2024 Jacob Seto. All rights reserved.

diff --git a/style.css b/style.css index 73c9a72..b204f6c 100644 --- a/style.css +++ b/style.css @@ -23,7 +23,6 @@ body { h1 { padding-top: 50px; color: white; - margin-bottom: 20px; /* Adjust the spacing between the header and iframe */ text-align: center; font-size: 60px; @@ -150,9 +149,22 @@ a { .checkpoint { max-width: 34em; position: relative; - margin-bottom: -4em; + margin-bottom: -7.5em; +} + +.checkpoint img { + max-width: 100%; + /* Ensure the image does not exceed the width of the container */ + height: auto; + /* Maintain aspect ratio */ + border-radius: 1em; + /* Match the border radius of the checkpoint div */ + display: block; + margin: 0 auto; + /* Center the image */ } + .checkpoint h2 { position: relative; text-align: center; @@ -189,7 +201,7 @@ a { } .blue-border div { - border: 3px solid lightblue; + border: 3px solid cyan; } .checkpoint div onmouseenter { @@ -200,10 +212,6 @@ a { background: none; } -.checkpoint div :hover { - cursor: pointer; -} - .checkpoint p { line-height: 27px; color: #ccc; @@ -300,6 +308,7 @@ a { padding: 10px; width: 100%; bottom: 0; + margin-bottom: 25px; } .socialmedia a {