Skip to content

Commit

Permalink
update website footer
Browse files Browse the repository at this point in the history
Signed-off-by: Aaron Cupp <[email protected]>
  • Loading branch information
IamMrCupp committed Jul 16, 2021
1 parent 63ed09b commit 044f71c
Showing 1 changed file with 2 additions and 45 deletions.
47 changes: 2 additions & 45 deletions app/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@
<!-- Top Bar Here -- Location, Logo, Hours-->
<div class="row site-header align-items-center bg-light">
<div class="col text-center justify-content-start site-header-text">
Sacramento, Calif.
Sacramento, CA
</div>
<div class="col text-center">
<img src="assets/img/ESP-logo-Horizontal.png" class="img-fluid logo-footer" alt="Emotional Support Pizza">
</div>
<div class="col text-center justify-content-end site-header-text">
Hours: Coming Soon!
Coming Soon!
</div>
</div>
<!-- Navigation Bar Here -->
Expand All @@ -38,8 +38,6 @@
<!-- Site Content Lives Here -->
<div class="container-fluid site-content text-center bg-light">
<img src="assets/img/ESP-Logo-Main.png" class="img-fluid logo-main" alt="Emotional Support Pizza">

<h1 class=>New Website Coming Soon</h1>
</div>

<!-- Footer -->
Expand All @@ -62,47 +60,6 @@ <h1 class=>New Website Coming Soon</h1>
</a>
</section>
<!-- End Section: Social media -->

<!-- Section: Mailing List Form -->
<section>
<!-- Section: Form -->
<section class="">
<form action="">
<!--Grid row-->
<div class="row d-flex justify-content-center">
<!--Grid column-->
<div class="col-auto">
<p class="pt-2">
<strong>Join our newsletter</strong>
</p>
</div>
<!--Grid column-->

<!--Grid column-->
<div class="col-md-5 col-12 justify-content-center">
<!-- Email input -->
<div class="form-outline mb-4 form-floating">
<input type="email" id="email_subscribe" class="form-control is-invalid" placeholder="[email protected]" value="" />
<label class="form-label" for="email_subscribe">Email address</label>
</div>
</div>
<!--Grid column-->

<!--Grid column-->
<div class="col-auto justify-content-center">
<!-- Submit button -->
<button type="submit" class="btn btn-outline-dark mb-4">
Subscribe
</button>
</div>
<!--Grid column-->
</div>
<!--Grid row-->
</form>
</section>
<!-- Section: Form -->
</section>
<!-- End Section: Mailing List Form -->
</div>
<!-- End Grid container -->
<!-- Copyright -->
Expand Down

0 comments on commit 044f71c

Please sign in to comment.