Skip to content

Commit

Permalink
add how we do it section
Browse files Browse the repository at this point in the history
  • Loading branch information
tas12 committed Apr 29, 2016
1 parent b01210e commit b0c1a77
Show file tree
Hide file tree
Showing 3 changed files with 44 additions and 2 deletions.
Binary file added assets/arrows.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
29 changes: 27 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<div id="navbar" class="navbar-collapse collapse">
<ul class="nav navbar-nav">
<li class=""><a href="#">About</a></li>
<li><a href="#about">Our Programmes</a></li>
<li><a href="#about">Our programmes</a></li>
<li><a href="#contact">News</a></li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Members <span class="caret"></span></a>
Expand Down Expand Up @@ -97,9 +97,33 @@ <h5>Challenge Partners aims to improve pupil outcomes by advancing effective sch
</a>
</div>
</div>
</div>
<div class="row">
<div class='col-md-8 col-md-offset-2'>
<div class='what-we-do'>
<h1>How we do it</h1>
<h5>Sharing best practice through...</h5>
<div><img id="arrows" src="assets/arrows.png"/></div>

</div>
</div>
</div>
<div class='labels'>
<h2 class="col-xs-3 col-xs-offset-2">
Programmes
</h2>
<h2 class="col-xs-2">
Events
</h2>
<h2 class="col-xs-3">
Case studies
</h2>
</div>

<div class="row">
<div class="col-md-6 no-padding" id="left-no-padding">
<!-- OUR PROGRAMS -->
<h2 class="titles">Our programmes</h2>
<div class="bs-example">
<div id="programmes" class="carousel slide half-carousel" data-ride="carousel">
<!-- Carousel indicators -->
Expand Down Expand Up @@ -142,6 +166,7 @@ <h5>Challenge Partners aims to improve pupil outcomes by advancing effective sch
</div>
<div class="col-md-6 no-padding" id="right-no-padding">
<!-- EVENTS -->
<h2 class="titles">Upcoming events</h2>
<div class="bs-example">
<div id="events" class="carousel slide half-carousel" data-ride="carousel">
<!-- Carousel indicators -->
Expand Down Expand Up @@ -181,7 +206,7 @@ <h5>Challenge Partners aims to improve pupil outcomes by advancing effective sch
</div>
</div>
</div>
</div>



<footer class="footer">
Expand Down
17 changes: 17 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -180,9 +180,26 @@ nav ul {

.what-we-do h5 {
font-size: 1.5em;
line-height: 1.5em;
}

#info {
position: relative;
top: -30px;
}

.titles {
margin-left: 30px;
color: #90be42;
}

#arrows {
width: 50%;
}

.labels{
position: relative;
top: -20px;
text-align: center;
color: #373B33;
}

0 comments on commit b0c1a77

Please sign in to comment.