initial commit: Stop Watching Us
This commit is contained in:
parent
6e6b4f66c1
commit
285e1d941c
12
css/adaptive.css
Normal file
12
css/adaptive.css
Normal file
|
@ -0,0 +1,12 @@
|
|||
@media screen and (max-device-width:480px){
|
||||
#bar ul li{
|
||||
width:100%}
|
||||
header{
|
||||
background:transparent!important;padding:10px;margin-top:0}
|
||||
header .title .main{
|
||||
font-size:1.5em}
|
||||
header nav ul li{
|
||||
font-size:.5em}
|
||||
#content{
|
||||
padding:0 5px}
|
||||
}
|
355
css/ffhh.css
Normal file
355
css/ffhh.css
Normal file
|
@ -0,0 +1,355 @@
|
|||
.btn-simple{
|
||||
-webkit-transition:all .3s ease;
|
||||
-moz-transition:all .3s ease;
|
||||
-o-transition:all .3s ease;
|
||||
-ms-transition:all .3s ease;
|
||||
transition:all .3s ease;
|
||||
font-size:13px;
|
||||
padding:9.945px 21.879px;
|
||||
-webkit-border-radius:3.000002307694083px;
|
||||
-moz-border-radius:3.000002307694083px;
|
||||
-o-border-radius:3.000002307694083px;
|
||||
-ms-border-radius:3.000002307694083px;
|
||||
border-radius:3.000002307694083px;
|
||||
background-color:#00a6fc;
|
||||
color:#fff;
|
||||
color:rgba(255,255,255,.95);
|
||||
cursor:pointer;
|
||||
font-weight:700;
|
||||
font-family:"Helvetica Neue",HelveticaNeue,Helvetica,Arial,sans-serif;
|
||||
line-height:1;
|
||||
text-align:center;
|
||||
text-decoration:none;
|
||||
display:inline-block}.btn-simple:hover,.btn-simple:focus{background-color:#009eef;
|
||||
color:#f7f7f7;
|
||||
color:rgba(247,247,247,.95)}.btn-simple:active{background-color:#0095e3}.btn{-webkit-transition:all .3s ease;
|
||||
-moz-transition:all .3s ease;
|
||||
-o-transition:all .3s ease;
|
||||
-ms-transition:all .3s ease;
|
||||
transition:all .3s ease;
|
||||
font-size:13px;
|
||||
padding:9.945px 21.879px;
|
||||
-webkit-border-radius:3.000002307694083px;
|
||||
-moz-border-radius:3.000002307694083px;
|
||||
-o-border-radius:3.000002307694083px;
|
||||
-ms-border-radius:3.000002307694083px;
|
||||
border-radius:3.000002307694083px;
|
||||
background:url(noise.png) repeat,#0095e3 -webkit-gradient(linear,left top,left bottom,color-stop(0,#17b0ff),color-stop(1,#0095e3)) repeat-x;
|
||||
background:url(noise.png) repeat,#0095e3 -webkit-linear-gradient(top,#17b0ff 0,#0095e3 100%) repeat-x;
|
||||
background:url(noise.png) repeat,#0095e3 -moz-linear-gradient(top,#17b0ff 0,#0095e3 100%) repeat-x;
|
||||
background:url(noise.png) repeat,#0095e3 -o-linear-gradient(top,#17b0ff 0,#0095e3 100%) repeat-x;
|
||||
background:url(noise.png) repeat,#0095e3 -ms-linear-gradient(top,#17b0ff 0,#0095e3 100%) repeat-x;
|
||||
background:url(noise.png) repeat,#0095e3 linear-gradient(top,#17b0ff 0,#0095e3 100%) repeat-x;
|
||||
text-shadow:1px 1px 1px rgba(0,0,0,.1);
|
||||
border:1px solid #0095e3;
|
||||
color:#fff;
|
||||
color:rgba(255,255,255,.95);
|
||||
-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.3);
|
||||
-moz-box-shadow:inset 0 1px 0 rgba(255,255,255,.3);
|
||||
-o-box-shadow:inset 0 1px 0 rgba(255,255,255,.3);
|
||||
-ms-box-shadow:inset 0 1px 0 rgba(255,255,255,.3);
|
||||
box-shadow:inset 0 1px 0 rgba(255,255,255,.3);
|
||||
cursor:pointer;
|
||||
font-weight:700;
|
||||
font-family:"Helvetica Neue",HelveticaNeue,Helvetica,Arial,sans-serif;
|
||||
line-height:1;
|
||||
text-align:center;
|
||||
text-decoration:none;
|
||||
display:inline-block}.btn:hover,.btn:focus{background-position:0 -9.945px;
|
||||
color:#f7f7f7;
|
||||
color:rgba(247,247,247,.95);
|
||||
text-shadow:1px 1px 1px rgba(0,0,0,.2)}.btn:active{-webkit-box-shadow:inset 0 1px 5px rgba(0,124,189,.6);
|
||||
-moz-box-shadow:inset 0 1px 5px rgba(0,124,189,.6);
|
||||
-o-box-shadow:inset 0 1px 5px rgba(0,124,189,.6);
|
||||
-ms-box-shadow:inset 0 1px 5px rgba(0,124,189,.6);
|
||||
box-shadow:inset 0 1px 5px rgba(0,124,189,.6);
|
||||
text-shadow:0 -1px 1px rgba(0,0,0,.2);
|
||||
border-color:#0088cf}.btn.disabled,.btn-simple.disabled{background:#ccc;
|
||||
border-color:#b8b8b8;
|
||||
-webkit-filter:alpha(Opacity=50);
|
||||
-moz-filter:alpha(Opacity=50);
|
||||
-o-filter:alpha(Opacity=50);
|
||||
-ms-filter:alpha(Opacity=50);
|
||||
filter:alpha(Opacity=50);
|
||||
opacity:.5;
|
||||
cursor:default;
|
||||
-webkit-touch-callout:none;
|
||||
-webkit-user-select:none;
|
||||
-moz-user-select:none;
|
||||
-o-user-select:none;
|
||||
-ms-user-select:none;
|
||||
user-select:none}.btn.disabled:hover,.btn-simple.disabled:hover{background:#ccc;
|
||||
background-position:0 0}.btn.disabled:active,.btn-simple.disabled:active{background:#ccc;
|
||||
-webkit-box-shadow:none;
|
||||
-moz-box-shadow:none;
|
||||
-o-box-shadow:none;
|
||||
-ms-box-shadow:none;
|
||||
box-shadow:none;
|
||||
border-color:#b8b8b8;
|
||||
text-shadow:1px 1px 1px rgba(0,0,0,.1)}body{background-color:#ededed;
|
||||
overflow-x:hidden;
|
||||
margin:0;
|
||||
font-family:SourceSansProRegular,'Times New Roman',serif;
|
||||
-webkit-font-smoothing:antialiased;
|
||||
-webkit-text-size-adjust:100%;
|
||||
-ms-text-size-adjust:100%;
|
||||
vertical-align:baseline;
|
||||
color:#333;
|
||||
-webkit-animation:fadeIn 1s ease}header{padding-top:10px;
|
||||
padding-bottom:20px;
|
||||
padding-left:30px;
|
||||
max-width:960px;
|
||||
max-height:150px;
|
||||
margin:0 auto;
|
||||
margin-top:20px;
|
||||
background:url(../img/skyline.svg) no-repeat right top;
|
||||
-webkit-background-size:contain;
|
||||
-moz-background-size:contain;
|
||||
-o-background-size:contain;
|
||||
-ms-background-size:contain;
|
||||
background-size:contain}header .title{color:inherit;
|
||||
border:0;
|
||||
text-decoration:none}header .title:hover{color:inherit;
|
||||
border:0;
|
||||
text-decoration:none}header .title:visited{-webkit-filter:alpha(Opacity=100);
|
||||
-moz-filter:alpha(Opacity=100);
|
||||
-o-filter:alpha(Opacity=100);
|
||||
-ms-filter:alpha(Opacity=100);
|
||||
filter:alpha(Opacity=100);
|
||||
opacity:1}header .title .main{font-size:3em;
|
||||
font-weight:400;
|
||||
font-family:SourceCodeProRegular}header nav{text-align:right;
|
||||
font-family:SourceCodeProRegular}header nav ul{zoom:1;
|
||||
margin:0;
|
||||
padding:0;
|
||||
color:#918e8e;
|
||||
font-size:2em;
|
||||
padding-left:30px}header nav ul:before,header nav ul:after{content:"";
|
||||
display:table}header nav ul:after{clear:both}header nav ul li{float:left;
|
||||
margin-right:20px;
|
||||
list-style-type:none}header nav ul li:last-child{margin-right:0}header nav ul li{display:inline-block;
|
||||
padding-right:70px}header nav ul li a{color:#918e8e;
|
||||
text-decoration:none;
|
||||
-webkit-transition:all .3s ease;
|
||||
-moz-transition:all .3s ease;
|
||||
-o-transition:all .3s ease;
|
||||
-ms-transition:all .3s ease;
|
||||
transition:all .3s ease}header nav ul li a:hover{-webkit-filter:alpha(Opacity=70);
|
||||
-moz-filter:alpha(Opacity=70);
|
||||
-o-filter:alpha(Opacity=70);
|
||||
-ms-filter:alpha(Opacity=70);
|
||||
filter:alpha(Opacity=70);
|
||||
opacity:.7}#bar{background:#333;
|
||||
color:#fff;
|
||||
padding:5px}#bar ul{zoom:1;
|
||||
margin:0;
|
||||
padding:0;
|
||||
max-width:880px;
|
||||
margin:0 auto;
|
||||
font-family:SourceCodeProRegular;
|
||||
font-size:1.1em}#bar ul:before,#bar ul:after{content:"";
|
||||
display:table}#bar ul:after{clear:both}#bar ul li{float:left;
|
||||
margin-right:0;
|
||||
list-style-type:none}#bar ul li:last-child{margin-right:0}#bar ul li{display:inline-block;
|
||||
width:33%;
|
||||
text-align:center}#bar ul li a{color:#fff;
|
||||
text-decoration:none;
|
||||
display:block}#bar ul li a:hover{-webkit-filter:alpha(Opacity=70);
|
||||
-moz-filter:alpha(Opacity=70);
|
||||
-o-filter:alpha(Opacity=70);
|
||||
-ms-filter:alpha(Opacity=70);
|
||||
filter:alpha(Opacity=70);
|
||||
opacity:.7}#content{max-width:700px;
|
||||
padding:0 40px;
|
||||
margin:0 auto;
|
||||
margin-bottom:160px}#content h3{font-weight:400;
|
||||
font-family:SourceCodeProRegular;
|
||||
color:#d06;
|
||||
font-size:2em;
|
||||
margin-bottom:11px;
|
||||
padding-top:25px}#content h4{font-weight:400;
|
||||
font-family:SourceSansProSemibold;
|
||||
color:#333;
|
||||
font-size:1.2em}#content p{color:#333;
|
||||
font-size:1.25em;
|
||||
line-height:1.35em;
|
||||
vertical-align:baseline}#content img{border:5px solid #333;
|
||||
margin-top:11px}#content ul{font-size:1.25em}#content a{text-decoration:none;
|
||||
color:#d06}#content #news{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.05);
|
||||
-moz-box-shadow:inset 0 0 6px rgba(0,0,0,.05);
|
||||
-o-box-shadow:inset 0 0 6px rgba(0,0,0,.05);
|
||||
-ms-box-shadow:inset 0 0 6px rgba(0,0,0,.05);
|
||||
box-shadow:inset 0 0 6px rgba(0,0,0,.05);
|
||||
background-color:#eee8d5;
|
||||
padding:15px;
|
||||
-webkit-border-radius:4px;
|
||||
-moz-border-radius:4px;
|
||||
-o-border-radius:4px;
|
||||
-ms-border-radius:4px;
|
||||
border-radius:4px;
|
||||
margin:20px 0;
|
||||
margin-top:30px;
|
||||
padding-top:10px;
|
||||
background:url(../img/megafon.svg) no-repeat 95% 2%;
|
||||
-webkit-background-size:15%;
|
||||
-moz-background-size:15%;
|
||||
-o-background-size:15%;
|
||||
-ms-background-size:15%;
|
||||
background-size:15%;
|
||||
background-color:#eee8d5}#content #news h3{padding-top:10px;
|
||||
margin-top:10px}#content #gruen{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.05);
|
||||
-moz-box-shadow:inset 0 0 6px rgba(0,0,0,.05);
|
||||
-o-box-shadow:inset 0 0 6px rgba(0,0,0,.05);
|
||||
-ms-box-shadow:inset 0 0 6px rgba(0,0,0,.05);
|
||||
box-shadow:inset 0 0 6px rgba(0,0,0,.05);
|
||||
background-color:#5fd790;
|
||||
padding:15px;
|
||||
-webkit-border-radius:4px;
|
||||
-moz-border-radius:4px;
|
||||
-o-border-radius:4px;
|
||||
-ms-border-radius:4px;
|
||||
border-radius:4px;
|
||||
margin:20px 0}#content #gelb{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.05);
|
||||
-moz-box-shadow:inset 0 0 6px rgba(0,0,0,.05);
|
||||
-o-box-shadow:inset 0 0 6px rgba(0,0,0,.05);
|
||||
-ms-box-shadow:inset 0 0 6px rgba(0,0,0,.05);
|
||||
box-shadow:inset 0 0 6px rgba(0,0,0,.05);
|
||||
background-color:#f9df53;
|
||||
padding:15px;
|
||||
-webkit-border-radius:4px;
|
||||
-moz-border-radius:4px;
|
||||
-o-border-radius:4px;
|
||||
-ms-border-radius:4px;
|
||||
border-radius:4px;
|
||||
margin:20px 0}#content #rot{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.05);
|
||||
-moz-box-shadow:inset 0 0 6px rgba(0,0,0,.05);
|
||||
-o-box-shadow:inset 0 0 6px rgba(0,0,0,.05);
|
||||
-ms-box-shadow:inset 0 0 6px rgba(0,0,0,.05);
|
||||
box-shadow:inset 0 0 6px rgba(0,0,0,.05);
|
||||
background-color:#e26153;
|
||||
padding:15px;
|
||||
-webkit-border-radius:4px;
|
||||
-moz-border-radius:4px;
|
||||
-o-border-radius:4px;
|
||||
-ms-border-radius:4px;
|
||||
border-radius:4px;
|
||||
margin:20px 0}@media screen and (max-device-width:480px){#bar ul li{width:100%}header{background:transparent!important;
|
||||
padding:10px;
|
||||
margin-top:0}header .title .main{font-size:1.5em}header nav ul li{font-size:.5em}#content{padding:0 5px}}@font-face{font-family:SourceCodeProExtraLight;
|
||||
src:url(../font/SourceCodePro-ExtraLight-webfont.eot);
|
||||
src:url(../font/SourceCodePro-ExtraLight-webfont.woff) format('woff');
|
||||
font-weight:400;
|
||||
font-style:normal}@font-face{font-family:SourceCodeProLight;
|
||||
src:url(../font/SourceCodePro-Light-webfont.eot);
|
||||
src:url(../font/SourceCodePro-Light-webfont.woff) format('woff');
|
||||
font-weight:400;
|
||||
font-style:normal}@font-face{font-family:SourceCodeProRegular;
|
||||
src:url(../font/SourceCodePro-Regular-webfont.eot);
|
||||
src:url(../font/SourceCodePro-Regular-webfont.woff) format('woff');
|
||||
font-weight:400;
|
||||
font-style:normal}@font-face{font-family:SourceCodeProSemibold;
|
||||
src:url(../font/SourceCodePro-Semibold-webfont.eot);
|
||||
src:url(../font/SourceCodePro-Semibold-webfont.woff) format('woff');
|
||||
font-weight:400;
|
||||
font-style:normal}@font-face{font-family:SourceCodeProBold;
|
||||
src:url(../font/SourceCodePro-Bold-webfont.eot);
|
||||
src:url(../font/SourceCodePro-Bold-webfont.woff) format('woff');
|
||||
font-weight:400;
|
||||
font-style:normal}@font-face{font-family:SourceCodeProBlack;
|
||||
src:url(../font/SourceCodePro-Black-webfont.eot);
|
||||
src:url(../font/SourceCodePro-Black-webfont.woff) format('woff');
|
||||
font-weight:400;
|
||||
font-style:normal}@font-face{font-family:SourceSansProRegular;
|
||||
src:url(../font/sourcesanspro-regular-webfont.eot);
|
||||
src:url(../font/sourcesanspro-regular-webfont.woff) format('woff');
|
||||
font-weight:400;
|
||||
font-style:normal}@font-face{font-family:SourceSansProSemibold;
|
||||
src:url(../font/sourcesanspro-semibold-webfont.eot);
|
||||
src:url(../font/sourcesanspro-semibold-webfont.woff) format('woff');
|
||||
font-weight:400;
|
||||
font-style:normal}@font-face{font-family:SourceSansProLight;
|
||||
src:url(../font/sourcesanspro-light-webfont.eot);
|
||||
src:url(../font/sourcesanspro-light-webfont.woff) format('woff');
|
||||
font-weight:400;
|
||||
font-style:normal
|
||||
}
|
||||
@-webkit-keyframes fadeIn{
|
||||
0%{
|
||||
-webkit-filter:alpha(Opacity=0);
|
||||
-moz-filter:alpha(Opacity=0);
|
||||
-o-filter:alpha(Opacity=0);
|
||||
-ms-filter:alpha(Opacity=0);
|
||||
filter:alpha(Opacity=0);
|
||||
opacity:0
|
||||
}
|
||||
100%{
|
||||
-webkit-filter:alpha(Opacity=100);
|
||||
-moz-filter:alpha(Opacity=100);
|
||||
-o-filter:alpha(Opacity=100);
|
||||
-ms-filter:alpha(Opacity=100);
|
||||
filter:alpha(Opacity=100);
|
||||
opacity:1}
|
||||
@-moz-keyframes fadeIn{
|
||||
0%{
|
||||
-webkit-filter:alpha(Opacity=0);
|
||||
-moz-filter:alpha(Opacity=0);
|
||||
-o-filter:alpha(Opacity=0);
|
||||
-ms-filter:alpha(Opacity=0);
|
||||
filter:alpha(Opacity=0);
|
||||
opacity:0}
|
||||
100%{
|
||||
-webkit-filter:alpha(Opacity=100);
|
||||
-moz-filter:alpha(Opacity=100);
|
||||
-o-filter:alpha(Opacity=100);
|
||||
-ms-filter:alpha(Opacity=100);
|
||||
filter:alpha(Opacity=100);
|
||||
opacity:1}
|
||||
}
|
||||
@-o-keyframes fadeIn{
|
||||
0%{
|
||||
-webkit-filter:alpha(Opacity=0);
|
||||
-moz-filter:alpha(Opacity=0);
|
||||
-o-filter:alpha(Opacity=0);
|
||||
-ms-filter:alpha(Opacity=0);
|
||||
filter:alpha(Opacity=0);
|
||||
opacity:0}
|
||||
100%{
|
||||
-webkit-filter:alpha(Opacity=100);
|
||||
-moz-filter:alpha(Opacity=100);
|
||||
-o-filter:alpha(Opacity=100);
|
||||
-ms-filter:alpha(Opacity=100);
|
||||
filter:alpha(Opacity=100);
|
||||
opacity:1}
|
||||
}
|
||||
@-ms-keyframes fadeIn{
|
||||
0%{
|
||||
-webkit-filter:alpha(Opacity=0);
|
||||
-moz-filter:alpha(Opacity=0);
|
||||
-o-filter:alpha(Opacity=0);
|
||||
-ms-filter:alpha(Opacity=0);
|
||||
filter:alpha(Opacity=0);
|
||||
opacity:0}
|
||||
100%{
|
||||
-webkit-filter:alpha(Opacity=100);
|
||||
-moz-filter:alpha(Opacity=100);
|
||||
-o-filter:alpha(Opacity=100);
|
||||
-ms-filter:alpha(Opacity=100);
|
||||
filter:alpha(Opacity=100);
|
||||
opacity:1}
|
||||
}
|
||||
@keyframes fadeIn{
|
||||
0%{
|
||||
-webkit-filter:alpha(Opacity=0);
|
||||
-moz-filter:alpha(Opacity=0);
|
||||
-o-filter:alpha(Opacity=0);
|
||||
-ms-filter:alpha(Opacity=0);
|
||||
filter:alpha(Opacity=0);
|
||||
opacity:0}
|
||||
100%{
|
||||
-webkit-filter:alpha(Opacity=100);
|
||||
-moz-filter:alpha(Opacity=100);
|
||||
-o-filter:alpha(Opacity=100);
|
||||
-ms-filter:alpha(Opacity=100);
|
||||
filter:alpha(Opacity=100);
|
||||
opacity:1}
|
||||
}
|
54
css/fonts.css
Normal file
54
css/fonts.css
Normal file
|
@ -0,0 +1,54 @@
|
|||
@font-face{
|
||||
font-family:SourceCodeProExtraLight;
|
||||
src:url(../font/SourceCodePro-ExtraLight-webfont.eot);
|
||||
src:url(../font/SourceCodePro-ExtraLight-webfont.woff) format('woff');
|
||||
font-weight:400;
|
||||
font-style:normal}
|
||||
@font-face{
|
||||
font-family:SourceCodeProLight;
|
||||
src:url(../font/SourceCodePro-Light-webfont.eot);
|
||||
src:url(../font/SourceCodePro-Light-webfont.woff) format('woff');
|
||||
font-weight:400;
|
||||
font-style:normal}
|
||||
@font-face{
|
||||
font-family:SourceCodeProRegular;
|
||||
src:url(../font/SourceCodePro-Regular-webfont.eot);
|
||||
src:url(../font/SourceCodePro-Regular-webfont.woff) format('woff');
|
||||
font-weight:400;
|
||||
font-style:normal}
|
||||
@font-face{
|
||||
font-family:SourceCodeProSemibold;
|
||||
src:url(../font/SourceCodePro-Semibold-webfont.eot);
|
||||
src:url(../font/SourceCodePro-Semibold-webfont.woff) format('woff');
|
||||
font-weight:400;
|
||||
font-style:normal}
|
||||
@font-face{
|
||||
font-family:SourceCodeProBold;
|
||||
src:url(../font/SourceCodePro-Bold-webfont.eot);
|
||||
src:url(../font/SourceCodePro-Bold-webfont.woff) format('woff');
|
||||
font-weight:400;
|
||||
font-style:normal}
|
||||
@font-face{
|
||||
font-family:SourceCodeProBlack;
|
||||
src:url(../font/SourceCodePro-Black-webfont.eot);
|
||||
src:url(../font/SourceCodePro-Black-webfont.woff) format('woff');
|
||||
font-weight:400;
|
||||
font-style:normal}
|
||||
@font-face{
|
||||
font-family:SourceSansProRegular;
|
||||
src:url(../font/sourcesanspro-regular-webfont.eot);
|
||||
src:url(../font/sourcesanspro-regular-webfont.woff) format('woff');
|
||||
font-weight:400;
|
||||
font-style:normal}
|
||||
@font-face{
|
||||
font-family:SourceSansProSemibold;
|
||||
src:url(../font/sourcesanspro-semibold-webfont.eot);
|
||||
src:url(../font/sourcesanspro-semibold-webfont.woff) format('woff');
|
||||
font-weight:400;
|
||||
font-style:normal}
|
||||
@font-face{
|
||||
font-family:SourceSansProLight;
|
||||
src:url(../font/sourcesanspro-light-webfont.eot);
|
||||
src:url(../font/sourcesanspro-light-webfont.woff) format('woff');
|
||||
font-weight:400;
|
||||
font-style:normal}
|
BIN
favicon.ico
Normal file
BIN
favicon.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.3 KiB |
BIN
font/SourceCodePro-Black-webfont.eot
Normal file
BIN
font/SourceCodePro-Black-webfont.eot
Normal file
Binary file not shown.
BIN
font/SourceCodePro-Black-webfont.woff
Normal file
BIN
font/SourceCodePro-Black-webfont.woff
Normal file
Binary file not shown.
BIN
font/SourceCodePro-Bold-webfont.eot
Normal file
BIN
font/SourceCodePro-Bold-webfont.eot
Normal file
Binary file not shown.
BIN
font/SourceCodePro-Bold-webfont.woff
Normal file
BIN
font/SourceCodePro-Bold-webfont.woff
Normal file
Binary file not shown.
BIN
font/SourceCodePro-ExtraLight-webfont.eot
Normal file
BIN
font/SourceCodePro-ExtraLight-webfont.eot
Normal file
Binary file not shown.
BIN
font/SourceCodePro-ExtraLight-webfont.woff
Normal file
BIN
font/SourceCodePro-ExtraLight-webfont.woff
Normal file
Binary file not shown.
BIN
font/SourceCodePro-Light-webfont.eot
Normal file
BIN
font/SourceCodePro-Light-webfont.eot
Normal file
Binary file not shown.
BIN
font/SourceCodePro-Light-webfont.woff
Normal file
BIN
font/SourceCodePro-Light-webfont.woff
Normal file
Binary file not shown.
BIN
font/SourceCodePro-Regular-webfont.eot
Normal file
BIN
font/SourceCodePro-Regular-webfont.eot
Normal file
Binary file not shown.
BIN
font/SourceCodePro-Regular-webfont.woff
Normal file
BIN
font/SourceCodePro-Regular-webfont.woff
Normal file
Binary file not shown.
BIN
font/SourceCodePro-Semibold-webfont.eot
Normal file
BIN
font/SourceCodePro-Semibold-webfont.eot
Normal file
Binary file not shown.
BIN
font/SourceCodePro-Semibold-webfont.woff
Normal file
BIN
font/SourceCodePro-Semibold-webfont.woff
Normal file
Binary file not shown.
BIN
font/sourcesanspro-light-webfont.eot
Normal file
BIN
font/sourcesanspro-light-webfont.eot
Normal file
Binary file not shown.
BIN
font/sourcesanspro-light-webfont.woff
Normal file
BIN
font/sourcesanspro-light-webfont.woff
Normal file
Binary file not shown.
BIN
font/sourcesanspro-regular-webfont.eot
Normal file
BIN
font/sourcesanspro-regular-webfont.eot
Normal file
Binary file not shown.
BIN
font/sourcesanspro-regular-webfont.woff
Normal file
BIN
font/sourcesanspro-regular-webfont.woff
Normal file
Binary file not shown.
BIN
font/sourcesanspro-semibold-webfont.eot
Normal file
BIN
font/sourcesanspro-semibold-webfont.eot
Normal file
Binary file not shown.
BIN
font/sourcesanspro-semibold-webfont.woff
Normal file
BIN
font/sourcesanspro-semibold-webfont.woff
Normal file
Binary file not shown.
BIN
img/favicon.ico
Normal file
BIN
img/favicon.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.3 KiB |
122
img/skyline.svg
Normal file
122
img/skyline.svg
Normal file
|
@ -0,0 +1,122 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 15.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||
width="1682.404px" height="780.612px" viewBox="0 0 1682.404 780.612" enable-background="new 0 0 1682.404 780.612"
|
||||
xml:space="preserve">
|
||||
<path fill="none" stroke="#FFCC07" stroke-width="35" d="M669.405,100.28c162.329,0,293.923,134.729,293.923,300.93
|
||||
c0,166.197-131.594,300.93-293.923,300.93c-162.324,0-293.918-134.732-293.918-300.93
|
||||
C375.487,235.009,507.081,100.28,669.405,100.28z"/>
|
||||
<path fill="none" stroke="#808081" stroke-width="21" d="M226.542,466.859c89.204,0,161.52,72.315,161.52,161.52
|
||||
c0,89.208-72.315,161.522-161.52,161.522c-89.208,0-161.523-72.314-161.523-161.522C65.019,539.174,137.334,466.859,226.542,466.859
|
||||
z"/>
|
||||
<path fill="none" stroke="#A6A6A6" stroke-width="25" d="M226.542,412.038c115.988,0,210.015,94.027,210.015,210.019
|
||||
c0,115.987-94.026,210.014-210.015,210.014c-115.992,0-210.018-94.026-210.018-210.014
|
||||
C16.524,506.065,110.551,412.038,226.542,412.038z"/>
|
||||
<circle fill="none" stroke="#A6A6A6" stroke-width="30" cx="1374.14" cy="496.268" r="274.722"/>
|
||||
<path fill="none" stroke="#7A7B7B" stroke-width="25" d="M1062.749,110.981c182.395,0,330.246,147.852,330.246,330.238
|
||||
c0,182.41-147.852,330.27-330.246,330.27c-182.4,0-330.264-147.855-330.264-330.27
|
||||
C732.485,258.833,880.348,110.981,1062.749,110.981z"/>
|
||||
<path fill="none" stroke="#DD0867" stroke-width="45" d="M668.973,34.089c200.57,0,363.163,166.477,363.163,371.833
|
||||
c0,205.359-162.593,371.836-363.163,371.836c-200.574,0-363.167-166.478-363.167-371.836
|
||||
C305.806,200.565,468.399,34.089,668.973,34.089z"/>
|
||||
<g>
|
||||
<g>
|
||||
<g>
|
||||
<path fill="#333333" d="M1286.04,688.558c6.019-9.852,1.099-22.767,2.787-34.958c3.444-24.715,6.259-78.839,2.796-110.457
|
||||
c-0.276-2.549-0.492-6-2.796-8.386c4.573-3.433,1.233-6.146,2.796-12.591c-2.203-3.85-8.498-3.615-8.386-9.78
|
||||
c6.95,0.429,9.567-3.481,8.386-11.186c3.958-1.178,8.632-1.628,12.587-2.795c0.459-10.727,2.185-20.187,1.401-32.162
|
||||
c3.258-0.973,8.517-2.031,8.387-9.784c-2.837-4.223-5.018,8.654-8.387,4.196c-0.101-10.987,1.315-25.415-2.803-34.953
|
||||
c-0.041-4.238,4.909-3.481,8.39-4.193c4.514-7.928,6.474-47.877,5.599-61.522c-0.142-2.131-2.404-5.594-2.796-8.386
|
||||
c-1.096-7.741,1.979-14.379-4.192-20.977c4.386,0.664,5.709-1.745,6.988-4.189c2.386-25.114,4.021-50.981,26.567-55.931
|
||||
c1.524-9.848-0.008-9.952-4.197-15.379c3.869-1.729,4.965-6.225,8.391-8.386c2.124-24.909,4.622-49.446,6.992-74.105
|
||||
c1.342,17.462,4.782,40.042,6.988,58.723c1.354,11.491,0.339,20.045,8.387,25.166c-0.384,2.877-5.208,1.32-5.595,4.197
|
||||
c-1.014,4.275,2.414,4.111,1.402,8.386c19.471,6.429,25.82,32.55,25.169,54.533c0.511,4.614,4.126,6.124,6.992,8.386
|
||||
c-3.012,4.629-4.954,12.863-5.595,25.17c-0.984,19.039-2.438,49.226,0,55.927c2.379,6.526,8.686,6.955,12.584,9.784
|
||||
c-4.756,17.484-3.131,49.64-1.397,72.707c2.216,2.919,9.784,0.47,12.587,2.796c-1.183,7.708,1.435,11.617,8.387,11.186
|
||||
c-0.799,5.735-5.279,7.768-9.784,9.787c2.888,3.362-0.881,8.453,4.192,11.186c-8.037,29.274-1.831,66.442-4.192,96.476
|
||||
c-1.418,18.036,6.812,39.993,4.192,57.332 M1311.206,456.448C1309.345,449.523,1304.608,454.272,1311.206,456.448
|
||||
L1311.206,456.448z M1348.958,355.779c-1.752-0.57-2.855-1.804-2.795-4.189c-6.229-1.103-9.292,0.955-12.587,2.792
|
||||
c0,16.311,0,32.621,0,48.935c3.819-1.017,2.817,2.784,5.595,2.799c5.59-7.275,10.674-13.485,6.992-23.776
|
||||
c1.4-0.003,1.665,1.133,2.795,1.397c0.421-2.747-1.882-2.773-2.795-4.193c9.444-3.272,1.024-21.473,1.4-23.772
|
||||
C1347.561,356.554,1348.694,357.367,1348.958,355.779z M1360.148,386.54c3.324,2.617,3.581,16.008,9.779,19.579
|
||||
c-0.662-6.608,1.744-2.609,4.202-1.398c0-16.317,0-32.628,0-48.938c-2.696-1.968-5.634-3.697-9.792-4.197
|
||||
c1.4,5.941,1.376,5.967-5.592,5.595C1363.546,368.44,1356.279,374.881,1360.148,386.54z M1323.789,399.123
|
||||
c-0.101,1.96,0.313,5.349,1.401,2.795c0-2.326,0-4.663,0-6.992c-1.35-14.167,4.998-29.922-1.401-40.548
|
||||
C1319.894,371.146,1324.966,381.899,1323.789,399.123z M1382.519,400.524c4.505-1.372,2.684-10.585,2.79-18.181
|
||||
c0.132-8.927-0.093-18.081,0-25.17c-0.289-1.565-1.546-2.176-2.79-2.795C1382.519,369.764,1382.519,385.146,1382.519,400.524z
|
||||
M1374.129,411.713c0.376-1.904-0.87-5.457-1.402-2.803C1372.351,410.815,1373.592,414.371,1374.129,411.713z M1322.39,443.865
|
||||
c-2.851-1.808-2.538-6.776-8.382-5.594c-3.149,1.394,3.022,7.625-1.401,9.783c0.391-3.187-0.335-5.255-2.796-5.591
|
||||
c-0.033,3.295,2.411,4.115,1.397,8.387c3.478-0.149,4.332-2.617,6.989,0c-1.692-4.287-3.578-6.832,0-11.186
|
||||
C1319.013,440.92,1321.135,447.652,1322.39,443.865z M1320.997,455.05c-1.069-3.127,6.452-4.454,1.394-6.988
|
||||
C1322.424,450.157,1317.203,453.78,1320.997,455.05z M1319.599,462.042c1.401,0,2.791,0,4.193,0c0-1.397,0-2.792,0-4.192
|
||||
c-0.929,0-1.86,0-2.792,0C1320.918,459.635,1319.196,459.788,1319.599,462.042z M1314.008,467.641
|
||||
c0.38-1.904-0.872-5.464-1.401-2.799C1312.227,466.747,1313.468,470.294,1314.008,467.641z M1322.39,473.232
|
||||
c2.919-2.784,0.049-5.975-2.791-6.992C1319.394,469.709,1319.334,473.023,1322.39,473.232z M1307.012,474.629
|
||||
c3.615,1.26,6.858-7.897,1.397-6.988C1308.98,471.01,1305.86,470.678,1307.012,474.629z M1315.403,485.815
|
||||
c2.086-2.255-1.204-7.011,0-12.579C1308.48,475.296,1306.501,485.136,1315.403,485.815z"/>
|
||||
</g>
|
||||
</g>
|
||||
<g>
|
||||
<g>
|
||||
<path fill="#333333" d="M1538.627,835.411c-115.701,2.289-174.544-8.479-296.287-7.473
|
||||
c-95.723,0.798-208.821-2.918-314.015-2.571l-381.192,4.36V688.469c1.953,4.055,8.163,3.846,7.719,10.298
|
||||
c18.16-12.732,57.229-4.547,82.368-10.298c9.162-50.546,10.82-120.606,10.299-172.452c-10.377-6.776-31.283-3.042-36.035-15.446
|
||||
c4.234-13.786,23.254-12.784,36.035-18.021c14.282-37.917-29.431-36.527-41.189-56.625
|
||||
c10.019-10.574,28.003-13.183,46.333-15.441c4.495-14.797-14.432-6.165-15.442-15.446c7.823,0.104,16.94,1.499,15.442-7.715
|
||||
c0.201-9.646-18.223-0.66-18.014-10.298c8.229-0.347,19.698,2.538,18.014-7.723c-2.676-5.908-18.379,1.222-20.593-5.151
|
||||
c8.927-0.507,19.783,0.913,20.593-7.723c0.823-11.114-17.854-2.735-18.014-12.866c5.848-1.875,20.078,4.64,18.014-5.147
|
||||
c5.441-14.019-9.684-7.477-12.87-12.874c5.968,0.824,9.881-0.41,12.87-2.576c1.905-8.766-9.482-4.242-10.298-10.294
|
||||
c16.519-1.737,12.571-24.574,5.15-30.884c17.787-10.839,2.549-64.649,15.442-87.516c3.597,32.747-3.731,61.316,10.298,90.087
|
||||
c-4.375,2.497-6.616,7.111-5.15,15.442c4.264,20.198,3.761,18.964,0,38.61c1.233,8.208,17.118,1.756,20.593,7.723
|
||||
c-6.683,6.542-18.174-5.058-20.593,7.723c-0.906,19.054,20.802-0.343,25.735,12.866c-5.079-3.794-18.732,0.32-25.735,2.576
|
||||
c-4.03,15.185,21.855,0.458,20.593,12.87c-8.651,0.79-22.312-3.429-20.593,7.727c-1.208,8.927,13.966,1.472,15.438,7.715
|
||||
c-5.412,2.307-15.36,0.086-12.866,10.294c13.205,9.102,46.146-1.528,46.337,20.597c-11.957,12.058-31.335,16.717-43.758,28.305
|
||||
c0,7.727,0,15.453,0,23.161c9.284,7.876,29.062,5.251,33.46,18.024c-7.589,9.575-21.827,12.494-33.46,18.021
|
||||
c-2.244,21.428,2.146,41.67,2.575,56.624c1.227,42.949-10.823,75.167,7.72,115.832c52.375-3.176,6.914,32.389,38.859,10.782
|
||||
c1.707-36.038-3.421-78.925,2.58-110.681c11.147,0,22.304,0,33.459,0c5.077-1.781-0.637-14.36,5.151-15.445
|
||||
c44.134,0.771,67.198-3.712,95.234,0c-0.66,54.142-0.306,92.7,0,151.866c4.868,4.565,17,1.871,25.74,2.575
|
||||
c4.756-10.686,4.07-26.817,10.291-36.038c1.949,13.496,4.361,26.537,10.298,36.038c40.135-3.846,69.585,5.01,100.386-5.147
|
||||
c-3.496-21.912-1.771-50.184,2.575-61.786c6.505,8.085,2.256,26.926,12.863,30.892c12.985-6.746,11.729-27.738,25.74-33.463
|
||||
c36.132,0.764,78.175-4.395,100.382,10.294c7.683-5.195,12.703-13.041,20.597-18.021c-3.217-89.565,2.77-163.749,18.011-254.816
|
||||
c8.964,81.123,15.218,164.964,18.018,252.241c18.878,0,37.756,0,56.631,0c7.257-0.459,3.21-12.229,12.862-10.295
|
||||
c7.265,0.466,3.221,12.229,12.87,10.295c36.054-7.705,53.177,9.713,92.668,5.154c3.719,3.138,3.909,9.813,7.723,12.87
|
||||
c14.585,0,29.173,0,43.761,0c8.104,0.388,1.085-14.364,12.87-10.299c2.188,12.397,18.525,10.649,33.455,10.299
|
||||
c-0.249,10.552-0.5,21.089,2.577,28.309c16.303,0,46.037,1.159,62.342,1.159"/>
|
||||
</g>
|
||||
</g>
|
||||
<g>
|
||||
<path fill="#333333" d="M581.618,657.338c-76.155,7.936-152.31,15.855-228.464,23.731c-85.63,8.849-171.729,15.703-256.833,28.812
|
||||
c-8.662,1.335-102.701,13.683-95.977,30.75c7.693,19.516,48.853,25.781,65.778,29.762c42.976,10.123,86.945,16.03,130.651,21.946
|
||||
c-30.851-5.218-61.622-11.275-92.025-18.647c-5.975-1.454-77.437-19.292-61.82-30.791c13.377-9.84,34.31-12.199,50.042-15.315
|
||||
c37.727-7.461,75.995-12.322,114.15-16.929c124.463-15.031,249.545-25.229,374.501-35.182v-18.137H581.618z"/>
|
||||
<path fill="#333333" d="M327.748,574.732c-6.716,32.547-13.432,65.1-20.141,97.646c-2.005,9.735-4.518,21.554-0.574,30.909
|
||||
c2.166,5.137,5.483,10.012,4.991,15.629c-0.827,9.389-1.644,18.781-2.471,28.174c-0.929,10.56-1.85,21.114-2.781,31.674
|
||||
c-0.193,2.24,0.399,12.494-1.602,13.858c-6.784,4.633-14.35,6.676-14.35,15.17c0,7.264,1.536,5.475,8.423,5.938
|
||||
c33.904,2.277,67.81,4.551,101.709,6.824c-12.098-7.589-24.189-15.185-36.284-22.777c-7.6-4.767-27.06-11.502-26.669-21.408
|
||||
c0.642-16.136,1.834-32.356,1.834-48.5c0-6.496,10.877-9.746,10.689-16.001c-0.183-5.918-0.257-11.841-0.573-17.741
|
||||
c-1.796-33.97-3.72-67.978-4.379-101.98c-0.257-13.232,2.086-25.797,3.067-39.018c1.133-15.263,2.501-30.749,2.199-46.057
|
||||
c-0.224-11.201-11.812-14.749-18.39-5.539C332.445,501.526,330.883,559.517,327.748,574.732
|
||||
C327.748,574.732,330.883,559.517,327.748,574.732z"/>
|
||||
<path fill="#333333" d="M634.679,651.971c-94.821-41.61-189.624-83.27-284.437-124.903c0,12.177,2.806,10.664,13.545,15.554
|
||||
c15.221,6.937,30.459,13.881,45.685,20.824c40.582,18.491,81.164,36.981,121.738,55.477c13.847,6.31,27.701,12.624,41.551,18.935
|
||||
c9.14,4.166,10.652,4.662,8.786,16.563c-2.688,17.142-5.375,34.283-8.059,51.424c-2.062,13.15-1.741,30.188-8.092,42.1
|
||||
c-5.96,11.183-4.074,25.11-4.611,37.611c-0.093,2.099-2.18,13.981-0.667,15.509c1.268,1.279,9.448,0.489,11.145,0.578
|
||||
c17.108,0.888,34.212,1.767,51.316,2.653c12.129,0.627,15.26,4.34,15.919-7.945c0.865-16.188,1.741-32.379,2.606-48.569
|
||||
c0.29-5.342,0.995-5.021-4.433-5.972c-7.271-1.271-14.54-2.542-21.808-3.817c-1.786-0.309,4.491-64.697,5.031-71.912
|
||||
c7.161,1.114,14.32,2.232,21.492,3.351C641.395,660.977,645.465,650.704,634.679,651.971L634.679,651.971z"/>
|
||||
<path fill="#333333" d="M163.172,714.335c-1.033,16.317-2.069,32.64-3.102,48.961c-0.443,7.044-0.895,14.089-1.345,21.137
|
||||
c-0.089,1.514,15.371,3.567,17.708,4.019c2.27-25.614,4.54-51.224,6.81-76.837c-25.025,3.969-50.045,7.936-75.07,11.9
|
||||
c-7.623,1.204-15.796-0.927-15.796,7.421c0,12.979,0,25.965,0,38.943c-8.479-2.397-14.752-0.955-14.752-10.116
|
||||
c0-9.59,0-19.173,0-28.759"/>
|
||||
<path fill="#333333" d="M40.907,763.628c0,11.271,0,22.542,0,33.81c0,5.605,1.771,7.663-3.909,7.663c-7.407,0-14.809,0-22.211,0
|
||||
c-2.463,0-8.083,1.573-8.083-1.502c0-5.844,0-11.685,0-17.533c0-12.68,0-25.364,0-38.04"/>
|
||||
<path fill="#333333" d="M18.123,762.79c1.685,0.72,9.404,2.903,9.404,4.607c0,1.908,0.791,12.854-0.697,12.854
|
||||
c-5.33,0-8.707,2.062-8.707-3.682c0-5.487,0-10.98,0-16.464"/>
|
||||
<path fill="#333333" d="M330.786,541.843c-42.248,29.546-84.496,59.099-126.741,88.645
|
||||
c-27.623,19.318-55.241,38.641-82.864,57.958c-12.449,8.711-25.043,21.417-40.266,23.918
|
||||
c83.46-60.202,166.917-120.408,250.385-180.61C331.132,535.112,330.96,538.477,330.786,541.843L330.786,541.843z"/>
|
||||
</g>
|
||||
</g>
|
||||
<rect x="6.703" y="740.154" fill="#333333" width="1534.786" height="148.717"/>
|
||||
</svg>
|
After Width: | Height: | Size: 12 KiB |
122
index.html
Normal file
122
index.html
Normal file
|
@ -0,0 +1,122 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="de">
|
||||
<head>
|
||||
<meta charset="utf8">
|
||||
<meta name="description" content="Freifunk ist ein Projekt, das versucht ein stadtweites Datennetz auf Basis von WLAN-Routern aufzubauen.">
|
||||
<meta name="author" content="freifunk hamburg">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>hamburg.freifunk.net</title>
|
||||
<link rel="stylesheet" href="./css/adaptive.css">
|
||||
<link rel="stylesheet" href="./css/ffhh.css">
|
||||
<link rel="shortcut icon" type="image/x-icon" href="./favicon.ico">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<header>
|
||||
<a href="/" class="title"><h1 class="main">hamburg.freifunk.net</h1></a>
|
||||
<nav>
|
||||
<ul>
|
||||
<li>stop-watching</li>
|
||||
<li>kein Internet</li>
|
||||
</ul>
|
||||
</nav>
|
||||
</header>
|
||||
<div id="bar">
|
||||
<ul>
|
||||
<li><a href="#was">Freie Kommunikation!</a></li>
|
||||
<li><a href="#mitmachen">Mach mit!</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div id="content">
|
||||
<h3>Gegen Massenüberwachung</h3>
|
||||
<p>
|
||||
Durch den Whistleblower Edward Snowden wurde in den vergangenen Wochen der mit Abstand größte weltweite Überwachungsskandal aller Zeiten offenbart. Neben offensiver politischer Spionage und großflächiger Wirtschaftspionage gegen Europa und insbesondere Deutschland durch Geheimdienste der USA und Großbritanniens wurde ein Netz der Massenüberwachung bekannt, dessen Ausmaß für die meisten Menschen völlig unfassbar ist.
|
||||
</p>
|
||||
<h3>Wir fordern</h3>
|
||||
<p>
|
||||
<ol>
|
||||
<li>
|
||||
<strong>Politisches Asyl und Schutz für Whistleblower</strong><br>
|
||||
Wir rufen die Bundesregierung auf, eine verlässliche Rechtsgrundlage auch auf europäischer Ebene für den Schutz von Whistleblowern wie Edward Snowden zu schaffen.
|
||||
</li>
|
||||
<li>
|
||||
<strong>Alle Fakten offenlegen</strong><br>
|
||||
Ein Untersuchungsausschuss des EU-Parlaments muss folgende Fragen klären:
|
||||
<ul>
|
||||
<li>Welches sind die vollständigen Möglichkeiten von großangelegten Überwachungsprogrammen wie PRISM und Tempora?</li>
|
||||
<li>Welche Datenströme und Datenquellen nutzen diese?</li>
|
||||
<li>Welche Verwaltungseinrichtungen der EU und ihrer Mitgliedsstaaten hatten Informationen über oder Zugang zu PRISM und vergleichbar weitreichenden Programmen oder zu Daten aus diesen?</li>
|
||||
<li>Inwiefern wurden die Charta der Grundrechte der Europäischen Union, die Datenschutzrichtlinie oder andere völkerrechtliche Abkommen verletzt?</li>
|
||||
<li>Verhandlungen über eine Freihandelszone zwischen den USA und der EU müssen bis zur Klärung dieser Fragen ausgesetzt werden.</li>
|
||||
<li>Die Europäische Kommission fordern wir zur Einleitung eines Vertragsverletzungsverfahrens gegen das EU-Mitglied Großbritannien wegen Verstoßes gegen das im Lissabon-Vertrag verankerte Recht auf Schutz personenbezogener Daten auf.</li>
|
||||
<li>Die Vorfälle müssen auch strafrechtlich aufgeklärt werden. Snowden ist als Zeuge zu hören und zu diesem Zweck unter Zeugenschutz zu stellen. Auch Mitarbeiterinnen und Mitarbeiter der NSA (amerikanischer Geheimdienst) und des GCHQ (britischer Geheimdienst) sind zu befragen. Gegebenenfalls ist von den USA eine Auslieferung der ermittelten Täterinnen und Täter zu verlangen. Die Beteiligung deutscher Dienste und Aufsichtsbehörden ist auf strafrechtlich relevantes Handeln zu prüfen.</li>
|
||||
<li>Die Kanzlerin selbst muss vor einem Untersuchungsausschuss des Bundestages Rechenschaft ablegen.</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>
|
||||
<strong>Europäischen Datenschutz stärken</strong><br>
|
||||
Die derzeit verhandelte Datenschutz-Grundverordnung muss stärker auf einen breiten und weitreichenden Schutz von privaten und gewerblichen Daten ausgerichtet werden. Lobby-Anstrengungen in die Gegenrichtung müssen abgewehrt werden.<br>
|
||||
<br>
|
||||
Daten von Einwohnern der Europäischen Union dürfen nicht Geheimdienstorganisationen ausgeliefert werden. Wer in Deutschland abrufbare Kommunikationsdienste anbietet, muss vom Gesetzgeber in die Pflicht genommen werden, auch hiesige Datenschutzgesetze anzuwenden. Die EU-Abkommen zur Weitergabe von Fluggast- und Bankgeschäftsdaten mit den USA und anderen Drittstaaten sowie das sogenannte Safe-Harbor-Abkommen müssen angesichts der Spionagevorfälle ausgesetzt beziehungsweise aufgekündigt werden. Weiterhin müssen alle unrechtmäßig durch die Dienste gesammelten Daten umgehend vernichtet werden.
|
||||
</li>
|
||||
<li>
|
||||
<strong>Internationales Abkommen zur Freiheit des Internets</strong><br>
|
||||
Das Internet soll weiterhin zur Unterstützung und Verbreitung demokratischer Grundwerte dienen und nicht zu deren Unterdrückung. Daher soll die Europäische Union auf ein internationales Abkommen zur Freiheit des Internets drängen.
|
||||
</li>
|
||||
<li>
|
||||
<strong>Software zum Schutz der Privatsphäre fördern</strong><br>
|
||||
Wir rufen die Bundesregierung und die Europäische Union dazu auf, Forschungsprojekte für Entwicklung und Einsatz von Hard- und Software zum Schutz der Privatsphäre zu fördern. Projekte zur Entwicklung von Produkten, die der Überwachung der Bevölkerung dienen, sollen generell von der Förderung ausgenommen werden. Kommunikationsdienste dürfen nur verschlüsselt angeboten werden.
|
||||
</li>
|
||||
<li>
|
||||
<strong>Allgemeine Kommunikationsüberwachung verhindern</strong><br>
|
||||
Der direkte Zugang für Regierungsorganisationen zu Internet-Backbones, wie bei Tempora, muss explizit verboten werden. Derartige Zugriffe ermöglichen den direkten Abgriff und die Speicherung aller Internetkommunikation ohne die Möglichkeit einer Kontrolle durch Dritte und kompromittieren jede Kommunikation und Privatsphäre.
|
||||
</li>
|
||||
<li>
|
||||
<strong>Keine Vorratsdatenspeicherung (VDS)</strong><br>
|
||||
Jede Form von Vorratsdatenspeicherung, auch unter anderem Namen wie "Mindestspeicherfrist", lehnt das Hamburger Bündnis gegen Überwachung, unabhängig von der konkreten Umsetzung, strikt ab. Die anlasslose Speicherung von Kommunikationsdaten stellt einen unverhältnismäßigen Eingriff in die Grundrechte dar und hat sich europaweit als weitestgehend nutzlos für die Verfolgung von Straftaten erwiesen.
|
||||
</li>
|
||||
<li>
|
||||
<strong>Keine Bestandsdatenauskunft (BDA)</strong><br>
|
||||
Die Einführung einer Vorratsdatenspeicherung durch die Hintertür in Form der Bestandsdatenauskunft lehnen wir ebenfalls ab. Hierbei wird 250 staatlichen Stellen der einfache Zugriff auf E-Mail-Passwörter, Handy-PINs und gegebenenfalls Cloud-Dienste (Dropbox, Google Drive, Microsoft Skydrive etc.) gegeben. Schon bei einfachen Ordnungswidrigkeiten wie Falschparken können Kontodaten und IP-Adressen abgefragt werden.
|
||||
</li>
|
||||
<li>
|
||||
<strong>Abschaffung von "Gefahrengebieten" in Hamburg</strong><br>
|
||||
Abseits von Telekommunikation und Internet wird auch der reale öffentliche Raum zunehmend anlasslos und verdachtsunabhängig überwacht. So können in Hamburg von der Polizeiführung ohne jegliche richterliche oder parlamentarische Kontrolle sogenannte "Gefahrengebiete" eingerichtet werden. In diesen kann die Polizei ohne Anlass oder Anfangsverdacht Personalien überprüfen und sie in diesem Zusammenhang speichern, kann Taschen kontrollieren und Aufenthaltsverbote aussprechen. In Hamburg bestehen derzeit vier dauerhafte "Gefahrengebiete", in denen die Grundrechte eingeschränkt werden.<br>
|
||||
<br>
|
||||
Wir fordern die Aufhebung der beiden Gefahrengebiete in St. Pauli sowie der in St. Georg und dem Schanzenviertel, des weiteren die Streichung des entsprechenden Passus im „Gesetz über die Datenverarbeitung der Polizei“ (HmbPolDVG).
|
||||
</li>
|
||||
<li>
|
||||
<strong>Abrüstungsverhandlungen</strong><br>
|
||||
Wir fordern die Einhaltung der völkerrechtlich verbindlichen Resolution zum Schutz des Menschenrechts auf Privatsphäre auch im digitalen Zeitalter sowie eine vertragliche Reduzierung der Überwachung.<br>
|
||||
<br>
|
||||
Wir fordern den vollständigen Rückzug der Geheimdienste aus der Zivilgesellschaft. Es gibt aus gutem Grund eine Trennung zwischen Polizei und Geheimdiensten. Wir brauchen analog zum Wettrüsten des kalten Krieges internationale Abrüstungsverhandlungen und -abkommen für Überwachung und eine Ächtung von Massenüberwachungen.
|
||||
</li>
|
||||
</ol>
|
||||
</p>
|
||||
<h3><a name="was">Was ist Freifunk?</a></h3>
|
||||
<p>
|
||||
Freifunk ist eine unkommerzielle Initiative für freie Funk- und Datennetzwerke. In vielen deutschen Städten gibt es bereits Freifunknetze.<br>
|
||||
Freifunk steht dir offen egal, ob du es nutzen oder aktiv mit einem eigenen Freifunk-Knoten unterstützen möchtest. Als Freifunk-Knoten dient ein dafür mit der Freifunk-firmware vorkonfigurierter WLAN-Router. Diese Konfiguration kannst du selbst durchführen, wir können dabei helfen oder bieten sogar vorbereitete WLAN-Router zum Selbstkostenpreis an.<br>
|
||||
Vor dem Mißbrauch der Störerhaftung durch Abmahnanwälte bist du geschützt. Denn die Freifunk-Knoten bauen verschlüssselte Tunnel (VPNs) auf, wodurch der Datenverkehr nicht zu deinem Anschluss zurück vergfolgt werden kann.<br>
|
||||
Das Freifunk-Netz ist unkommerziell und lebt von einer aktiven Gemeinschaft.
|
||||
</p>
|
||||
<h3>
|
||||
<a name="mitmachen">Wie kann ich mitmachen?</a>
|
||||
</h3>
|
||||
<p>
|
||||
Alle können Freifunker/innen werden, besondere technische Kenntnisse sind nicht notwendig. Es gibt viele Möglichkeiten mitzuwirken:
|
||||
</p>
|
||||
<ul>
|
||||
<li>
|
||||
Werde ein Teil des Netzwerkes, indem du bei dir im Haus einen Freifunk-Knoten aufstellst.
|
||||
</li>
|
||||
<li>
|
||||
Komm zu unseren Treffen: jeden Montag um 19:00 Uhr in den Räumen des CCCHH. Wenn Du mit ÖPNV anreist, nimm die U3 bis "Mundsburg". Von dort sind es ca. 8 Minuten zu Fuß. Der Eingang zur Humboldtstraße 53 liegt in einem Innenhof, den du durch eine Tor-Einfahrt erreichst.
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</body>
|
||||
|
||||
<script data-main="js/main" src="js/require.js">
|
||||
</script>
|
||||
</html>
|
Loading…
Reference in a new issue