New text and layout Prod
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Rolf Amfelt 2023-03-07 18:52:01 +01:00
parent 10d87ef229
commit f62866f1b2
14 changed files with 344 additions and 343 deletions

View File

@ -1,9 +1,9 @@
{% assign title = 'title_' | append: page.language %}
{% assign menu_tagline = 'menu_tagline_' | append: page.language %}
{% assign menu_item_1 = 'menu_item_1_' | append: page.language %}
{% assign menu_item_2 = 'menu_item_2_' | append: page.language %}
{% assign menu_item_3 = 'menu_item_3_' | append: page.language %}
{% assign menu_item_4 = 'menu_item_4_' | append: page.language %}
{% assign section_events_title = 'section_events_title_' | append: page.language %}
{% assign section_events_time = 'section_events_time_' | append: page.language %}
@ -11,13 +11,16 @@
{% assign section_where_title = 'section_where_title_' | append: page.language %}
{% assign section_where_address = 'section_where_address_' | append: page.language %}
{% assign menu_code = 'menu_code_' | append: page.language %}
{% capture section_who %}{% include who_{{page.language}}.md %}{% endcapture %}
{% capture section_code %}{% include code_{{page.language}}.md %}{% endcapture %}
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta charset="utf-8">
<title>{{ site.data.strings[title] }}</title>
<link rel="stylesheet" href="/assets/css/cryptohagen.css" />
@ -33,7 +36,30 @@
<nav class="navbar navbar-static-top navbar-fixed-top cryptohagen-navbar">
<div class="navbar-brand pull-xs-right">
{{ site.data.strings[menu_tagline] }}
{% if page.language == 'da' %}
<a class="nav-link" href="code.html">{{ site.data.strings[menu_code] }}</a>
<a href="index_en.html" alt="English">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 60 30" width="24" height="12" style="margin: 13px 0 0 13px;">
<clipPath id="t">
<path d="M30,15 h30 v15 z v15 h-30 z h-30 v-15 z v-15 h30 z"/>
</clipPath>
<path d="M0,0 v30 h60 v-30 z" fill="#00247d"/>
<path d="M0,0 L60,30 M60,0 L0,30" stroke="#fff" stroke-width="6"/>
<path d="M0,0 L60,30 M60,0 L0,30" clip-path="url(#t)" stroke="#cf142b" stroke-width="4"/>
<path d="M30,0 v30 M0,15 h60" stroke="#fff" stroke-width="10"/>
<path d="M30,0 v30 M0,15 h60" stroke="#cf142b" stroke-width="6"/>
</svg>
</a>
{% else %}
<a class="nav-link" href="code_en.html">{{ site.data.strings[menu_code] }}</a>
<a href="index.html" alt="Danish">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="18" viewBox="1 1 37 28" style="margin: 10px 0 0 13px;">
<rect width="40" height="30" fill="#C60C30"/>
<g stroke="#fff" stroke-width="4"><line x1="15" y1="0" x2="15" y2="30"/><line x1="0" y1="15" x2="40" y2="15"/></g>
</svg>
</a>
{% endif %}
</div>
<a class="navbar-brand" href="/">
Cryptohagen
@ -42,39 +68,19 @@
<li class="nav-item active">
<a class="nav-link" href="#">{{ site.data.strings[menu_item_1] }}</a>
</li>
<li class="nav-item active">
<a class="nav-link" href="#when">{{ site.data.strings[menu_item_2] }}</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#where">{{ site.data.strings[menu_item_3] }}</a>
</li>
<li class="nav-item active">
<a class="nav-link" href="#when">{{ site.data.strings[menu_item_2] }}</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#links">Links</a>
</li>
<li>
{% if page.language == 'da' %}
<a href="index_en.html" alt="English">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 60 30" width="24" height="12" style="margin: 13px 0 0 13px;">
<clipPath id="t">
<path d="M30,15 h30 v15 z v15 h-30 z h-30 v-15 z v-15 h30 z"/>
</clipPath>
<path d="M0,0 v30 h60 v-30 z" fill="#00247d"/>
<path d="M0,0 L60,30 M60,0 L0,30" stroke="#fff" stroke-width="6"/>
<path d="M0,0 L60,30 M60,0 L0,30" clip-path="url(#t)" stroke="#cf142b" stroke-width="4"/>
<path d="M30,0 v30 M0,15 h60" stroke="#fff" stroke-width="10"/>
<path d="M30,0 v30 M0,15 h60" stroke="#cf142b" stroke-width="6"/>
</svg>
</a>
{% else %}
<a href="index.html" alt="Danish">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="18" viewBox="1 1 37 28" style="margin: 10px 0 0 13px;">
<rect width="40" height="30" fill="#C60C30"/>
<g stroke="#fff" stroke-width="4"><line x1="15" y1="0" x2="15" y2="30"/><line x1="0" y1="15" x2="40" y2="15"/></g>
</svg>
</a>
{% endif %}
</li>
</ul>
</nav>
@ -93,43 +99,9 @@
<div class="row">
<div class="col-md-8">
{{ section_who | markdownify }}
</div>
<img src="assets/logo/cryto.jpg" width="750"/>
</div>
</div>
</section>
<section id="when">
<div class="container">
<h1>{{ site.data.strings[section_events_title] }}</h1>
<hr>
<div class="card-columns">
{% for event in site.data.events %}
<div class="card card-inverse {% if event.current %}card-primary{% else %}card-info{% endif %}">
<div class="card-block">
<h4 class="card-title">
{% if page.language == "en" %}
{{ event.english_title }}
{% else %}
{{ event.danish_title }}
{% endif %}
</h4>
<p class="card-text">
{% if page.language == "en" %}
{{ event.english_text }}
{% else %}
{{ event.danish_text }}
{% endif %}
</p>
<p class="card-text">
<strong>{{ site.data.strings[section_events_time] }}</strong><br />
{{ event.time }}
</p>
</div>
</div>
{% endfor %}
</div>
</div>
</section>
@ -139,6 +111,14 @@
<h1>{{ site.data.strings[section_where_title] }}</h1>
<hr>
<p>
<address>
<strong>{{ site.data.strings[section_where_address] }}</strong><br />
<a href="https://www.ms.dk/mellemrummet">Cafe Mellemrummet</a><br />
Ravnsborggade 11<br />
2200 København Nørrebro
</address>
</p>
<div id="Map" style="height:250px"></div>
<script src="/assets/openlayers/ol.js" type="text/javascript"></script>
@ -180,20 +160,46 @@
interactions: [], // No dragging or other funny biz
});
</script>
<p>
<address>
<strong>{{ site.data.strings[section_where_address] }}</strong><br />
<a href="https://www.ms.dk/mellemrummet">Cafe Mellemrummet</a><br />
Ravnsborggade 11<br />
2200 København Nørrebro
</address>
</p>
</div>
</section>
<section id="when">
<div class="container">
<h1>{{ site.data.strings[section_events_title] }}</h1>
<hr>
<div class="card-columns">
{% for event in site.data.events %}
<div class="card card-inverse {% if event.current %}card-primary{% else %}card-info{% endif %}">
<div class="card-block">
<h4 class="card-title">
{% if page.language == "en" %}
{{ event.english_title }}
{% else %}
{{ event.danish_title }}
{% endif %}
</h4>
<p class="card-text">
{% if page.language == "en" %}
{{ event.english_text }}
{% else %}
{{ event.danish_text }}
{% endif %}
</p>
<p class="card-text">
<strong>{{ site.data.strings[section_events_time] }}</strong><br />
{{ event.time }}
</p>
</div>
</div>
{% endfor %}
</div>
</div>
</section>
<section id="links">
<div class="container">

