Skip to content

Commit

Permalink
Updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
ochomoswill committed Jul 17, 2017
1 parent 103b506 commit 8d3b1ae
Show file tree
Hide file tree
Showing 34 changed files with 581 additions and 949 deletions.
283 changes: 143 additions & 140 deletions .idea/dataSources/33756b9a-4a53-460f-9a30-75e889b99648.xml

Large diffs are not rendered by default.

320 changes: 188 additions & 132 deletions .idea/workspace.xml

Large diffs are not rendered by default.

Binary file removed Capture.PNG
Binary file not shown.
6 changes: 6 additions & 0 deletions aura_cms/__init__.py
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 modified aura_cms/__pycache__/__init__.cpython-35.pyc
Binary file not shown.
Binary file modified cms/__pycache__/__init__.cpython-35.pyc
Binary file not shown.
Binary file modified cms/__pycache__/admin.cpython-35.pyc
Binary file not shown.
Binary file modified cms/__pycache__/forms.cpython-35.pyc
Binary file not shown.
Binary file modified cms/__pycache__/models.cpython-35.pyc
Binary file not shown.
Binary file modified cms/__pycache__/urls.cpython-35.pyc
Binary file not shown.
Binary file modified cms/__pycache__/views.cpython-35.pyc
Binary file not shown.
Binary file modified cms/migrations/__pycache__/0001_initial.cpython-35.pyc
Binary file not shown.
Binary file not shown.
Binary file modified cms/migrations/__pycache__/0003_facial_product_slug.cpython-35.pyc
Binary file not shown.
Binary file modified cms/migrations/__pycache__/0004_auto_20161124_1739.cpython-35.pyc
Binary file not shown.
Binary file modified cms/migrations/__pycache__/0005_auto_20161201_1835.cpython-35.pyc
Binary file not shown.
Binary file modified cms/migrations/__pycache__/0006_testimonials.cpython-35.pyc
Binary file not shown.
Binary file modified cms/migrations/__pycache__/0007_auto_20161231_0007.cpython-35.pyc
Binary file not shown.
Binary file modified cms/migrations/__pycache__/0008_sliderimages.cpython-35.pyc
Binary file not shown.
Binary file modified cms/migrations/__pycache__/0009_auto_20170104_1458.cpython-35.pyc
Binary file not shown.
Binary file modified cms/migrations/__pycache__/__init__.cpython-35.pyc
Binary file not shown.
173 changes: 173 additions & 0 deletions cms/templates/.html
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>
51 changes: 37 additions & 14 deletions cms/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,20 @@
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="google-site-verification" content="kMyin1zllJVd2qIwQnQrwoptAoTamjtExwFkTBqFuBM" />
<meta name="keywords" content="Aura Naturals, Aura, auranaturalske.com, www.auranaturalske.com,www.auranaturalske.co.ke,auranaturalske.co.ke, Aura Naturals.com, www.Aura Naturals.com, Aura Naturals.co.ke,
www.Aura Naturals.co.ke ,
auranaturals.com, auranaturals.co.ke, aura.com, aura.co.ke, AuraNaturalske, auranaturals, auranaturalske, auranaturals, Aura Accessories, Comestic Stores in Kenya, Aura Naturals Kenya, @auranaturalske
aura naturals kenya, beauty products, Aura Naturals_ke (@auranaturalske) • Instagram photos and videos, Aura Naturals - Facebook, natural beauty products in kenya, Natural Products,
Natural Soaps, Beauty Products, Hair products, Accessories, Earrings, Beauty , Beauty Soaps, Soaps, Ankle Chains,
Body Accessories, Hair Accessories, Chokers, Beauty Sites, Online Beauty Site, Buy Accessories Online, Buy Hair Products Online, Buy Facial Products Online, Buy Natural Soaps Online ">
<!-- 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="">
<meta name="description" content="Aura Naturals is a Natural Beauty Products Company and offers accessories too. We manufacture top notch premium Goat Milk Soaps and natural hair care products
which are 100% natural and handcrafted. We have five varieties of the goat milk soap which have different properties
for different skincare needs. For the hair products we have the Caffeine-nettle hair shampoo and the Herbal infused hot
oil treatment which are both aimed at aiding in hair growth and repairing hair damage among other benefits.">
<meta name="author" content="ochomoswill">
<link rel="icon" href="/static/img/aura_natural_images/logo3.png">

