Skip to content
This repository has been archived by the owner on Jul 11, 2024. It is now read-only.

initial commit of site redesign #311

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 6 additions & 7 deletions _includes/author.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,10 @@
{% if include.link %}</a>{% endif %}
{% endif %}

<header>
<h1>{% if include.link %}<a href="{{ author.url }}">{% endif %}
{{ author.name }}
{% if include.link %}</a>{% endif %}</h1>
<h4>{{ author.role }}{% if author.tribe %} · {{ author.tribe }} Tribe{% endif %}</h4>
<h4>{{ author.role }}{% if author.tribe %} ({{ author.tribe }} Tribe){% endif %}</h4>

{% if author.startDate %}
{% assign start = author.startDate | prepend: "01-01-" | slice: -10,10 | date: '%Y' %}
Expand All @@ -25,7 +24,7 @@ <h4>Working at Sky Betting &amp; Gaming since {{ author.startDate | date: '%Y' }
<p class="bio">{{ author.bio }}</p>

{% if author.interests %}
<ul class="author--interests fa fa-heart">
<ul class="author--interests"><i class="fa fa-heart"></i>
{% assign interests=author.interests | split:"," %}
{% for interest in interests %}
<li>{{ interest }}</li>
Expand All @@ -35,21 +34,21 @@ <h4>Working at Sky Betting &amp; Gaming since {{ author.startDate | date: '%Y' }

{% if author.twitter or author.github %}
<ul class="author--rels">
{% if author.twitter %}<li class="fa fa-twitter"><a class="author--rels--twitter" href="https://twitter.com/{{ author.twitter }}" rel="author">{{ author.twitter }}</a></li>{% endif %}
{% if author.github %}<li class="fa fa-github-alt"><a class="author--rels--github" href="https://github.com/{{ author.github }}" rel="author">{{ author.github }}</a></li>{% endif %}
{% if author.twitter %}<li><i class="fab fa-twitter"></i> <a class="author--rels--twitter" href="https://twitter.com/{{ author.twitter }}" rel="author">{{ author.twitter }}</a></li>{% endif %}
{% if author.github %}<li><i class="fab fa-github-alt"></i> <a class="author--rels--github" href="https://github.com/{{ author.github }}" rel="author">{{ author.github }}</a></li>{% endif %}
</ul>
{% endif %}
{% endif %}
</header>

{% if include.articles %}
<div class="related-posts">
<h3 class="author-articles">Articles by {{ author.name | truncatewords:1,"" }}</h3>

{% for post in site.posts %}
{% if post.author contains author.slug %}
{% include postSummary.html fullSummary=true %}
{% endif %}
{% endfor %}

</div>
{% endif %}
</section>
103 changes: 50 additions & 53 deletions _includes/footer.html
Original file line number Diff line number Diff line change
@@ -1,53 +1,50 @@
<footer>
<section class="more-info">
<div class="grid">
<div class="grid-xs-s-1-1 grid-m-xl-2-3">
<h3>About Sky Betting &amp; Gaming</h3>
<p>Our stack is a diverse mix of open source software and includes Node.js, PHP, Java &amp; Scala, Ruby, MySQL, Couchbase, Mongo, Redis, Hadoop and RabbitMQ. We manage over 4000 virtual and physical machines across 5 data centres using Chef &amp; Ansible, and we&rsquo;re proud of our operational service record in the face of strong year-on-year growth in our customer base.</p>
</div>
<div class="grid-xs-s-1-1 grid-m-xl-1-3">
<h3>Before you go&hellip;</h3>
<ul>
<li>Want more? <a href="/">Browse all articles by SB&amp;G</a></li>
<li>Follow us by <a href="/feed.xml" class=feed>subscribing to our ATOM feed</a></li>
<li>Ready for a challenge? <a href="http://skybetcareers.com/">Get in touch, we&rsquo;re hiring</a></li>
<li>View our <a href="https://github.com/skybet">GitHub</a> page</li>
</ul>
</div>

</div>
</section>
<section class="products">
<div class="grid">
<div class="grid-1-1 products--wrap">
<div class="cross-product flexbox">
<h4>Our Products</h4>
<a class="flexbox__item cross-product__item cross-product__item--link" href="https://www.skybet.com">
<img src="/images/logos/logo-cross-sky-bet.png" alt="Sky Bet" class="cross-product__item--stdlogo">
</a>
<a class="flexbox__item cross-product__item cross-product__item--link" href="https://www.skyvegas.com">
<img src="/images/logos/logo-cross-sky-vegas.png" alt="Sky Vegas" class="cross-product__item--stdlogo">
</a>
<a class="flexbox__item cross-product__item cross-product__item--link" href="https://www.skycasino.com">
<img src="/images/logos/logo-cross-sky-casino.png" alt="Sky Casino" class="cross-product__item--stdlogo">
</a>
<a class="flexbox__item cross-product__item cross-product__item--link" href="https://m.skypoker.com">
<img src="/images/logos/logo-cross-sky-poker.png" alt="Sky Poker" class="cross-product__item--stdlogo">
</a>
<a class="flexbox__item cross-product__item cross-product__item--link" href="https://www.skybingo.com">
<img src="/images/logos/logo-cross-sky-bingo.png" alt="Sky Bingo" class="cross-product__item--stdlogo">
</a>
<a class="flexbox__item cross-product__item cross-product__item--link" href="https://super6.skysports.com">
<img src="/images/logos/logo-cross-super6.png" alt="Super6" class="cross-product__item--biglogo">
</a>
<a class="flexbox__item cross-product__item cross-product__item--link" href="https://fantasyfootball.skysports.com/">
<img src="/images/logos/logo-cross-fantasy-football.png" alt="Fantasy Football" class="cross-product__item--biglogo">
</a>
<a class="flexbox__item cross-product__item cross-product__item--link" href="https://itv7.itv.com">
<img src="/images/logos/logo-cross-pick-7-itv.png" alt="Pick 7" class="cross-product__item--biglogo">
</a>
</div>
</div>
</div>
</section>
</footer>
</main>
<aside>
{% assign authorCount = page.author | join: "," | split: "," | size %}
{% if authorCount == 0 %}
{% else %}
<div class="author-sidebar">
{% for a in page.author %}
{% assign author=site.authors | where:"slug",a | first %}
{% include author.html link=true bio=true %}
{% endfor %}
</div>
<hr>
{% endif %}
<p><span class="strong">At Sky Betting and Gaming</span> we bring the excitement of Sports Betting, Casino Games, Poker and Bingo to millions of customers in the UK. We are a modern technology-led company with a 200+ strong engineering team based in Leeds and Sheffield working in small autonomous service teams.</p>
<hr>
<div class="authors">
<h3>Our Contributors</h3>
<ul>
{% for author in site.authors %}
{% unless author.endDate %}
{% if author.image %}
<li class="author--image" title="{{ author.name }}">
<a href="{{ author.url }}">
<img src="/images/authors/{{ author.image }}" alt="Image of {{ author.name }}">
</a>
</li>
{% endif %}
{% endunless %}
{% endfor %}
</ul>
</div>
</aside>
<footer class="main">
<div>
<h3>About Sky Betting &amp; Gaming</h3>
<p>Our stack is a diverse mix of open source software and includes Node.js, PHP, Java &amp; Scala, Ruby, MySQL, Couchbase, Mongo, Redis, Hadoop and RabbitMQ. We manage over 4000 virtual and physical machines across 5 data centres using Chef &amp; Ansible, and we’re proud of our operational service record in the face of strong year-on-year growth in our customer base.</p>
</div>
<div>
<h3>Before you go&hellip;</h3>
<ul>
<li>Want more? <a href="/">Browse all articles by SB&amp;G</a></li>
<li>Follow us by <a href="/feed.xml" class=feed>subscribing to our ATOM feed</a></li>
<li>Ready for a challenge? <a href="http://skybetcareers.com/">Get in touch, we&rsquo;re hiring</a></li>
<li>View our <a href="https://github.com/skybet">GitHub</a> page</li>
</ul>
</div>
</footer>
</div>
</body>
</html>
56 changes: 56 additions & 0 deletions _includes/footer.html.bak
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
<footer>
<section class="more-info">
<div class="grid">
<div class="grid-xs-s-1-1 grid-m-xl-2-3">
<h3>About Sky Betting &amp; Gaming</h3>
<p>Our stack is a diverse mix of open source software and includes Node.js, PHP, Java &amp; Scala, Ruby, MySQL, Couchbase, Mongo, Redis, Hadoop and RabbitMQ. We manage over 4000 virtual and physical machines across 5 data centres using Chef &amp; Ansible, and we&rsquo;re proud of our operational service record in the face of strong year-on-year growth in our customer base.</p>
</div>
<div class="grid-xs-s-1-1 grid-m-xl-1-3">
<h3>Before you go&hellip;</h3>
<ul>
<li>Want more? <a href="/">Browse all articles by SB&amp;G</a></li>
<li>Follow us by <a href="/feed.xml" class=feed>subscribing to our ATOM feed</a></li>
<li>Ready for a challenge? <a href="http://skybetcareers.com/">Get in touch, we&rsquo;re hiring</a></li>
<li>View our <a href="https://github.com/skybet">GitHub</a> page</li>
</ul>
</div>

</div>
</section>
<section class="products">
<div class="grid">
<div class="grid-1-1 products--wrap">
<div class="cross-product flexbox">
<h4>Our Products</h4>
<a class="flexbox__item cross-product__item cross-product__item--link" href="https://www.skybet.com">
<img src="/images/logos/logo-cross-sky-bet.png" alt="Sky Bet" class="cross-product__item--stdlogo">
</a>
<a class="flexbox__item cross-product__item cross-product__item--link" href="https://www.skyvegas.com">
<img src="/images/logos/logo-cross-sky-vegas.png" alt="Sky Vegas" class="cross-product__item--stdlogo">
</a>
<a class="flexbox__item cross-product__item cross-product__item--link" href="https://www.skycasino.com">
<img src="/images/logos/logo-cross-sky-casino.png" alt="Sky Casino" class="cross-product__item--stdlogo">
</a>
<a class="flexbox__item cross-product__item cross-product__item--link" href="https://m.skypoker.com">
<img src="/images/logos/logo-cross-sky-poker.png" alt="Sky Poker" class="cross-product__item--stdlogo">
</a>
<a class="flexbox__item cross-product__item cross-product__item--link" href="https://www.skybingo.com">
<img src="/images/logos/logo-cross-sky-bingo.png" alt="Sky Bingo" class="cross-product__item--stdlogo">
</a>
<a class="flexbox__item cross-product__item cross-product__item--link" href="https://www.skylotto.co.uk">
<img src="/images/logos/logo-cross-sky-lotto.png" alt="Sky Lotto" class="cross-product__item--stdlogo">
</a>
<a class="flexbox__item cross-product__item cross-product__item--link" href="https://super6.skysports.com">
<img src="/images/logos/logo-cross-super6.png" alt="Super6" class="cross-product__item--biglogo">
</a>
<a class="flexbox__item cross-product__item cross-product__item--link" href="https://fantasyfootball.skysports.com/">
<img src="/images/logos/logo-cross-fantasy-football.png" alt="Fantasy Football" class="cross-product__item--biglogo">
</a>
<a class="flexbox__item cross-product__item cross-product__item--link" href="https://itv7.itv.com">
<img src="/images/logos/logo-cross-pick-7-itv.png" alt="Pick 7" class="cross-product__item--biglogo">
</a>
</div>
</div>
</div>
</section>
</footer>
Loading