-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
103b506
commit 8d3b1ae
Showing
34 changed files
with
581 additions
and
949 deletions.
There are no files selected for viewing
283 changes: 143 additions & 140 deletions
283
.idea/dataSources/33756b9a-4a53-460f-9a30-75e889b99648.xml
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file not shown.
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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
from .settings import * | ||
|
||
try: | ||
from .production import * | ||
except: | ||
pass |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified
BIN
+17 Bytes
(100%)
cms/migrations/__pycache__/0002_remove_facial_product_slug.cpython-35.pyc
Binary file not shown.
Binary file modified
BIN
+17 Bytes
(100%)
cms/migrations/__pycache__/0003_facial_product_slug.cpython-35.pyc
Binary file not shown.
Binary file modified
BIN
+17 Bytes
(100%)
cms/migrations/__pycache__/0004_auto_20161124_1739.cpython-35.pyc
Binary file not shown.
Binary file modified
BIN
+17 Bytes
(100%)
cms/migrations/__pycache__/0005_auto_20161201_1835.cpython-35.pyc
Binary file not shown.
Binary file modified
BIN
+4 Bytes
(100%)
cms/migrations/__pycache__/0006_testimonials.cpython-35.pyc
Binary file not shown.
Binary file modified
BIN
+23 Bytes
(100%)
cms/migrations/__pycache__/0007_auto_20161231_0007.cpython-35.pyc
Binary file not shown.
Binary file modified
BIN
-11 Bytes
(99%)
cms/migrations/__pycache__/0008_sliderimages.cpython-35.pyc
Binary file not shown.
Binary file modified
BIN
+14 Bytes
(100%)
cms/migrations/__pycache__/0009_auto_20170104_1458.cpython-35.pyc
Binary file not shown.
Binary file not shown.
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 |
---|---|---|
@@ -0,0 +1,173 @@ | ||
{% load static %} | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="utf-8"> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags --> | ||
<meta name="description" content="{% block description %} {% endblock %}"> | ||
<meta name="author" content=""> | ||
<link rel="icon" href="/static/img/aura_natural_images/logo3.png"> | ||
|
||
<title> | ||
Aura Naturals |{% block title %}{% endblock %} | ||
</title> | ||
<!--=================================================================--> | ||
<!-- STYLESHEETS --> | ||
<!--=================================================================--> | ||
<link href="{% static 'css/bootstrap.css' %}" rel="stylesheet" type="text/css" media="all" /> | ||
<link href="{% static 'css/memenu.css' %}" rel="stylesheet" type="text/css" media="all" /> | ||
<link href="{% static 'css/style.css' %}" rel="stylesheet" type="text/css" media="all" /> | ||
<link href="{% static 'css/custom.css' %}" rel="stylesheet" type="text/css" media="all" /> | ||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css"> | ||
<link href="{% static 'css/easydropdown.css' %}" rel="stylesheet" type="text/css"/> | ||
<!--=================================================================--> | ||
<!-- END OF STYLESHEETS --> | ||
<!--=================================================================--> | ||
|
||
<!--=================================================================--> | ||
<!-- SCRIPTS --> | ||
<!--=================================================================--> | ||
<!--jQuery(necessary for Bootstrap's JavaScript plugins)--> | ||
<script src="{% static 'js/jquery-1.11.0.min.js' %}"></script> | ||
<!--Scripts for simple cart--> | ||
<script src="{% static 'js/simpleCart.min.js' %}"> </script> | ||
<!--Scripts for the menu--> | ||
<script type="text/javascript" src="{% static 'js/memenu.js' %}"></script> | ||
<script> | ||
$(document).ready(function(){$(".memenu").memenu();}); | ||
</script> | ||
<!--Scripts for carousel and bootstrap--> | ||
<script src="{% static 'js/bootstrap.min.js' %}"></script> | ||
<script src="{% static 'js/jquery.easydropdown.js' %}"></script> | ||
<!--=================================================================--> | ||
<!-- END OF SCRIPTS --> | ||
<!--=================================================================--> | ||
|
||
|
||
</head> | ||
<body> | ||
<!--top-header--> | ||
<div class="top-header"> | ||
<div class="container"> | ||
<div class="top-header-main"> | ||
<div id="logoName" class="col-md-6 top-header-left" style="color: white;font-size: 22px;padding-top: 3px;"> | ||
Aura Naturals | ||
</div> | ||
<div class="col-md-6 top-header-left"> | ||
|
||
</div> | ||
<div class="clearfix"></div> | ||
</div> | ||
</div> | ||
</div> | ||
<!--top-header--> | ||
<header class="header"> | ||
<div class="container"> | ||
<div class="col-md-1"> | ||
<div class="clearfix"></div> | ||
</div> | ||
<div class="col-md-11" > | ||
<input class="menu-btn" type="checkbox" id="menu-btn" /> | ||
<label class="menu-icon" for="menu-btn"><span class="navicon"></span></label> | ||
<ul id="menu" class="menu"> | ||
|
||
<li class="grid "><a class="page_active" href="{% url 'index' %}">Home</a> | ||
</li> | ||
<li class="grid"><a href="{% url 'accessories' %}">Accessories</a> | ||
</li> | ||
<li class="grid"><a href="{% url 'hair_products' %}">Hair Products</a> | ||
</li> | ||
<li class="grid"><a href="{% url 'facial_products' %}">Facial Products</a> | ||
</li> | ||
<li class="grid"><a href="{% url 'testimonials' %}">Testimonials</a> | ||
</li> | ||
<li style="border-bottom: none;" class="grid"><a href="{% url 'contact' %}">Contact Us</a> | ||
</li> | ||
</ul> | ||
</div> | ||
|
||
</div> | ||
</header> | ||
<!--end of top-header--> | ||
|
||
{% block content %} | ||
|
||
{% endblock %} | ||
|
||
<div class="information" style="background-color: #eeeeee;margin-top: 20px;"> | ||
<div class="container" style="padding-top: 50px"> | ||
<div class="infor-top" style="border-bottom: none"> | ||
<div class="col-md-3 infor-left" style="margin-bottom: 15px"> | ||
<h3>Follow Us</h3> | ||
<ul> | ||
<li><a href="https://web.facebook.com/AuraNaturalske/" target="_blank"><img width="30px" src="/static/img/aura_natural_images/contact_us/facebook.png"><h6>@AuraNaturalske</h6></a></li> | ||
<li><a href="https://web.facebook.com/auraccessorieske/" target="_blank"><img width="30px" src="/static/img/aura_natural_images/contact_us/facebook.png"><h6>@auraccessorieske</h6></a></li> | ||
|
||
|
||
|
||
<li><a href="https://www.instagram.com/auranaturalske/" target="_blank"><img width="30px" src="/static/img/aura_natural_images/contact_us/instagram.png"><h6>Aura Naturals_ke</h6></a></li> | ||
</ul> | ||
</div> | ||
<div class="col-md-3 infor-left"> | ||
<h3>Our Categories</h3> | ||
<ul> | ||
<li><a href="{% url 'accessories' %}"><p>Accessories</p></a></li> | ||
<li><a href="{% url 'facial_products' %}"><p>Facial Products</p></a></li> | ||
<li><a href="{% url 'hair_products' %}"><p>Hair Products</p></a></li> | ||
</ul> | ||
|
||
</div> | ||
<div class="col-md-3 infor-left"> | ||
<h3>Our Till Number:</h3> | ||
<img height="115px" style="margin-top: 20px" src="/static/img/aura_natural_images/contact_us/lipa_na_mpesa.png"/> | ||
</div> | ||
<div class="col-md-3 infor-left"> | ||
<h3>Store Information</h3> | ||
<h4>Aura Naturals, | ||
<span>P. O BOX 37204-00100,</span> | ||
Nairobi City.</h4> | ||
<h5>+254 706896800, +254 708627655</h5> | ||
<p><a href="mailto:example@email.com">info@auranaturals.com</a></p> | ||
</div> | ||
<div class="clearfix"></div> | ||
</div> | ||
</div> | ||
</div> | ||
<!--information-end--> | ||
|
||
<!--footer-starts--> | ||
<div class="footer" style="background-color: #f2f2f2;"> | ||
<div class="container"> | ||
<div class="footer-top"> | ||
<div class="col-md-6" id="footer-right-text" style="float: left"> | ||
<p>© <script>document.write(new Date().getFullYear())</script> Aura Naturals. All Rights Reserved | Design by Ochomoswill<!--<a href="http://w3layouts.com/" target="_blank">W3layouts</a>--> </p> | ||
</div> | ||
<div class="col-md-6 footer-right" style="margin-top:-10px;" > | ||
{% comment %}<form> | ||
<input type="text" value="Enter email address" onfocus="this.value = '';" onblur="if (this.value == '') {this.value = 'Enter Your Email';}"> | ||
<input type="submit" value="Subscribe"> | ||
</form>{% endcomment %} | ||
</div> | ||
<div class="clearfix"></div> | ||
</div> | ||
</div> | ||
</div> | ||
<!--footer-end--> | ||
|
||
<!--Start of Tawk.to Script--> | ||
<script type="text/javascript"> | ||
var Tawk_API=Tawk_API||{}, Tawk_LoadStart=new Date(); | ||
(function(){ | ||
var s1=document.createElement("script"),s0=document.getElementsByTagName("script")[0]; | ||
s1.async=true; | ||
s1.src='https://embed.tawk.to/586e9a1268c397544aa9a454/default'; | ||
s1.charset='UTF-8'; | ||
s1.setAttribute('crossorigin','*'); | ||
s0.parentNode.insertBefore(s1,s0); | ||
})(); | ||
</script> | ||
<!--End of Tawk.to Script--> | ||
</body> | ||
</html> |
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
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
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
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
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
Oops, something went wrong.