Fix indentation
This commit is contained in:
parent
cb09807798
commit
89203dcb44
|
@ -1,24 +1,27 @@
|
||||||
<!-- About Section -->
|
<!-- About Section -->
|
||||||
<section class="success" id="about">
|
<section class="success" id="about">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-lg-12 text-center">
|
<div class="col-lg-12 text-center">
|
||||||
<h2>About</h2>
|
<h2>About</h2>
|
||||||
<hr class="star-light">
|
<hr class="star-light">
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-lg-4 col-lg-offset-2">
|
<div class="col-lg-4 col-lg-offset-2">
|
||||||
<p>Freelancer is a free bootstrap theme created by Start Bootstrap. The download includes the complete source files including HTML, CSS, and JavaScript as well as optional LESS stylesheets for easy customization.</p>
|
<p>Freelancer is a free bootstrap theme created by Start Bootstrap. The download includes the complete
|
||||||
</div>
|
source files including HTML, CSS, and JavaScript as well as optional LESS stylesheets for easy
|
||||||
<div class="col-lg-4">
|
customization.</p>
|
||||||
<p>Whether you're a student looking to showcase your work, a professional looking to attract clients, or a graphic artist looking to share your projects, this template is the perfect starting point! </p>
|
</div>
|
||||||
</div>
|
<div class="col-lg-4">
|
||||||
<div class="col-lg-8 col-lg-offset-2 text-center">
|
<p>Whether you're a student looking to showcase your work, a professional looking to attract clients, or
|
||||||
<a href="https://github.com/jeromelachaud/freelancer-theme" class="btn btn-lg btn-outline">
|
a graphic artist looking to share your projects, this template is the perfect starting point! </p>
|
||||||
<i class="fa fa-download"></i> Download Theme
|
</div>
|
||||||
</a>
|
<div class="col-lg-8 col-lg-offset-2 text-center">
|
||||||
</div>
|
<a href="https://github.com/jeromelachaud/freelancer-theme" class="btn btn-lg btn-outline">
|
||||||
</div>
|
<i class="fa fa-download"></i> Download Theme
|
||||||
</div>
|
</a>
|
||||||
</section>
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
|
|
@ -1,54 +1,58 @@
|
||||||
<!-- Contact Section -->
|
<!-- Contact Section -->
|
||||||
<section id="contact">
|
<section id="contact">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-lg-12 text-center">
|
<div class="col-lg-12 text-center">
|
||||||
<h2>Contact Me</h2>
|
<h2>Contact Me</h2>
|
||||||
<hr class="star-primary">
|
<hr class="star-primary">
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="row">
|
||||||
|
<div class="col-lg-8 col-lg-offset-2">
|
||||||
|
<!-- To configure the contact form email address, go to mail/contact_me.php and update the email address in the PHP file on line 19. -->
|
||||||
|
<!-- The form should work on most web servers, but if the form is not working you may need to configure your web server differently. -->
|
||||||
|
<form name="sentMessage" id="contactForm" novalidate>
|
||||||
|
<div class="row control-group">
|
||||||
|
<div class="form-group col-xs-12 floating-label-form-group controls">
|
||||||
|
<label for="name">Name</label>
|
||||||
|
<input type="text" class="form-control" placeholder="Name" id="name" required
|
||||||
|
data-validation-required-message="Please enter your name.">
|
||||||
|
<p class="help-block text-danger"></p>
|
||||||
</div>
|
</div>
|
||||||
<div class="row">
|
</div>
|
||||||
<div class="col-lg-8 col-lg-offset-2">
|
<div class="row control-group">
|
||||||
<!-- To configure the contact form email address, go to mail/contact_me.php and update the email address in the PHP file on line 19. -->
|
<div class="form-group col-xs-12 floating-label-form-group controls">
|
||||||
<!-- The form should work on most web servers, but if the form is not working you may need to configure your web server differently. -->
|
<label for="email">Email Address</label>
|
||||||
<form name="sentMessage" id="contactForm" novalidate>
|
<input type="email" class="form-control" placeholder="Email Address" id="email" required
|
||||||
<div class="row control-group">
|
data-validation-required-message="Please enter your email address.">
|
||||||
<div class="form-group col-xs-12 floating-label-form-group controls">
|
<p class="help-block text-danger"></p>
|
||||||
<label for="name">Name</label>
|
|
||||||
<input type="text" class="form-control" placeholder="Name" id="name" required data-validation-required-message="Please enter your name.">
|
|
||||||
<p class="help-block text-danger"></p>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="row control-group">
|
|
||||||
<div class="form-group col-xs-12 floating-label-form-group controls">
|
|
||||||
<label for="email">Email Address</label>
|
|
||||||
<input type="email" class="form-control" placeholder="Email Address" id="email" required data-validation-required-message="Please enter your email address.">
|
|
||||||
<p class="help-block text-danger"></p>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="row control-group">
|
|
||||||
<div class="form-group col-xs-12 floating-label-form-group controls">
|
|
||||||
<label for="phone">Phone Number</label>
|
|
||||||
<input type="tel" class="form-control" placeholder="Phone Number" id="phone" required data-validation-required-message="Please enter your phone number.">
|
|
||||||
<p class="help-block text-danger"></p>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="row control-group">
|
|
||||||
<div class="form-group col-xs-12 floating-label-form-group controls">
|
|
||||||
<label for="message">Message</label>
|
|
||||||
<textarea rows="5" class="form-control" placeholder="Message" id="message" required data-validation-required-message="Please enter a message."></textarea>
|
|
||||||
<p class="help-block text-danger"></p>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<br>
|
|
||||||
<div id="success"></div>
|
|
||||||
<div class="row">
|
|
||||||
<div class="form-group col-xs-12">
|
|
||||||
<button type="submit" class="btn btn-success btn-lg">Send</button>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</form>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
<div class="row control-group">
|
||||||
|
<div class="form-group col-xs-12 floating-label-form-group controls">
|
||||||
|
<label for="phone">Phone Number</label>
|
||||||
|
<input type="tel" class="form-control" placeholder="Phone Number" id="phone" required
|
||||||
|
data-validation-required-message="Please enter your phone number.">
|
||||||
|
<p class="help-block text-danger"></p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="row control-group">
|
||||||
|
<div class="form-group col-xs-12 floating-label-form-group controls">
|
||||||
|
<label for="message">Message</label>
|
||||||
|
<textarea rows="5" class="form-control" placeholder="Message" id="message" required
|
||||||
|
data-validation-required-message="Please enter a message."></textarea>
|
||||||
|
<p class="help-block text-danger"></p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<br>
|
||||||
|
<div id="success"></div>
|
||||||
|
<div class="row">
|
||||||
|
<div class="form-group col-xs-12">
|
||||||
|
<button type="submit" class="btn btn-success btn-lg">Send</button>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</form>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
|
|
@ -1,16 +1,16 @@
|
||||||
<!-- Contact Section -->
|
<!-- Contact Section -->
|
||||||
<section id="contact">
|
<section id="contact">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-lg-12 text-center">
|
<div class="col-lg-12 text-center">
|
||||||
<h2>Contact me</h2>
|
<h2>Contact me</h2>
|
||||||
<hr class="star-primary">
|
<hr class="star-primary">
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-lg-8 col-lg-offset-2">
|
<div class="col-lg-8 col-lg-offset-2">
|
||||||
<div id="disqus_thread"></div><!-- /#disqus_thread -->
|
<div id="disqus_thread"></div><!-- /#disqus_thread -->
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
|
@ -1,49 +1,52 @@
|
||||||
<!-- Contact Section -->
|
<!-- Contact Section -->
|
||||||
<section id="contact">
|
<section id="contact">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-lg-12 text-center">
|
<div class="col-lg-12 text-center">
|
||||||
<h2>Contact Me</h2>
|
<h2>Contact Me</h2>
|
||||||
<hr class="star-primary">
|
<hr class="star-primary">
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-lg-8 col-lg-offset-2">
|
<div class="col-lg-8 col-lg-offset-2">
|
||||||
<form action="//formspree.io/{{ site.email }}" method="POST" name="sentMessage" id="contactForm" novalidate>
|
<form action="//formspree.io/{{ site.email }}" method="POST" name="sentMessage" id="contactForm" novalidate>
|
||||||
<div class="row control-group">
|
<div class="row control-group">
|
||||||
<div class="form-group col-xs-12 floating-label-form-group controls">
|
<div class="form-group col-xs-12 floating-label-form-group controls">
|
||||||
<label for="name">Name</label>
|
<label for="name">Name</label>
|
||||||
<input type="text" name="name" class="form-control" placeholder="Name" id="name" required data-validation-required-message="Please enter your name.">
|
<input type="text" name="name" class="form-control" placeholder="Name" id="name" required
|
||||||
<p class="help-block text-danger"></p>
|
data-validation-required-message="Please enter your name.">
|
||||||
</div>
|
<p class="help-block text-danger"></p>
|
||||||
</div>
|
</div>
|
||||||
<div class="row control-group">
|
</div>
|
||||||
<div class="form-group col-xs-12 floating-label-form-group controls">
|
<div class="row control-group">
|
||||||
<label for="email">Email Address</label>
|
<div class="form-group col-xs-12 floating-label-form-group controls">
|
||||||
<input type="email" name="_replyto" class="form-control" placeholder="Email Address" id="email" required data-validation-required-message="Please enter your email address.">
|
<label for="email">Email Address</label>
|
||||||
<p class="help-block text-danger"></p>
|
<input type="email" name="_replyto" class="form-control" placeholder="Email Address" id="email" required
|
||||||
</div>
|
data-validation-required-message="Please enter your email address.">
|
||||||
</div>
|
<p class="help-block text-danger"></p>
|
||||||
<div>
|
</div>
|
||||||
<input type="hidden" name="_subject" value="New submission!">
|
</div>
|
||||||
<input type="text" name="_gotcha" style="display:none" />
|
<div>
|
||||||
</div>
|
<input type="hidden" name="_subject" value="New submission!">
|
||||||
<div class="row control-group">
|
<input type="text" name="_gotcha" style="display:none" />
|
||||||
<div class="form-group col-xs-12 floating-label-form-group controls">
|
</div>
|
||||||
<label for="message">Message</label>
|
<div class="row control-group">
|
||||||
<textarea rows="5" name="message" class="form-control" placeholder="Message" id="message" required data-validation-required-message="Please enter a message."></textarea>
|
<div class="form-group col-xs-12 floating-label-form-group controls">
|
||||||
<p class="help-block text-danger"></p>
|
<label for="message">Message</label>
|
||||||
</div>
|
<textarea rows="5" name="message" class="form-control" placeholder="Message" id="message" required
|
||||||
</div>
|
data-validation-required-message="Please enter a message."></textarea>
|
||||||
<br>
|
<p class="help-block text-danger"></p>
|
||||||
<div id="success"></div>
|
</div>
|
||||||
<div class="row">
|
</div>
|
||||||
<div class="form-group col-xs-12">
|
<br>
|
||||||
<button type="submit" class="btn btn-success btn-lg">Send</button>
|
<div id="success"></div>
|
||||||
</div>
|
<div class="row">
|
||||||
</div>
|
<div class="form-group col-xs-12">
|
||||||
</form>
|
<button type="submit" class="btn btn-success btn-lg">Send</button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</form>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
|
@ -1,47 +1,48 @@
|
||||||
<!-- Footer -->
|
<!-- Footer -->
|
||||||
<footer class="text-center">
|
<footer class="text-center">
|
||||||
<div class="footer-above">
|
<div class="footer-above">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="footer-col col-md-4">
|
<div class="footer-col col-md-4">
|
||||||
<h3>{{ site.footer.location }}</h3>
|
<h3>{{ site.footer.location }}</h3>
|
||||||
<p>
|
<p>
|
||||||
{% for adress in site.address %}
|
{% for adress in site.address %}
|
||||||
{{ adress.line }} <br>
|
{{ adress.line }} <br>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</p>
|
</p>
|
||||||
</div>
|
|
||||||
<div class="footer-col col-md-4">
|
|
||||||
<h3>{{ site.footer.social }}</h3>
|
|
||||||
<ul class="list-inline">
|
|
||||||
{% for network in site.social %}
|
|
||||||
<li>
|
|
||||||
<a href="{{ network.url }}" class="btn-social btn-outline"><i class="fa-brands fa-fw fa-{{ network.title }}"></i></a>
|
|
||||||
</li>
|
|
||||||
{% endfor %}
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
<div class="footer-col col-md-4">
|
|
||||||
<h3>{{ site.footer.credits }}</h3>
|
|
||||||
<p>{{ site.credits }}</p>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
<div class="footer-below">
|
<div class="footer-col col-md-4">
|
||||||
<div class="container">
|
<h3>{{ site.footer.social }}</h3>
|
||||||
<div class="row">
|
<ul class="list-inline">
|
||||||
<div class="col-lg-12">
|
{% for network in site.social %}
|
||||||
Copyright © {{ site.footer.copyright }} 20{{ site.time | date: '%y' }}
|
<li>
|
||||||
</div>
|
<a href="{{ network.url }}" class="btn-social btn-outline"><i
|
||||||
</div>
|
class="fa-brands fa-fw fa-{{ network.title }}"></i></a>
|
||||||
</div>
|
</li>
|
||||||
|
{% endfor %}
|
||||||
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
</footer>
|
<div class="footer-col col-md-4">
|
||||||
|
<h3>{{ site.footer.credits }}</h3>
|
||||||
<!-- Scroll to Top Button (Only visible on small and extra-small screen sizes) -->
|
<p>{{ site.credits }}</p>
|
||||||
<div class="scroll-top page-scroll visible-xs visible-sm">
|
</div>
|
||||||
<a class="btn btn-primary" href="#page-top">
|
</div>
|
||||||
<i class="fa fa-chevron-up"></i>
|
|
||||||
</a>
|
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="footer-below">
|
||||||
|
<div class="container">
|
||||||
|
<div class="row">
|
||||||
|
<div class="col-lg-12">
|
||||||
|
Copyright © {{ site.footer.copyright }} 20{{ site.time | date: '%y' }}
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</footer>
|
||||||
|
|
||||||
|
<!-- Scroll to Top Button (Only visible on small and extra-small screen sizes) -->
|
||||||
|
<div class="scroll-top page-scroll visible-xs visible-sm">
|
||||||
|
<a class="btn btn-primary" href="#page-top">
|
||||||
|
<i class="fa fa-chevron-up"></i>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
|
|
@ -1,34 +1,34 @@
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||||
<title>{{ site.title }}</title>
|
<title>{{ site.title }}</title>
|
||||||
<meta name="viewport" content="width=device-width">
|
<meta name="viewport" content="width=device-width">
|
||||||
<meta name="description" content="{{ site.description }}">
|
<meta name="description" content="{{ site.description }}">
|
||||||
<meta name="keywords" content="{{ site.keywords }}" />
|
<meta name="keywords" content="{{ site.keywords }}" />
|
||||||
{% if site.meta_author %}
|
{% if site.meta_author %}
|
||||||
<meta name="author" content="{{ site.meta_author }}">{% endif %}
|
<meta name="author" content="{{ site.meta_author }}">{% endif %}
|
||||||
<link rel="canonical" href="{{ page.url | replace:'index.html','' | prepend: site.url }}">
|
<link rel="canonical" href="{{ page.url | replace:'index.html','' | prepend: site.url }}">
|
||||||
<link rel="alternate" type="application/rss+xml" title="RSS" href="feed.xml">
|
<link rel="alternate" type="application/rss+xml" title="RSS" href="feed.xml">
|
||||||
|
|
||||||
<!-- Custom CSS & Bootstrap Core CSS - Uses Bootswatch Flatly Theme: http://bootswatch.com/flatly/ -->
|
<!-- Custom CSS & Bootstrap Core CSS - Uses Bootswatch Flatly Theme: http://bootswatch.com/flatly/ -->
|
||||||
<link rel="stylesheet" href="{{ " style.css" }}">
|
<link rel="stylesheet" href="{{ " style.css" }}">
|
||||||
|
|
||||||
<!-- Google verification -->
|
<!-- Google verification -->
|
||||||
{% if site.google_verify %}
|
{% if site.google_verify %}
|
||||||
<meta name="google-site-verification" content="{{ site.google_verify }}">{% endif %}
|
<meta name="google-site-verification" content="{{ site.google_verify }}">{% endif %}
|
||||||
|
|
||||||
<!-- Bing Verification -->
|
<!-- Bing Verification -->
|
||||||
{% if site.bing_verify %}
|
{% if site.bing_verify %}
|
||||||
<meta name="msvalidate.01" content="{{ site.bing_verify }}">{% endif %}
|
<meta name="msvalidate.01" content="{{ site.bing_verify }}">{% endif %}
|
||||||
|
|
||||||
<!-- Custom Fonts -->
|
<!-- Custom Fonts -->
|
||||||
<link rel="stylesheet" href="{{ " css/font-awesome/css/all.min.css" }}">
|
<link rel="stylesheet" href="{{ " css/font-awesome/css/all.min.css" }}">
|
||||||
<link href="//fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet" type="text/css">
|
<link href="//fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet" type="text/css">
|
||||||
<link href="//fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic" rel="stylesheet" type="text/css">
|
<link href="//fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic" rel="stylesheet" type="text/css">
|
||||||
|
|
||||||
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
|
<!-- 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:// -->
|
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
|
||||||
<!--[if lt IE 9]>
|
<!--[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/html5shiv/3.7.0/html5shiv.js"></script>
|
||||||
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
|
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
|
||||||
<![endif]-->
|
<![endif]-->
|
||||||
|
|
|
@ -1,26 +1,26 @@
|
||||||
<!-- jQuery Version 1.11.0 -->
|
<!-- jQuery Version 1.11.0 -->
|
||||||
<script src="{{ "js/jquery-1.11.0.js" }}"></script>
|
<script src="{{ " js/jquery-1.11.0.js" }}"></script>
|
||||||
|
|
||||||
<!-- Bootstrap Core JavaScript -->
|
<!-- Bootstrap Core JavaScript -->
|
||||||
<script src="{{ "js/bootstrap.min.js" }}"></script>
|
<script src="{{ " js/bootstrap.min.js" }}"></script>
|
||||||
|
|
||||||
<!-- Plugin JavaScript -->
|
<!-- Plugin JavaScript -->
|
||||||
<script src="{{ "js/jquery.easing.min.js" }}"></script>
|
<script src="{{ " js/jquery.easing.min.js" }}"></script>
|
||||||
<script src="{{ "js/classie.js" }}"></script>
|
<script src="{{ " js/classie.js" }}"></script>
|
||||||
<script src="{{ "js/cbpAnimatedHeader.js" }}"></script>
|
<script src="{{ " js/cbpAnimatedHeader.js" }}"></script>
|
||||||
|
|
||||||
<!-- Contact Form JavaScript -->
|
<!-- Contact Form JavaScript -->
|
||||||
<script src="{{ "js/jqBootstrapValidation.js" }}"></script>
|
<script src="{{ " js/jqBootstrapValidation.js" }}"></script>
|
||||||
{% if site.contact == "static" %}
|
{% if site.contact == "static" %}
|
||||||
<script src="{{ "js/contact_me_static.js" }}"></script>
|
<script src="{{ " js/contact_me_static.js" }}"></script>
|
||||||
{% else %}
|
{% else %}
|
||||||
<script src="{{ "js/contact_me.js" }}"></script>
|
<script src="{{ " js/contact_me.js" }}"></script>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
<!-- Custom Theme JavaScript -->
|
<!-- Custom Theme JavaScript -->
|
||||||
<script src="{{ "js/freelancer.js" }}"></script>
|
<script src="{{ " js/freelancer.js" }}"></script>
|
||||||
|
|
||||||
{% if site.contact == "disqus" %}
|
{% if site.contact == "disqus" %}
|
||||||
<!-- Disqus Stuff -->
|
<!-- Disqus Stuff -->
|
||||||
{% include js_disqus.html %}
|
{% include js_disqus.html %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
|
@ -1,21 +1,22 @@
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
/* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */
|
/* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */
|
||||||
var disqus_shortname = '{{ site.disqus_shortname }}'; // required: replace example with your forum shortname
|
var disqus_shortname = '{{ site.disqus_shortname }}'; // required: replace example with your forum shortname
|
||||||
|
|
||||||
/* * * DON'T EDIT BELOW THIS LINE * * */
|
/* * * DON'T EDIT BELOW THIS LINE * * */
|
||||||
(function() {
|
(function () {
|
||||||
var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
|
var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
|
||||||
dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js';
|
dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js';
|
||||||
document.getElementById('disqus_thread').appendChild(dsq);
|
document.getElementById('disqus_thread').appendChild(dsq);
|
||||||
})();
|
})();
|
||||||
|
|
||||||
/* * * DON'T EDIT BELOW THIS LINE * * */
|
/* * * DON'T EDIT BELOW THIS LINE * * */
|
||||||
(function () {
|
(function () {
|
||||||
var s = document.createElement('script'); s.async = true;
|
var s = document.createElement('script'); s.async = true;
|
||||||
s.type = 'text/javascript';
|
s.type = 'text/javascript';
|
||||||
s.src = '//' + disqus_shortname + '.disqus.com/count.js';
|
s.src = '//' + disqus_shortname + '.disqus.com/count.js';
|
||||||
document.getElementById('disqus_thread').appendChild(s);
|
document.getElementById('disqus_thread').appendChild(s);
|
||||||
}());
|
}());
|
||||||
</script>
|
</script>
|
||||||
<noscript>Please enable JavaScript to view the <a href="http://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
|
<noscript>Please enable JavaScript to view the <a href="http://disqus.com/?ref_noscript">comments powered by
|
||||||
|
Disqus.</a></noscript>
|
||||||
<a href="http://disqus.com" class="dsq-brlink">comments powered by <span class="logo-disqus">Disqus</span></a>
|
<a href="http://disqus.com" class="dsq-brlink">comments powered by <span class="logo-disqus">Disqus</span></a>
|
||||||
|
|
|
@ -1,45 +1,47 @@
|
||||||
<!-- Portfolio Modals -->
|
<!-- Portfolio Modals -->
|
||||||
{% for post in site.posts %}
|
{% for post in site.posts %}
|
||||||
<div class="portfolio-modal modal fade" id="portfolioModal-{{ post.modal-id }}" tabindex="-1" role="dialog" aria-hidden="true">
|
<div class="portfolio-modal modal fade" id="portfolioModal-{{ post.modal-id }}" tabindex="-1" role="dialog"
|
||||||
<div class="modal-content">
|
aria-hidden="true">
|
||||||
<div class="close-modal" data-dismiss="modal">
|
<div class="modal-content">
|
||||||
<div class="lr">
|
<div class="close-modal" data-dismiss="modal">
|
||||||
<div class="rl">
|
<div class="lr">
|
||||||
</div>
|
<div class="rl">
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="container">
|
|
||||||
<div class="row">
|
|
||||||
<div class="col-lg-8 col-lg-offset-2">
|
|
||||||
<div class="modal-body">
|
|
||||||
<h2>{{ post.title }}</h2>
|
|
||||||
<hr class="star-primary">
|
|
||||||
<img src="img/portfolio/{{ post.img }}" class="img-responsive img-centered" alt="{{ post.alt }}">
|
|
||||||
{% if post.description %}
|
|
||||||
<p>{{ post.description }}</p>
|
|
||||||
{% endif %}
|
|
||||||
<ul class="list-inline item-details">
|
|
||||||
{% if post.client %}
|
|
||||||
<li>Client:
|
|
||||||
<strong>{{ post.client }}</strong>
|
|
||||||
</li>
|
|
||||||
{% endif %}
|
|
||||||
{% if post.project-date %}
|
|
||||||
<li>Date:
|
|
||||||
<strong>{{ post.project-date }}</strong>
|
|
||||||
</li>
|
|
||||||
{% endif %}
|
|
||||||
{% if post.category %}
|
|
||||||
<li>Service:
|
|
||||||
<strong>{{ post.category }}</strong>
|
|
||||||
</li>
|
|
||||||
{% endif %}
|
|
||||||
</ul>
|
|
||||||
<button type="button" class="btn btn-default" data-dismiss="modal"><i class="fa fa-times"></i> Close</button>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
<div class="container">
|
||||||
|
<div class="row">
|
||||||
|
<div class="col-lg-8 col-lg-offset-2">
|
||||||
|
<div class="modal-body">
|
||||||
|
<h2>{{ post.title }}</h2>
|
||||||
|
<hr class="star-primary">
|
||||||
|
<img src="img/portfolio/{{ post.img }}" class="img-responsive img-centered" alt="{{ post.alt }}">
|
||||||
|
{% if post.description %}
|
||||||
|
<p>{{ post.description }}</p>
|
||||||
|
{% endif %}
|
||||||
|
<ul class="list-inline item-details">
|
||||||
|
{% if post.client %}
|
||||||
|
<li>Client:
|
||||||
|
<strong>{{ post.client }}</strong>
|
||||||
|
</li>
|
||||||
|
{% endif %}
|
||||||
|
{% if post.project-date %}
|
||||||
|
<li>Date:
|
||||||
|
<strong>{{ post.project-date }}</strong>
|
||||||
|
</li>
|
||||||
|
{% endif %}
|
||||||
|
{% if post.category %}
|
||||||
|
<li>Service:
|
||||||
|
<strong>{{ post.category }}</strong>
|
||||||
|
</li>
|
||||||
|
{% endif %}
|
||||||
|
</ul>
|
||||||
|
<button type="button" class="btn btn-default" data-dismiss="modal"><i class="fa fa-times"></i>
|
||||||
|
Close</button>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
|
@ -1,35 +1,35 @@
|
||||||
<!-- Navigation -->
|
<!-- Navigation -->
|
||||||
<nav class="navbar navbar-default navbar-fixed-top">
|
<nav class="navbar navbar-default navbar-fixed-top">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<!-- Brand and toggle get grouped for better mobile display -->
|
<!-- Brand and toggle get grouped for better mobile display -->
|
||||||
<div class="navbar-header page-scroll">
|
<div class="navbar-header page-scroll">
|
||||||
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
|
<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="sr-only">Toggle navigation</span>
|
||||||
<span class="icon-bar"></span>
|
<span class="icon-bar"></span>
|
||||||
<span class="icon-bar"></span>
|
<span class="icon-bar"></span>
|
||||||
<span class="icon-bar"></span>
|
<span class="icon-bar"></span>
|
||||||
</button>
|
</button>
|
||||||
<a class="navbar-brand" href="#page-top">{{ site.title }}</a>
|
<a class="navbar-brand" href="#page-top">{{ site.title }}</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- Collect the nav links, forms, and other content for toggling -->
|
<!-- Collect the nav links, forms, and other content for toggling -->
|
||||||
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
|
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
|
||||||
<ul class="nav navbar-nav navbar-right">
|
<ul class="nav navbar-nav navbar-right">
|
||||||
<li class="hidden">
|
<li class="hidden">
|
||||||
<a href="#page-top"></a>
|
<a href="#page-top"></a>
|
||||||
</li>
|
</li>
|
||||||
<li class="page-scroll">
|
<li class="page-scroll">
|
||||||
<a href="#portfolio">Portfolio</a>
|
<a href="#portfolio">Portfolio</a>
|
||||||
</li>
|
</li>
|
||||||
<li class="page-scroll">
|
<li class="page-scroll">
|
||||||
<a href="#about">About</a>
|
<a href="#about">About</a>
|
||||||
</li>
|
</li>
|
||||||
<li class="page-scroll">
|
<li class="page-scroll">
|
||||||
<a href="#contact">Contact</a>
|
<a href="#contact">Contact</a>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<!-- /.navbar-collapse -->
|
<!-- /.navbar-collapse -->
|
||||||
</div>
|
</div>
|
||||||
<!-- /.container-fluid -->
|
<!-- /.container-fluid -->
|
||||||
</nav>
|
</nav>
|
||||||
|
|
|
@ -1,26 +1,25 @@
|
||||||
|
<!-- Portfolio Grid Section -->
|
||||||
<!-- Portfolio Grid Section -->
|
<section id="portfolio">
|
||||||
<section id="portfolio">
|
<div class="container portfolio-flex-grid">
|
||||||
<div class="container portfolio-flex-grid">
|
<div class="row">
|
||||||
<div class="row">
|
<div class="col-lg-12 text-center">
|
||||||
<div class="col-lg-12 text-center">
|
<h2>Portfolio</h2>
|
||||||
<h2>Portfolio</h2>
|
<hr class="star-primary">
|
||||||
<hr class="star-primary">
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
<div class="portfolio-flex-row">
|
||||||
|
{% for post in site.posts %}
|
||||||
|
<div class="portfolio-flex-item portfolio-item">
|
||||||
|
<a href="#portfolioModal-{{ post.modal-id }}" class="portfolio-link" data-toggle="modal">
|
||||||
|
<div class="caption">
|
||||||
|
<div class="caption-content">
|
||||||
|
<i class="fa fa-search-plus fa-3x"></i>
|
||||||
</div>
|
</div>
|
||||||
<div class="portfolio-flex-row">
|
</div>
|
||||||
{% for post in site.posts %}
|
<img src="img/portfolio/{{ post.img }}" class="img-responsive" alt="{{ post.alt }}">
|
||||||
<div class="portfolio-flex-item portfolio-item">
|
</a>
|
||||||
<a href="#portfolioModal-{{ post.modal-id }}" class="portfolio-link" data-toggle="modal">
|
</div>
|
||||||
<div class="caption">
|
{% endfor %}
|
||||||
<div class="caption-content">
|
</div>
|
||||||
<i class="fa fa-search-plus fa-3x"></i>
|
</div>
|
||||||
</div>
|
</section>
|
||||||
</div>
|
|
||||||
<img src="img/portfolio/{{ post.img }}" class="img-responsive" alt="{{ post.alt }}">
|
|
||||||
</a>
|
|
||||||
</div>
|
|
||||||
{% endfor %}
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</section>
|
|
||||||
|
|
|
@ -1,22 +1,24 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
{% include head.html %}
|
{% include head.html %}
|
||||||
<body id="page-top" class="index">
|
|
||||||
{% include nav.html %}
|
|
||||||
{% include header.html %}
|
|
||||||
{% include portfolio_grid.html %}
|
|
||||||
{% include about.html %}
|
|
||||||
|
|
||||||
{% if site.contact == "static" %}
|
<body id="page-top" class="index">
|
||||||
{% include contact_static.html %}
|
{% include nav.html %}
|
||||||
{% elsif site.contact == "disqus" %}
|
{% include header.html %}
|
||||||
{% include contact_disqus.html %}
|
{% include portfolio_grid.html %}
|
||||||
{% else %}
|
{% include about.html %}
|
||||||
{% include contact.html %}
|
|
||||||
{% endif %}
|
|
||||||
|
|
||||||
{% include footer.html %}
|
{% if site.contact == "static" %}
|
||||||
{% include modals.html %}
|
{% include contact_static.html %}
|
||||||
{% include js.html %}
|
{% elsif site.contact == "disqus" %}
|
||||||
</body>
|
{% include contact_disqus.html %}
|
||||||
</html>
|
{% else %}
|
||||||
|
{% include contact.html %}
|
||||||
|
{% endif %}
|
||||||
|
|
||||||
|
{% include footer.html %}
|
||||||
|
{% include modals.html %}
|
||||||
|
{% include js.html %}
|
||||||
|
</body>
|
||||||
|
|
||||||
|
</html>
|
||||||
|
|
Loading…
Reference in New Issue