Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
YesTheProxy authored May 7, 2024
1 parent f0c5ffb commit 6929a8b
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -126,4 +126,20 @@
<h1>Website Under Construction</h1>
<p>We are currently working on our website. Please check back later!</p>
<a class="github-button" href="https://github.com/RamWorks-Development-Group/RamHub" target="_blank">Visit GitHub</a>
<a class="youtube-button" href="https://www.youtube.com/@8_bit_youtuber" target="_blank">Visit YouTube</a>
.youtube-button {
display: inline-block;
padding: 12px 24px;
background-color: #ff0000;
color: #fff;
text-decoration: none;
border-radius: 4px;
font-size: 18px;
transition: background-color 0.3s ease;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.youtube-button:hover {
background-color: #ff3333;
}

0 comments on commit 6929a8b

Please sign in to comment.