Skip to content

Commit

Permalink
Copy changes and some extra layout
Browse files Browse the repository at this point in the history
  • Loading branch information
timsweb committed Jun 28, 2016
1 parent ec6c993 commit d3cfbb0
Show file tree
Hide file tree
Showing 4 changed files with 51 additions and 8 deletions.
10 changes: 9 additions & 1 deletion public/css/landing-page.css
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,15 @@ h6 {
background-size: cover;
}

.banner h2 {
.compact-banner {
padding: 25px 0;
color: #f8f8f8;
background: url(../img/reading-banner.jpg) no-repeat center center;
background-size: cover;
}

.banner,
.compact-banner h2 {
margin: 0;
text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
font-size: 3em;
Expand Down
Binary file added public/img/reading-banner.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
47 changes: 41 additions & 6 deletions templates_twig/about.twig
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,12 @@
<div class="content-section-a">
<div class="container">
<div class="row">
<div class="col-lg-12 col-sm-12">
<div class="col-sx-12">
<div class="clearfix"></div>
<h1>About Us</h1>
<p class="lead">
iC-Health is a personal training company with clients in Surrey, Berkshire and Hampshire. Specialising in <em>weight loss, muscle gain, injury prevention, and sports conditioning</em>, we offer a variety of training styles and methods to allow you maximum progression and achievement. Online training, one-to-one personal training and group training services are some of the opportunities you can explore to a fitter, stronger, slimmer, healthier and happier you.
</p>

<p>
When you choose to train with iC-Health, you can expect to receive a service which will help you not only get fitter than you've ever been, but learn to enjoy your training and continue to progress. Following a free consultation, we will devise a training plan that will be expertly structured, fun and most importantly, effective. Choose us and revel in guaranteed results!
&quot;Too fat, too thin, that's just media spin. You look best when you're comfortable in your own skin&quot;
And that is exactly what iC-Health believes! We will help you unleash your potential and have you oozing confidence.
</p>

{#
Expand All @@ -40,13 +37,51 @@
#}
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-sm-3 col-lg-offset-2 col-lg-2">
<img src="http://placehold.it/150x150" alt="" class="center-block img-responsive img-circle">
<div class="caption text-center">
<h4>Non Judgemental Coaching</h4>
</div>
</div>
<div class="col-sm-3 col-lg-2">
<img src="http://placehold.it/150x150" alt="" class="center-block img-responsive img-circle">
<div class="caption text-center">
<h4>Personalised Training</h4>
</div>
</div>
<div class="col-sm-3 col-lg-2">
<img src="http://placehold.it/150x150" alt="" class="center-block img-responsive img-circle">
<div class="caption text-center">
<h4>Specified Nutrition</h4>
</div>
</div>
<div class="col-sm-3 col-lg-2">
<img src="http://placehold.it/150x150" alt="" class="center-block img-responsive img-circle">
<div class="caption text-center">
<h4>Constant Support</h4>
</div>

</div>
</div>
</div>
<!-- /.container -->
</div>

<div class="compact-banner">
<div class="container">
<div class="row">
<div class="col-xs-12">
<h3>Training clients in Berkshire, Surrey and Hampshire, we offer a variety of training styles and methods to aid your progression.</h3>
</div>
</div>
</div>
</div>
<!-- /.content-section-a -->


<div class="content-section-b">

<div class="container">
Expand Down
2 changes: 1 addition & 1 deletion templates_twig/index.twig
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<div class="col-lg-12">
<div class="intro-message">
<h1>iC Health</h1>
<h3>Fitness. Nutrition. Confidence.</h3>
<h3>Unleash Your Potential</h3>
<hr class="intro-divider">
<ul class="list-inline intro-social-buttons">
<li>
Expand Down

0 comments on commit d3cfbb0

Please sign in to comment.