Fix indentation
This commit is contained in:
parent
cb09807798
commit
89203dcb44
|
@ -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">
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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">
|
||||
<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,7 +36,8 @@
|
|||
</li>
|
||||
{% endif %}
|
||||
</ul>
|
||||
<button type="button" class="btn btn-default" data-dismiss="modal"><i class="fa fa-times"></i> Close</button>
|
||||
<button type="button" class="btn btn-default" data-dismiss="modal"><i class="fa fa-times"></i>
|
||||
Close</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
|
||||
<!-- Portfolio Grid Section -->
|
||||
<section id="portfolio">
|
||||
<div class="container portfolio-flex-grid">
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
{% include head.html %}
|
||||
|
||||
<body id="page-top" class="index">
|
||||
{% include nav.html %}
|
||||
{% include header.html %}
|
||||
|
@ -19,4 +20,5 @@
|
|||
{% include modals.html %}
|
||||
{% include js.html %}
|
||||
</body>
|
||||
|
||||
</html>
|
Loading…
Reference in New Issue