Skip to content

Commit d19c63d

Browse files
First jekyll steps
1 parent 86d82a0 commit d19c63d

24 files changed

Lines changed: 423 additions & 451 deletions

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
_site

_config.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Site settings
2+
collections:
3+
chapters:
4+
output: true
5+
projects:
6+
output: true
7+
excerpt_separator: <!--more-->

_includes/footer.html

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
<footer>
2+
<div class="wrapper">
3+
<div style="text-align: center; margin-top: 80px; margin-bottom: 80px">
4+
<h2>Contact</h2>
5+
<p class="social">
6+
Stichting <b>Code for NL</b><br>
7+
KvK <a target="_blank" href="https://www.kvk.nl/orderstraat/product-kiezen/?kvknummer=69749477">69749477</a><br />
8+
</p>
9+
<p class="social">
10+
<b>Postadres</b><br>
11+
Burg. de Joss. de Jongln. 8<br>
12+
3042 NH Rotterdam
13+
</p>
14+
<p class="social">
15+
<b>Bezoekadres</b><br>
16+
Waag Society<br>
17+
Nieuwmarkt 4<br>
18+
1012 CR Amsterdam
19+
</p>
20+
<br>
21+
<p class="social">
22+
<a class="githubBtn smGlobalBtn" href="https://github.com/codefornl" title="Code for NL Github"></a>
23+
<a class="partupBtn smGlobalBtn" href="https://part-up.com/tribes/open-data-and-civic-innovation?show=false" title="Code for NL Part-up"></a>
24+
<a class="twitterBtn smGlobalBtn" href="https://twitter.com/codefornl" title="Code for NL op Twitter"></a>
25+
<a class="slackBtn smGlobalBtn" href="http://praatmee.codefor.nl/" title="Code for NL Slack omgeving"></a>
26+
<a class="mediumBtn smGlobalBtn" href="https://medium.com/code-for-nl" title="Code for Europe Publicaties op Medium"></a>
27+
<a class="emailBtn smGlobalBtn" href="mailto://[email protected]" title="E-mail Code for NL"></a>
28+
</p>
29+
</div>
30+
</div>
31+
</footer>
32+
33+
{% include scripts.html %}

_includes/head.html

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
<head>
2+
<title>Code for NL</title>
3+
<meta charset="utf-8">
4+
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
5+
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
6+
<meta property="og:type" content="default">
7+
<meta property="og:url" content="http://www.codefor.nl">
8+
<meta property="og:site_name" content="Code for NL">
9+
<meta property="og:title" name="title" content="Code for NL">
10+
<meta property="og:description" name="description" content="Code for NL is het netwerk van open source developers en designers die werken aan de digitale overheid">
11+
<meta property="og:image" content="http://www.codefor.nl/img/larger_CfNL.png">
12+
<meta name="keywords" content="code, for, nl">
13+
<link rel="image_src" href="/img/larger_CfNL.png" />
14+
<link rel="shortcut icon" href="{{ '/assets/images/CfNL.png' | relative_url }}">
15+
<link href="https://fonts.googleapis.com/css?family=Lato" rel="stylesheet">
16+
<link rel="stylesheet" href="{{ '/assets/css/reset.css' | relative_url }}">
17+
<link rel="stylesheet" href="{{ '/assets/css/style.css' | relative_url }}">
18+
<script src="https://use.fontawesome.com/164ce3f549.js"></script>
19+
</head>

_includes/header.html

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
<header>
2+
<div class="wrapper" style="text-align: right">
3+
<p>
4+
<a href="/en/" style="margin: 1em; color: #111">English version</a>
5+
</p>
6+
</div>
7+
<div class="wrapper">
8+
<h2>{{ page.title }}</h2>
9+
<a href="/" class="logo">
10+
<img alt="</" src="{{ '/assets/images/larger_CfNL.png' | relative_url }}">
11+
<h1>Code for NL</h1>
12+
</a>
13+
</div>
14+
</header>

