Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
casperstorm committed Mar 20, 2024
1 parent 79d7101 commit fbba9e1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 19 deletions.
13 changes: 7 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,13 @@
<div>
<p class="title">Projects</p>
</div>
<div class="rounded-project-container">
<img width="160px" src="./assets/logo.png" alt="Halloy logo">
<p class="project-title">Halloy</p>
<p>Cross-platform IRC client</p>
<a href="https://halloy.squidowl.org" target="_blank" class="rounded-button">Website</a>
</div>
<a href="https://halloy.squidowl.org" target="_blank">
<div class="rounded-project-container">
<img width="160px" src="./assets/logo.png" alt="Halloy logo">
<p class="project-title">Halloy</p>
<p>Cross-platform IRC client</p>
</div>
</a>
<div>
<p class="authors">by Casper Rogild Storm & Cory Forsstrom</p>
</div>
Expand Down
16 changes: 3 additions & 13 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -32,19 +32,9 @@ body {
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.rounded-button {
margin-top: 10px;
background-color: #332A3C;
color: #FFD9CE;
border: none;
border-radius: 20px;
padding: 8px 28px;
cursor: pointer;
font-size: 14px;
}

.rounded-button:hover {
background-color: #4D425E;
.rounded-project-container:hover {
background-color: #4d425e23;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4);
}

.authors {
Expand Down

0 comments on commit fbba9e1

Please sign in to comment.