View File

@ -1,9 +1,9 @@
{% assign title = 'title_' | append: page.language %}
{% assign menu_tagline = 'menu_tagline_' | append: page.language %}
{% assign menu_item_1 = 'menu_item_1_' | append: page.language %}
{% assign menu_item_2 = 'menu_item_2_' | append: page.language %}
{% assign menu_item_3 = 'menu_item_3_' | append: page.language %}
{% assign menu_item_4 = 'menu_item_4_' | append: page.language %}
{% assign section_events_title = 'section_events_title_' | append: page.language %}
{% assign section_events_time = 'section_events_time_' | append: page.language %}
@ -11,16 +11,13 @@
{% assign section_where_title = 'section_where_title_' | append: page.language %}
{% assign section_where_address = 'section_where_address_' | append: page.language %}
{% assign menu_code = 'menu_code_' | append: page.language %}
{% capture section_who2 %}{% include who2_{{page.language}}.md %}{% endcapture %}
{% capture section_who %}{% include who_{{page.language}}.md %}{% endcapture %}
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta charset="utf-8">
<title>{{ site.data.strings[title] }}</title>
<link rel="stylesheet" href="/assets/css/cryptohagen.css" />
@ -36,30 +33,7 @@
<nav class="navbar navbar-static-top navbar-fixed-top cryptohagen-navbar">
<div class="navbar-brand pull-xs-right">
<a class="nav-link" href="code.html">{{ site.data.strings[menu_code] }}</a>
{% if page.language == 'da' %}
<a href="index2_en.html" alt="English">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 60 30" width="24" height="12" style="margin: 13px 0 0 13px;">
<clipPath id="t">
<path d="M30,15 h30 v15 z v15 h-30 z h-30 v-15 z v-15 h30 z"/>
</clipPath>
<path d="M0,0 v30 h60 v-30 z" fill="#00247d"/>
<path d="M0,0 L60,30 M60,0 L0,30" stroke="#fff" stroke-width="6"/>
<path d="M0,0 L60,30 M60,0 L0,30" clip-path="url(#t)" stroke="#cf142b" stroke-width="4"/>
<path d="M30,0 v30 M0,15 h60" stroke="#fff" stroke-width="10"/>
<path d="M30,0 v30 M0,15 h60" stroke="#cf142b" stroke-width="6"/>
</svg>
</a>
{% else %}
<a href="index2.html" alt="Danish">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="18" viewBox="1 1 37 28" style="margin: 10px 0 0 13px;">
<rect width="40" height="30" fill="#C60C30"/>
<g stroke="#fff" stroke-width="4"><line x1="15" y1="0" x2="15" y2="30"/><line x1="0" y1="15" x2="40" y2="15"/></g>
</svg>
</a>
{% endif %}
{{ site.data.strings[menu_tagline] }}
</div>
<a class="navbar-brand" href="/">
Cryptohagen
@ -68,19 +42,39 @@
<li class="nav-item active">
<a class="nav-link" href="#">{{ site.data.strings[menu_item_1] }}</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#where">{{ site.data.strings[menu_item_3] }}</a>
</li>
<li class="nav-item active">
<a class="nav-link" href="#when">{{ site.data.strings[menu_item_2] }}</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#where">{{ site.data.strings[menu_item_3] }}</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#links">Links</a>
</li>
<li>
{% if page.language == 'da' %}
<a href="index_en.html" alt="English">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 60 30" width="24" height="12" style="margin: 13px 0 0 13px;">
<clipPath id="t">
<path d="M30,15 h30 v15 z v15 h-30 z h-30 v-15 z v-15 h30 z"/>
</clipPath>
<path d="M0,0 v30 h60 v-30 z" fill="#00247d"/>
<path d="M0,0 L60,30 M60,0 L0,30" stroke="#fff" stroke-width="6"/>
<path d="M0,0 L60,30 M60,0 L0,30" clip-path="url(#t)" stroke="#cf142b" stroke-width="4"/>
<path d="M30,0 v30 M0,15 h60" stroke="#fff" stroke-width="10"/>
<path d="M30,0 v30 M0,15 h60" stroke="#cf142b" stroke-width="6"/>
</svg>
</a>
{% else %}
<a href="index.html" alt="Danish">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="18" viewBox="1 1 37 28" style="margin: 10px 0 0 13px;">
<rect width="40" height="30" fill="#C60C30"/>
<g stroke="#fff" stroke-width="4"><line x1="15" y1="0" x2="15" y2="30"/><line x1="0" y1="15" x2="40" y2="15"/></g>
</svg>
</a>
{% endif %}
</li>
</ul>
</nav>
@ -98,10 +92,44 @@
<div class="container">
<div class="row">
<div class="col-md-8">
{{ section_who2 | markdownify }}
<img src="assets/logo/cryto.jpg" width="750"/>
{{ section_who | markdownify }}
</div>
</div>
</div>
</section>
<section id="when">
<div class="container">
<h1>{{ site.data.strings[section_events_title] }}</h1>
<hr>
<div class="card-columns">
{% for event in site.data.events %}
<div class="card card-inverse {% if event.current %}card-primary{% else %}card-info{% endif %}">
<div class="card-block">
<h4 class="card-title">
{% if page.language == "en" %}
{{ event.english_title }}
{% else %}
{{ event.danish_title }}
{% endif %}
</h4>
<p class="card-text">
{% if page.language == "en" %}
{{ event.english_text }}
{% else %}
{{ event.danish_text }}
{% endif %}
</p>
<p class="card-text">
<strong>{{ site.data.strings[section_events_time] }}</strong><br />
{{ event.time }}
</p>
</div>
</div>
{% endfor %}
</div>
</div>
</section>
@ -111,14 +139,6 @@
<h1>{{ site.data.strings[section_where_title] }}</h1>
<hr>
<p>
<address>
<strong>{{ site.data.strings[section_where_address] }}</strong><br />
<a href="https://www.ms.dk/mellemrummet">Cafe Mellemrummet</a><br />
Ravnsborggade 11<br />
2200 København Nørrebro
</address>
</p>
<div id="Map" style="height:250px"></div>
<script src="/assets/openlayers/ol.js" type="text/javascript"></script>
@ -160,46 +180,20 @@
interactions: [], // No dragging or other funny biz
});
</script>
<p>
<address>
<strong>{{ site.data.strings[section_where_address] }}</strong><br />
<a href="https://www.ms.dk/mellemrummet">Cafe Mellemrummet</a><br />
Ravnsborggade 11<br />
2200 København Nørrebro
</address>
</p>
</div>
</section>
<section id="when">
<div class="container">
<h1>{{ site.data.strings[section_events_title] }}</h1>
<hr>
<div class="card-columns">
{% for event in site.data.events %}
<div class="card card-inverse {% if event.current %}card-primary{% else %}card-info{% endif %}">
<div class="card-block">
<h4 class="card-title">
{% if page.language == "en" %}
{{ event.english_title }}
{% else %}
{{ event.danish_title }}
{% endif %}
</h4>
<p class="card-text">
{% if page.language == "en" %}
{{ event.english_text }}
{% else %}
{{ event.danish_text }}
{% endif %}
</p>
<p class="card-text">
<strong>{{ site.data.strings[section_events_time] }}</strong><br />
{{ event.time }}
</p>
</div>
</div>
{% endfor %}
</div>
</div>
</section>
<section id="links">
<div class="container">

