Skip to content

Commit

Permalink
route fixed routes at home
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelsalazar302 committed May 24, 2024
1 parent 06446ee commit 0257ccf
Showing 1 changed file with 9 additions and 75 deletions.
84 changes: 9 additions & 75 deletions overrides/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<meta name="description" content="" />
<meta name="author" content="" />
<title>DeepRad</title>
<link rel="icon" type="image/x-icon" href="assets/favicon.ico" />
<link rel="icon" type="image/x-icon" href="/assets/favicon.ico" />
<!-- Bootstrap icons-->
<link href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.css" rel="stylesheet" />
<!-- Google fonts-->
Expand All @@ -15,14 +15,14 @@
<link href="https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,300;0,500;0,600;0,700;1,300;1,500;1,600;1,700&amp;display=swap" rel="stylesheet" />
<link href="https://fonts.googleapis.com/css2?family=Kanit:ital,wght@0,400;1,400&amp;display=swap" rel="stylesheet" />
<!-- Core theme CSS (includes Bootstrap)-->
<link href="css/styles.css" rel="stylesheet" />
<link href="/css/styles.css" rel="stylesheet" />
</head>
<body id="page-top">

<!-- Navigation-->
<nav class="navbar navbar-expand-lg bg-custom fixed-top shadow-sm" id="mainNav">
<div class="container px-5">
<a class="navbar-brand fw-bold" href="#page-top"><img src="assets/img/Logo2.png" width="150" height="50"></a>
<a class="navbar-brand fw-bold" href="#page-top"><img src="/assets/img/Logo2.png" height="50"></a>
<button style="border-color: white !important;" class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">
<i class="bi-list" style="color: white !important;"></i>
</button>
Expand Down Expand Up @@ -139,7 +139,7 @@ <h2 class="display-3 lh-1 mb-4">Benefits of our SDR receiver</h2>
<div class="card mb-3" style="background-color: transparent; border: none; color: white;">
<div class="row" style="min-height: 180px;">
<div class="col-md-4 d-flex align-items-center justify-content-center">
<img src="assets/img/AffodabilityAccessibility.png" width="100" height="80" alt="Affordability and accessibility">
<img src="/assets/img/AffodabilityAccessibility.png" width="90" height="80" alt="Affordability and accessibility">
</div>
<div class="col-md-8 d-flex align-items-center justify-content-center">
<div class="card-body">
Expand All @@ -159,7 +159,7 @@ <h5 class="card-title">Affordability and accessibility</h5>
<div class="card mb-3" style="background-color: transparent; border: none; color: white;">
<div class="row" style="min-height: 180px;">
<div class="col-md-4 d-flex align-items-center justify-content-center">
<img src="assets/img/EasyIntegration.png" width="100" height="80" alt="Easy integration">
<img src="/assets/img/EasyIntegration.png" width="90" height="80" alt="Easy integration">
</div>
<div class="col-md-8 d-flex align-items-center justify-content-center">
<div class="card-body">
Expand All @@ -183,7 +183,7 @@ <h5 class="card-title">Easy integration</h5>
<div class="card mb-3" style="background-color: transparent; border: none; color: white;">
<div class="row" style="min-height: 180px;">
<div class="col-md-4 d-flex align-items-center justify-content-center">
<img src="assets/img/VersatileApplications.png" width="100" height="80" alt="Versatile applications">
<img src="/assets/img/VersatileApplications.png" width="90" height="80" alt="Versatile applications">
</div>
<div class="col-md-8 d-flex align-items-center justify-content-center">
<div class="card-body">
Expand All @@ -205,7 +205,7 @@ <h5 class="card-title">Versatile applications</h5>
<div class="card mb-3" style="background-color: transparent; border: none; color: white;">
<div class="row" style="min-height: 180px;">
<div class="col-md-4 d-flex align-items-center justify-content-center">
<img src="assets/img/Customizable.png" width="100" height="80" alt="Customizable">
<img src="/assets/img/Customizable.png" width="90" height="80" alt="Customizable">
</div>
<div class="col-md-8 d-flex align-items-center justify-content-center">
<div class="card-body">
Expand Down Expand Up @@ -317,74 +317,8 @@ <h2 class="display-4 lh-1 mb-4">Click on the button below to know more.</h2>
</div>
</footer>

</div>

<!-- Feedback Modal-->
<div class="modal fade" id="feedbackModal" tabindex="-1" aria-labelledby="feedbackModalLabel" aria-hidden="true">
<div class="modal-dialog modal-dialog-centered">
<div class="modal-content">
<div class="modal-header bg-gradient-primary-to-secondary p-4">
<h5 class="modal-title font-alt text-white" id="feedbackModalLabel">Send feedback</h5>
<button class="btn-close btn-close-white" type="button" data-bs-dismiss="modal" aria-label="Close"></button>
</div>
<div class="modal-body border-0 p-4">
<!-- * * * * * * * * * * * * * * *-->
<!-- * * SB Forms Contact Form * *-->
<!-- * * * * * * * * * * * * * * *-->
<!-- This form is pre-integrated with SB Forms.-->
<!-- To make this form functional, sign up at-->
<!-- https://startbootstrap.com/solution/contact-forms-->
<!-- to get an API token!-->
<form id="contactForm" data-sb-form-api-token="API_TOKEN">
<!-- Name input-->
<div class="form-floating mb-3">
<input class="form-control" id="name" type="text" placeholder="Enter your name..." data-sb-validations="required" />
<label for="name">Full name</label>
<div class="invalid-feedback" data-sb-feedback="name:required">A name is required.</div>
</div>
<!-- Email address input-->
<div class="form-floating mb-3">
<input class="form-control" id="email" type="email" placeholder="[email protected]" data-sb-validations="required,email" />
<label for="email">Email address</label>
<div class="invalid-feedback" data-sb-feedback="email:required">An email is required.</div>
<div class="invalid-feedback" data-sb-feedback="email:email">Email is not valid.</div>
</div>
<!-- Phone number input-->
<div class="form-floating mb-3">
<input class="form-control" id="phone" type="tel" placeholder="(123) 456-7890" data-sb-validations="required" />
<label for="phone">Phone number</label>
<div class="invalid-feedback" data-sb-feedback="phone:required">A phone number is required.</div>
</div>
<!-- Message input-->
<div class="form-floating mb-3">
<textarea class="form-control" id="message" type="text" placeholder="Enter your message here..." style="height: 10rem" data-sb-validations="required"></textarea>
<label for="message">Message</label>
<div class="invalid-feedback" data-sb-feedback="message:required">A message is required.</div>
</div>
<!-- Submit success message-->
<!---->
<!-- This is what your users will see when the form-->
<!-- has successfully submitted-->
<div class="d-none" id="submitSuccessMessage">
<div class="text-center mb-3">
<div class="fw-bolder">Form submission successful!</div>
To activate this form, sign up at
<br />
<a href="https://startbootstrap.com/solution/contact-forms">https://startbootstrap.com/solution/contact-forms</a>
</div>
</div>
<!-- Submit error message-->
<!---->
<!-- This is what your users will see when there is-->
<!-- an error submitting the form-->
<div class="d-none" id="submitErrorMessage"><div class="text-center text-danger mb-3">Error sending message!</div></div>
<!-- Submit Button-->
<div class="d-grid"><button class="btn btn-primary rounded-pill btn-lg disabled" id="submitButton" type="submit">Submit</button></div>
</form>
</div>
</div>
</div>
</div>
</div>

<!-- Bootstrap core JS-->
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script>
<!-- Core theme JS-->
Expand Down

0 comments on commit 0257ccf

Please sign in to comment.