Fix indentation
This commit is contained in:
parent
cb09807798
commit
89203dcb44
|
@ -1,5 +1,5 @@
|
|||
<!-- About Section -->
|
||||
<section class="success" id="about">
|
||||
<!-- About Section -->
|
||||
<section class="success" id="about">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-lg-12 text-center">
|
||||
|
@ -9,10 +9,13 @@
|
|||
</div>
|
||||
<div class="row">
|
||||
<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
|
||||
source files including HTML, CSS, and JavaScript as well as optional LESS stylesheets for easy
|
||||
customization.</p>
|
||||
</div>
|
||||
<div class="col-lg-4">
|
||||
<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>
|
||||
<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 class="col-lg-8 col-lg-offset-2 text-center">
|
||||
<a href="https://github.com/jeromelachaud/freelancer-theme" class="btn btn-lg btn-outline">
|
||||
|
@ -21,4 +24,4 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
</section>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<!-- Contact Section -->
|
||||
<section id="contact">
|
||||
<!-- Contact Section -->
|
||||
<section id="contact">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-lg-12 text-center">
|
||||
|
@ -15,28 +15,32 @@
|
|||
<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.">
|
||||
<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.">
|
||||
<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.">
|
||||
<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>
|
||||
<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>
|
||||
|
@ -51,4 +55,4 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
</section>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<!-- Contact Section -->
|
||||
<section id="contact">
|
||||
<section id="contact">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-lg-12 text-center">
|
||||
|
@ -13,4 +13,4 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
</section>
|
||||
|
|
|
@ -13,14 +13,16 @@
|
|||
<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" 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
|
||||
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" name="_replyto" class="form-control" placeholder="Email Address" id="email" required data-validation-required-message="Please enter your email address.">
|
||||
<input type="email" name="_replyto" 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>
|
||||
|
@ -31,7 +33,8 @@
|
|||
<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" name="message" class="form-control" placeholder="Message" id="message" required data-validation-required-message="Please enter a message."></textarea>
|
||||
<textarea rows="5" name="message" 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>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<!-- Footer -->
|
||||
<footer class="text-center">
|
||||
<!-- Footer -->
|
||||
<footer class="text-center">
|
||||
<div class="footer-above">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
|
@ -16,7 +16,8 @@
|
|||
<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>
|
||||
<a href="{{ network.url }}" class="btn-social btn-outline"><i
|
||||
class="fa-brands fa-fw fa-{{ network.title }}"></i></a>
|
||||
</li>
|
||||
{% endfor %}
|
||||
</ul>
|
||||
|
@ -37,11 +38,11 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
</footer>
|
||||
|
||||
<!-- Scroll to Top Button (Only visible on small and extra-small screen sizes) -->
|
||||
<div class="scroll-top page-scroll visible-xs visible-sm">
|
||||
<!-- 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>
|
||||
</div>
|
||||
|
|
|
@ -1,26 +1,26 @@
|
|||
<!-- jQuery Version 1.11.0 -->
|
||||
<script src="{{ "js/jquery-1.11.0.js" }}"></script>
|
||||
<!-- jQuery Version 1.11.0 -->
|
||||
<script src="{{ " js/jquery-1.11.0.js" }}"></script>
|
||||
|
||||
<!-- Bootstrap Core JavaScript -->
|
||||
<script src="{{ "js/bootstrap.min.js" }}"></script>
|
||||
<!-- Bootstrap Core JavaScript -->
|
||||
<script src="{{ " js/bootstrap.min.js" }}"></script>
|
||||
|
||||
<!-- Plugin JavaScript -->
|
||||
<script src="{{ "js/jquery.easing.min.js" }}"></script>
|
||||
<script src="{{ "js/classie.js" }}"></script>
|
||||
<script src="{{ "js/cbpAnimatedHeader.js" }}"></script>
|
||||
<!-- Plugin JavaScript -->
|
||||
<script src="{{ " js/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>
|
||||
{% if site.contact == "static" %}
|
||||
<script src="{{ "js/contact_me_static.js" }}"></script>
|
||||
{% else %}
|
||||
<script src="{{ "js/contact_me.js" }}"></script>
|
||||
{% endif %}
|
||||
<!-- Contact Form JavaScript -->
|
||||
<script src="{{ " js/jqBootstrapValidation.js" }}"></script>
|
||||
{% if site.contact == "static" %}
|
||||
<script src="{{ " js/contact_me_static.js" }}"></script>
|
||||
{% else %}
|
||||
<script src="{{ " js/contact_me.js" }}"></script>
|
||||
{% endif %}
|
||||
|
||||
<!-- Custom Theme JavaScript -->
|
||||
<script src="{{ "js/freelancer.js" }}"></script>
|
||||
<!-- Custom Theme JavaScript -->
|
||||
<script src="{{ " js/freelancer.js" }}"></script>
|
||||
|
||||
{% if site.contact == "disqus" %}
|
||||
<!-- Disqus Stuff -->
|
||||
{% include js_disqus.html %}
|
||||
{% endif %}
|
||||
{% if site.contact == "disqus" %}
|
||||
<!-- Disqus Stuff -->
|
||||
{% include js_disqus.html %}
|
||||
{% endif %}
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
var disqus_shortname = '{{ site.disqus_shortname }}'; // required: replace example with your forum shortname
|
||||
|
||||
/* * * DON'T EDIT BELOW THIS LINE * * */
|
||||
(function() {
|
||||
(function () {
|
||||
var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
|
||||
dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js';
|
||||
document.getElementById('disqus_thread').appendChild(dsq);
|
||||
|
@ -17,5 +17,6 @@
|
|||
document.getElementById('disqus_thread').appendChild(s);
|
||||
}());
|
||||
</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>
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
<!-- Portfolio Modals -->
|
||||
{% for post in site.posts %}
|
||||
<div class="portfolio-modal modal fade" id="portfolioModal-{{ post.modal-id }}" tabindex="-1" role="dialog" aria-hidden="true">
|
||||
<!-- Portfolio Modals -->
|
||||
{% 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="modal-content">
|
||||
<div class="close-modal" data-dismiss="modal">
|
||||
<div class="lr">
|
||||
|
@ -35,11 +36,12 @@
|
|||
</li>
|
||||
{% endif %}
|
||||
</ul>
|
||||
<button type="button" class="btn btn-default" data-dismiss="modal"><i class="fa fa-times"></i> Close</button>
|
||||
</div>
|
||||
<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 %}
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<!-- Navigation -->
|
||||
<nav class="navbar navbar-default navbar-fixed-top">
|
||||
<!-- 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">
|
||||
|
@ -32,4 +32,4 @@
|
|||
<!-- /.navbar-collapse -->
|
||||
</div>
|
||||
<!-- /.container-fluid -->
|
||||
</nav>
|
||||
</nav>
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
|
||||
<!-- Portfolio Grid Section -->
|
||||
<section id="portfolio">
|
||||
<!-- Portfolio Grid Section -->
|
||||
<section id="portfolio">
|
||||
<div class="container portfolio-flex-grid">
|
||||
<div class="row">
|
||||
<div class="col-lg-12 text-center">
|
||||
|
@ -23,4 +22,4 @@
|
|||
{% endfor %}
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
</section>
|
||||
|
|
|
@ -1,7 +1,8 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
{% include head.html %}
|
||||
<body id="page-top" class="index">
|
||||
{% include head.html %}
|
||||
|
||||
<body id="page-top" class="index">
|
||||
{% include nav.html %}
|
||||
{% include header.html %}
|
||||
{% include portfolio_grid.html %}
|
||||
|
@ -18,5 +19,6 @@
|
|||
{% include footer.html %}
|
||||
{% include modals.html %}
|
||||
{% include js.html %}
|
||||
</body>
|
||||
</body>
|
||||
|
||||
</html>
|
Loading…
Reference in New Issue