Skip to content

Commit

Permalink
Add logo
Browse files Browse the repository at this point in the history
  • Loading branch information
esotericenderman committed Nov 13, 2024
1 parent fb48d2a commit b142f0b
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 3 deletions.
10 changes: 9 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,15 @@
<link rel="stylesheet" href="styles/index.css" />
</head>
<body class="background">
<div class="header"></div>
<div class="header">
<a href="https://www.esoteric.foundation">
<img
class="logo"
src="assets/profile/profile/logo/Esoteric Foundation Logo.svg"
alt="The logo of the Esoteric Foundation."
/>
</a>
</div>

<h1 class="centered title">Esoteric Foundation</h1>

Expand Down
11 changes: 9 additions & 2 deletions styles/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,15 @@ p, h1, h2, h3, h4, h5, h6 {
}

div.header {
padding-top: 50px;
padding-bottom: 50px;
padding-top: 8px;
padding-bottom: 8px;

background-color: #101010;
}

.logo {
width: 80px;
height: 80px;

margin-left: 8px;
}

0 comments on commit b142f0b

Please sign in to comment.