_includes/scripts.html

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
<!-- Piwik -->
2+
<script type="text/javascript">
3+
var _paq = _paq || [];
4+
_paq.push(["setDomains", ["*.codefor.nl"]]);
5+
_paq.push(['trackPageView']);
6+
_paq.push(['enableLinkTracking']);
7+
(function() {
8+
var u="//stats.waag.org/";
9+
_paq.push(['setTrackerUrl', u+'piwik.php']);
10+
_paq.push(['setSiteId', '13']);
11+
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
12+
g.type='text/javascript'; g.async=true; g.defer=true; g.src=u+'piwik.js'; s.parentNode.insertBefore(g,s);
13+
})();
14+
</script>
15+
<noscript><p><img src="//stats.waag.org/piwik.php?idsite=13" style="border:0;" alt="" /></p></noscript>
16+
<!-- End Piwik Code -->

_includes/social.html

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
<nav class="level is-mobile">
2+
<div class="level-left">
3+
{% if social.twitter %}
4+
<a class="level-item" href="https://twiter.com/{{ social.twitter }}" title="@{{ person.twitter }}">
5+
<span class="icon is-small"><i class="fa fa-twitter"></i></span>
6+
</a>
7+
{% endif %}
8+
{% if social.website %}
9+
<a class="level-item" href="{{ social.website }}" title="{{ social.website }}">
10+
<span class="icon is-small"><i class="fa fa-globe"></i></span>
11+
</a>
12+
{% endif %}
13+
{% if social.github %}
14+
<a class="level-item" href="https://github.com/{{ social.github }}" title="{{ social.github }}">
15+
<span class="icon is-small"><i class="fa fa-github"></i></span>
16+
</a>
17+
{% endif %}
18+
{% if social.email %}
19+
<a class="level-item" href="mailto://{{ social.email }}" title="{{ social.email }}">
20+
<span class="icon is-small"><i class="fa fa-envelope"></i></span>
21+
</a>
22+
{% endif %}
23+
{% if social.meetup %}
24+
<a class="level-item" href="https://meetup.com/{{ social.meetup }}" title="{{ social.meetup }}">
25+
<span class="icon is-small"><i class="fa fa-meetup"></i></span>
26+
</a>
27+
{% endif %}
28+
{% if social.facebook %}
29+
<a class="level-item" href="https://facebook.com/{{ social.facebook }}" title="{{ social.facebook }}">
30+
<span class="icon is-small"><i class="fa fa-facebook"></i></span>
31+
</a>
32+
{% endif %}
33+
{% if social.linkedin %}
34+
<a class="level-item" href="https://linkedin.com/in/{{ social.linkedin }}" title="{{ social.linkedin }}">
35+
<span class="icon is-small"><i class="fa fa-linkedin"></i></span>
36+
</a>
37+
{% endif %}
38+
</div>
39+
</nav>

_layouts/default.html

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
<!DOCTYPE html>
2+
<html>
3+
{% include head.html %}
4+
<body>
5+
{% include header.html %}
6+
<main>
7+
<div class="wrapper">
8+
<!-- clarity link -->
9+
<!-- praatmee link -->
10+
<!-- open hack link -->
11+
<!-- vrijwilligers link -->
12+
<!-- fellowships link : https://goo.gl/forms/00i2nvDVAqKpnzCp2 -->
13+
<!-- community manager -->
14+
{{ content }}
15+
</div>
16+
</main>
17+
{% include footer.html %}
18+
</body>
19+
</html>
File renamed without changes.

css/style.css renamed to assets/css/style.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ a {
274274
/* medium button class*/
275275
.mediumBtn{
276276
color: #333333; /*medium huisstijl*/
277-
background-image: url('../img/social/Medium.png');
277+
background-image: url('../images/social/Medium.png');
278278
background-size: 32px 32px;
279279
}
280280

@@ -290,18 +290,18 @@ a {
290290

291291
/* website button class*/
292292
.websiteBtn{
293-
background-image: url('../img/social/website.png');
293+
background-image: url('../images/social/website.png');
294294
background-size: 32px 32px;
295295
}
296296

297297
/* slack button class */
298298
.slackBtn{
299-
background-image: url('../img/social/Slack.png');
299+
background-image: url('../images/social/Slack.png');
300300
background-size: 32px 32px;
301301
}
302302

303303
/* partup button class */
304304
.partupBtn{
305-
background-image: url('../img/social/Partup.png');
305+
background-image: url('../images/social/Partup.png');
306306
background-size: 32px 32px;
307307
}

0 commit comments

Comments
 (0)