View File

@ -13,14 +13,14 @@
{% assign menu_code = 'menu_code_' | append: page.language %}
{% capture section_who %}{% include who_{{page.language}}.md %}{% endcapture %}
{% capture section_code %}{% include code_{{page.language}}.md %}{% endcapture %}
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta charset="utf-8">
<title>{{ site.data.strings[title] }}</title>
<link rel="stylesheet" href="/assets/css/cryptohagen.css" />
@ -37,7 +37,7 @@
<nav class="navbar navbar-static-top navbar-fixed-top cryptohagen-navbar">
<div class="navbar-brand pull-xs-right">
<a class="nav-link" href="code.html">{{ site.data.strings[menu_item_4] }}</a>
<a class="nav-link" href="code.html">{{ site.data.strings[menu_code] }}</a>
{% if page.language == 'da' %}
<a href="index_en.html" alt="English">
@ -66,19 +66,19 @@
</a>
<ul class="nav navbar-nav">
<li class="nav-item active">
<a class="nav-link" href="index2.html#">{{ site.data.strings[menu_item_1] }}</a>
<a class="nav-link" href="#">{{ site.data.strings[menu_item_1] }}</a>
</li>
<li class="nav-item">
<a class="nav-link" href="index2.html#where">{{ site.data.strings[menu_item_3] }}</a>
<a class="nav-link" href="#where">{{ site.data.strings[menu_item_3] }}</a>
</li>
<li class="nav-item active">
<a class="nav-link" href="index2.html#when">{{ site.data.strings[menu_item_2] }}</a>
<a class="nav-link" href="#when">{{ site.data.strings[menu_item_2] }}</a>
</li>
<li class="nav-item">
<a class="nav-link" href="index2.html#links">Links</a>
<a class="nav-link" href="#links">Links</a>
</li>
</ul>

View File

@ -22,27 +22,3 @@ Café Mellemrummet, hvor vi mødes i København, er en frivilligt drevet nonprof
Hvis du bliver chikaneret, eller du er vidne til brud på vores adfærdskodeks, skal du kontakte en fra kernegruppen.
Vores adfærdskodeks er baseret på (”lånt” fra) vores venner på Bornhack og deres [adfærdskodeks][bornhackconduct]
<hr>
# Code of Conduct
We are committed to making #cryptohagen an inclusive and welcoming get-together for everyone.
The most important rule is: Be open and empathetic towards each other.
Unfortunately, tech events are notorious for harassment. Thus, we have set up some basic rules to make it clear that harassment or discriminatory behavior will not be tolerated. Everyone should feel safe participating in #cryptohagen.
Everyone participating in #cryptohagen is obliged to comply with our Code of Conduct at events as well as on all online channels.
Specific rules:
- We denounce homophobic, transphobic, sexist, racist and other prejudiced behaviour (including harassment).
- #cryptohagen is a community, but each participants personal ”space” should be respected. If you are asked to leave someone alone, or to leave the place, then respect this.
- Some participants do not want to be filmed or photographed. Respect their wishes.
- Aggressive or arrogant comments are not welcome no one should be afraid to ask questions.
If you break these rules, we may exclude you from future #cryptohagen events.
Café Mellemrummet, where we meet in Copenhagen, is a volunteer-run nonprofit café. We expect that you are open and empathetic towards the volunteers in the café as well. If you are being harassed, or if you witness a breach of our Code of Conduct, please contact someone from the core group.
Our Code of Conduct is based on (”borrowed” from) our friends at Bornhack and their [Code of Conduct][bornhackconduct]
[bornhackconduct]:https://bornhack.dk/conduct

21
_sections/code_en.md Normal file
View File

@ -0,0 +1,21 @@
# Code of Conduct
We are committed to making #cryptohagen an inclusive and welcoming get-together for everyone.
The most important rule is: Be open and empathetic towards each other.
Unfortunately, tech events are notorious for harassment. Thus, we have set up some basic rules to make it clear that harassment or discriminatory behavior will not be tolerated. Everyone should feel safe participating in #cryptohagen.
Everyone participating in #cryptohagen is obliged to comply with our Code of Conduct at events as well as on all online channels.
Specific rules:
- We denounce homophobic, transphobic, sexist, racist and other prejudiced behaviour (including harassment).
- #cryptohagen is a community, but each participants personal ”space” should be respected. If you are asked to leave someone alone, or to leave the place, then respect this.
- Some participants do not want to be filmed or photographed. Respect their wishes.
- Aggressive or arrogant comments are not welcome no one should be afraid to ask questions.
If you break these rules, we may exclude you from future #cryptohagen events.
Café Mellemrummet, where we meet in Copenhagen, is a volunteer-run nonprofit café. We expect that you are open and empathetic towards the volunteers in the café as well. If you are being harassed, or if you witness a breach of our Code of Conduct, please contact someone from the core group.
Our Code of Conduct is based on (”borrowed” from) our friends at Bornhack and their [Code of Conduct][bornhackconduct]
[bornhackconduct]:https://bornhack.dk/conduct

View File

