Skip to content

Commit 7e2c7a0

Browse files
committed
Ditch twitter, enable mastodon
1 parent ebeae4b commit 7e2c7a0

9 files changed

Lines changed: 15 additions & 21 deletions

File tree

_data/mensen.yaml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
email: ivonne@codefor.nl
1414
img: /img/bestuur/ivonne.png
1515
linkedin: https://www.linkedin.com/in/ivonnejansendings/
16-
twitter: https://twitter.com/ivonnedings
1716
groups: [board,ai-met-impact]
1817
ai_sort: 5
1918

@@ -31,7 +30,7 @@
3130
email: johan@codefor.nl
3231
img: /img/bestuur/johan.png
3332
linkedin: https://www.linkedin.com/in/jgroenen/
34-
twitter: https://twitter.com/jpagroenen
33+
mastodon: https://mastodon.social/@jpagroenen
3534
github: https://github.com/jgroenen
3635
website: https://www.jgroenen.nl
3736
groups: [board,ibestuur,ai-met-impact]
@@ -42,7 +41,6 @@
4241
organisation:
4342
img: /img/bestuur/edo.png
4443
linkedin: https://www.linkedin.com/in/edoplantinga/
45-
twitter: https://twitter.com/edoplantinga
4644
groups: [ibestuur,nl-design-system]
4745
ibestuur_sort: 1
4846

@@ -54,14 +52,12 @@
5452
email: sander@codefor.nl
5553
img: /img/bestuur/sander.png
5654
linkedin: https://www.linkedin.com/in/sandervanderwaal/
57-
twitter: https://twitter.com/sandervdwaal
5855
groups: [board]
5956

6057
- name: Frank Verschoor
6158
organisation:
6259
img: /img/bestuur/frank.png
6360
linkedin: https://www.linkedin.com/in/frankverschoor/
64-
twitter: https://twitter.com/DutchSpring
6561
groups: []
6662

6763
- name: Safia Akkus
@@ -84,7 +80,6 @@
8480
email: t.erkelens@amsterdam.nl
8581
img: /img/tamas.jpg
8682
linkedin: https://www.linkedin.com/in/tamas-erkelens-4a42252a/
87-
twitter: https://twitter.com/amsterdatamas
8883
groups: [ai-met-impact]
8984
ai_sort: 2
9085

@@ -114,7 +109,6 @@
114109
email: hilbrand@h72.nl
115110
img: /img/hilbrand.jpg
116111
linkedin: https://www.linkedin.com/in/hilbrandbouwkamp/
117-
twitter: https://twitter.com/hilbrand
118112
github: https://github.com/hilbrand
119113
website: http://www.h72.nl/
120114
groups: [ibestuur]
@@ -125,7 +119,6 @@
125119
email: info@ag4it.nl
126120
img: /img/ad.png
127121
linkedin: https://www.linkedin.com/in/adgerrits/
128-
twitter: https://twitter.com/adgerrits
129122
website: http://www.ag4it.nl/
130123
groups: [ibestuur]
131124
ibestuur_sort: 4

_drafts/index.en.html.back

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ permalink: /en/
3636
</p>
3737
<p class="social">
3838
{% if mens.linkedin %}<a class="linkedinBtn smGlobalBtn" href="{{ mens.linkedin }}"></a>{% endif %}
39-
{% if mens.twitter %}<a class="twitterBtn smGlobalBtn" href="{{ mens.twitter }}"></a>{% endif %}
39+
{% if mens.mastodon %}<a class="mastodonBtn smGlobalBtn" href="{{ mens.mastodon }}"></a>{% endif %}
4040
{% if mens.github %}<a class="githubBtn smGlobalBtn" href="{{ mens.github }}"></a>{% endif %}
4141
{% if mens.website %}<a class="websiteBtn smGlobalBtn" href="{{ mens.website }}"></a>{% endif %}
4242
</p>

