-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Aaron Cupp <[email protected]>
- Loading branch information
Showing
1 changed file
with
2 additions
and
45 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 --> | ||
|
@@ -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 --> | ||
|
@@ -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 --> | ||
|