Skip to content

Commit

Permalink
convert to django templates and make base
Browse files Browse the repository at this point in the history
  • Loading branch information
Usman4862 committed Mar 6, 2023
1 parent 55ee2dd commit 36730c9
Show file tree
Hide file tree
Showing 15 changed files with 841 additions and 1,476 deletions.
186 changes: 186 additions & 0 deletions templates/base.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,186 @@
{% load static %}
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]> <html class="no-js"> <!<![endif]-->
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
{% block title %}{% endblock title %}<title>Skillhunt - Free Bootstrap 4 Template by Colorlib</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">

<link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700&display=swap" rel="stylesheet">

<link rel="stylesheet" href={% static "css/open-iconic-bootstrap.min.css" %}>
<link rel="stylesheet" href={% static "css/animate.css" %}>

<link rel="stylesheet" href={% static "css/owl.carousel.min.css" %}>
<link rel="stylesheet" href={% static "css/owl.theme.default.min.css"%}>
<link rel="stylesheet" href={% static "css/magnific-popup.css" %}>

<link rel="stylesheet" href={% static "css/aos.css" %}>

<link rel="stylesheet" href={% static "css/ionicons.min.css" %}>

<link rel="stylesheet" href={% static "css/bootstrap-datepicker.css" %}>
<link rel="stylesheet" href={% static "css/jquery.timepicker.css" %}>


<link rel="stylesheet" href={% static "css/flaticon.css" %}>
<link rel="stylesheet" href={% static "css/icomoon.css" %}>
<link rel="stylesheet" href={% static "css/style.css" %}>
{% block head %}{% endblock head %}
</head>
<body>
<!--[if lt IE 7]>
<p class="browsehappy">You are using an <strong>outdated</strong> browser. Please <a href="#">upgrade your browser</a> to improve your experience.</p>
<![endif]-->

<nav class="navbar navbar-expand-lg navbar-dark ftco_navbar bg-dark ftco-navbar-light" id="ftco-navbar">
<div class="container-fluid px-md-4 ">
<a class="navbar-brand" href="index.html">Skillhunt</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#ftco-nav" aria-controls="ftco-nav" aria-expanded="false" aria-label="Toggle navigation">
<span class="oi oi-menu"></span> Menu
</button>

<div class="collapse navbar-collapse" id="ftco-nav">
<ul class="navbar-nav ml-auto">
<li class="nav-item"><a href="{% url 'home' %}" class="nav-link">Home</a></li>
<li class="nav-item active"><a href="{% url 'browse-jobs' %}" class="nav-link">Browse Jobs</a></li>
<li class="nav-item"><a href="{% url 'candidates' %}" class="nav-link">Canditates</a></li>
<li class="nav-item"><a href="{% url 'blogs' %}" class="nav-link">Blogs</a></li>
<li class="nav-item"><a href="{% url 'contact' %}" class="nav-link">Contact</a></li>
<li class="nav-item cta mr-md-1"><a href="new-post.html" class="nav-link">Post a Job</a></li>
<li class="nav-item cta cta-colored"><a href="job-post.html" class="nav-link">Want a Job</a></li>

</ul>
</div>
</div>
</nav>
{% block body %}{% endblock body %}

<section class="ftco-section-parallax">
<div class="parallax-img d-flex align-items-center">
<div class="container">
<div class="row d-flex justify-content-center">
<div class="col-md-7 text-center heading-section heading-section-white ftco-animate">
<h2>Subcribe to our Newsletter</h2>
<p>Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in</p>
<div class="row d-flex justify-content-center mt-4 mb-4">
<div class="col-md-12">
<form action="#" class="subscribe-form">
<div class="form-group d-flex">
<input type="text" class="form-control" placeholder="Enter email address">
<input type="submit" value="Subscribe" class="submit px-3">
</div>
</form>
</div>
</div>
</div>
</div>
</div>
</div>
</section>

