This commit is contained in:
franknstayn
2020-02-28 20:54:33 +08:00
2 changed files with 42 additions and 34 deletions

View File

@@ -9,6 +9,7 @@
</button>
<a class="navbar-brand" href="{{ url('/') }}">
<img src="{{asset('public/images/logo.png')}}" />
{{-- <small>JAC Printing & Graphics Co.</small> --}}
</a>
</div>
<div id="navbar" class="navbar-collapse collapse">
@@ -254,8 +255,15 @@
<button type="button" class="close" data-dismiss="modal">&times;</button>
<h4 class="modal-title">Contact Us</h4>
</div>
<div class="modal-body">
<p>Coming soon.</p>
<div class="modal-body text-center">
<h1>Contact Us</h1>
<hr>
<h3>Email Address: <small><a href="#">customer-service@crewsportswear.com</a></small></h3>
<h3>Address: <small><a href="#">1281 Humbracht Circle
Suite J
Bartlett, Illinois
60103</a></small>
</h3>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-default" data-dismiss="modal">Close</button>