added contact us page
This commit is contained in:
@@ -6,7 +6,7 @@
|
|||||||
# Redirect Trailing Slashes...
|
# Redirect Trailing Slashes...
|
||||||
RewriteRule ^(.*)/$public /$1 [L,R=301]
|
RewriteRule ^(.*)/$public /$1 [L,R=301]
|
||||||
RewriteCond %{SERVER_PORT} 80
|
RewriteCond %{SERVER_PORT} 80
|
||||||
RewriteRule ^(.*)$ https://www.crewsportswear.com/beta/$1 [R,L]
|
#RewriteRule ^(.*)$ https://www.crewsportswear.com/beta/$1 [R,L]
|
||||||
# Handle Front Controller...
|
# Handle Front Controller...
|
||||||
RewriteCond %{REQUEST_FILENAME} !-d
|
RewriteCond %{REQUEST_FILENAME} !-d
|
||||||
RewriteCond %{REQUEST_FILENAME} !-f
|
RewriteCond %{REQUEST_FILENAME} !-f
|
||||||
|
|||||||
@@ -254,8 +254,15 @@
|
|||||||
<button type="button" class="close" data-dismiss="modal">×</button>
|
<button type="button" class="close" data-dismiss="modal">×</button>
|
||||||
<h4 class="modal-title">Contact Us</h4>
|
<h4 class="modal-title">Contact Us</h4>
|
||||||
</div>
|
</div>
|
||||||
<div class="modal-body">
|
<div class="modal-body text-center">
|
||||||
<p>Coming soon.</p>
|
<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>
|
||||||
<div class="modal-footer">
|
<div class="modal-footer">
|
||||||
<button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
|
<button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
|
||||||
|
|||||||
Reference in New Issue
Block a user