<footer class="ftco-footer ftco-bg-dark ftco-section">
<div class="container">
<div class="row mb-5">
<div class="col-md">
<div class="ftco-footer-widget mb-4">
<h2 class="ftco-heading-2">Skillhunt Jobboard</h2>
<p>Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts.</p>
<ul class="ftco-footer-social list-unstyled float-md-left float-lft mt-3">
<li class="ftco-animate"><a href="#"><span class="icon-twitter"></span></a></li>
<li class="ftco-animate"><a href="#"><span class="icon-facebook"></span></a></li>
<li class="ftco-animate"><a href="#"><span class="icon-instagram"></span></a></li>
</ul>
</div>
</div>
<div class="col-md">
<div class="ftco-footer-widget mb-4">
<h2 class="ftco-heading-2">Employers</h2>
<ul class="list-unstyled">
<li><a href="#" class="pb-1 d-block">Browse Candidates</a></li>
<li><a href="#" class="pb-1 d-block">Post a Job</a></li>
<li><a href="#" class="pb-1 d-block">Employer Listing</a></li>
<li><a href="#" class="pb-1 d-block">Resume Page</a></li>
<li><a href="#" class="pb-1 d-block">Dashboard</a></li>
<li><a href="#" class="pb-1 d-block">Job Packages</a></li>
</ul>
</div>
</div>
<div class="col-md">
<div class="ftco-footer-widget mb-4 ml-md-4">
<h2 class="ftco-heading-2">Candidate</h2>
<ul class="list-unstyled">
<li><a href="#" class="pb-1 d-block">Browse Jobs</a></li>
<li><a href="#" class="pb-1 d-block">Submit Resume</a></li>
<li><a href="#" class="pb-1 d-block">Dashboard</a></li>
<li><a href="#" class="pb-1 d-block">Browse Categories</a></li>
<li><a href="#" class="pb-1 d-block">My Bookmarks</a></li>
<li><a href="#" class="pb-1 d-block">Candidate Listing</a></li>
</ul>
</div>
</div>
<div class="col-md">
<div class="ftco-footer-widget mb-4 ml-md-4">
<h2 class="ftco-heading-2">Account</h2>
<ul class="list-unstyled">
<li><a href="#" class="pb-1 d-block">My Account</a></li>
<li><a href="#" class="pb-1 d-block">Sign In</a></li>
<li><a href="#" class="pb-1 d-block">Create Account</a></li>
<li><a href="#" class="pb-1 d-block">Checkout</a></li>
</ul>
</div>
</div>
<div class="col-md">
<div class="ftco-footer-widget mb-4">
<h2 class="ftco-heading-2">Have a Questions?</h2>
<div class="block-23 mb-3">
<ul>
<li><span class="icon icon-map-marker"></span><span class="text">203 Fake St. Mountain View, San Francisco, California, USA</span></li>
<li><a href="#"><span class="icon icon-phone"></span><span class="text">+2 392 3929 210</span></a></li>
<li><a href="#"><span class="icon icon-envelope"></span><span class="text">info@yourdomain.com</span></a></li>
</ul>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-md-12 text-center">

<p><!-- Link back to Colorlib can't be removed. Template is licensed under CC BY 3.0. -->
Copyright &copy;<script>document.write(new Date().getFullYear());</script> All rights reserved | This template is made with <i class="icon-heart text-danger" aria-hidden="true"></i> by <a href="https://colorlib.com" target="_blank">Colorlib</a>
<!-- Link back to Colorlib can't be removed. Template is licensed under CC BY 3.0. --></p>
</div>
</div>
</div>
</footer>



<!-- loader -->
<div id="ftco-loader" class="show fullscreen"><svg class="circular" width="48px" height="48px"><circle class="path-bg" cx="24" cy="24" r="22" fill="none" stroke-width="4" stroke="#eeeeee"/><circle class="path" cx="24" cy="24" r="22" fill="none" stroke-width="4" stroke-miterlimit="10" stroke="#F96D00"/></svg></div>


<script src={% static "js/jquery.min.js" %}></script>
<script src={% static "js/jquery-migrate-3.0.1.min.js"%}></script>
<script src={% static "js/popper.min.js"%}></script>
<script src={% static "js/bootstrap.min.js"%}></script>
<script src={% static "js/jquery.easing.1.3.js"%}></script>
<script src={% static "js/jquery.waypoints.min.js"%}></script>
<script src={% static "js/jquery.stellar.min.js"%}></script>
<script src={% static "js/owl.carousel.min.js"%}></script>
<script src={% static "js/jquery.magnific-popup.min.js"%}></script>
<script src={% static "js/aos.js"%}></script>
<script src={% static "js/jquery.animateNumber.min.js"%}></script>
<script src={% static "js/scrollax.min.js"%}></script>
<script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyBVWaKrjvy3MaE7SQ74_uJiULgl1JY0H2s&sensor=false"></script>
<script src={% static "js/google-map.js" %}></script>
<script src={% static "js/main.js" %}></script>
<script src={% static "" async defer %}></script>
</body>
</html>
Loading

0 comments on commit 36730c9

Please sign in to comment.