Skip to content

Commit

Permalink
updated logo
Browse files Browse the repository at this point in the history
  • Loading branch information
malleshamdasari committed Dec 19, 2024
1 parent 5637321 commit 727a0f6
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
Binary file added images/SinrgLogo3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/xr-overlays.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/xr-sports.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 6 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,11 @@
.header {
display: flex;
align-items: center;
justify-content: space-between;
justify-content: center;
background-color: #333;
padding: 10px 20px;
padding: 15px 20px;
color: white;
text-align: center;
}

.header img {
Expand All @@ -40,6 +41,9 @@

.navbar {
background-color: #333;
justify-content: center;
text-align: center;
padding: 10px 0;
}

.navbar-brand, .nav-link {
Expand Down Expand Up @@ -204,9 +208,6 @@
<li class="nav-item"><a class="nav-link" href="courses.html">Courses</a></li>
<li class="nav-item"><a class="nav-link" href="activities.html">Activities</a></li>
<li class="nav-item"><a class="nav-link" href="news.html">News</a></li>
<li class="nav-item"><a class="nav-link" href="openings.html">Openings</a></li>
<li class="nav-item"><a class="nav-link" href="sponsors.html">Sponsors</a></li>
<li class="nav-item"><a class="nav-link" href="contact.html">Contact</a></li>
</ul>
</div>
</div>
Expand Down

0 comments on commit 727a0f6

Please sign in to comment.