ABOUT
ABOUT
{% extends 'app9/base.html' %}
{% load static %}
{% block content %}
<main>
<!--? slider Area Start-->
<section class="slider-area slider-area2">
<div class="slider-active">
<!-- Single Slider -->
<div class="single-slider slider-height2">
<div class="container">
<div class="row">
<div class="col-xl-8 col-lg-11 col-md-12">
<div class="hero__caption hero__caption2">
<h1 data-animation="bounceIn" data-
delay="0.2s">About us</h1>
<!-- breadcrumb Start-->
<nav aria-label="breadcrumb">
<ol class="breadcrumb">
<li class="breadcrumb-item"><a
href="index.html">Home</a></li>
<li class="breadcrumb-item"><a
href="#">about</a></li>
</ol>
</nav>
<!-- breadcrumb End -->
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<div class="services-area services-area2 section-padding40">
<div class="container">
<div class="row justify-content-sm-center">
<div class="col-lg-4 col-md-6 col-sm-8">
<div class="single-services mb-30">
<div class="features-icon">
<img src="{% static
"app9/assets/img/icon/icon1.svg" %}" alt="">
</div>
<div class="features-caption">
<h3>60+ UX courses</h3>
<p>The automated process all your website
tasks.</p>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 col-sm-8">
<div class="single-services mb-30">
<div class="features-icon">
<img src="{% static
"app9/assets/img/icon/icon2.svg" %}" alt="">
</div>
<div class="features-caption">
<h3>Expert instructors</h3>
<p>The automated process all your website
tasks.</p>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 col-sm-8">
<div class="single-services mb-30">
<div class="features-icon">
<img src="{% static
"app9/assets/img/icon/icon3.svg" %}" alt="">
</div>
<div class="features-caption">
<h3>Life time access</h3>
<p>The automated process all your website
tasks.</p>
</div>
</div>
</div>
</div>
</div>
</div>
<!--? About Area-1 Start -->
<section class="about-area1 fix pt-10">
<div class="support-wrapper align-items-center">
<div class="left-content1">
<div class="about-icon">
<img src="{% static "app9/assets/img/icon/about.svg"
%}" alt="">
</div>
<!-- section tittle -->
<div class="section-tittle section-tittle2 mb-55">
<div class="front-text">
<h2 class="">Learn new skills online with top
educators</h2>
<p>The automated process all your website tasks.
Discover tools and
techniques to engage effectively with
vulnerable children and young
people.</p>
</div>
</div>
<div class="single-features">
<div class="features-icon">
<img src="{% static "app9/assets/img/icon/right-
icon.svg" %}" alt="">
</div>
<div class="features-caption">
<p>Techniques to engage effectively with
vulnerable children and young people.</p>
</div>
</div>
<div class="single-features">
<div class="features-icon">
<img src="{% static "app9/assets/img/icon/right-
icon.svg" %}" alt="">
</div>
<div class="features-caption">
<p>Join millions of people from around the world
learning together.</p>
</div>
</div>
<div class="single-features">
<div class="features-icon">
<img src="{% static "app9/assets/img/icon/right-
icon.svg" %}" alt="">
</div>
<div class="features-caption">
<p>Join millions of people from around the world
learning together. Online learning is as easy and natural.</p>
</div>
</div>
</div>
<div class="right-content1">
<!-- img -->
<div class="right-img">
<img src="{% static
"app9/assets/img/gallery/about.png" %}" alt="">
<div class="team-active">
{% for x in TeamData %}
<div class="single-cat text-center">
<div class="cat-icon">
<img src="{{x.img.url}}" alt="">
</div>
<div class="cat-cap">
<h5><a href="services.html">{{x.name}}</a></h5>
<p>{{x.work}}</p>
</div>
</div>
{% endfor %}
<!-- <div class="single-cat text-center">-->
<!-- <div class="cat-icon">-->
<!-- <img src="{% static
"app9/assets/img/gallery/team2.png" %}" alt="">-->
<!-- </div>-->
<!-- <div class="cat-cap">-->
<!-- <h5><a href="services.html">Mr.
Uttom</a></h5>-->
<!-- <p>The automated process all your website
tasks.</p>-->
<!-- </div>-->
<!-- </div>-->
<!-- <div class="single-cat text-center">-->
<!-- <div class="cat-icon">-->
<!-- <img src="{% static
"app9/assets/img/gallery/team3.png" %}" alt="">-->
<!-- </div>-->
<!-- <div class="cat-cap">-->
<!-- <h5><a href="services.html">Mr.
Shakil</a></h5>-->
<!-- <p>The automated process all your website
tasks.</p>-->
<!-- </div>-->
<!-- </div>-->
<!-- <div class="single-cat text-center">-->
<!-- <div class="cat-icon">-->
<!-- <img src="{% static
"app9/assets/img/gallery/team4.png" %}" alt="">-->
<!-- </div>-->
<!-- <div class="cat-cap">-->
<!-- <h5><a href="services.html">Mr.
Arafat</a></h5>-->
<!-- <p>The automated process all your website
tasks.</p>-->
<!-- </div>-->
<!-- </div>-->
<!-- <div class="single-cat text-center">-->
<!-- <div class="cat-icon">-->
<!-- <img src="{% static
"app9/assets/img/gallery/team3.png" %}" alt="">-->
<!-- </div>-->
<!-- <div class="cat-cap">-->
<!-- <h5><a href="services.html">Mr.
saiful</a></h5>-->
<!-- <p>The automated process all your website
tasks.</p>-->
<!-- </div>-->
<!-- </div>-->
</div>
</div>
</section>
<!-- Services End -->
</main>
{%endblock%}
BASE CLASS
{% extends 'app9/base.html' %}
{% load static %}
{% block content %}
<main>
<!--? slider Area Start-->
<section class="slider-area slider-area2">
<div class="slider-active">
<!-- Single Slider -->
<div class="single-slider slider-height2">
<div class="container">
<div class="row">
<div class="col-xl-8 col-lg-11 col-md-12">
<div class="hero__caption hero__caption2">
<h1 data-animation="bounceIn" data-
delay="0.2s">About us</h1>
<!-- breadcrumb Start-->
<nav aria-label="breadcrumb">
<ol class="breadcrumb">
<li class="breadcrumb-item"><a
href="index.html">Home</a></li>
<li class="breadcrumb-item"><a
href="#">about</a></li>
</ol>
</nav>
<!-- breadcrumb End -->
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<div class="services-area services-area2 section-padding40">
<div class="container">
<div class="row justify-content-sm-center">
<div class="col-lg-4 col-md-6 col-sm-8">
<div class="single-services mb-30">
<div class="features-icon">
<img src="{% static
"app9/assets/img/icon/icon1.svg" %}" alt="">
</div>
<div class="features-caption">
<h3>60+ UX courses</h3>
<p>The automated process all your website
tasks.</p>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 col-sm-8">
<div class="single-services mb-30">
<div class="features-icon">
<img src="{% static
"app9/assets/img/icon/icon2.svg" %}" alt="">
</div>
<div class="features-caption">
<h3>Expert instructors</h3>
<p>The automated process all your website
tasks.</p>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 col-sm-8">
<div class="single-services mb-30">
<div class="features-icon">
<img src="{% static
"app9/assets/img/icon/icon3.svg" %}" alt="">
</div>
<div class="features-caption">
<h3>Life time access</h3>
<p>The automated process all your website
tasks.</p>
</div>
</div>
</div>
</div>
</div>
</div>
<!--? About Area-1 Start -->
<section class="about-area1 fix pt-10">
<div class="support-wrapper align-items-center">
<div class="left-content1">
<div class="about-icon">
<img src="{% static "app9/assets/img/icon/about.svg"
%}" alt="">
</div>
<!-- section tittle -->
<div class="section-tittle section-tittle2 mb-55">
<div class="front-text">
<h2 class="">Learn new skills online with top
educators</h2>
<p>The automated process all your website tasks.
Discover tools and
techniques to engage effectively with
vulnerable children and young
people.</p>
</div>
</div>
<div class="single-features">
<div class="features-icon">
<img src="{% static "app9/assets/img/icon/right-
icon.svg" %}" alt="">
</div>
<div class="features-caption">
<p>Techniques to engage effectively with
vulnerable children and young people.</p>
</div>
</div>
<div class="single-features">
<div class="features-icon">
<img src="{% static "app9/assets/img/icon/right-
icon.svg" %}" alt="">
</div>
<div class="features-caption">
<p>Join millions of people from around the world
learning together.</p>
</div>
</div>
<div class="single-features">
<div class="features-icon">
<img src="{% static "app9/assets/img/icon/right-
icon.svg" %}" alt="">
</div>
<div class="features-caption">
<p>Join millions of people from around the world
learning together. Online learning is as easy and natural.</p>
</div>
</div>
</div>
<div class="right-content1">
<!-- img -->
<div class="right-img">
<img src="{% static
"app9/assets/img/gallery/about.png" %}" alt="">
<div class="team-active">
{% for x in TeamData %}
<div class="single-cat text-center">
<div class="cat-icon">
<img src="{{x.img.url}}" alt="">
</div>
<div class="cat-cap">
<h5><a href="services.html">{{x.name}}</a></h5>
<p>{{x.work}}</p>
</div>
</div>
{% endfor %}
<!-- <div class="single-cat text-center">-->
<!-- <div class="cat-icon">-->
<!-- <img src="{% static
"app9/assets/img/gallery/team2.png" %}" alt="">-->
<!-- </div>-->
<!-- <div class="cat-cap">-->
<!-- <h5><a href="services.html">Mr.
Uttom</a></h5>-->
<!-- <p>The automated process all your website
tasks.</p>-->
<!-- </div>-->
<!-- </div>-->
<!-- <div class="single-cat text-center">-->
<!-- <div class="cat-icon">-->
<!-- <img src="{% static
"app9/assets/img/gallery/team3.png" %}" alt="">-->
<!-- </div>-->
<!-- <div class="cat-cap">-->
<!-- <h5><a href="services.html">Mr.
Shakil</a></h5>-->
<!-- <p>The automated process all your website
tasks.</p>-->
<!-- </div>-->
<!-- </div>-->
<!-- <div class="single-cat text-center">-->
<!-- <div class="cat-icon">-->
<!-- <img src="{% static
"app9/assets/img/gallery/team4.png" %}" alt="">-->
<!-- </div>-->
<!-- <div class="cat-cap">-->
<!-- <h5><a href="services.html">Mr.
Arafat</a></h5>-->
<!-- <p>The automated process all your website
tasks.</p>-->
<!-- </div>-->
<!-- </div>-->
<!-- <div class="single-cat text-center">-->
<!-- <div class="cat-icon">-->
<!-- <img src="{% static
"app9/assets/img/gallery/team3.png" %}" alt="">-->
<!-- </div>-->
<!-- <div class="cat-cap">-->
<!-- <h5><a href="services.html">Mr.
saiful</a></h5>-->
<!-- <p>The automated process all your website
tasks.</p>-->
<!-- </div>-->
<!-- </div>-->
</div>
</div>
</section>
<!-- Services End -->
</main>
{%endblock%}
CONTACT
{% extends 'app9/base.html' %}
{% load static %}
{%load crispy_forms_tags %}
{% block content %}
<main>
<!--? slider Area Start-->
<section class="slider-area slider-area2">
<div class="slider-active">
<!-- Single Slider -->
<div class="single-slider slider-height2">
<div class="container">
<div class="row">
<div class="col-xl-8 col-lg-11 col-md-12">
<div class="hero__caption hero__caption2">
<h1 data-animation="bounceIn" data-
delay="0.2s">Contact us</h1>
<!-- breadcrumb Start-->
<nav aria-label="breadcrumb">
<ol class="breadcrumb">
<li class="breadcrumb-item"><a
href="index.html">Home</a></li>
<li class="breadcrumb-item"><a
href="#">Contact</a></li>
</ol>
</nav>
<!-- breadcrumb End -->
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!--? Contact Area start -->
<section class="contact-section">
<div class="container">
<!-- <div class="d-none d-sm-block mb-5 pb-4">-->
<!-- <div id="map" style="height: 480px; position: relative;
overflow: hidden;"><div style="height: 100%; width: 100%; position: absolute;
top: 0px; left: 0px; background-color: rgb(229, 227, 223);"><div class="gm-
style" style="position: absolute; z-index: 0; left: 0px; top: 0px; height:
100%; width: 100%; padding: 0px; border-width: 0px; margin: 0px;"><div
tabindex="0" style="position: absolute; z-index: 0; left: 0px; top: 0px;
height: 100%; width: 100%; padding: 0px; border-width: 0px; margin: 0px;
cursor: url("https://maps.gstatic.com/mapfiles/openhand_8_8.cur"),
default; touch-action: pan-x pan-y;"><div style="z-index: 1; position:
absolute; left: 50%; top: 50%; width: 100%; transform: translate(0px,
0px);"><div style="position: absolute; left: 0px; top: 0px; z-index: 100;
width: 100%;"><div style="position: absolute; left: 0px; top: 0px; z-index:
0;"><div style="position: absolute; z-index: 991; transform: matrix(1, 0, 0,
1, -100, -189);"><div style="position: absolute; left: 0px; top: 0px; width:
256px; height: 256px;"><div style="width: 256px; height:
256px;"></div></div><div style="position: absolute; left: -256px; top: 0px;
width: 256px; height: 256px;"><div style="width: 256px; height:
256px;"></div></div><div style="position: absolute; left: -256px; top: -
256px; width: 256px; height: 256px;"><div style="width: 256px; height:
256px;"></div></div><div style="position: absolute; left: 0px; top: -256px;
width: 256px; height: 256px;"><div style="width: 256px; height:
256px;"></div></div><div style="position: absolute; left: 256px; top: -256px;
width: 256px; height: 256px;"><div style="width: 256px; height:
256px;"></div></div><div style="position: absolute; left: 256px; top: 0px;
width: 256px; height: 256px;"><div style="width: 256px; height:
256px;"></div></div><div style="position: absolute; left: 256px; top: 256px;
width: 256px; height: 256px;"><div style="width: 256px; height:
256px;"></div></div><div style="position: absolute; left: 0px; top: 256px;
width: 256px; height: 256px;"><div style="width: 256px; height:
256px;"></div></div><div style="position: absolute; left: -256px; top: 256px;
width: 256px; height: 256px;"><div style="width: 256px; height:
256px;"></div></div><div style="position: absolute; left: -512px; top: 256px;
width: 256px; height: 256px;"><div style="width: 256px; height:
256px;"></div></div><div style="position: absolute; left: -512px; top: 0px;
width: 256px; height: 256px;"><div style="width: 256px; height:
256px;"></div></div><div style="position: absolute; left: -512px; top: -
256px; width: 256px; height: 256px;"><div style="width: 256px; height:
256px;"></div></div><div style="position: absolute; left: 512px; top: -256px;
width: 256px; height: 256px;"><div style="width: 256px; height:
256px;"></div></div><div style="position: absolute; left: 512px; top: 0px;
width: 256px; height: 256px;"><div style="width: 256px; height:
256px;"></div></div><div style="position: absolute; left: 512px; top: 256px;
width: 256px; height: 256px;"><div style="width: 256px; height:
256px;"></div></div></div></div></div><div style="position: absolute; left:
0px; top: 0px; z-index: 101; width: 100%;"></div><div style="position:
absolute; left: 0px; top: 0px; z-index: 102; width: 100%;"></div><div
style="position: absolute; left: 0px; top: 0px; z-index: 103; width:
100%;"><div style="position: absolute; left: 0px; top: 0px; z-index: -
1;"><div style="position: absolute; z-index: 991; transform: matrix(1, 0, 0,
1, -100, -189);"><div style="width: 256px; height: 256px; overflow: hidden;
position: absolute; left: 0px; top: 0px;"></div><div style="width: 256px;
height: 256px; overflow: hidden; position: absolute; left: -256px; top:
0px;"></div><div style="width: 256px; height: 256px; overflow: hidden;
position: absolute; left: -256px; top: -256px;"></div><div style="width:
256px; height: 256px; overflow: hidden; position: absolute; left: 0px; top: -
256px;"></div><div style="width: 256px; height: 256px; overflow: hidden;
position: absolute; left: 256px; top: -256px;"></div><div style="width:
256px; height: 256px; overflow: hidden; position: absolute; left: 256px; top:
0px;"></div><div style="width: 256px; height: 256px; overflow: hidden;
position: absolute; left: 256px; top: 256px;"></div><div style="width: 256px;
height: 256px; overflow: hidden; position: absolute; left: 0px; top:
256px;"></div><div style="width: 256px; height: 256px; overflow: hidden;
position: absolute; left: -256px; top: 256px;"></div><div style="width:
256px; height: 256px; overflow: hidden; position: absolute; left: -512px;
top: 256px;"></div><div style="width: 256px; height: 256px; overflow: hidden;
position: absolute; left: -512px; top: 0px;"></div><div style="width: 256px;
height: 256px; overflow: hidden; position: absolute; left: -512px; top: -
256px;"></div><div style="width: 256px; height: 256px; overflow: hidden;
position: absolute; left: 512px; top: -256px;"></div><div style="width:
256px; height: 256px; overflow: hidden; position: absolute; left: 512px; top:
0px;"></div><div style="width: 256px; height: 256px; overflow: hidden;
position: absolute; left: 512px; top: 256px;"></div></div></div></div><div
style="position: absolute; left: 0px; top: 0px; z-index: 0;"><div
style="position: absolute; z-index: 991; transform: matrix(1, 0, 0, 1, -100,
-189);"><div style="position: absolute; left: 0px; top: 0px; width: 256px;
height: 256px; transition: opacity 200ms linear 0s;"><img draggable="false"
alt="" role="presentation"
src="https://maps.googleapis.com/maps/vt?pb=!1m5!1m4!1i9!2i470!3i302!4i256!2m
3!1e0!2sm!3i476185792!2m3!1e2!6m1!3e5!3m14!2sen-
US!3sUS!5e18!12m1!1e68!12m3!1e37!2m1!1ssmartmaps!12m4!1e26!2m2!1sstyles!2zcC5
zOi02MHxwLmw6LTYw!4e0&key=AIzaSyDpfS1oRGreGSBU5HHjMmQ3o5NLw7VdJ6I&tok
en=70038" style="width: 256px; height: 256px; user-select: none; border: 0px;
padding: 0px; margin: 0px; max-width: none;"></div><div style="position:
absolute; left: 256px; top: 0px; width: 256px; height: 256px; transition:
opacity 200ms linear 0s;"><img draggable="false" alt="" role="presentation"
src="https://maps.googleapis.com/maps/vt?pb=!1m5!1m4!1i9!2i471!3i302!4i256!2m
3!1e0!2sm!3i476185840!2m3!1e2!6m1!3e5!3m14!2sen-
US!3sUS!5e18!12m1!1e68!12m3!1e37!2m1!1ssmartmaps!12m4!1e26!2m2!1sstyles!2zcC5
zOi02MHxwLmw6LTYw!4e0&key=AIzaSyDpfS1oRGreGSBU5HHjMmQ3o5NLw7VdJ6I&tok
en=84496" style="width: 256px; height: 256px; user-select: none; border: 0px;
padding: 0px; margin: 0px; max-width: none;"></div><div style="position:
absolute; left: 256px; top: 256px; width: 256px; height: 256px; transition:
opacity 200ms linear 0s;"><img draggable="false" alt="" role="presentation"
src="https://maps.googleapis.com/maps/vt?pb=!1m5!1m4!1i9!2i471!3i303!4i256!2m
3!1e0!2sm!3i476185840!2m3!1e2!6m1!3e5!3m14!2sen-
US!3sUS!5e18!12m1!1e68!12m3!1e37!2m1!1ssmartmaps!12m4!1e26!2m2!1sstyles!2zcC5
zOi02MHxwLmw6LTYw!4e0&key=AIzaSyDpfS1oRGreGSBU5HHjMmQ3o5NLw7VdJ6I&tok
en=107953" style="width: 256px; height: 256px; user-select: none; border:
0px; padding: 0px; margin: 0px; max-width: none;"></div><div style="position:
absolute; left: 0px; top: 256px; width: 256px; height: 256px; transition:
opacity 200ms linear 0s;"><img draggable="false" alt="" role="presentation"
src="https://maps.googleapis.com/maps/vt?pb=!1m5!1m4!1i9!2i470!3i303!4i256!2m
3!1e0!2sm!3i476185792!2m3!1e2!6m1!3e5!3m14!2sen-
US!3sUS!5e18!12m1!1e68!12m3!1e37!2m1!1ssmartmaps!12m4!1e26!2m2!1sstyles!2zcC5
zOi02MHxwLmw6LTYw!4e0&key=AIzaSyDpfS1oRGreGSBU5HHjMmQ3o5NLw7VdJ6I&tok
en=93495" style="width: 256px; height: 256px; user-select: none; border: 0px;
padding: 0px; margin: 0px; max-width: none;"></div><div style="position:
absolute; left: -256px; top: 256px; width: 256px; height: 256px; transition:
opacity 200ms linear 0s;"><img draggable="false" alt="" role="presentation"
src="https://maps.googleapis.com/maps/vt?pb=!1m5!1m4!1i9!2i469!3i303!4i256!2m
3!1e0!2sm!3i476185792!2m3!1e2!6m1!3e5!3m14!2sen-
US!3sUS!5e18!12m1!1e68!12m3!1e37!2m1!1ssmartmaps!12m4!1e26!2m2!1sstyles!2zcC5
zOi02MHxwLmw6LTYw!4e0&key=AIzaSyDpfS1oRGreGSBU5HHjMmQ3o5NLw7VdJ6I&tok
en=85128" style="width: 256px; height: 256px; user-select: none; border: 0px;
padding: 0px; margin: 0px; max-width: none;"></div><div style="position:
absolute; left: -512px; top: 256px; width: 256px; height: 256px; transition:
opacity 200ms linear 0s;"><img draggable="false" alt="" role="presentation"
src="https://maps.googleapis.com/maps/vt?pb=!1m5!1m4!1i9!2i468!3i303!4i256!2m
3!1e0!2sm!3i476185504!2m3!1e2!6m1!3e5!3m14!2sen-
US!3sUS!5e18!12m1!1e68!12m3!1e37!2m1!1ssmartmaps!12m4!1e26!2m2!1sstyles!2zcC5
zOi02MHxwLmw6LTYw!4e0&key=AIzaSyDpfS1oRGreGSBU5HHjMmQ3o5NLw7VdJ6I&tok
en=46831" style="width: 256px; height: 256px; user-select: none; border: 0px;
padding: 0px; margin: 0px; max-width: none;"></div><div style="position:
absolute; left: -512px; top: 0px; width: 256px; height: 256px; transition:
opacity 200ms linear 0s;"><img draggable="false" alt="" role="presentation"
src="https://maps.googleapis.com/maps/vt?pb=!1m5!1m4!1i9!2i468!3i302!4i256!2m
3!1e0!2sm!3i476184952!2m3!1e2!6m1!3e5!3m14!2sen-
US!3sUS!5e18!12m1!1e68!12m3!1e37!2m1!1ssmartmaps!12m4!1e26!2m2!1sstyles!2zcC5
zOi02MHxwLmw6LTYw!4e0&key=AIzaSyDpfS1oRGreGSBU5HHjMmQ3o5NLw7VdJ6I&tok
en=10814" style="width: 256px; height: 256px; user-select: none; border: 0px;
padding: 0px; margin: 0px; max-width: none;"></div><div style="position:
absolute; left: -512px; top: -256px; width: 256px; height: 256px; transition:
opacity 200ms linear 0s;"><img draggable="false" alt="" role="presentation"
src="https://maps.googleapis.com/maps/vt?pb=!1m5!1m4!1i9!2i468!3i301!4i256!2m
3!1e0!2sm!3i476184952!2m3!1e2!6m1!3e5!3m14!2sen-
US!3sUS!5e18!12m1!1e68!12m3!1e37!2m1!1ssmartmaps!12m4!1e26!2m2!1sstyles!2zcC5
zOi02MHxwLmw6LTYw!4e0&key=AIzaSyDpfS1oRGreGSBU5HHjMmQ3o5NLw7VdJ6I&tok
en=118428" style="width: 256px; height: 256px; user-select: none; border:
0px; padding: 0px; margin: 0px; max-width: none;"></div><div style="position:
absolute; left: 512px; top: -256px; width: 256px; height: 256px; transition:
opacity 200ms linear 0s;"><img draggable="false" alt="" role="presentation"
src="https://maps.googleapis.com/maps/vt?pb=!1m5!1m4!1i9!2i472!3i301!4i256!2m
3!1e0!2sm!3i476185636!2m3!1e2!6m1!3e5!3m14!2sen-
US!3sUS!5e18!12m1!1e68!12m3!1e37!2m1!1ssmartmaps!12m4!1e26!2m2!1sstyles!2zcC5
zOi02MHxwLmw6LTYw!4e0&key=AIzaSyDpfS1oRGreGSBU5HHjMmQ3o5NLw7VdJ6I&tok
en=43995" style="width: 256px; height: 256px; user-select: none; border: 0px;
padding: 0px; margin: 0px; max-width: none;"></div><div style="position:
absolute; left: 512px; top: 0px; width: 256px; height: 256px; transition:
opacity 200ms linear 0s;"><img draggable="false" alt="" role="presentation"
src="https://maps.googleapis.com/maps/vt?pb=!1m5!1m4!1i9!2i472!3i302!4i256!2m
3!1e0!2sm!3i476185840!2m3!1e2!6m1!3e5!3m14!2sen-
US!3sUS!5e18!12m1!1e68!12m3!1e37!2m1!1ssmartmaps!12m4!1e26!2m2!1sstyles!2zcC5
zOi02MHxwLmw6LTYw!4e0&key=AIzaSyDpfS1oRGreGSBU5HHjMmQ3o5NLw7VdJ6I&tok
en=905" style="width: 256px; height: 256px; user-select: none; border: 0px;
padding: 0px; margin: 0px; max-width: none;"></div><div style="position:
absolute; left: 512px; top: 256px; width: 256px; height: 256px; transition:
opacity 200ms linear 0s;"><img draggable="false" alt="" role="presentation"
src="https://maps.googleapis.com/maps/vt?pb=!1m5!1m4!1i9!2i472!3i303!4i256!2m
3!1e0!2sm!3i476185840!2m3!1e2!6m1!3e5!3m14!2sen-
US!3sUS!5e18!12m1!1e68!12m3!1e37!2m1!1ssmartmaps!12m4!1e26!2m2!1sstyles!2zcC5
zOi02MHxwLmw6LTYw!4e0&key=AIzaSyDpfS1oRGreGSBU5HHjMmQ3o5NLw7VdJ6I&tok
en=24362" style="width: 256px; height: 256px; user-select: none; border: 0px;
padding: 0px; margin: 0px; max-width: none;"></div><div style="position:
absolute; left: -256px; top: 0px; width: 256px; height: 256px; transition:
opacity 200ms linear 0s;"><img draggable="false" alt="" role="presentation"
src="https://maps.googleapis.com/maps/vt?pb=!1m5!1m4!1i9!2i469!3i302!4i256!2m
3!1e0!2sm!3i476185792!2m3!1e2!6m1!3e5!3m14!2sen-
US!3sUS!5e18!12m1!1e68!12m3!1e37!2m1!1ssmartmaps!12m4!1e26!2m2!1sstyles!2zcC5
zOi02MHxwLmw6LTYw!4e0&key=AIzaSyDpfS1oRGreGSBU5HHjMmQ3o5NLw7VdJ6I&tok
en=61671" style="width: 256px; height: 256px; user-select: none; border: 0px;
padding: 0px; margin: 0px; max-width: none;"></div><div style="position:
absolute; left: -256px; top: -256px; width: 256px; height: 256px; transition:
opacity 200ms linear 0s;"><img draggable="false" alt="" role="presentation"
src="https://maps.googleapis.com/maps/vt?pb=!1m5!1m4!1i9!2i469!3i301!4i256!2m
3!1e0!2sm!3i476185792!2m3!1e2!6m1!3e5!3m14!2sen-
US!3sUS!5e18!12m1!1e68!12m3!1e37!2m1!1ssmartmaps!12m4!1e26!2m2!1sstyles!2zcC5
zOi02MHxwLmw6LTYw!4e0&key=AIzaSyDpfS1oRGreGSBU5HHjMmQ3o5NLw7VdJ6I&tok
en=38214" style="width: 256px; height: 256px; user-select: none; border: 0px;
padding: 0px; margin: 0px; max-width: none;"></div><div style="position:
absolute; left: 0px; top: -256px; width: 256px; height: 256px; transition:
opacity 200ms linear 0s;"><img draggable="false" alt="" role="presentation"
src="https://maps.googleapis.com/maps/vt?pb=!1m5!1m4!1i9!2i470!3i301!4i256!2m
3!1e0!2sm!3i476185792!2m3!1e2!6m1!3e5!3m14!2sen-
US!3sUS!5e18!12m1!1e68!12m3!1e37!2m1!1ssmartmaps!12m4!1e26!2m2!1sstyles!2zcC5
zOi02MHxwLmw6LTYw!4e0&key=AIzaSyDpfS1oRGreGSBU5HHjMmQ3o5NLw7VdJ6I&tok
en=46581" style="width: 256px; height: 256px; user-select: none; border: 0px;
padding: 0px; margin: 0px; max-width: none;"></div><div style="position:
absolute; left: 256px; top: -256px; width: 256px; height: 256px; transition:
opacity 200ms linear 0s;"><img draggable="false" alt="" role="presentation"
src="https://maps.googleapis.com/maps/vt?pb=!1m5!1m4!1i9!2i471!3i301!4i256!2m
3!1e0!2sm!3i476185792!2m3!1e2!6m1!3e5!3m14!2sen-
US!3sUS!5e18!12m1!1e68!12m3!1e37!2m1!1ssmartmaps!12m4!1e26!2m2!1sstyles!2zcC5
zOi02MHxwLmw6LTYw!4e0&key=AIzaSyDpfS1oRGreGSBU5HHjMmQ3o5NLw7VdJ6I&tok
en=94061" style="width: 256px; height: 256px; user-select: none; border: 0px;
padding: 0px; margin: 0px; max-width: none;"></div></div></div></div><div
class="gm-style-pbc" style="z-index: 2; position: absolute; height: 100%;
width: 100%; padding: 0px; border-width: 0px; margin: 0px; left: 0px; top:
0px; opacity: 0;"><p class="gm-style-pbt"></p></div><div style="z-index: 3;
position: absolute; height: 100%; width: 100%; padding: 0px; border-width:
0px; margin: 0px; left: 0px; top: 0px; touch-action: pan-x pan-y;"><div
style="z-index: 4; position: absolute; left: 50%; top: 50%; width: 100%;
transform: translate(0px, 0px);"><div style="position: absolute; left: 0px;
top: 0px; z-index: 104; width: 100%;"></div><div style="position: absolute;
left: 0px; top: 0px; z-index: 105; width: 100%;"></div><div style="position:
absolute; left: 0px; top: 0px; z-index: 106; width: 100%;"></div><div
style="position: absolute; left: 0px; top: 0px; z-index: 107; width:
100%;"></div></div></div></div><iframe aria-hidden="true" frameborder="0"
style="z-index: -1; position: absolute; width: 100%; height: 100%; top: 0px;
left: 0px; border: none;" src="about:blank"></iframe><div style="margin-left:
5px; margin-right: 5px; z-index: 1000000; position: absolute; left: 0px;
bottom: 0px;"><a target="_blank" rel="noopener"
href="https://maps.google.com/maps?ll=-
31.197,150.744&z=9&t=m&hl=en-US&gl=US&mapclient=apiv3"
title="Open this area in Google Maps (opens a new window)" style="position:
static; overflow: visible; float: none; display: inline;"><div style="width:
66px; height: 26px; cursor: pointer;"><img alt=""
src="https://maps.gstatic.com/mapfiles/api-3/images/google_white5.png"
draggable="false" style="position: absolute; left: 0px; top: 0px; width:
66px; height: 26px; user-select: none; border: 0px; padding: 0px; margin:
0px;"></div></a></div><div style="background-color: white; padding: 15px
21px; border: 1px solid rgb(171, 171, 171); font-family: Roboto, Arial, sans-
serif; color: rgb(34, 34, 34); box-sizing: border-box; box-shadow: rgba(0, 0,
0, 0.2) 0px 4px 16px; z-index: 10000002; display: none; width: 300px; height:
180px; position: absolute; left: 315px; top: 150px;"><div style="padding: 0px
0px 10px; font-size: 16px; box-sizing: border-box;">Map Data</div><div
style="font-size: 13px;">Map data ©2019 Google</div><button draggable="false"
title="Close" aria-label="Close" type="button" class="gm-ui-hover-effect"
style="background: none; display: block; border: 0px; margin: 0px; padding:
0px; position: absolute; cursor: pointer; user-select: none; top: 0px; right:
0px; width: 37px; height: 37px;"><img
src="data:image/svg+xml,%3Csvg%20xmlns%3D%22https%3A%2F%2Fptop.only.wip.la%3A443%2Fhttp%2Fwww.w3.org%2F2000%2F
svg%22%20width%3D%2224px%22%20height%3D%2224px%22%20viewBox%3D%220%200%2024%2
024%22%20fill%3D%22%23000000%22%3E%0A%20%20%20%20%3Cpath%20d%3D%22M19%206.41L
17.59%205%2012%2010.59%206.41%205%205%206.41%2010.59%2012%205%2017.59%206.41%
2019%2012%2013.41%2017.59%2019%2019%2017.59%2013.41%2012z%22%2F%3E%0A%20%20%2
0%20%3Cpath%20d%3D%22M0%200h24v24H0z%22%20fill%3D%22none%22%2F%3E%0A%3C%2Fsvg
%3E%0A" style="pointer-events: none; display: block; width: 13px; height:
13px; margin: 12px;"></button></div><div class="gmnoprint" style="z-index:
1000001; position: absolute; right: 166px; bottom: 0px; width: 121px;"><div
draggable="false" class="gm-style-cc" style="user-select: none; height: 14px;
line-height: 14px;"><div style="opacity: 0.7; width: 100%; height: 100%;
position: absolute;"><div style="width: 1px;"></div><div style="background-
color: rgb(245, 245, 245); width: auto; height: 100%; margin-left:
1px;"></div></div><div style="position: relative; padding-right: 6px;
padding-left: 6px; box-sizing: border-box; font-family: Roboto, Arial, sans-
serif; font-size: 10px; color: rgb(68, 68, 68); white-space: nowrap;
direction: ltr; text-align: right; vertical-align: middle; display: inline-
block;"><a style="text-decoration: none; cursor: pointer; display: none;">Map
Data</a><span>Map data ©2019 Google</span></div></div></div><div
class="gmnoscreen" style="position: absolute; right: 0px; bottom: 0px;"><div
style="font-family: Roboto, Arial, sans-serif; font-size: 11px; color:
rgb(68, 68, 68); direction: ltr; text-align: right; background-color:
rgb(245, 245, 245);">Map data ©2019 Google</div></div><div class="gmnoprint
gm-style-cc" draggable="false" style="z-index: 1000001; user-select: none;
height: 14px; line-height: 14px; position: absolute; right: 95px; bottom:
0px;"><div style="opacity: 0.7; width: 100%; height: 100%; position:
absolute;"><div style="width: 1px;"></div><div style="background-color:
rgb(245, 245, 245); width: auto; height: 100%; margin-left:
1px;"></div></div><div style="position: relative; padding-right: 6px;
padding-left: 6px; box-sizing: border-box; font-family: Roboto, Arial, sans-
serif; font-size: 10px; color: rgb(68, 68, 68); white-space: nowrap;
direction: ltr; text-align: right; vertical-align: middle; display: inline-
block;"><a href="https://www.google.com/intl/en-US_US/help/terms_maps.html"
target="_blank" rel="noopener" style="text-decoration: none; cursor: pointer;
color: rgb(68, 68, 68);">Terms of Use</a></div></div><button
draggable="false" title="Toggle fullscreen view" aria-label="Toggle
fullscreen view" type="button" class="gm-control-active gm-fullscreen-
control" style="background: none rgb(255, 255, 255); border: 0px; margin:
10px; padding: 0px; position: absolute; cursor: pointer; user-select: none;
border-radius: 2px; height: 40px; width: 40px; box-shadow: rgba(0, 0, 0, 0.3)
0px 1px 4px -1px; overflow: hidden; top: 0px; right: 0px;"><img
src="data:image/svg+xml,%3Csvg%20xmlns%3D%22https%3A%2F%2Fptop.only.wip.la%3A443%2Fhttp%2Fwww.w3.org%2F2000%2F
svg%22%20width%3D%2218%22%20height%3D%2218%22%20viewBox%3D%220%20018%2018%22%
3E%0A%20%20%3Cpath%20fill%3D%22%23666%22%20d%3D%22M0%2C0v2v4h2V2h4V0H2H0z%20M
16%2C0h-4v2h4v4h2V2V0H16z%20M16%2C16h-4v2h4h2v-2v-4h-
2V16z%20M2%2C12H0v4v2h2h4v-2H2V12z%22%2F%3E%0A%3C%2Fsvg%3E%0A" style="height:
18px; width: 18px;"><img
src="data:image/svg+xml,%3Csvg%20xmlns%3D%22https%3A%2F%2Fptop.only.wip.la%3A443%2Fhttp%2Fwww.w3.org%2F2000%2F
svg%22%20width%3D%2218%22%20height%3D%2218%22%20viewBox%3D%220%200%2018%2018%
22%3E%0A%20%20%3Cpath%20fill%3D%22%23333%22%20d%3D%22M0%2C0v2v4h2V2h4V0H2H0z%
20M16%2C0h-4v2h4v4h2V2V0H16z%20M16%2C16h-4v2h4h2v-2v-4h-
2V16z%20M2%2C12H0v4v2h2h4v-2H2V12z%22%2F%3E%0A%3C%2Fsvg%3E%0A" style="height:
18px; width: 18px;"><img
src="data:image/svg+xml,%3Csvg%20xmlns%3D%22https%3A%2F%2Fptop.only.wip.la%3A443%2Fhttp%2Fwww.w3.org%2F2000%2F
svg%22%20width%3D%2218%22%20height%3D%2218%22%20viewBox%3D%220%200%2018%2018%
22%3E%0A%20%20%3Cpath%20fill%3D%22%23111%22%20d%3D%22M0%2C0v2v4h2V2h4V0H2H0z%
20M16%2C0h-4v2h4v4h2V2V0H16z%20M16%2C16h-4v2h4h2v-2v-4h-
2V16z%20M2%2C12H0v4v2h2h4v-2H2V12z%22%2F%3E%0A%3C%2Fsvg%3E%0A" style="height:
18px; width: 18px;"></button><div draggable="false" class="gm-style-cc"
style="user-select: none; height: 14px; line-height: 14px; position:
absolute; right: 0px; bottom: 0px;"><div style="opacity: 0.7; width: 100%;
height: 100%; position: absolute;"><div style="width: 1px;"></div><div
style="background-color: rgb(245, 245, 245); width: auto; height: 100%;
margin-left: 1px;"></div></div><div style="position: relative; padding-right:
6px; padding-left: 6px; box-sizing: border-box; font-family: Roboto, Arial,
sans-serif; font-size: 10px; color: rgb(68, 68, 68); white-space: nowrap;
direction: ltr; text-align: right; vertical-align: middle; display: inline-
block;"><a target="_blank" rel="noopener" title="Report errors in the road
map or imagery to Google" href="https://www.google.com/maps/@-
31.197,150.744,9z/data=!10m1!1e1!12b1?source=apiv3&rapsrc=apiv3"
style="font-family: Roboto, Arial, sans-serif; font-size: 10px; color:
rgb(68, 68, 68); text-decoration: none; position: relative;">Report a map
error</a></div></div><div class="gmnoprint gm-bundled-control gm-bundled-
control-on-bottom" draggable="false" controlwidth="40" controlheight="81"
style="margin: 10px; user-select: none; position: absolute; bottom: 95px;
right: 40px;"><div class="gmnoprint" controlwidth="40" controlheight="81"
style="position: absolute; left: 0px; top: 0px;"><div draggable="false"
style="user-select: none; box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
border-radius: 2px; cursor: pointer; background-color: rgb(255, 255, 255);
width: 40px; height: 81px;"><button draggable="false" title="Zoom in" aria-
label="Zoom in" type="button" class="gm-control-active" style="background:
none; display: block; border: 0px; margin: 0px; padding: 0px; position:
relative; cursor: pointer; user-select: none; overflow: hidden; width: 40px;
height: 40px; top: 0px; left: 0px;"><img
src="data:image/svg+xml,%3Csvg%20xmlns%3D%22https%3A%2F%2Fptop.only.wip.la%3A443%2Fhttp%2Fwww.w3.org%2F2000%2F
svg%22%20width%3D%2218%22%20height%3D%2218%22%20viewBox%3D%220%200%2018%2018%
22%3E%0A%20%20%3Cpolygon%20fill%3D%22%23666%22%20points%3D%2218%2C7%2011%2C7%
2011%2C0%207%2C0%207%2C7%200%2C7%200%2C11%207%2C11%207%2C18%2011%2C18%2011%2C
11%2018%2C11%22%2F%3E%0A%3C%2Fsvg%3E%0A" style="height: 18px; width:
18px;"><img
src="data:image/svg+xml,%3Csvg%20xmlns%3D%22https%3A%2F%2Fptop.only.wip.la%3A443%2Fhttp%2Fwww.w3.org%2F2000%2F
svg%22%20width%3D%2218%22%20height%3D%2218%22%20viewBox%3D%220%200%2018%2018%
22%3E%0A%20%20%3Cpolygon%20fill%3D%22%23333%22%20points%3D%2218%2C7%2011%2C7%
2011%2C0%207%2C0%207%2C7%200%2C7%200%2C11%207%2C11%207%2C18%2011%2C18%2011%2C
11%2018%2C11%22%2F%3E%0A%3C%2Fsvg%3E%0A" style="height: 18px; width:
18px;"><img
src="data:image/svg+xml,%3Csvg%20xmlns%3D%22https%3A%2F%2Fptop.only.wip.la%3A443%2Fhttp%2Fwww.w3.org%2F2000%2F
svg%22%20width%3D%2218%22%20height%3D%2218%22%20viewBox%3D%220%200%2018%2018%
22%3E%0A%20%20%3Cpolygon%20fill%3D%22%23111%22%20points%3D%2218%2C7%2011%2C7%
2011%2C0%207%2C0%207%2C7%200%2C7%200%2C11%207%2C11%207%2C18%2011%2C18%2011%2C
11%2018%2C11%22%2F%3E%0A%3C%2Fsvg%3E%0A" style="height: 18px; width:
18px;"></button><div style="position: relative; overflow: hidden; width:
30px; height: 1px; margin: 0px 5px; background-color: rgb(230, 230, 230);
top: 0px;"></div><button draggable="false" title="Zoom out" aria-label="Zoom
out" type="button" class="gm-control-active" style="background: none;
display: block; border: 0px; margin: 0px; padding: 0px; position: relative;
cursor: pointer; user-select: none; overflow: hidden; width: 40px; height:
40px; top: 0px; left: 0px;"><img
src="data:image/svg+xml,%3Csvg%20xmlns%3D%22https%3A%2F%2Fptop.only.wip.la%3A443%2Fhttp%2Fwww.w3.org%2F2000%2F
svg%22%20width%3D%2218%22%20height%3D%2218%22%20viewBox%3D%220%200%2018%2018%
22%3E%0A%20%20%3Cpath%20fill%3D%22%23666%22%20d%3D%22M0%2C7h18v4H0V7z%22%2F%3
E%0A%3C%2Fsvg%3E%0A" style="height: 18px; width: 18px;"><img
src="data:image/svg+xml,%3Csvg%20xmlns%3D%22https%3A%2F%2Fptop.only.wip.la%3A443%2Fhttp%2Fwww.w3.org%2F2000%2F
svg%22%20width%3D%2218%22%20height%3D%2218%22%20viewBox%3D%220%200%2018%2018%
22%3E%0A%20%20%3Cpath%20fill%3D%22%23333%22%20d%3D%22M0%2C7h18v4H0V7z%22%2F%3
E%0A%3C%2Fsvg%3E%0A" style="height: 18px; width: 18px;"><img
src="data:image/svg+xml,%3Csvg%20xmlns%3D%22https%3A%2F%2Fptop.only.wip.la%3A443%2Fhttp%2Fwww.w3.org%2F2000%2F
svg%22%20width%3D%2218%22%20height%3D%2218%22%20viewBox%3D%220%200%2018%2018%
22%3E%0A%20%20%3Cpath%20fill%3D%22%23111%22%20d%3D%22M0%2C7h18v4H0V7z%22%2F%3
E%0A%3C%2Fsvg%3E%0A" style="height: 18px; width:
18px;"></button></div></div><div class="gmnoprint" controlwidth="40"
controlheight="40" style="display: none; position: absolute;"><div
style="width: 40px; height: 40px;"><button draggable="false" title="Rotate
map 90 degrees" aria-label="Rotate map 90 degrees" type="button" class="gm-
control-active" style="background: none rgb(255, 255, 255); display: none;
border: 0px; margin: 0px 0px 32px; padding: 0px; position: relative; cursor:
pointer; user-select: none; width: 40px; height: 40px; top: 0px; left: 0px;
overflow: hidden; box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px; border-
radius: 2px;"><img
src="data:image/svg+xml,%3Csvg%20xmlns%3D%22https%3A%2F%2Fptop.only.wip.la%3A443%2Fhttp%2Fwww.w3.org%2F2000%2F
svg%22%20width%3D%2224%22%20height%3D%2222%22%20viewBox%3D%220%200%2024%2022%
22%3E%0A%20%20%3Cpath%20fill%3D%22%23666%22%20fill-
rule%3D%22evenodd%22%20d%3D%22M20%2010c0-5.52-4.48-10-10-10s-10%204.48-
10%2010v5h5v-5c0-2.76%202.24-5%205-5s5%202.24%205%205v5h-4l6.5%207%206.5-7h-
4v-5z%22%20clip-rule%3D%22evenodd%22%2F%3E%0A%3C%2Fsvg%3E%0A" style="height:
18px; width: 18px;"><img
src="data:image/svg+xml,%3Csvg%20xmlns%3D%22https%3A%2F%2Fptop.only.wip.la%3A443%2Fhttp%2Fwww.w3.org%2F2000%2F
svg%22%20width%3D%2224%22%20height%3D%2222%22%20viewBox%3D%220%200%2024%2022%
22%3E%0A%20%20%3Cpath%20fill%3D%22%23333%22%20fill-
rule%3D%22evenodd%22%20d%3D%22M20%2010c0-5.52-4.48-10-10-10s-10%204.48-
10%2010v5h5v-5c0-2.76%202.24-5%205-5s5%202.24%205%205v5h-4l6.5%207%206.5-7h-
4v-5z%22%20clip-rule%3D%22evenodd%22%2F%3E%0A%3C%2Fsvg%3E%0A" style="height:
18px; width: 18px;"><img
src="data:image/svg+xml,%3Csvg%20xmlns%3D%22https%3A%2F%2Fptop.only.wip.la%3A443%2Fhttp%2Fwww.w3.org%2F2000%2F
svg%22%20width%3D%2224%22%20height%3D%2222%22%20viewBox%3D%220%200%2024%2022%
22%3E%0A%20%20%3Cpath%20fill%3D%22%23111%22%20fill-
rule%3D%22evenodd%22%20d%3D%22M20%2010c0-5.52-4.48-10-10-10s-10%204.48-
10%2010v5h5v-5c0-2.76%202.24-5%205-5s5%202.24%205%205v5h-4l6.5%207%206.5-7h-
4v-5z%22%20clip-rule%3D%22evenodd%22%2F%3E%0A%3C%2Fsvg%3E%0A" style="height:
18px; width: 18px;"></button><button draggable="false" title="Tilt map" aria-
label="Tilt map" type="button" class="gm-tilt gm-control-active"
style="background: none rgb(255, 255, 255); display: block; border: 0px;
margin: 0px; padding: 0px; position: relative; cursor: pointer; user-select:
none; width: 40px; height: 40px; top: 0px; left: 0px; overflow: hidden; box-
shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px; border-radius: 2px;"><img
src="data:image/svg+xml,%3Csvg%20xmlns%3D%22https%3A%2F%2Fptop.only.wip.la%3A443%2Fhttp%2Fwww.w3.org%2F2000%2F
svg%22%20width%3D%2218px%22%20height%3D%2216px%22%20viewBox%3D%220%200%2018%2
016%22%3E%0A%20%20%3Cpath%20fill%3D%22%23666%22%20d%3D%22M0%2C16h8V9H0V16z%20
M10%2C16h8V9h-
8V16z%20M0%2C7h8V0H0V7z%20M10%2C0v7h8V0H10z%22%2F%3E%0A%3C%2Fsvg%3E%0A"
style="width: 18px;"><img
src="data:image/svg+xml,%3Csvg%20xmlns%3D%22https%3A%2F%2Fptop.only.wip.la%3A443%2Fhttp%2Fwww.w3.org%2F2000%2F
svg%22%20width%3D%2218px%22%20height%3D%2216px%22%20viewBox%3D%220%200%2018%2
016%22%3E%0A%20%20%3Cpath%20fill%3D%22%23333%22%20d%3D%22M0%2C16h8V9H0V16z%20
M10%2C16h8V9h-
8V16z%20M0%2C7h8V0H0V7z%20M10%2C0v7h8V0H10z%22%2F%3E%0A%3C%2Fsvg%3E%0A"
style="width: 18px;"><img
src="data:image/svg+xml,%3Csvg%20xmlns%3D%22https%3A%2F%2Fptop.only.wip.la%3A443%2Fhttp%2Fwww.w3.org%2F2000%2F
svg%22%20width%3D%2218px%22%20height%3D%2216px%22%20viewBox%3D%220%200%2018%2
016%22%3E%0A%20%20%3Cpath%20fill%3D%22%23111%22%20d%3D%22M0%2C16h8V9H0V16z%20
M10%2C16h8V9h-
8V16z%20M0%2C7h8V0H0V7z%20M10%2C0v7h8V0H10z%22%2F%3E%0A%3C%2Fsvg%3E%0A"
style="width: 18px;"></button></div></div></div></div></div><div
style="background-color: white; font-weight: 500; font-family: Roboto, sans-
serif; padding: 15px 25px; box-sizing: border-box; top: 5px; border: 1px
solid rgba(0, 0, 0, 0.12); border-radius: 5px; left: 50%; max-width: 375px;
position: absolute; transform: translateX(-50%); width: calc(100% - 10px); z-
index: 1;"><div><img alt="" src="https://maps.gstatic.com/mapfiles/api-
3/images/google_gray.svg" draggable="false" style="padding: 0px; margin: 0px;
border: 0px; height: 17px; vertical-align: middle; width: 52px; user-select:
none;"></div><div style="line-height: 20px; margin: 15px 0px;"><span
style="color: rgba(0, 0, 0, 0.87); font-size: 14px;">This page can't load
Google Maps correctly.</span></div><table style="width: 100%;"><tr><td
style="line-height: 16px; vertical-align: middle;"><a
href="https://developers.google.com/maps/documentation/javascript/error-
messages?utm_source=maps_js&utm_medium=degraded&utm_campaign=billing#
api-key-and-billing-errors" target="_blank" rel="noopener" style="color:
rgba(0, 0, 0, 0.54); font-size: 12px;">Do you own this website?</a></td><td
style="text-align: right;"><button
class="dismissButton">OK</button></td></tr></table></div></div>-->
<!-- <script>-->
<!-- function initMap() {-->
<!-- var uluru = {-->
<!-- lat: -25.363,-->
<!-- lng: 131.044-->
<!-- };-->
<!-- var grayStyles = [{-->
<!-- featureType: "all",-->
<!-- stylers: [{-->
<!-- saturation: -90-->
<!-- },-->
<!-- {-->
<!-- lightness: 50-->
<!-- }-->
<!-- ]-->
<!-- },-->
<!-- {-->
<!-- elementType: 'labels.text.fill',-->
<!-- stylers: [{-->
<!-- color: '#ccdee9'-->
<!-- }]-->
<!-- }-->
<!-- ];-->
<!-- var map = new
google.maps.Map(document.getElementById('map'), {-->
<!-- center: {-->
<!-- lat: -31.197,-->
<!-- lng: 150.744-->
<!-- },-->
<!-- zoom: 9,-->
<!-- styles: grayStyles,-->
<!-- scrollwheel: false-->
<!-- });-->
<!-- }-->
</script>
<iframe
src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d58072.16630992816!
2d78.03993664540859!3d27.896286310673876!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f1
3.1!3m3!1m2!1s0x3974a48686459c8b%3A0x95d967276d323613!2sAligarh%2C%20Uttar%20
Pradesh!5e0!3m2!1sen!2sin!4v1715066771273!5m2!1sen!2sin" width="100%"
height="500px" style="border:0;" allowfullscreen="" loading="lazy"
referrerpolicy="no-referrer-when-downgrade"></iframe>
</script>
<!-- </script>-->
<!-- <script
src="https://maps.googleapis.com/maps/api/js?key=AIzaSyDpfS1oRGreGSBU5HHjMmQ3
o5NLw7VdJ6I&callback=initMap">-->
<!-- </script>-->
<!-- -->
</div>
<div class="row">
<div class="col-12">
<h2 class="contact-title">Get in Touch</h2>
</div>
<div class="col-lg-8">
<form action="" method="post">
{% csrf_token %}
{% if messages %}
{% for x in messages %}{{ x }}{% endfor %}
{% endif %}
BLOG
{% extends 'app9/base.html' %}
{% load static %}
{% block content %}
<!-- Header End -->
<main>
<!--? slider Area Start-->
<section class="slider-area slider-area2">
<div class="slider-active">
<!-- Single Slider -->
<div class="single-slider slider-height2">
<div class="container">
<div class="row">
<div class="col-xl-8 col-lg-11 col-md-12">
<div class="hero__caption hero__caption2">
<h1 data-animation="bounceIn" data-
delay="0.2s">Company insights</h1>
<!-- breadcrumb Start-->
<nav aria-label="breadcrumb">
<ol class="breadcrumb">
<li class="breadcrumb-item"><a
href="index.html">Home</a></li>
<li class="breadcrumb-item"><a
href="#">Blog</a></li>
</ol>
</nav>
<!-- breadcrumb End -->
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!--? Blog Area Start-->
<section class="blog_area section-padding">
<div class="container">
<div class="row">
<div class="col-lg-8 mb-5 mb-lg-0">
{% for x in BlogData %}
<div class="blog_left_sidebar">
<!-- <article class="blog_item">-->
<!-- <div class="blog_item_img">-->
<!-- <img class="card-img rounded-0"
src="{% static "app9/assets/img/blog/single_blog_1.png" %}" alt="">-->
<!-- <a href="#" class="blog_item_date">--
>
<!-- <h3>15</h3>-->
<!-- <p>Jan</p>-->
<!-- </a>-->
<!-- </div>-->
<!-- <div class="blog_details">-->
<!-- <a class="d-inline-block"
href="blog_details.html">-->
<!-- <h2 class="blog-head"
style="color: #2d2d2d;">Google inks pact for new 35-storey office</h2>-->
<!-- </a>-->
<!-- <p>That dominion stars lights
dominion divide years for fourth have don't stars is that-->
<!-- he earth it first without heaven in
place seed it second morning saying.</p>-->
<!-- <ul class="blog-info-link">-->
<!-- <li><a href="#"><i class="fa fa-
user"></i> Travel, Lifestyle</a></li>-->
<!-- <li><a href="#"><i class="fa fa-
comments"></i> 03 Comments</a></li>-->
<!-- </ul>-->
<!-- </div>-->
<!-- </article>-->
<article class="blog_item">
<div class="blog_item_img">
<img class="card-img rounded-0"
src="{{x.img.url}}" alt="">
<a href="#" class="blog_item_date">
<h3>15</h3>
<p>Jan</p>
</a>
</div>
<div class="blog_details">
<a class="d-inline-block"
href="blog_details.html">
<h2 class="blog-head" style="color:
#2d2d2d;">{{x.title}}</h2>
</a>
<p>{{x.despription}}</p>
<ul class="blog-info-link">
<li><a href="#"><i class="fa fa-
user"></i> Travel, Lifestyle</a></li>
<li><a href="#"><i class="fa fa-
comments"></i> 03 Comments</a></li>
</ul>
</div>
</article>
<aside class="single_sidebar_widget
instagram_feeds">
<h4 class="widget_title" style="color:
#2d2d2d;">Instagram Feeds</h4>
<ul class="instagram_row flex-wrap">
<li>
<a href="#">
<img class="img-fluid" src="{%
static "app9/assets/img/post/post_5.png" %}" alt="">
</a>
</li>
<li>
<a href="#">
<img class="img-fluid" src="{%
static "app9/assets/img/post/post_6.png" %}" alt="">
</a>
</li>
<li>
<a href="#">
<img class="img-fluid" src="{%
static "app9/assets/img/post/post_7.png" %}" alt="">
</a>
</li>
<li>
<a href="#">
<img class="img-fluid" src="{%
static "app9/assets/img/post/post_8.png" %}" alt="">
</a>
</li>
<li>
<a href="#">
<img class="img-fluid" src="{%
static "app9/assets/img/post/post_9.png" %}" alt="">
</a>
</li>
<li>
<a href="#">
<img class="img-fluid" src="{%
static "app9/assets/img/post/post_10.png" %}" alt="">
</a>
</li>
</ul>
</aside>
<aside class="single_sidebar_widget
newsletter_widget">
<h4 class="widget_title" style="color:
#2d2d2d;">Newsletter</h4>
<form action="#">
<div class="form-group">
<input type="email" class="form-
control" onfocus="this.placeholder = ''"
onblur="this.placeholder = 'Enter
email'" placeholder='Enter email' required>
</div>
<button class="button rounded-0 primary-
bg text-white w-100 btn_1 boxed-btn"
type="submit">Subscribe</button>
</form>
</aside>
</div>
</div>
</div>
</div>
</section>
<!-- Blog Area End -->
</main>
{%endblock%}
COURSES
{% extends 'app9/base.html' %}
{% load static %}
{% block content %}
<main>
<!--? slider Area Start-->
<section class="slider-area slider-area2">
<div class="slider-active">
<!-- Single Slider -->
<div class="single-slider slider-height2">
<div class="container">
<div class="row">
<div class="col-xl-8 col-lg-11 col-md-12">
<div class="hero__caption hero__caption2">
<h1 data-animation="bounceIn" data-
delay="0.2s">Our courses</h1>
<!-- breadcrumb Start-->
<nav aria-label="breadcrumb">
<ol class="breadcrumb">
<li class="breadcrumb-item"><a
href="index.html">Home</a></li>
<li class="breadcrumb-item"><a
href="#">Services</a></li>
</ol>
</nav>
<!-- breadcrumb End -->
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Courses area start -->
<div class="courses-area section-padding40 fix">
<div class="container">
<div class="row justify-content-center">
<div class="col-xl-7 col-lg-8">
<div class="section-tittle text-center mb-55">
<h2>Our featured courses</h2>
</div>
</div>
</div>
<div class="row">
<!-- <div class="col-lg-4">-->
<!-- <div class="properties properties2 mb-30">-->
<!-- <div class="properties__card">-->
<!-- <div class="properties__img overlay1">-->
<!-- <a href="#"><img
src="assets/img/gallery/featured1.png" alt=""></a>-->
<!-- </div>-->
<!-- <div class="properties__caption">-->
<!-- <p>User Experience</p>-->
<!-- <h3><a href="#">Fundamental of UX for
Application design</a></h3>-->
<!-- <p>The automated process all your
website tasks. Discover tools and techniques to engage effectively with
vulnerable children and young people.-->
<!-- </p>-->
<!-- <div class="properties__footer d-flex
justify-content-between align-items-center">-->
<!-- <div class="restaurant-name">-->
<!-- <div class="rating">-->
<!-- <i class="fas fa-
star"></i>-->
<!-- <i class="fas fa-
star"></i>-->
<!-- <i class="fas fa-
star"></i>-->
<!-- <i class="fas fa-
star"></i>-->
<!-- <i class="fas fa-star-
half"></i>-->
<!-- </div>-->
<!-- <p><span>(4.5)</span> based
on 120</p>-->
<!-- </div>-->
<!-- <div class="price">-->
<!-- <span>$135</span>-->
<!-- </div>-->
<!-- </div>-->
<!-- <a href="#" class="border-btn border-
btn2">Find out more</a>-->
<!-- </div>-->
<!-- </div>-->
<!-- </div>-->
<!-- </div>-->
<!-- <div class="col-lg-4">-->
<!-- <div class="properties properties2 mb-30">-->
<!-- <div class="properties__card">-->
<!-- <div class="properties__img overlay1">-->
<!-- <a href="#"><img src="{% static
"app9/assets/img/gallery/featured2.png" %}" alt=""></a>-->
<!-- </div>-->
<!-- <div class="properties__caption">-->
<!-- <p>User Experience</p>-->
<!-- <h3><a href="#">Fundamental of UX for
Application design</a></h3>-->
<!-- <p>The automated process all your
website tasks. Discover tools and techniques to engage effectively with
vulnerable children and young people.-->
<!-- </p>-->
<!-- <div class="properties__footer d-flex
justify-content-between align-items-center">-->
<!-- <div class="restaurant-name">-->
<!-- <div class="rating">-->
<!-- <i class="fas fa-
star"></i>-->
<!-- <i class="fas fa-
star"></i>-->
<!-- <i class="fas fa-
star"></i>-->
<!-- <i class="fas fa-
star"></i>-->
<!-- <i class="fas fa-star-
half"></i>-->
<!-- </div>-->
<!-- <p><span>(4.5)</span> based
on 120</p>-->
<!-- </div>-->
<!-- <div class="price">-->
<!-- <span>$135</span>-->
<!-- </div>-->
<!-- </div>-->
<!-- <a href="#" class="border-btn border-
btn2">Find out more</a>-->
<!-- </div>-->
<!-- </div>-->
<!-- </div>-->
<!-- </div>-->
{% for x in CourseData %}
<div class="col-lg-4">
<div class="properties properties2 mb-30">
<div class="properties__card">
<div class="properties__img overlay1">
<a href="#"><img src="{{ x.img.url }}"
alt=""></a>
</div>
<div class="properties__caption">
<p>User Experience</p>
<h3><a href="#">{{x.title}}</a></h3>
<p> {{x.despription}}
</p>
<div class="properties__footer d-flex
justify-content-between align-items-center">
<div class="restaurant-name">
<div class="rating">
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star-
half"></i>
</div>
<p><span>(4.5)</span> based on
120</p>
</div>
<div class="price">
<span>${{x.price}}</span>
</div>
</div>
<a href="#" class="border-btn border-
btn2">Find out more</a>
</div>
</div>
</div>
</div>
{% endfor %}
<!-- <div class="col-lg-4">-->
<!-- <div class="properties properties2 mb-30">-->
<!-- <div class="properties__card">-->
<!-- <div class="properties__img overlay1">-->
<!-- <a href="#"><img
src="assets/img/gallery/featured4.png" alt=""></a>-->
<!-- </div>-->
<!-- <div class="properties__caption">-->
<!-- <p>User Experience</p>-->
<!-- <h3><a href="#">Fundamental of UX for
Application design</a></h3>-->
<!-- <p>The automated process all your
website tasks. Discover tools and techniques to engage effectively with
vulnerable children and young people.-->
<!-- </p>-->
<!-- <div class="properties__footer d-flex
justify-content-between align-items-center">-->
<!-- <div class="restaurant-name">-->
<!-- <div class="rating">-->
<!-- <i class="fas fa-
star"></i>-->
<!-- <i class="fas fa-
star"></i>-->
<!-- <i class="fas fa-
star"></i>-->
<!-- <i class="fas fa-
star"></i>-->
<!-- <i class="fas fa-star-
half"></i>-->
<!-- </div>-->
<!-- <p><span>(4.5)</span> based
on 120</p>-->
<!-- </div>-->
<!-- <div class="price">-->
<!-- <span>$135</span>-->
<!-- </div>-->
<!-- </div>-->
<!-- <a href="#" class="border-btn border-
btn2">Find out more</a>-->
<!-- </div>-->
<!-- </div>-->
<!-- </div>-->
<!-- </div>-->
<!-- <div class="col-lg-4">-->
<!-- <div class="properties properties2 mb-30">-->
<!-- <div class="properties__card">-->
<!-- <div class="properties__img overlay1">-->
<!-- <a href="#"><img
src="assets/img/gallery/featured5.png" alt=""></a>-->
<!-- </div>-->
<!-- <div class="properties__caption">-->
<!-- <p>User Experience</p>-->
<!-- <h3><a href="#">Fundamental of UX for
Application design</a></h3>-->
<!-- <p>The automated process all your
website tasks. Discover tools and techniques to engage effectively with
vulnerable children and young people.-->
<!-- </p>-->
<!-- <div class="properties__footer d-flex
justify-content-between align-items-center">-->
<!-- <div class="restaurant-name">-->
<!-- <div class="rating">-->
<!-- <i class="fas fa-
star"></i>-->
<!-- <i class="fas fa-
star"></i>-->
<!-- <i class="fas fa-
star"></i>-->
<!-- <i class="fas fa-
star"></i>-->
<!-- <i class="fas fa-star-
half"></i>-->
<!-- </div>-->
<!-- <p><span>(4.5)</span> based
on 120</p>-->
<!-- </div>-->
<!-- <div class="price">-->
<!-- <span>$135</span>-->
<!-- </div>-->
<!-- </div>-->
<!-- <a href="#" class="border-btn border-
btn2">Find out more</a>-->
<!-- </div>-->
<!-- </div>-->
<!-- </div>-->
<!-- </div>-->
<!-- <div class="col-lg-4">-->
<!-- <div class="properties properties2 mb-30">-->
<!-- <div class="properties__card">-->
<!-- <div class="properties__img overlay1">-->
<!-- <a href="#"><img
src="assets/img/gallery/featured6.png" alt=""></a>-->
<!-- </div>-->
<!-- <div class="properties__caption">-->
<!-- <p>User Experience</p>-->
<!-- <h3><a href="#">Fundamental of UX for
Application design</a></h3>-->
<!-- <p>The automated process all your
website tasks. Discover tools and techniques to engage effectively with
vulnerable children and young people.-->
<!-- </p>-->
<!-- <div class="properties__footer d-flex
justify-content-between align-items-center">-->
<!-- <div class="restaurant-name">-->
<!-- <div class="rating">-->
<!-- <i class="fas fa-
star"></i>-->
<!-- <i class="fas fa-
star"></i>-->
<!-- <i class="fas fa-
star"></i>-->
<!-- <i class="fas fa-
star"></i>-->
<!-- <i class="fas fa-star-
half"></i>-->
<!-- </div>-->
<!-- <p><span>(4.5)</span> based
on 120</p>-->
<!-- </div>-->
<!-- <div class="price">-->
<!-- <span>$135</span>-->
<!-- </div>-->
<!-- </div>-->
<!-- <a href="#" class="border-btn border-
btn2">Find out more</a>-->
<!-- </div>-->
<!-- </div>-->
<!-- </div>-->
<!-- </div>-->
<!-- </div>-->
<!-- <div class="row justify-content-center">-->
<!-- <div class="col-xl-7 col-lg-8">-->
<!-- <div class="section-tittle text-center mt-40">-->
<!-- <a href="#" class="border-btn">Load More</a>-
->
<!-- </div>-->
<!-- </div>-->
<!-- </div>-->
<!-- </div>-->
<!-- </div>-->
<!-- Courses area End -->
<!--? top subjects Area Start -->
<div class="topic-area">
<div class="container">
<div class="row justify-content-center">
<div class="col-xl-7 col-lg-8">
<div class="section-tittle text-center mb-55">
<h2>Explore top subjects</h2>
</div>
</div>
</div>
<div class="row">
<div class="col-lg-3 col-md-4 col-sm-6">
<div class="single-topic text-center mb-30">
<div class="topic-img">
<img style=" opacity: 1;" src="{% static
"app9/assets/img/gallery/topic1.png" %}" alt="">
<div class="topic-content-box">
<div class="topic-content">
<h3><a href="#">Python
Programing</a></h3>
</div>
</div>
</div>
</div>
</div>
<div class="col-lg-3 col-md-4 col-sm-6">
<div class="single-topic text-center mb-30">
<div class="topic-img">
<img src="{% static
"app9/assets/img/gallery/topic2.png" %}" alt="">
<div class="topic-content-box">
<div class="topic-content">
<h3><a href="#">Web
development</a></h3>
</div>
</div>
</div>
</div>
</div>
<div class="col-lg-3 col-md-4 col-sm-6">
<div class="single-topic text-center mb-30">
<div class="topic-img">
<img src="{% static
"app9/assets/img/gallery/topic3.png" %}" alt="">
<div class="topic-content-box">
<div class="topic-content">
<h3><a href="#">Full stack</a></h3>
</div>
</div>
</div>
</div>
</div>
<div class="col-lg-3 col-md-4 col-sm-6">
<div class="single-topic text-center mb-30">
<div class="topic-img">
<img src="{% static
"app9/assets/img/gallery/topic4.png" %}" alt="">
<div class="topic-content-box">
<div class="topic-content">
<h3><a href="#">Django</a></h3>
</div>
</div>
</div>
</div>
</div>
<div class="col-lg-3 col-md-4 col-sm-6">
<div class="single-topic text-center mb-30">
<div class="topic-img">
<img src="{% static
"app9/assets/img/gallery/topic5.png" %}" alt="">
<div class="topic-content-box">
<div class="topic-content">
<h3><a href="#">Html&Css</a></h3>
</div>
</div>
</div>
</div>
</div>
<div class="col-lg-3 col-md-4 col-sm-6">
<div class="single-topic text-center mb-30">
<div class="topic-img">
<img src="{% static
"app9/assets/img/gallery/topic6.png" %}" alt="">
<div class="topic-content-box">
<div class="topic-content">
<h3><a href="#">Javascript</a></h3>
</div>
</div>
</div>
</div>
</div>
<div class="col-lg-3 col-md-4 col-sm-6">
<div class="single-topic text-center mb-30">
<div class="topic-img">
<img src="{% static
"app9/assets/img/gallery/topic7.png" %}" alt="">
<div class="topic-content-box">
<div class="topic-content">
<h3><a href="#">React js</a></h3>
</div>
</div>
</div>
</div>
</div>
<div class="col-lg-3 col-md-4 col-sm-6">
<div class="single-topic text-center mb-30">
<div class="topic-img">
<img src="{% static
"app9/assets/img/gallery/topic8.png" %}" alt="">
<div class="topic-content-box">
<div class="topic-content">
<h3><a href="#">DATABASE</a></h3>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="row justify-content-center">
<div class="col-xl-12">
<div class="section-tittle text-center mt-20">
<a href="courses.html" class="border-btn">View
More Subjects</a>
</div>
</div>
</div>
</div>
</div>
<!-- top subjects End -->
<!-- ? services-area -->
<div class="services-area services-area2 section-padding40">
<div class="container">
<div class="row justify-content-sm-center">
<div class="col-lg-4 col-md-6 col-sm-8">
<div class="single-services mb-30">
<div class="features-icon">
<img src="{% static
"app9/assets/img/icon/icon1.svg" %}" alt="">
</div>
<div class="features-caption">
<h3>60+ UX courses</h3>
<p>The automated process all your website
tasks.</p>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 col-sm-8">
<div class="single-services mb-30">
<div class="features-icon">
<img src="{% static
"app9/assets/img/icon/icon2.svg" %}" alt="">
</div>
<div class="features-caption">
<h3>Expert instructors</h3>
<p>The automated process all your website
tasks.</p>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 col-sm-8">
<div class="single-services mb-30">
<div class="features-icon">
<img src="{% static
"app9/assets/img/icon/icon3.svg" %}" alt="">
</div>
<div class="features-caption">
<h3>Life time access</h3>
<p>The automated process all your website
tasks.</p>
</div>
</div>
</div>
</div>
</div>
</div>
</main>
{% endblock %}
LOGIN
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Required meta tags-->
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1,
shrink-to-fit=no">
{% if user.is_authenticated %}
<script src="http://code.jquery.com/jquery-1.6.2.min.js"></script>
<script>
$(document).ready(function() {
});
</script>
{% endif %}
<style>
@import url('https://fonts.googleapis.com/css?family=Poppins');
/* BASIC */
html {
background-color: #56baed;
}
body {
font-family: "Poppins", sans-serif;
height: 100vh;
}
a {
color: #92badd;
display:inline-block;
text-decoration: none;
font-weight: 400;
}
h2 {
text-align: center;
font-size: 16px;
font-weight: 600;
text-transform: uppercase;
display:inline-block;
margin: 40px 8px 10px 8px;
color: #cccccc;
}
/* STRUCTURE */
.wrapper {
display: flex;
align-items: center;
flex-direction: column;
justify-content: center;
width: 100%;
min-height: 100%;
padding: 20px;
}
#formContent {
-webkit-border-radius: 10px 10px 10px 10px;
border-radius: 10px 10px 10px 10px;
background: #fff;
padding: 30px;
width: 90%;
max-width: 450px;
position: relative;
padding: 0px;
-webkit-box-shadow: 0 30px 60px 0 rgba(0,0,0,0.3);
box-shadow: 0 30px 60px 0 rgba(0,0,0,0.3);
text-align: center;
}
#formFooter {
background-color: #f6f6f6;
border-top: 1px solid #dce8f1;
padding: 25px;
text-align: center;
-webkit-border-radius: 0 0 10px 10px;
border-radius: 0 0 10px 10px;
}
/* TABS */
h2.inactive {
color: #cccccc;
}
h2.active {
color: #0d0d0d;
border-bottom: 2px solid #5fbae9;
}
/* FORM TYPOGRAPHY*/
input[type=button]:active, input[type=submit]:active,
input[type=reset]:active {
-moz-transform: scale(0.95);
-webkit-transform: scale(0.95);
-o-transform: scale(0.95);
-ms-transform: scale(0.95);
transform: scale(0.95);
}
input[type=text] {
background-color: #f6f6f6;
border: none;
color: #0d0d0d;
padding: 15px 32px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
margin: 5px;
width: 85%;
border: 2px solid #f6f6f6;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
-webkit-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;
}
input[type=text]:focus {
background-color: #fff;
border-bottom: 2px solid #5fbae9;
}
input[type=text]:placeholder {
color: #cccccc;
}
input[type=password] {
background-color: #f6f6f6;
border: none;
color: #0d0d0d;
padding: 15px 32px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
margin: 5px;
width: 85%;
border: 2px solid #f6f6f6;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
-webkit-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;
}
input[type=password]:focus {
background-color: #fff;
border-bottom: 2px solid #5fbae9;
}
input[type=password]:placeholder {
color: #cccccc;
}
/* ANIMATIONS */
@-webkit-keyframes fadeInDown {
0% {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInDown {
0% {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeIn {
opacity:0;
-webkit-animation:fadeIn ease-in 1;
-moz-animation:fadeIn ease-in 1;
animation:fadeIn ease-in 1;
-webkit-animation-fill-mode:forwards;
-moz-animation-fill-mode:forwards;
animation-fill-mode:forwards;
-webkit-animation-duration:1s;
-moz-animation-duration:1s;
animation-duration:1s;
}
.fadeIn.first {
-webkit-animation-delay: 0.4s;
-moz-animation-delay: 0.4s;
animation-delay: 0.4s;
}
.fadeIn.second {
-webkit-animation-delay: 0.6s;
-moz-animation-delay: 0.6s;
animation-delay: 0.6s;
}
.fadeIn.third {
-webkit-animation-delay: 0.8s;
-moz-animation-delay: 0.8s;
animation-delay: 0.8s;
}
.fadeIn.fourth {
-webkit-animation-delay: 1s;
-moz-animation-delay: 1s;
animation-delay: 1s;
}
/* Simple CSS3 Fade-in Animation */
.underlineHover:after {
display: block;
left: 0;
bottom: -10px;
width: 0;
height: 2px;
background-color: #56baed;
content: "";
transition: width 0.2s;
}
.underlineHover:hover {
color: #0d0d0d;
}
.underlineHover:hover:after{
width: 100%;
}
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<style>
@import url("https://fonts.googleapis.com/css?family=Raleway:400,700");
*, *:before, *:after {
box-sizing: border-box;
}
body {
min-height: 100vh;
font-family: "Raleway", sans-serif;
}
.container {
position: absolute;
width: 100%;
height: 100%;
overflow: hidden;
}
.container:hover .top:before, .container:hover .top:after, .container:hover
.bottom:before, .container:hover .bottom:after, .container:active
.top:before, .container:active .top:after, .container:active .bottom:before,
.container:active .bottom:after {
margin-left: 200px;
transform-origin: -200px 50%;
transition-delay: 0s;
}
.container:hover .center, .container:active .center {
opacity: 1;
transition-delay: 0.2s;
}
.top:before, .top:after, .bottom:before, .bottom:after {
content: "";
display: block;
position: absolute;
width: 200vmax;
height: 200vmax;
top: 50%;
left: 50%;
margin-top: -100vmax;
transform-origin: 0 50%;
transition: all 0.5s cubic-bezier(0.445, 0.05, 0, 1);
z-index: 10;
opacity: 0.65;
transition-delay: 0.2s;
}
.top:before {
transform: rotate(45deg);
background: #e46569;
}
.top:after {
transform: rotate(135deg);
background: #ecaf81;
}
.bottom:before {
transform: rotate(-45deg);
background: #60b8d4;
}
.bottom:after {
transform: rotate(-135deg);
background: #3745b5;
}
.center {
position: absolute;
width: 400px;
height: 400px;
top: 50%;
left: 50%;
margin-left: -200px;
margin-top: -200px;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
padding: 30px;
opacity: 0;
transition: all 0.5s cubic-bezier(0.445, 0.05, 0, 1);
transition-delay: 0s;
color: #333;
}
.center input {
width: 70%;
padding: 15px;
margin: 12px;
border-radius: 35px;
border: 1px solid #ccc;
font-family: inherit;
}
.button-23 {
background-color: #FFFFFF;
border: 1px solid #222222;
border-radius: 8px;
box-sizing: border-box;
color: #222222;
cursor: pointer;
display: inline-block;
font-family: Circular,-apple-system,BlinkMacSystemFont,Roboto,"Helvetica
Neue",sans-serif;
font-size: 16px;
font-weight: 600;
line-height: 20px;
margin: 0;
outline: none;
padding: 13px 23px;
position: relative;
text-align: center;
text-decoration: none;
touch-action: manipulation;
transition: box-shadow .2s,-ms-transform .1s,-webkit-transform
.1s,transform .1s;
user-select: none;
-webkit-user-select: none;
width: auto;
}
.button-23:focus-visible {
box-shadow: #222222 0 0 0 2px, rgba(255, 255, 255, 0.8) 0 0 0 4px;
transition: box-shadow .2s;
}
.button-23:active {
background-color: #F7F7F7;
border-color: #000000;
transform: scale(.96);
}
.button-23:disabled {
border-color: #DDDDDD;
color: #DDDDDD;
cursor: not-allowed;
opacity: 1;
}
}
</style>
<body>
<h2> </h2>
</div>
</div>
</body>
</html>
REGISTERATION
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Required meta tags-->
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1,
shrink-to-fit=no">
{% if user.is_authenticated %}
<script src="http://code.jquery.com/jquery-1.6.2.min.js"></script>
<scriptz>
$(document).ready(function() {
});
</scriptz>
{% endif %}
<style>
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
dl,
dt,
dd,
ol,
nav ul,
nav li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
display: block;
}
ol,
ul {
list-style: none;
margin: 0px;
padding: 0px;
}
blockquote,
q {
quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
content: "";
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
/* float right */
.float-lt {
float: left;
}
/* float left */
.clear {
clear: both;
}
/* clear float */
.pos-relative {
position: relative;
}
/* Position Relative */
.pos-absolute {
position: absolute;
}
/* Position Absolute */
.vertical-base {
vertical-align: baseline;
}
/* vertical menu */
nav.horizontal ul li {
display: inline-block;
}
/* horizontal menu */
img {
max-width: 100%;
}
h1 {
font-size: 3em;
text-align: center;
color: #fff;
font-weight: 100;
text-transform: capitalize;
letter-spacing: 4px;
font-family: "Roboto", sans-serif;
}
.main-agileinfo {
width: 35%;
margin: 3em auto;
background: rgba(0, 0, 0, 0.18);
background-size: cover;
}
.agileits-top {
padding: 3em;
}
input[type="text"],
input[type="email"],
input[type="password"] {
font-size: 0.9em;
color: #fff;
font-weight: 100;
width: 94.5%;
display: block;
border: none;
padding: 0.8em;
border: solid 1px rgba(255, 255, 255, 0.37);
-webkit-transition: all 0.3s cubic-bezier(0.64, 0.09, 0.08, 1);
transition: all 0.3s cubic-bezier(0.64, 0.09, 0.08, 1);
background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 96%, #fff
4%);
background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 96%, #fff
4%);
background-position: -800px 0;
background-size: 100%;
background-repeat: no-repeat;
color: #fff;
font-family: "Roboto", sans-serif;
}
input.email,
input.text.w3lpass {
margin: 2em 0;
}
.text:focus,
.text:valid {
box-shadow: none;
outline: none;
background-position: 0 0;
}
.text:focus::-webkit-input-placeholder,
.text:valid::-webkit-input-placeholder {
color: rgba(255, 255, 255, 0.7);
font-size: 0.9em;
-webkit-transform: translateY(-30px);
-moz-transform: translateY(-30px);
-o-transform: translateY(-30px);
-ms-transform: translateY(-30px);
transform: translateY(-30px);
visibility: visible !important;
}
::-webkit-input-placeholder {
color: #fff;
font-weight: 100;
}
:-moz-placeholder {
/* Firefox 18- */
color: #fff;
}
::-moz-placeholder {
/* Firefox 19+ */
color: #fff;
}
:-ms-input-placeholder {
color: #fff;
}
input[type="submit"] {
font-size: 0.9em;
color: #fff;
background: #76b852;
outline: none;
border: 1px solid #76b852;
cursor: pointer;
padding: 0.9em;
-webkit-appearance: none;
width: 100%;
margin: 2em 0;
letter-spacing: 4px;
}
input[type="submit"]:hover {
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
-o-transition: 0.5s all;
-ms-transition: 0.5s all;
transition: 0.5s all;
background: #8dc26f;
}
.agileits-top p {
font-size: 1em;
color: #fff;
text-align: center;
letter-spacing: 1px;
font-weight: 300;
}
.agileits-top p a {
color: #fff;
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
transition: 0.5s all;
font-weight: 400;
}
.agileits-top p a:hover {
color: #76b852;
}
input.checkbox {
background: #8dc26f;
cursor: pointer;
width: 1.2em;
height: 1.2em;
}
input.checkbox:before {
content: "";
position: absolute;
width: 1.2em;
height: 1.2em;
background: inherit;
cursor: pointer;
}
input.checkbox:after {
content: "";
position: absolute;
top: 0px;
left: 0;
z-index: 1;
width: 1.2em;
height: 1.2em;
border: 1px solid #fff;
-webkit-transition: 0.4s ease-in-out;
-moz-transition: 0.4s ease-in-out;
-o-transition: 0.4s ease-in-out;
transition: 0.4s ease-in-out;
}
input.checkbox:checked:after {
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
height: 0.5rem;
border-color: #fff;
border-top-color: transparent;
border-right-color: transparent;
}
.anim input.checkbox:checked:after {
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
height: 0.5rem;
border-color: transparent;
border-right-color: transparent;
animation: 0.4s rippling 0.4s ease;
animation-fill-mode: forwards;
}
@keyframes rippling {
50% {
border-left-color: #fff;
}
100% {
border-bottom-color: #fff;
border-left-color: #fff;
}
}
.colorlibcopy-agile p {
font-size: 0.9em;
color: #fff;
line-height: 1.8em;
letter-spacing: 1px;
font-weight: 100;
}
.colorlibcopy-agile p a {
color: #fff;
transition: 0.5s all;
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
-o-transition: 0.5s all;
-ms-transition: 0.5s all;
}
.colorlibcopy-agile p a:hover {
color: #000;
}
.colorlib-bubbles {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: -1;
}
.colorlib-bubbles li {
position: absolute;
list-style: none;
display: block;
width: 40px;
height: 40px;
background-color: rgba(255, 255, 255, 0.15);
bottom: -160px;
-webkit-animation: square 20s infinite;
-moz-animation: square 250s infinite;
-o-animation: square 20s infinite;
-ms-animation: square 20s infinite;
animation: square 20s infinite;
-webkit-transition-timing-function: linear;
-moz-transition-timing-function: linear;
-o-transition-timing-function: linear;
-ms-transition-timing-function: linear;
transition-timing-function: linear;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-o-border-radius: 50%;
-ms-border-radius: 50%;
border-radius: 50%;
}
.colorlib-bubbles li:nth-child(1) {
left: 10%;
}
.colorlib-bubbles li:nth-child(2) {
left: 20%;
width: 80px;
height: 80px;
-webkit-animation-delay: 2s;
-moz-animation-delay: 2s;
-o-animation-delay: 2s;
-ms-animation-delay: 2s;
animation-delay: 2s;
-webkit-animation-duration: 17s;
-moz-animation-duration: 17s;
-o-animation-duration: 17s;
animation-duration: 17s;
}
.colorlib-bubbles li:nth-child(3) {
left: 25%;
-webkit-animation-delay: 4s;
-moz-animation-delay: 4s;
-o-animation-delay: 4s;
-ms-animation-delay: 4s;
animation-delay: 4s;
}
.colorlib-bubbles li:nth-child(4) {
left: 40%;
width: 60px;
height: 60px;
-webkit-animation-duration: 22s;
-moz-animation-duration: 22s;
-o-animation-duration: 22s;
-ms-animation-duration: 22s;
animation-duration: 22s;
background-color: rgba(255, 255, 255, 0.25);
}
.colorlib-bubbles li:nth-child(5) {
left: 70%;
}
.colorlib-bubbles li:nth-child(6) {
left: 80%;
width: 120px;
height: 120px;
-webkit-animation-delay: 3s;
-moz-animation-delay: 3s;
-o-animation-delay: 3s;
-ms-animation-delay: 3s;
animation-delay: 3s;
background-color: rgba(255, 255, 255, 0.2);
}
.colorlib-bubbles li:nth-child(7) {
left: 32%;
width: 160px;
height: 160px;
-webkit-animation-delay: 7s;
-moz-animation-delay: 7s;
-o-animation-delay: 7s;
-ms-animation-delay: 7s;
animation-delay: 7s;
}
.colorlib-bubbles li:nth-child(8) {
left: 55%;
width: 20px;
height: 20px;
-webkit-animation-delay: 15s;
-moz-animation-delay: 15s;
animation-delay: 15s;
-webkit-animation-duration: 40s;
-moz-animation-duration: 40s;
animation-duration: 40s;
}
.colorlib-bubbles li:nth-child(9) {
left: 25%;
width: 10px;
height: 10px;
-webkit-animation-delay: 2s;
animation-delay: 2s;
-webkit-animation-duration: 40s;
animation-duration: 40s;
background-color: rgba(255, 255, 255, 0.3);
}
.colorlib-bubbles li:nth-child(10) {
left: 90%;
width: 160px;
height: 160px;
-webkit-animation-delay: 11s;
animation-delay: 11s;
}
@-webkit-keyframes square {
0% {
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-o-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
100% {
-webkit-transform: translateY(-700px) rotate(600deg);
-moz-transform: translateY(-700px) rotate(600deg);
-o-transform: translateY(-700px) rotate(600deg);
-ms-transform: translateY(-700px) rotate(600deg);
transform: translateY(-700px) rotate(600deg);
}
}
@keyframes square {
0% {
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-o-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
100% {
-webkit-transform: translateY(-700px) rotate(600deg);
-moz-transform: translateY(-700px) rotate(600deg);
-o-transform: translateY(-700px) rotate(600deg);
-ms-transform: translateY(-700px) rotate(600deg);
transform: translateY(-700px) rotate(600deg);
}
}
.agileits-top {
padding: 2.5em;
}
.main-agileinfo {
margin: 2em auto;
}
.main-agileinfo {
width: 36%;
}
}
.main-w3layouts {
padding: 2em 0 1em;
}
}
input[type="text"],
input[type="email"],
input[type="password"] {
width: 93%;
}
}
input.email,
input.text.w3lpass {
margin: 1.5em 0;
}
input[type="submit"] {
margin: 2em 0;
}
h1 {
font-size: 2em;
letter-spacing: 3px;
}
}
.colorlibcopy-agile p {
padding: 0 2em;
}
}
.agileits-top {
padding: 1.8em;
}
input[type="text"],
input[type="email"],
input[type="password"] {
width: 91%;
}
.agileits-top p {
font-size: 0.9em;
}
}
.main-agileinfo {
width: 85%;
margin: 1.5em auto;
}
.text:focus,
.text:valid {
background-position: 0 0px;
}
.wthree-text ul li,
.wthree-text ul li:nth-child(2) {
display: block;
float: none;
}
.wthree-text ul li:nth-child(2) {
margin-top: 1.5em;
}
input[type="submit"] {
margin: 2em 0 1.5em;
letter-spacing: 3px;
}
input[type="submit"] {
margin: 2em 0 1.5em;
}
.colorlibcopy-agile {
margin: 1em 0 1em;
}
}
.colorlibcopy-agile p {
padding: 0 1em;
}
}
.agileits-top {
padding: 1.2em;
}
.colorlibcopy-agile {
margin: 0 0 1em;
}
input[type="text"],
input[type="email"],
input[type="password"] {
width: 89.5%;
font-size: 0.85em;
}
h1 {
font-size: 1.7em;
letter-spacing: 0px;
}
.main-agileinfo {
width: 92%;
margin: 1em auto;
}
.text:focus,
.text:valid {
background-position: 0 0px;
}
input[type="submit"] {
margin: 1.5em 0;
padding: 0.8em;
font-size: 0.85em;
}
.colorlibcopy-agile p {
font-size: 0.85em;
}
.wthree-text label {
font-size: 0.85em;
}
.main-w3layouts {
padding: 1em 0 0;
}
}
</style>
<body>
<!--<div class="container" onclick="onclick">-->
<!-- <div class="top"></div>-->
<!-- <div class="bottom"></div>-->
<!-- <div class="center">-->
<!-- <h2>Please Sign In</h2>-->
<!--<!– <input type="email" placeholder="email"/>–>-->
<!--<!– <input type="password"
placeholder="password"/>–>-->
<!-- <form method="post">-->
<!-- {% csrf_token %}-->
<!-- {{ form }}-->
<!-- <input style=" margin-left: 31px;" type="submit" class="fadeIn
fourth" value="Log In">-->
<!-- </form>-->
<!-- <h2> </h2>-->
<!-- </div>-->
<!-- </div>-->
<form method="post">
{% csrf_token %}
{{ form }}
<input style=" margin-left: 31px;" type="submit" class="fadeIn fourth"
value="Log In">
</form>
<!-- <form action="#" method="post">-->
<!-- <input class="text" type="text" name="Username"
placeholder="Username" required="">-->
<!-- <input class="text email" type="email" name="email"
placeholder="Email" required="">-->
<!-- <input class="text" type="password" name="password"
placeholder="Password" required="">-->
<!-- <input class="text w3lpass" type="password" name="password"
placeholder="Confirm Password" required="">-->
<!-- <div class="wthree-text">-->
<!-- <label class="anim">-->
<!-- <input type="checkbox" class="checkbox" required="">-->
<!-- <span>I Agree To The Terms & Conditions</span>-->
<!-- </label>-->
<!-- <div class="clear"> </div>-->
<!-- </div>-->
<!-- <input type="submit" value="SIGNUP">-->
<!-- </form>-->
<!-- <p>Don't have an Account? <a href="#"> Login Now!</a></p>-->
</div>
</div>
<!-- copyright -->
<!-- <div class="colorlibcopy-agile">-->
<!-- <p>© 2018 Colorlib Signup Form. All rights reserved | Design by <a
href="https://colorlib.com/" target="_blank">Colorlib</a></p>-->
<!-- </div>-->
<!-- <!– //copyright –>-->
<ul class="colorlib-bubbles">
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
</ul>
</div>
<!-- //main -->
</body>
</html>