forked from skyuk/bskyb.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
45 lines (45 loc) · 2.46 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
---
layout: default
title: Home
order: 0
---
<div class="skycom-12">
<div class="skycom-container clearfix" >
<div class="alpha skycom-12">
{% include carousel.html %}
</div>
</div>
<div class="container marketing">
<hr class="featurette-divider">
<div class="row featurette">
<div class="col-md-7">
<h2 class="featurette-heading">Designed for Sky developers <span class="text-muted">by Sky developers</span></h2>
<p class="lead text--instructions">The new portal for Developers @ sky. A source of <a href="opensource.html">OPENSOURCE</a> work, <a href="meetups.html">MEETUPS</a> and <a href="vacancies.html">VACANCIES</a> for those interested in joining our great team.</p>
</div>
<div class="col-md-5">
<img class="featurette-image img-responsive center-block" src="http://www.sky.com/shop/export/sites/www.sky.com/shop/__Images/Campaigns/Minions/Minions_Vanquish_BB_Fibre_Bottom_Pod.png_679063726.png" alt="Generic placeholder image">
</div>
</div>
<hr class="featurette-divider">
<div class="row featurette">
<div class="col-md-7 col-md-push-5">
<h2 class="featurette-heading">Sky developers are doing amazing things. <span class="text-muted">See for yourself.</span></h2>
<p class="lead text--instructions">Take a look at <a href="blog.html">what's going on</a> for Developers across Sky.</p>
</div>
<div class="col-md-5 col-md-pull-7">
<img class="featurette-image img-responsive center-block" src="http://www.sky.com/tv/static/C3DqxkQmSv8YIMTOoxx9VzIHPFVI1fZr1I2rKA2RWOx.jpg" alt="Generic placeholder image">
</div>
</div>
<hr class="featurette-divider">
<div class="row featurette">
<div class="col-md-7">
<h2 class="featurette-heading">Or why not contribute? <span class="text-muted">Write a post, attend a meetup</span></h2>
<p class="lead text--instructions">Dive in and tell us something interesting you're doing. It's all on <a href="https://github.com/BSkyB">GitHub</a>.</p>
</div>
<div class="col-md-5">
<img class="featurette-image img-responsive center-block" src="https://secure.sky.com/mysky-homepage/indexb/assets/logged-out/bills-payments-d54f175cb0fedb9f30bd6b315265947e9dae717a.jpg" alt="Generic placeholder image">
</div>
</div>
<hr class="featurette-divider">
</div>
</div>