Skip to content

Commit

Permalink
small page edits
Browse files Browse the repository at this point in the history
  • Loading branch information
ENGaliyasser committed Nov 1, 2024
1 parent 4c6e163 commit 376b820
Showing 1 changed file with 41 additions and 38 deletions.
79 changes: 41 additions & 38 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -121,10 +121,10 @@ <h2 class="fw-bold mb-0">
</li>
<li class="mb-1">
<button class="btn btn-toggle align-items-center rounded collapsed" data-bs-toggle="collapse"
data-bs-target="#home-collapse" aria-expanded="true">
data-bs-target="#home-collapse" aria-expanded="false">
Getting Started
</button>
<div class="collapse show" id="home-collapse">
<div class="collapse" id="home-collapse">
<ul class="btn-toggle-nav list-unstyled fw-normal pb-1 small">
<li><a href="#section-1-1" class="text-body rounded">Installation Instructions</a></li>
<li><a href="#section-1-2" class="text-body rounded">Setting up the Development Environment</a></li>
Expand Down Expand Up @@ -170,11 +170,9 @@ <h2 class="fw-bold mb-0">
</button>
<div class="collapse" id="collapse-4">
<ul class="btn-toggle-nav list-unstyled fw-normal pb-1 small">
<li><a href="#section-4-1" class="text-body rounded">Section Iten 4.1</a></li>
<li><a href="#section-4-2" class="text-body rounded">Section Iten 4.2</a></li>
<li><a href="#section-4-3" class="text-body rounded">Section Iten 4.3</a></li>
<li><a href="#section-4-4" class="text-body rounded">Section Iten 4.4</a></li>
<li><a href="#section-4-5" class="text-body rounded">Section Iten 4.5</a></li>
<li><a href="#section-4-1" class="text-body rounded">Header File: config.h</a></li>
<li><a href="#section-4-2" class="text-body rounded">Configuration Parameters</a></li>


</ul>
</div>
Expand Down Expand Up @@ -904,37 +902,7 @@ <h2 id="section-2" class="fw-bold mt-5">2. Follow These Steps to Contribute</h2>

</div>
<!-- Section End -->


<div class="mb-4">
<button type="button" class="btn btn-primary">Primary</button>
<button type="button" class="btn btn-secondary">Secondary</button>
<button type="button" class="btn btn-success">Success</button>
<button type="button" class="btn btn-danger">Danger</button>
<button type="button" class="btn btn-warning">Warning</button>
<button type="button" class="btn btn-info">Info</button>
<button type="button" class="btn btn-light">Light</button>
<button type="button" class="btn btn-dark">Dark</button>
<button type="button" class="btn btn-link">Link</button>
</div>
<div class="mb-4">
<button type="button" class="btn btn-outline-primary">Primary</button>
<button type="button" class="btn btn-outline-secondary">Secondary</button>
<button type="button" class="btn btn-outline-success">Success</button>
<button type="button" class="btn btn-outline-danger">Danger</button>
<button type="button" class="btn btn-outline-warning">Warning</button>
<button type="button" class="btn btn-outline-info">Info</button>
<button type="button" class="btn btn-outline-light">Light</button>
<button type="button" class="btn btn-outline-dark">Dark</button>
</div>
<div class="pb-3">
<button type="button" class="btn btn-primary btn-lg">Large button</button>
<button type="button" class="btn btn-secondary btn-lg">Large button</button>
<button type="button" class="btn btn-primary btn-sm">Small button</button>
<button type="button" class="btn btn-secondary btn-sm">Small button</button>
</div>



<!-- Back to Top -->
<a href="#" class="btn btn-lg btn-primary rounded back-to-top"><i class="fa fa-arrow-up"></i></a>

Expand All @@ -948,5 +916,40 @@ <h2 id="section-2" class="fw-bold mt-5">2. Follow These Steps to Contribute</h2>
<!-- Template Javascript -->
<script src="RA3page/js/main.js"></script>
</body>
<!-- Footer Start -->
<footer style="background: linear-gradient(135deg, #ff5722, #ff8a50); color: white; padding: 2rem 0; text-align: center; font-family: 'Poppins', sans-serif;">
<div style="max-width: 1200px; margin: auto; padding: 0 1rem;">
<!-- Contact Information -->
<div style="margin-bottom: 1.5rem;">
<h2 style="font-size: 1.5rem; font-weight: 600;">Get in Touch</h2>
<p style="margin: 0.5rem 0; font-size: 1rem;">+2001154784667 | <a href="mailto:engaliyasser7@gmail.com" style="color: white; text-decoration: underline;">engaliyasser7@gmail.com</a></p>
</div>

<!-- Social Media Links -->
<div style="margin-bottom: 1.5rem;">
<a href="https://www.facebook.com/ali.yasser.5" style="margin: 0 0.5rem; color: white;"><i class="fab fa-facebook-f"></i></a>
<a href="https://www.instagram.com/ali.yasser.7/" style="margin: 0 0.5rem; color: white;"><i class="fab fa-instagram"></i></a>
<a href="https://github.com/ENGaliyasser" style="margin: 0 0.5rem; color: white;"><i class="fab fa-github"></i></a>
<a href="https://www.linkedin.com/in/engaliyasser/" style="margin: 0 0.5rem; color: white;"><i class="fab fa-linkedin-in"></i></a>
</div>

<!-- Quick Links -->
<div style="display: flex; justify-content: center; gap: 2rem; flex-wrap: wrap; margin-bottom: 1.5rem;">
<a href="#overview" style="color: white; font-size: 1rem; text-decoration: none; padding: 0.5rem;">Overview</a>
<a href="#team" style="color: white; font-size: 1rem; text-decoration: none; padding: 0.5rem;">Team</a>
<a href="https://github.com/ENGaliyasser/RA3-RTOS/blob/30245c0a75509bd3eca3e1bb194e8ddc91a90234/documentation/RA3_RTOS_documentation.pdf" style="color: white; font-size: 1rem; text-decoration: none; padding: 0.5rem;">Documentation</a>
<a href="https://github.com/ENGaliyasser/RA3-RTOS/archive/refs/tags/v-1.0.0.zip" style="color: white; font-size: 1rem; text-decoration: none; padding: 0.5rem;">Download</a>
<a href="https://github.com/ENGaliyasser/RA3-RTOS" style="color: white; font-size: 1rem; text-decoration: none; padding: 0.5rem;">Repository</a>
</div>

<!-- Copyright -->
<div style="font-size: 0.9rem; opacity: 0.8;">
&copy; 2024 RA3 RTOS. Built by Ali Yasser. All Rights Reserved.
</div>
</div>
</footer>
<!-- Footer End -->

<!-- FontAwesome Script for Icons -->
<script src="https://kit.fontawesome.com/a076d05399.js" crossorigin="anonymous"></script>
</html>

0 comments on commit 376b820

Please sign in to comment.