-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f23352e
commit d49487a
Showing
6 changed files
with
87 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
<div class="sponsor-tile"> | ||
<div class="bg-{{sponsor.level}}" style="min-width: 10px;"></div> | ||
<a href="{{ sponsor.url }}" target="_blank"> | ||
<img class="logo" src="/assets/images/sponsors/{{ sponsor.logo }}" /> | ||
<!-- <span class="level c-{{sponsor.level}}">{{sponsor.level}}</span> --> | ||
</a> | ||
<div class="content"> | ||
<p>{{ sponsor.description }}</p> | ||
<div class="links-wrapper"> | ||
<a href="{{ sponsor.twitter }}" target="_blank"> | ||
<img src="/assets/images/services/twitter.svg"/> | ||
</a> | ||
<a href="{{ sponsor.facebook }}" target="_blank"> | ||
<img src="/assets/images/services/facebook.svg"/> | ||
</a> | ||
<a href="{{ sponsor.linkedin }}" target="_blank"> | ||
<img src="/assets/images/services/linkedin.svg"/> | ||
</a> | ||
<a href="{{ sponsor.url }}" target="_blank"> | ||
<img src="/assets/images/link.svg"/> | ||
</a> | ||
</div> | ||
</div> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
--- | ||
layout: default | ||
--- | ||
|
||
<link rel="stylesheet" href="{{ '/assets/css/blog.css?v=' | append: site.github.build_revision | relative_url }}" media="print,screen"> | ||
|
||
{% assign minutes = content | strip_html | number_of_words | divided_by: 180 %} | ||
{% if minutes == 0 %} | ||
{% assign minutes = 1 %} | ||
{% endif %} | ||
|
||
<content> | ||
<section class="section-spacing"> | ||
<view column class="layout-wrapper"> | ||
<h1 class="section-header align-self-start">{{ page.title }}</h1> | ||
<div class="meta"> | ||
{% if page.minutes %} | ||
{{ page.minutes }} minute read | ||
{% else %} | ||
{{ minutes }} minute read | ||
{% endif %} | ||
</div> | ||
|
||
<article style="margin-top: 40px;"> | ||
{{ content }} | ||
</article> | ||
</view> | ||
</section> | ||
</content> | ||
|
||
{% include newsletter.html %} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
--- | ||
title: "Save the date: 12-13 September 2024" | ||
layout: post | ||
date: 2018-02-03 11:40:48 +0100 | ||
image: | ||
--- | ||
|
||
Yup, this is happening, everyone! The next EuRuKo will take place in Bosnia & Herzegovina on the 12-13th of September. | ||
More information regarding location, visual identity, speakers, and tickets is yet to come. If you want to stay up to date with future announcements follow us on social media or sign up for the newsletter below. |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters