-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
232 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,90 @@ | ||
<!-- Clients Aside --> | ||
<!-- <aside class="clients"> | ||
<div class="container"> | ||
<div class="row"> | ||
<div class="col-md-3 col-sm-6"> | ||
<a href="#"> | ||
<img src="img/logos/envato.jpg" class="img-responsive img-centered" alt=""> | ||
</a> | ||
</div> | ||
<div class="col-md-3 col-sm-6"> | ||
<a href="#"> | ||
<img src="img/logos/designmodo.jpg" class="img-responsive img-centered" alt=""> | ||
</a> | ||
</div> | ||
<div class="col-md-3 col-sm-6"> | ||
<a href="#"> | ||
<img src="img/logos/themeforest.jpg" class="img-responsive img-centered" alt=""> | ||
</a> | ||
</div> | ||
<div class="col-md-3 col-sm-6"> | ||
<a href="#"> | ||
<img src="img/logos/creative-market.jpg" class="img-responsive img-centered" alt=""> | ||
</a> | ||
</div> | ||
</div> | ||
</div> | ||
</aside> --> | ||
<section id="contact"> | ||
<div class="container"> | ||
<div class="row"> | ||
<div class="col-lg-8 col-lg-offset-2 text-center"> | ||
<h2 class="section-heading">Let's Get In Touch!</h2> | ||
<hr class="primary"> | ||
<p>Ready to start your next project with us? That's great! Give us a call or send us an email and we will get back to you as soon as possible!</p> | ||
</div> | ||
<div class="col-lg-4 col-lg-offset-2 text-center"> | ||
<i class="fa fa-phone fa-3x wow bounceIn"></i> | ||
<p><a href="tel:1-847-555-5555">1-847-555-5555</a></p> | ||
</div> | ||
<div class="col-lg-4 text-center"> | ||
<i class="fa fa-envelope-o fa-3x wow bounceIn" data-wow-delay=".1s"></i> | ||
<p><a href="mailto:your-email@your-domain.com">feedback@startbootstrap.com</a></p> | ||
</div> | ||
</div> | ||
</div> | ||
</section> | ||
<!-- Contact Section --> | ||
<!-- <section id="contact"> | ||
<div class="container"> | ||
<div class="row"> | ||
<div class="col-lg-12 text-center"> | ||
<h2 class="section-heading">Contact Us</h2> | ||
<h3 class="section-subheading text-muted">Lorem ipsum dolor sit amet consectetur.</h3> | ||
</div> | ||
</div> | ||
<div class="row"> | ||
<div class="col-lg-12"> | ||
<form name="sentMessage" id="contactForm" novalidate> | ||
<div class="row"> | ||
<div class="col-md-6"> | ||
<div class="form-group"> | ||
<input type="text" class="form-control" placeholder="Your Name *" id="name" required data-validation-required-message="Please enter your name."> | ||
<p class="help-block text-danger"></p> | ||
</div> | ||
<div class="form-group"> | ||
<input type="email" class="form-control" placeholder="Your Email *" id="email" required data-validation-required-message="Please enter your email address."> | ||
<p class="help-block text-danger"></p> | ||
</div> | ||
<div class="form-group"> | ||
<input type="tel" class="form-control" placeholder="Your Phone *" id="phone" required data-validation-required-message="Please enter your phone number."> | ||
<p class="help-block text-danger"></p> | ||
</div> | ||
</div> | ||
<div class="col-md-6"> | ||
<div class="form-group"> | ||
<textarea class="form-control" placeholder="Your Message *" id="message" required data-validation-required-message="Please enter a message."></textarea> | ||
<p class="help-block text-danger"></p> | ||
</div> | ||
</div> | ||
<div class="clearfix"></div> | ||
<div class="col-lg-12 text-center"> | ||
<div id="success"></div> | ||
<button type="submit" class="btn btn-xl">Send Message</button> | ||
</div> | ||
</div> | ||
</form> | ||
</div> | ||
</div> | ||
</div> | ||
</section> --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
<footer> | ||
<div class="container"> | ||
<div class="row"> | ||
<div class="col-md-4"> | ||
<span class="copyright">Copyright © Your Website 2014</span> | ||
</div> | ||
<div class="col-md-4"> | ||
<ul class="list-inline social-buttons"> | ||
<li><a href="#"><i class="fa fa-twitter"></i></a> | ||
</li> | ||
<li><a href="#"><i class="fa fa-facebook"></i></a> | ||
</li> | ||
<li><a href="#"><i class="fa fa-linkedin"></i></a> | ||
</li> | ||
</ul> | ||
</div> | ||
<div class="col-md-4"> | ||
<ul class="list-inline quicklinks"> | ||
<li><a href="#">Privacy Policy</a> | ||
</li> | ||
<li><a href="#">Terms of Use</a> | ||
</li> | ||
</ul> | ||
</div> | ||
</div> | ||
</div> | ||
</footer> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
|
||
<!-- Header --> | ||
<header> | ||
<div class="container"> | ||
<div class="intro-text"> | ||
<div class="intro-lead-in">Welcome To Our Studio!</div> | ||
<div class="intro-heading">It's Nice To Meet You</div> | ||
<a href="#services" class="page-scroll btn btn-xl">Tell Me More</a> | ||
</div> | ||
</div> | ||
</header> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
|
||
<!-- Navigation --> | ||
<nav class="navbar navbar-default navbar-fixed-top"> | ||
<div class="container"> | ||
<!-- Brand and toggle get grouped for better mobile display --> | ||
<div class="navbar-header page-scroll"> | ||
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1"> | ||
<span class="sr-only">Toggle navigation</span> | ||
<span class="icon-bar"></span> | ||
<span class="icon-bar"></span> | ||
<span class="icon-bar"></span> | ||
</button> | ||
<a class="navbar-brand page-scroll" href="#page-top">Start Bootstrap</a> | ||
</div> | ||
|
||
<!-- Collect the nav links, forms, and other content for toggling --> | ||
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1"> | ||
<ul class="nav navbar-nav navbar-right"> | ||
<li class="hidden"> | ||
<a href="#page-top"></a> | ||
</li> | ||
<li> | ||
<a class="page-scroll" href="#services">Services</a> | ||
</li> | ||
<li> | ||
<a class="page-scroll" href="#portfolio">Portfolio</a> | ||
</li> | ||
<li> | ||
<a class="page-scroll" href="#about">About</a> | ||
</li> | ||
<li> | ||
<a class="page-scroll" href="#team">Team</a> | ||
</li> | ||
<!-- <li> | ||
<a class="page-scroll" href="#contact">Contact</a> | ||
</li> --> | ||
</ul> | ||
</div> | ||
<!-- /.navbar-collapse --> | ||
</div> | ||
<!-- /.container-fluid --> | ||
</nav> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,62 @@ | ||
{% load static from staticfiles %} | ||
<!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"> | ||
<meta name="description" content=""> | ||
<meta name="author" content=""> | ||
|
||
<title>{% block title %}{% endblock %} - {{ config.site_name }}</title> | ||
|
||
<!-- Bootstrap Core CSS --> | ||
<link href="css/bootstrap.min.css" rel="stylesheet"> | ||
|
||
<!-- Custom CSS --> | ||
<link href="css/agency.css" rel="stylesheet"> | ||
|
||
<!-- Custom Fonts --> | ||
<link href="font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css"> | ||
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet" type="text/css"> | ||
<link href='https://fonts.googleapis.com/css?family=Droid+Serif:400,700,400italic,700italic' rel='stylesheet' type='text/css'> | ||
<link href='https://fonts.googleapis.com/css?family=Roboto+Slab:400,100,300,700' rel='stylesheet' type='text/css'> | ||
|
||
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> | ||
<!-- WARNING: Respond.js doesn't work if you view the page via file:// --> | ||
<!--[if lt IE 9]> | ||
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script> | ||
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script> | ||
<![endif]--> | ||
|
||
</head> | ||
|
||
<body> | ||
|
||
{% include '_nav.html' %} | ||
{% block content %}{% endblock %} | ||
{% include '_footer.html' %} | ||
|
||
<!-- jQuery --> | ||
<script src="js/jquery.js"></script> | ||
|
||
<!-- Bootstrap Core JavaScript --> | ||
<script src="js/bootstrap.min.js"></script> | ||
|
||
<!-- Plugin JavaScript --> | ||
<script src="http://cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.3/jquery.easing.min.js"></script> | ||
<script src="js/classie.js"></script> | ||
<script src="js/cbpAnimatedHeader.js"></script> | ||
|
||
<!-- Contact Form JavaScript --> | ||
<script src="js/jqBootstrapValidation.js"></script> | ||
<script src="js/contact_me.js"></script> | ||
|
||
<!-- Custom Theme JavaScript --> | ||
<script src="js/agency.js"></script> | ||
|
||
</body> | ||
|
||
</html> |