Skip to content

Commit c6dd3b8

Browse files
committed
set up digital refugee labs page
1 parent 72e2037 commit c6dd3b8

File tree

4 files changed

+31
-0
lines changed

4 files changed

+31
-0
lines changed

_includes/css/hamburg.css

+11
Original file line numberDiff line numberDiff line change
@@ -64,12 +64,23 @@ a {
6464
background: #CF1B41;
6565
}
6666

67+
.featured-nav-link-drl {
68+
background: #03A678;
69+
}
70+
6771
.navbar-default .navbar-nav>li.featured-nav-link>a {
6872
color: #fff;
6973
border-left: #cfcfcf 2px solid;
7074
border-right: #cfcfcf 2px solid;
7175
}
7276

77+
.navbar-default .navbar-nav>li.featured-nav-link-drl>a {
78+
color: #fff;
79+
border-left: #cfcfcf 2px solid;
80+
border-right: #cfcfcf 2px solid;
81+
}
82+
83+
7384
/* cfcfcf old color or #cf1b41*/
7485

7586
.navbar-default .navbar-nav>li>a {

_includes/header.html

+1
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@
6363
<li><a href="{{ site.baseurl }}/wir">Wir</a></li>
6464
<!-- li><a href="http://www.meetup.com/Code-for-San-Francisco-Civic-Hack-Night/">Events</a></li -->
6565
<li><a href="{{site.baseurl}}/signup">Newsletter</a></li>
66+
<li class="featured-nav-link-drl"><a href="{{ site.baseurl }}/digitalrefugeelabs/">Digital Refugee Labs</a></li>
6667
<li class="featured-nav-link"><a href="{{ site.baseurl }}/neuimlab/">NEU im Lab?</a></li>
6768
</ul>
6869
<ul class="nav navbar-nav navbar-right">

digitalrefugeelabs/index.html

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
layout: default
3+
title: 'Digital Refugee Labs - Hamburg'
4+
lead: '*** Aktuell im Aufbau ***'
5+
---
6+
7+
<section>
8+
<div id="hack-night-projects">
9+
</div>
10+
</section>
11+
12+
<p>Bei Interesse schreib uns am besten <a href="https://docs.google.com/forms/d/1s5bc2VCmfo1kBGvtCjLyHdTIinToQ08G3W8QSoXZ3iI/viewform">hier</a> oder an <a href="mailto:[email protected]">[email protected]</a>
13+
</p>
14+
15+
Weitere Infos zum Projekt 'Digital Refugee Labs' findet ihr unter <a href="http://codefor.de/digitalrefugeelabs">codefor.de/digitalrefugeelabs</a>, in unserem <a href="../newsletter/">Newsletter</a> oder später hier.
16+
17+
<hr/>
18+

0 commit comments

Comments
 (0)