Skip to content

Commit

Permalink
Added new hero image and updated section colors accordingly
Browse files Browse the repository at this point in the history
  • Loading branch information
TheReverseSide committed Aug 6, 2024
1 parent 00d4eb3 commit 68194fe
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
Binary file added assets/images/out-1.webp
Binary file not shown.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</head>
<body>
<section id="hero">
<!-- <img src="./assets/images/Marmortal/Marmortal1.png" alt="Hero Image"> -->
<img src="./assets/images/out-1.webp" alt="Hero Image">
<div class="hero-text">
<h1>Brandon Startz</h1>
<!-- <div class="about-content">
Expand Down Expand Up @@ -162,7 +162,7 @@ <h3>Game Design and Production MA | Aalto University, Finland | 2022</h3>
</div>
<div class="photo-item">
<img src="./assets/images/Thesis/Thesis PTC.png" alt="PlaytestCloud, the service used to collect playtest data" class="clickable">
<p class="caption">PlaytestCloud, the service used to collect playtest data</p>
<p class="caption">PlaytestCloud playtesting service with HypeHype app</p>
</div>
</div>
</div>
Expand Down
8 changes: 4 additions & 4 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ a {
overflow: hidden;
position: relative;
background: rgb(115,105,175);
background: radial-gradient(circle, rgba(115,105,175,1) 0%, rgba(181,124,191,1) 27%, rgba(255,168,184,1) 52%, rgba(249,206,250,1) 73%, rgba(214,179,98,1) 100%);
/* background: radial-gradient(circle, rgba(115,105,175,1) 0%, rgba(181,124,191,1) 27%, rgba(255,168,184,1) 52%, rgba(249,206,250,1) 73%, rgba(214,179,98,1) 100%); */
}

#hero img {
Expand All @@ -86,7 +86,7 @@ a {
transform: translate(-50%, -50%);
text-align: center;
color: white;
background: rgba(0, 0, 0, 0.35);
background: rgba(15, 34, 78, 0.75);
padding: 20px;
border-radius: 10px;
}
Expand Down Expand Up @@ -350,8 +350,8 @@ footer a:hover {
border-radius: 4px;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.35);

background: rgb(115,105,175);
background: radial-gradient(circle, rgba(115,105,175,1) 0%, rgba(181,124,191,1) 27%, rgba(255,168,184,1) 52%, rgba(249,206,250,1) 73%, rgba(214,179,98,1) 100%);
background: rgb(99, 83, 125, 0.85);
/* background: radial-gradient(circle, rgba(246,112,105,1) 0%, rgba(236,118,110,1) 25%, rgba(221,138,128,1) 50%, rgba(216,166,153,1) 75%, rgba(189,189,166,1) 100%); */
}

/* Add Animation - Zoom in the Modal */
Expand Down

0 comments on commit 68194fe

Please sign in to comment.