_drafts/index.html.back

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ width: 960
8686
</p>
8787
<p class="social">
8888
{% if mens.linkedin %}<a class="linkedinBtn smGlobalBtn" href="{{ mens.linkedin }}"></a>{% endif %}
89-
{% if mens.twitter %}<a class="twitterBtn smGlobalBtn" href="{{ mens.twitter }}"></a>{% endif %}
89+
{% if mens.mastodon %}<a class="mastodonBtn smGlobalBtn" href="{{ mens.mastodon }}"></a>{% endif %}
9090
{% if mens.github %}<a class="githubBtn smGlobalBtn" href="{{ mens.github }}"></a>{% endif %}
9191
{% if mens.website %}<a class="websiteBtn smGlobalBtn" href="{{ mens.website }}"></a>{% endif %}
9292
</p>

_includes/footer.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
{% endif %}
2828
<!-- <a href="https://collecties.codefor.nl">{{site.data.blocks.collections[page.lang]}}</a><br> -->
2929
<a href="https://github.com/codefornl">Github</a><br>
30-
<a href="https://twitter.com/codefornl">Twitter</a><br>
30+
<a href="https://mastodon.nl/@codefornl">Mastodon</a><br>
3131
<a href="https://codefornl.slack.com">Slack</a><br>
3232
</p>
3333
</div>

_includes/people.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ <h2>{{ site.data.blocks.organisation[page.lang]}}</h2>
1111
</p>
1212
<p class="social">
1313
{% if mens.linkedin %}<a class="linkedinBtn smGlobalBtn" href="{{ mens.linkedin }}"></a>{% endif %}
14-
{% if mens.twitter %}<a class="twitterBtn smGlobalBtn" href="{{ mens.twitter }}"></a>{% endif %}
14+
{% if mens.mastodon %}<a class="mastodonBtn smGlobalBtn" href="{{ mens.mastodon }}"></a>{% endif %}
1515
{% if mens.github %}<a class="githubBtn smGlobalBtn" href="{{ mens.github }}"></a>{% endif %}
1616
{% if mens.website %}<a class="websiteBtn smGlobalBtn" href="{{ mens.website }}"></a>{% endif %}
1717
</p>

_includes/script.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<script src="https://use.fontawesome.com/164ce3f549.js"></script>
1+
<script src="https://kit.fontawesome.com/83e7156052.js" crossorigin="anonymous"></script>
22
<!-- jquery -->
33
<script src="https://code.jquery.com/jquery-3.4.1.min.js"></script>
44

_sass/_codefornl.scss

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -183,13 +183,14 @@ a.cta_button_inline {
183183
vertical-align: bottom;
184184
}
185185

186-
.twitterBtn {
187-
background: #00ABE3; /* Twitter color */
186+
/* mastodon button class */
187+
.mastodonBtn {
188+
background: #6364FF; /* Mastodon color */
188189
}
189190

190-
.twitterBtn:before {
191+
.mastodonBtn:before {
191192
font-family: "FontAwesome";
192-
content: "\f099"; /* add twitter icon */
193+
content: "\f4f6"; /* add mastodon icon */
193194
}
194195

195196
/* linkedin button class*/

pages/vrijwilligers.en.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@
2929
</p>
3030
<p class="headline">
3131
And someone who helps with our ideas and important ones
32-
publish developments regularly on <b>our blog, at
33-
twitter, our website and in presentations</b>.
32+
publish developments regularly on <b>our blog, our
33+
socials, our website and in presentations</b>.
3434
</p>
3535
<p class="headline">
3636
Would you like this? Then we would like to meet you! Send a

pages/vrijwilligers.nl.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@
2929
</p>
3030
<p class="headline">
3131
En iemand die meehelpt om onze ideeën en belangrijke
32-
ontwikkelingen regelmatig te publiceren op <b>ons blog, op
33-
twitter, onze website en in presentaties</b>.
32+
ontwikkelingen regelmatig te publiceren op <b>ons blog, onze
33+
socials, onze website en in presentaties</b>.
3434
</p>
3535
<p class="headline">
3636
Lijkt dit je leuk? Dan willen we je graag ontmoeten! Stuur een

0 commit comments

Comments
 (0)