Skip to content

Commit

Permalink
fix badge frfr
Browse files Browse the repository at this point in the history
  • Loading branch information
orn8 authored Nov 23, 2024
1 parent c5ff9e7 commit 2677c24
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<img src="https://raw.githubusercontent.com/orn8/oragne.dev/refs/heads/main/assets/profile-pic.png" alt="Profile Picture" class="profile-pic">
<div class="profile-info">
<h1>oragne</h1>
<div class="discord-badges">
<div class="badges">
<a href="https://github.com/orn8"><img src="https://raw.githubusercontent.com/orn8/oragne.dev/refs/heads/main/assets/github-badge.png" alt="GitHub Account"></a>
<a href="https://rblx.name/1794666003"><img src="https://raw.githubusercontent.com/orn8/oragne.dev/refs/heads/main/assets/roblox-badge.png" alt="Roblox Account"></a>
</div>
Expand Down
3 changes: 2 additions & 1 deletion script.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ document.addEventListener("DOMContentLoaded", () => {
repoIcon.alt = "GitHub Repo Icon";
repoIcon.classList.add("repo-icon");

const space = document.createTextNode(" ");
const space = document.createTextNode(" ");
repo.prepend(space);
repo.prepend(space);
repo.prepend(repoIcon);

Expand Down
6 changes: 3 additions & 3 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -55,12 +55,12 @@ nav a:hover {
}

.profile-info h1 {
margin: 0;
margin: 0 0 20px;
font-size: 48px;
color: #f5f5f5;
}

.discord-badges img {
.badges img {
width: 60px;
margin-right: 10px;
}
Expand All @@ -85,7 +85,7 @@ nav a:hover {
}

.repo img {
width: 20px;
width: 27px;
vertical-align: middle;
}

Expand Down

0 comments on commit 2677c24

Please sign in to comment.