<title>
Aura Naturals |{% block title %}{% endblock %}
Expand Down Expand Up @@ -102,12 +112,13 @@
<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 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 src="/static/img/aura_natural_images/contact_us/facebook.png"><h6>@auraccessorieske</h6></a></li>
<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 src="/static/img/aura_natural_images/contact_us/instagram.png"><h6>Aura Naturals_ke</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>
<li><a href="https://www.instagram.com/auraccessorieske" target="_blank"><img width="30px" src="/static/img/aura_natural_images/contact_us/instagram.png"><h6>auraaccessories</h6></a></li>
</ul>
</div>
<div class="col-md-3 infor-left">
Expand All @@ -121,15 +132,15 @@ <h3>Our Categories</h3>
</div>
<div class="col-md-3 infor-left">
<h3>Our Till Number:</h3>
<img height="115px" style="margin-top: 20px" src="/static/img/lipa_na_mpesa.png"/>
<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>University Way,</span>
<span>P. O BOX 37204-00100,</span>
Nairobi City.</h4>
<h5>+254 723 4567</h5>
<p><a href="mailto:example@email.com">info@auranaturals.com</a></p>
<h5>+254 706896800, +254 708627655</h5>
<p><a href="mailto:example@email.com">info@auranaturalske.com</a></p>
</div>
<div class="clearfix"></div>
</div>
Expand All @@ -142,20 +153,32 @@ <h5>+254 723 4567</h5>
<div class="container">
<div class="footer-top">
<div class="col-md-6" id="footer-right-text" style="float: left">
<p>© 2016 Aura Naturals. All Rights Reserved | Design by Ochomoswill<!--<a href="http://w3layouts.com/" target="_blank">W3layouts</a>--> </p>
<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;" >
<form>
{% 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>
</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>
6 changes: 3 additions & 3 deletions cms/templates/views/accessory_single_product.html
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,9 @@ <h4 class="modal-title">Payment Details</h4>
<div class="modal-body">

<p style="font-size: 16px;margin-bottom: 20px ">For orders, call or text or whatsapp:</p>
<h5><img src="/static/img/aura_natural_images/contact_us/phone-call-1.png" style="margin-right: 20px" width="32px">+254 708627655</h5>
<h5><img src="/static/img/aura_natural_images/contact_us/email.png" style="margin-right: 20px" width="32px">+254 708627655</h5>
<h5><img src="/static/img/aura_natural_images/contact_us/whatsapp.png" style="margin-right: 20px" width="32px">+254 708627655</h5>
<h5><img src="/static/img/aura_natural_images/contact_us/phone-call-1.png" style="margin-right: 20px" width="32px">+254 708627655, +254 706896800</h5>
<h5><img src="/static/img/aura_natural_images/contact_us/email.png" style="margin-right: 20px" width="32px">+254 708627655, +254 706896800</h5>
<h5><img src="/static/img/aura_natural_images/contact_us/whatsapp.png" style="margin-right: 20px" width="32px">+254 708627655, +254 706896800</h5>
<!--<p><img src="img/email.png" style="margin-right: 20px" width="32px"><a href="mailto:example@email.com">info@auranaturals.com</a></p>-->

<p style="font-size: 16px; margin-top: 40px;">To make payments, our till number is below:</p>
Expand Down
6 changes: 4 additions & 2 deletions cms/templates/views/contact_us.html
Original file line number Diff line number Diff line change
Expand Up @@ -76,10 +76,12 @@ <h2 style="float:left; font-family: inherit; padding-left: 15px;">Contact</h2>
</div>
<div class="col-md-4 " style="margin-top: 40px; padding-left: 60px">
<div class="address">
<h5 style="font-weight: 100; color:#45a416">Kijabe Street</h5>
<h5 style="font-weight: 100; color:#45a416">Utawala</h5>
<p>Aura Naturals,
<span>40100 University Way,</span>
<span>P. O BOX 37204-00100,</span>
Nairobi City.</p>
<p>+254 706896800, +254 708627655</p>
<p>info@auranaturalske.com</p>
</div>
</div>

Expand Down
6 changes: 3 additions & 3 deletions cms/templates/views/facial_products_single_product.html
Original file line number Diff line number Diff line change
Expand Up @@ -116,9 +116,9 @@ <h4 class="modal-title">Payment Details</h4>
<div class="modal-body">

<p style="font-size: 16px;margin-bottom: 20px ">For orders, call or text or whatsapp:</p>
<h5><img src="/static/img/aura_natural_images/contact_us/phone-call-1.png" style="margin-right: 20px" width="32px">+254 708627655</h5>
<h5><img src="/static/img/aura_natural_images/contact_us/email.png" style="margin-right: 20px" width="32px">+254 708627655</h5>
<h5><img src="/static/img/aura_natural_images/contact_us/whatsapp.png" style="margin-right: 20px" width="32px">+254 708627655</h5>
<h5><img src="/static/img/aura_natural_images/contact_us/phone-call-1.png" style="margin-right: 20px" width="32px">+254 708627655, +254 706896800</h5>
<h5><img src="/static/img/aura_natural_images/contact_us/email.png" style="margin-right: 20px" width="32px">+254 708627655, +254 706896800</h5>
<h5><img src="/static/img/aura_natural_images/contact_us/whatsapp.png" style="margin-right: 20px" width="32px">+254 708627655, +254 706896800</h5>
<!--<p><img src="img/email.png" style="margin-right: 20px" width="32px"><a href="mailto:example@email.com">info@auranaturals.com</a></p>-->

<p style="font-size: 16px; margin-top: 40px;">To make payments, our till number is below:</p>
Expand Down
7 changes: 3 additions & 4 deletions cms/templates/views/hair_products_single_product.html
Original file line number Diff line number Diff line change
Expand Up @@ -116,16 +116,15 @@ <h4 class="modal-title">Payment Details</h4>
<div class="modal-body">

<p style="font-size: 16px;margin-bottom: 20px ">For orders, call or text or whatsapp:</p>
<h5><img src="/static/img/aura_natural_images/contact_us/phone-call-1.png" style="margin-right: 20px" width="32px">+254 708627655</h5>
<h5><img src="/static/img/aura_natural_images/contact_us/email.png" style="margin-right: 20px" width="32px">+254 708627655</h5>
<h5><img src="/static/img/aura_natural_images/contact_us/whatsapp.png" style="margin-right: 20px" width="32px">+254 708627655</h5>
<h5><img src="/static/img/aura_natural_images/contact_us/phone-call-1.png" style="margin-right: 20px" width="32px">+254 708627655, +254 706896800</h5>
<h5><img src="/static/img/aura_natural_images/contact_us/email.png" style="margin-right: 20px" width="32px">+254 708627655, +254 706896800</h5>
<h5><img src="/static/img/aura_natural_images/contact_us/whatsapp.png" style="margin-right: 20px" width="32px">+254 708627655, +254 706896800</h5>
<!--<p><img src="img/email.png" style="margin-right: 20px" width="32px"><a href="mailto:example@email.com">info@auranaturals.com</a></p>-->

<p style="font-size: 16px; margin-top: 40px;">To make payments, our till number is below:</p>
<img src="/static/img/aura_natural_images/contact_us/lipa_na_mpesa.png" style="" width="100%"/>



</div>
<div class="modal-footer">
<button type="button" style="border-radius: 0;background: green;color: white;border-color: rgba(169, 169, 169, 0.2);" class="btn btn-default" data-dismiss="modal">Close</button>
Expand Down
Loading

0 comments on commit 8d3b1ae

Please sign in to comment.