Skip to content

Commit

Permalink
optimizing
Browse files Browse the repository at this point in the history
  • Loading branch information
ENGaliyasser committed Nov 2, 2024
1 parent a392143 commit a217faa
Showing 1 changed file with 33 additions and 22 deletions.
55 changes: 33 additions & 22 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -61,34 +61,45 @@
</div>
</div>
</div>
<div class="nav-bar px-0 py-lg-0" style="height: 90px;">
<nav class="navbar navbar-expand-lg navbar-light d-flex justify-content-lg-end">
<a href="#" class="navbar-brand-2 ra3-navbar-brand">


<div class="nav-bar px-0 py-lg-0" style="height: 90px; background-color: white;">
<nav class="navbar navbar-expand-lg navbar-light d-flex justify-content-between align-items-center">
<!-- Logo Section -->
<a href="#" class="navbar-brand ra3-navbar-brand d-flex align-items-center">
<h1 class="text-primary mb-0">

<img src="RA3page/img/logo2.png" alt="RA3 RTOS Logo" class="logo-img"> RA3 RTOS
</h1>
</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarCollapse">
<span class="fa fa-bars"></span>
</button>
<div class="collapse navbar-collapse" id="navbarCollapse">
<div class="navbar-nav ms-auto bg-white">

<div class="nav-btn ps-3">
<a href="https://github.com/ENGaliyasser/RA3-RTOS" class="btn btn-dark py-2 px-4 ms-0 ms-lg-3" target="_blank"> Repository</a>
</div>
<div class="nav-btn ps-3">
<a href="https://raw.githubusercontent.com/ENGaliyasser/RA3-RTOS/30245c0a75509bd3eca3e1bb194e8ddc91a90234/documentation/RA3_RTOS_documentation.pdf" class="btn btn-secondary py-2 px-4 ms-0 ms-lg-3"> Documentation</a>
</div>

<div class="nav-btn ps-3">
<a href="https://github.com/ENGaliyasser/RA3-RTOS/archive/refs/tags/v-1.0.0.zip" class="btn btn-primary py-2 px-4 ms-0 ms-lg-3"> Download</a>
</div>

<!-- Buttons Section -->
<div class="d-flex flex-row align-items-center">
<!-- Repository Button -->
<div class="nav-btn px-2">
<a href="https://github.com/ENGaliyasser/RA3-RTOS" class="btn btn-dark py-2 px-3 d-flex align-items-center" target="_blank">
<i class="fab fa-github"></i>
<span class="d-none d-md-inline ms-2">Repository</span>
</a>
</div>

<!-- Documentation Button -->
<div class="nav-btn px-2">
<a href="https://raw.githubusercontent.com/ENGaliyasser/RA3-RTOS/30245c0a75509bd3eca3e1bb194e8ddc91a90234/documentation/RA3_RTOS_documentation.pdf" class="btn btn-secondary py-2 px-3 d-flex align-items-center">
<i class="fas fa-file-alt"></i>
<span class="d-none d-md-inline ms-2">Documentation</span>
</a>
</div>

<!-- Download Button -->
<div class="nav-btn px-2">
<a href="https://github.com/ENGaliyasser/RA3-RTOS/archive/refs/tags/v-1.0.0.zip" class="btn btn-primary py-2 px-3 d-flex align-items-center">
<i class="fas fa-download"></i>
<span class="d-none d-md-inline ms-2">Download</span>
</a>
</div>
</div>
</nav>
</div>
</div>
</div>
</div>
</div>
Expand Down Expand Up @@ -202,7 +213,7 @@ <h2 class="fw-bold mb-0">
<!-- Sidebar End -->

<!-- Hero Start -->
<div style="background: linear-gradient(135deg, #ff5722, #ff8a50); color: white; padding: 0rem 1rem; text-align: center; position: relative; overflow: hidden;">
<div style=" background: linear-gradient(135deg, #ff5722, #ff8a50); color: white; padding: 0rem 1rem; text-align: center; position: relative; overflow: hidden;">
<div style="padding: 2rem 0;">
<h1 style="font-size: 3.5rem; font-weight: 700; text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3); margin-bottom: 1rem; font-family: 'Poppins', sans-serif; opacity: 0; transform: translateY(-20px); animation: slideDown 1s forwards;">
<i class="fas fa-cogs" style="margin-right: 0.5rem;"></i>RA3 RTOS
Expand Down

0 comments on commit a217faa

Please sign in to comment.