Build.
This commit is contained in:
parent
3e5a885b25
commit
44e9f7ac5a
627 changed files with 29317 additions and 6450 deletions
|
@ -9,7 +9,7 @@
|
|||
|
||||
<meta name="description" content="How I moved my Sculpin site to GitHub Pages.">
|
||||
|
||||
<meta property="og:url" content="https://www.oliverdavies.uk/blog/2017/07/13/publishing-sculpin-sites-with-github-pages">
|
||||
<meta property="og:url" content="https://www.oliverdavies.uk/blog/2017/07/13/publishing-sculpin-sites-with-github-pages/">
|
||||
<meta property="og:title" content="Publishing Sculpin Sites with GitHub Pages"/>
|
||||
|
||||
|
||||
|
@ -163,7 +163,7 @@ git push origin HEAD
|
|||
<a href="https://www.oliverdavies.uk/blog/tags/sculpin">sculpin</a>, <a href="https://www.oliverdavies.uk/blog/tags/php">php</a>, <a href="https://www.oliverdavies.uk/blog/tags/github">github</a> </p>
|
||||
<div class="post-pager is-flex">
|
||||
<div class="is-half">
|
||||
<a href="/blog/2017/06/09/introducing-the-drupal-meetups-twitterbot">
|
||||
<a href="/blog/2017/06/09/introducing-the-drupal-meetups-twitterbot/">
|
||||
« Introducing the Drupal Meetups Twitterbot
|
||||
</a>
|
||||
</div>
|
||||
|
@ -180,28 +180,29 @@ git push origin HEAD
|
|||
|
||||
<div class="col-md-3">
|
||||
<div class="panel badges text-center">
|
||||
<a class="badge--da-member" href="https://assoc.drupal.org/membership" title="I’m a Drupal Association member.">
|
||||
<a href="https://assoc.drupal.org/membership" title="I’m a Drupal Association member." class="is-block">
|
||||
<img
|
||||
src="//www.oliverdavies.uk/assets/images/da-individual-member.png"
|
||||
src="//www.oliverdavies.uk/assets/images/badges/da-individual-member.png"
|
||||
alt="Drupal Association Individual Member"
|
||||
width="152"
|
||||
>
|
||||
width="200"
|
||||
/>
|
||||
</a>
|
||||
|
||||
<a href="http://drupalcores.com/#opdavies">
|
||||
<div class="is-flex align-items-center">
|
||||
<img
|
||||
alt="I built Drupal 8 with hand holding a wrench on blue background"
|
||||
src="//www.oliverdavies.uk/assets/images/drupal-8.jpg"
|
||||
/>
|
||||
</a>
|
||||
|
||||
<img
|
||||
src="//www.oliverdavies.uk/assets/images/badges/acquia-certified-developer-drupal-8.png"
|
||||
alt="Acquia Certified Developer - Drupal 8 Exam Badge"
|
||||
height="147" width="147"
|
||||
src="//www.oliverdavies.uk/assets/images/badges/acquia-d8-developer.png"
|
||||
alt="Acquia Certified Developer - Drupal 8 Exam Badge"
|
||||
class="is-2"
|
||||
/>
|
||||
|
||||
<a href="http://conference.phpnw.org.uk/phpnw17">
|
||||
<img
|
||||
src="//www.oliverdavies.uk/assets/images/badges/acquia-d8-back-end.png"
|
||||
alt="Acquia Certified Back End Specialist - Drupal 8 Exam Badge"
|
||||
class="is-2"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<a href="http://conference.phpnw.org.uk/phpnw17" class="is-block">
|
||||
<img src="//www.oliverdavies.uk/assets/images/badges/phpnw17.png" alt="">
|
||||
</a>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue