Skip to content

Commit a3acfb4

Browse files
Doelstelling en naam #11
1 parent 83ccc25 commit a3acfb4

File tree

2 files changed

+19
-20
lines changed

2 files changed

+19
-20
lines changed

css/style.css

+2-2
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,6 @@ img.icon {
238238
}
239239

240240
p.social {
241-
height: 2em;
242241
text-align: center;
243242
}
244243
a.social {
@@ -397,7 +396,8 @@ a {
397396
.slackBtn:before{
398397
font-family: "FontAwesome";
399398
width: 1em;
400-
content: "_"; /* add github icon */
399+
height: 1em;
400+
content: "git"; /* add github icon */
401401
}
402402
.slackBtn{
403403
background-image: url('../img/social/Slack.png');

index.html

+17-18
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,11 @@ <h1>Code for NL</h1>
3333
<main>
3434
<div class="wrapper">
3535
<section>
36-
<p class="headline"><b>Code for NL</b> is het netwerk van open source developers en designers die samenwerken aan de digitale overheid.</p>
36+
<p class="headline">
37+
Stichting <b>Code for NL</b> is het Nederlandse netwerk van open source developers en designers
38+
die samenwerken aan de digitale overheid. Het is onze <b>doelstelling</b> bij te dragen aan de succesvolle
39+
realisatie van de digitale transformatie van gemeenten, andere overheden en de samenleving als geheel.
40+
</p>
3741
</section>
3842

3943
<!--
@@ -218,23 +222,18 @@ <h2>KING/VNG</h2>
218222
<footer>
219223
<div class="wrapper">
220224
<div style="text-align: center; margin-top: 80px; margin-bottom: 80px">
221-
<h2>Online zijn we hier te vinden</h2>
222-
<p class="social">
223-
<a class="githubBtn smGlobalBtn" href="https://github.com/codefornl" title="Code For NL Github"></a>
224-
<a class="twitterBtn smGlobalBtn" href="https://twitter.com/codefornl" title="Code For NL op Twitter"></a>
225-
<a class="slackBtn smGlobalBtn" href="https://codeforall.slack.com" title="Code For All Slack, Channel #Netherlands"></a>
226-
<a class="emailBtn smGlobalBtn" href="mailto://[email protected]" title="Email Code For NL"></a>
227-
</p>
228-
229-
<!--
230-
<a href="https://part-up.com/tribes/open-data-and-civic-innovation" class="social">
231-
<img class="social" src="https://part-up.com/images/favicons/apple-icon-120x120.png">
232-
</a>
233-
-->
234-
235-
<br>
236-
237-
225+
<h2>Contact</h2>
226+
<p class="social">
227+
Stichting <b>Code For NL</b><br />
228+
Burg. de Joss. de Jongln. 8<br />
229+
3042 NH Rotterdam
230+
</p>
231+
<p class="social">
232+
<a class="githubBtn smGlobalBtn" href="https://github.com/codefornl" title="Code For NL Github"></a>
233+
<a class="twitterBtn smGlobalBtn" href="https://twitter.com/codefornl" title="Code For NL op Twitter"></a>
234+
<a class="slackBtn smGlobalBtn" href="https://codeforall.slack.com" title="Code For All Slack, Channel #Netherlands"></a>
235+
<a class="emailBtn smGlobalBtn" href="mailto://[email protected]" title="Email Code For NL"></a>
236+
</p>
238237
</div>
239238
</div>
240239
</footer>

0 commit comments

Comments
 (0)