@ -1,52 +0,0 @@
# Hvad er det
Cryptohagen er et hyggeligt og uformelt forum, som har fokus på digital
privatlivsbeskyttelse. Cryptohagen er for alle, der bruger nettet i en eller anden form.
Vi er et ”friendly community”, hvor der er plads til at vende tanker og idéer om
privatliv, sikkerhed på nettet, kryptering og lignende emner. Alle er velkomne.
Vi kan hjælpe dig med små og store spørgsmål, som handler om
privatlivsbeskyttelse på nettet. Vi kan også hjælpe dig i gang med at bruge nogle af
de populære og anerkendte sikkerhedsværktøjer på din smartphone og på din
computer. Alt det kan vi tale sammen om, når vi ses. Så kan vi tage udgangspunkt i
dine konkrete behov.
Vi mødes i København den sidste søndag i måneden. Der afholdes lignende
arrangementer i [Aarhus][cryptoaarhus]. Så kom og sig hej til os, drik en kop kaffe, og få en sludder.
Spørg efter Thomas, Rolf, Ove eller Helle. Det eneste, du skal have med, er godt
humør og ønsket om at lære nogle rare mennesker at kende i et afslappet miljø.
Af og til inviterer vi en oplægsholder, eller vi opdaterer hinanden om ny viden. Vi
laver også en årlig event om Tor Project og andre anonyme browsere (baseret på
State of the Onion).
Læs vores [adfærdskodeks][adfærdskodeks].
# Hvem er du?
Der vil være tidspunkter, hvor du har brug for at kunne bevæge dig rundt på nettet
eller kommunikere med andre, uden at nogen ”lytter med”. Det gælder også dig, som
ikke mener, du har noget at skjule.
Måske hører du til på et af disse niveauer:
- Du er studerende og skal søge oplysninger eller lave research om følsomme emner.
- Du er i et problematisk parforhold og vil kunne søge hjælp og oplysninger, uden at din partner bliver opmærksom på det.
- Du er en kommende whistleblower.
- Du er blevet hacket.
Vi kan hjælpe dig på alle niveauer. Vi er ikke modstandere af digitaliseringen, men
værdsætter retten til privatliv også på nettet.
## Kom i kontakt
Vi har en [Twitterkonto][twitter]. Du er velkommen til at skrive til os på Twitter, men vær opmærksom på, at DMer (direct messages) ikke læses. Derfor er det bedst at tagge os.
Vi har også en [Mastodonkonto][mastodon] / [Kom på mastodon][joinmastodon]
Den bedste måde, du kan kontakte os, er at komme og hilse på os den sidste
søndag i måneden.
[cryptoaarhus]:https://cryptoaarhus.dk
[adfærdskodeks]:https://cryptohagen.dk/code.html
[#where]:https://cryptohagen.dk/#where
[twitter]:https://twitter.com/cryptohagen
[mastodon]:@cryptohagen@social.data.coop
[joinmastodon]: https://joinmastodon.org/

View File

@ -1,51 +0,0 @@
# About us
Cryptohagen is a cozy and informal community with a focus on digital privacy. Cryptohagen
is for anyone who uses the Internet in one form or another. We are a ”friendly community”
where you can share thoughts and ideas about privacy, online safety, encryption, and
similar topics. Everyone is welcome.
We can help you with many kinds of questions about digital privacy. We can also help you
get started using some of the popular and recognized security tools on your smartphone
and on your computer. We can talk about that when we meet. Your specific needs are our
starting point.
We get together every last Sunday of the month in Copenhagen. There is a similar event in
[Aarhus][cryptoaarhus]. So come and say hi, have a chat and a good cup of coffee. Ask for Thomas, Rolf,
Ove, or Helle. Well have a talk about your specific needs and come up with some ideas to
help you get started. All you need to bring is a friendly smile and a wish to get to know some
nice people in a relaxed environment.
Now and then we invite a speaker, or we update each other on new knowledge. We also
organize an annual event on Tor Project and other anonymous browsers (based on State of
the Onion).
Read our [adfærdskodeks][Code of Conduct].
# Who are you?
Sometimes you need to surf the Internet or communicate with others without anybody
”listening in”. This also applies to you who think you have nothing to hide.
Maybe you belong at one of these levels:
- You are a student and need to research sensitive topics.
- You are in a problematic relationship and need a way to get help without alerting
your partner.
- You may be a future whistleblower.
- You have been hacked.
We can help you at all the above-mentioned levels. We are not against digitization, but we
do appreciate the rights of privacy also on the Internet.
# Get in touch
We have a [Twitter account][twitter]Twitter account. Please, feel free to contact us there. A few of us have access to
the account, but please note: We dont read DMs (direct messages) very often, so tagging us
is better. We also have a [Mastodon account][mastodon] / [Get on mastodon][joinmastodon]
The best way to get in touch: Come and meet us every last Sunday of the month in
Copenhagen!
[cryptoaarhus]:https://cryptoaarhus.dk
[adfærdskodeks]:https://cryptohagen.dk/code.html
[#where]:https://cryptohagen.dk/#where
[twitter]:https://twitter.com/cryptohagen
[mastodon]:@cryptohagen@social.data.coop
[joinmastodon]: https://joinmastodon.org/

View File

@ -1,38 +1,52 @@
# Hvad er det
Cryptohagen er et hyggeligt og uformelt forum, som har fokus på digital
privatlivsbeskyttelse. Cryptohagen er for alle, der bruger nettet i en eller anden form.
Vi er et ”friendly community”, hvor der er plads til at vende tanker og idéer om
privatliv, sikkerhed på nettet, kryptering og lignende emner. Alle er velkomne.
---
Cryptohagen er en stribe uformelle og hyggelige sammenkomster som
afholdes i København hver sidste søndag i måneden.
Vi kan hjælpe dig med små og store spørgsmål, som handler om
privatlivsbeskyttelse på nettet. Vi kan også hjælpe dig i gang med at bruge nogle af
de populære og anerkendte sikkerhedsværktøjer på din smartphone og på din
computer. Alt det kan vi tale sammen om, når vi ses. Så kan vi tage udgangspunkt i
dine konkrete behov.
Der afholdes lignende arrangementer i [Aarhus][cryptoaarhus].
Vi mødes i København den sidste søndag i måneden. Der afholdes lignende
arrangementer i [Aarhus][cryptoaarhus]. Så kom og sig hej til os, drik en kop kaffe, og få en sludder.
Spørg efter Thomas, Rolf, Ove eller Helle. Det eneste, du skal have med, er godt
humør og ønsket om at lære nogle rare mennesker at kende i et afslappet miljø.
## Hvem er det for
Af og til inviterer vi en oplægsholder, eller vi opdaterer hinanden om ny viden. Vi
laver også en årlig event om Tor Project og andre anonyme browsere (baseret på
State of the Onion).
Arrangementet er for alle, der bruger internettet i en eller anden
form.
Læs vores [adfærdskodeks][adfærdskodeks].
- Du er måske studerende, og skal søge oplysninger eller lave research om følsomme emner
- Måske lever du i et problematisk parforhold og vil kunne søge hjælp
og oplysning, uden at din partner bliver gjort opmærksom på det
- En journalist, der har brug for værktøjer til,
at beskytte en kilde
- Eller du er måske en kommende whistleblower
# Hvem er du?
Der vil være tidspunkter, hvor du har brug for at kunne bevæge dig rundt på nettet
eller kommunikere med andre, uden at nogen ”lytter med”. Det gælder også dig, som
ikke mener, du har noget at skjule.
Der vil være tidspunkter hvor alle har behov for, at kunne bevæge sig
rundt på nettet eller kommunikere med andre, uden at nogen 'lytter
med'. Også dig, der til hverdag ikke mener, du har noget at skjule.
Måske hører du til på et af disse niveauer:
- Du er studerende og skal søge oplysninger eller lave research om følsomme emner.
- Du er i et problematisk parforhold og vil kunne søge hjælp og oplysninger, uden at din partner bliver opmærksom på det.
- Du er en kommende whistleblower.
- Du er blevet hacket.
Vi sidder en flok nørder og er klar til at hjælpe dig i gang med, at bruge nogle af de populære og anerkendte sikkerhedsværktøjer; både på din smartphone og på din computer med udgangspunkt i dit behov. Men alt det tager vi en snak om, når vi ses.
## Hvem er det også for
Cryptohagen er også et friendly community hvor der er plads til at vende tanker og idéer om privatliv, sikkerhed på nettet og kryptering eller noget helt tredie.
Så kom ned og sig hej, drik en kop lækker kaffe, og få en sludder. Det eneste, du skal have med er godt humør og ønsket om at lære nogle rare mennesker at kende i et afslappet miljø.
Vi kan hjælpe dig på alle niveauer. Vi er ikke modstandere af digitaliseringen, men
værdsætter retten til privatliv også på nettet.
## Kom i kontakt
Vi har en [Twitterkonto][twitter]. Du er velkommen til at skrive til os på Twitter, men vær opmærksom på, at DMer (direct messages) ikke læses. Derfor er det bedst at tagge os.
Vi har en [Twitterkonto][twitter]. Du er velkommen til, at skrive til os der men vær opmærksom på at DM'er ikke læses. Derfor er det bedst at tagge os.
Vi har også en [Mastodonkonto][mastodon] / [Kom på mastodon][joinmastodon]
Den bedste måde, du kan kontakte os, er at komme og hilse på os den sidste
søndag i måneden.
[cryptoaarhus]:https://cryptoaarhus.dk
[twitter]:https://twitter.com/cryptohagen
[adfærdskodeks]:https://cryptohagen.dk/code.html
[#where]:https://cryptohagen.dk/#where
[twitter]:https://twitter.com/cryptohagen
[mastodon]:@cryptohagen@social.data.coop
[joinmastodon]: https://joinmastodon.org/

38
_sections/who_da_old.md Normal file
View File

@ -0,0 +1,38 @@
# Hvad er det
---
Cryptohagen er en stribe uformelle og hyggelige sammenkomster som
afholdes i København hver sidste søndag i måneden.
Der afholdes lignende arrangementer i [Aarhus][cryptoaarhus].
## Hvem er det for
Arrangementet er for alle, der bruger internettet i en eller anden
form.
- Du er måske studerende, og skal søge oplysninger eller lave research om følsomme emner
- Måske lever du i et problematisk parforhold og vil kunne søge hjælp
og oplysning, uden at din partner bliver gjort opmærksom på det
- En journalist, der har brug for værktøjer til,
at beskytte en kilde
- Eller du er måske en kommende whistleblower
Der vil være tidspunkter hvor alle har behov for, at kunne bevæge sig
rundt på nettet eller kommunikere med andre, uden at nogen 'lytter
med'. Også dig, der til hverdag ikke mener, du har noget at skjule.
Vi sidder en flok nørder og er klar til at hjælpe dig i gang med, at bruge nogle af de populære og anerkendte sikkerhedsværktøjer; både på din smartphone og på din computer med udgangspunkt i dit behov. Men alt det tager vi en snak om, når vi ses.
## Hvem er det også for
Cryptohagen er også et friendly community hvor der er plads til at vende tanker og idéer om privatliv, sikkerhed på nettet og kryptering eller noget helt tredie.
Så kom ned og sig hej, drik en kop lækker kaffe, og få en sludder. Det eneste, du skal have med er godt humør og ønsket om at lære nogle rare mennesker at kende i et afslappet miljø.
## Kom i kontakt
Vi har en [Twitterkonto][twitter]. Du er velkommen til, at skrive til os der men vær opmærksom på at DM'er ikke læses. Derfor er det bedst at tagge os.
[cryptoaarhus]:https://cryptoaarhus.dk
[twitter]:https://twitter.com/cryptohagen

View File

@ -1,33 +1,51 @@
# What is it
# About us
Cryptohagen is a cozy and informal community with a focus on digital privacy. Cryptohagen
is for anyone who uses the Internet in one form or another. We are a ”friendly community”
where you can share thoughts and ideas about privacy, online safety, encryption, and
similar topics. Everyone is welcome.
---
Cryptohagen is a series of informal get-togethers every last Sunday of the month in Copenhagen.
We can help you with many kinds of questions about digital privacy. We can also help you
get started using some of the popular and recognized security tools on your smartphone
and on your computer. We can talk about that when we meet. Your specific needs are our
starting point.
There is a similar event in [Aarhus][cryptoaarhus]
We get together every last Sunday of the month in Copenhagen. There is a similar event in
[Aarhus][cryptoaarhus]. So come and say hi, have a chat and a good cup of coffee. Ask for Thomas, Rolf,
Ove, or Helle. Well have a talk about your specific needs and come up with some ideas to
help you get started. All you need to bring is a friendly smile and a wish to get to know some
nice people in a relaxed environment.
## Who is it for
Now and then we invite a speaker, or we update each other on new knowledge. We also
organize an annual event on Tor Project and other anonymous browsers (based on State of
the Onion).
The meetup is for everyone who uses the Internet in one form or
another.
Read our [adfærdskodeks][Code of Conduct].
- You might be studying and needing to research sensitive topics
- Perhaps you live in a problematic relationship and need a way to
get help without your partner being alerted
- You may be a journalist and need some tools to help
protect a source
- Or maybe you're a future whistle blower
# Who are you?
Sometimes you need to surf the Internet or communicate with others without anybody
”listening in”. This also applies to you who think you have nothing to hide.
We can all find ourselves in a situation where we need ways to protect our privacy. We are a friendly group of "nerds" who get together and are ready to start the conversation with you about how you can get better at protecting yourself online. We'll have a talk about your specific needs and come up with some ideas to help you get started.
Maybe you belong at one of these levels:
## What else is Cryptohagen
- You are a student and need to research sensitive topics.
- You are in a problematic relationship and need a way to get help without alerting
your partner.
- You may be a future whistleblower.
- You have been hacked.
We can help you at all the above-mentioned levels. We are not against digitization, but we
do appreciate the rights of privacy also on the Internet.
Cryptohagen is also a friendly community that provides a space to discuss topics like privacy, online safety and security or encryption or any other subject among like-minded people.
# Get in touch
We have a [Twitter account][twitter]Twitter account. Please, feel free to contact us there. A few of us have access to
the account, but please note: We dont read DMs (direct messages) very often, so tagging us
is better. We also have a [Mastodon account][mastodon] / [Get on mastodon][joinmastodon]
The best way to get in touch: Come and meet us every last Sunday of the month in
Copenhagen!
So come on down and say hi, have a chat and a good cup of coffee. All you need to bring is a friendly smile and the wish to get to know some nice people in a relaxed environment.
[cryptoaarhus]:https://cryptoaarhus.dk
[adfærdskodeks]:https://cryptohagen.dk/code.html
[#where]:https://cryptohagen.dk/#where
[twitter]:https://twitter.com/cryptohagen
[mastodon]:@cryptohagen@social.data.coop
[joinmastodon]: https://joinmastodon.org/
## Get in touch
We have a [Twitter account][twitter]. Feel free to write us there, a few of us have access to it but please note that we don't read DMs very often so tagging us is best.
[cryptoaarhus]:https://cryptoaarhus.dk/index_en.html
[twitter]:https://twitter.com/cryptohagen

33
_sections/who_en_old.md Normal file
View File

@ -0,0 +1,33 @@
# What is it
---
Cryptohagen is a series of informal get-togethers every last Sunday of the month in Copenhagen.
There is a similar event in [Aarhus][cryptoaarhus]
## Who is it for
The meetup is for everyone who uses the Internet in one form or
another.
- You might be studying and needing to research sensitive topics
- Perhaps you live in a problematic relationship and need a way to
get help without your partner being alerted
- You may be a journalist and need some tools to help
protect a source
- Or maybe you're a future whistle blower
We can all find ourselves in a situation where we need ways to protect our privacy. We are a friendly group of "nerds" who get together and are ready to start the conversation with you about how you can get better at protecting yourself online. We'll have a talk about your specific needs and come up with some ideas to help you get started.
## What else is Cryptohagen
Cryptohagen is also a friendly community that provides a space to discuss topics like privacy, online safety and security or encryption or any other subject among like-minded people.
So come on down and say hi, have a chat and a good cup of coffee. All you need to bring is a friendly smile and the wish to get to know some nice people in a relaxed environment.
## Get in touch
We have a [Twitter account][twitter]. Feel free to write us there, a few of us have access to it but please note that we don't read DMs very often so tagging us is best.
[cryptoaarhus]:https://cryptoaarhus.dk/index_en.html
[twitter]:https://twitter.com/cryptohagen

View File

@ -1,4 +1,4 @@
---
layout: base2
layout: code
language: en
---

4
index_en_old.html Normal file
View File

@ -0,0 +1,4 @@
---
layout: base
language: en
---

View File

@ -1,4 +1,4 @@
---
layout: base2
layout: base
language: da
---