Skip to content

Commit

Permalink
adding logo
Browse files Browse the repository at this point in the history
  • Loading branch information
ngirmay committed Oct 9, 2024
1 parent 4fa5869 commit 28a3d6d
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,22 @@
letter-spacing: 2px;
position: relative;
z-index: 1;
display: flex;
align-items: center;
justify-content: space-between;
}

header h1 {
margin: 0;
font-size: 2.5em;
}

/* Style the logo */
.logo {
height: 70px; /* Adjust the height as necessary */
margin-right: 15px;
}

.sidebar {
height: 100%;
width: 250px;
Expand Down Expand Up @@ -168,8 +177,8 @@
<body>

<header>
<img src="Unfilled NG Logo (1) (1)(edit).png" alt="Nobel Girmay Logo" class="logo">
<h1>Lake Placid Ironman 2023</h1>
<p>Retrospective Analysis</p>
</header>

<button class="open-btn" onclick="openNav()">&#9776;</button>
Expand Down

0 comments on commit 28a3d6d

Please sign in to comment.