mirror of
https://github.com/offen/website.git
synced 2024-11-22 01:00:26 +01:00
add target blanks and anchor fix
This commit is contained in:
parent
1f78b416c4
commit
0e966135f6
@ -7,7 +7,7 @@ href: /deep-dive/
|
||||
|
||||
### What is this thing called "my data" and why does seemingly everyone want to get hold of it?
|
||||
|
||||
It has a ring, gives a slight spine-chilling sensation and generates a whole lot of clicks: consumer magazines like German "Computer Bild" caution about "Google espionage" [^1] just like the internet has countless tutorials on turning off numerous "data leeches" [^2]. Interestingly, diving into these realms will have you accidentally catching the next toolbar, malware infection or even worse [^3].
|
||||
It has a ring, gives a slight spine-chilling sensation and generates a whole lot of clicks: consumer magazines like German "Computer Bild" caution about "Google espionage" [^1] just like the internet has countless tutorials on turning off numerous "data leeches"[^2]. Interestingly, diving into these realms will have you accidentally catching the next toolbar, malware infection or even worse [^3].
|
||||
|
||||
[^1]: Gegen Google-Spionage wehren <https://www.computerbild.de/artikel/cb-Ratgeber-Kurse-Wissen-Was-weiss-Google-ueber-Sie-2799009.html>
|
||||
[^2]: Datenkrake Windows 10: So schalten Sie auffällige Funktionen ab <https://praxistipps.chip.de/datenkrake-windows-10-so-schalten-sie-auffaellige-funktionen-ab_99652>
|
||||
|
@ -12,7 +12,7 @@ Usage metrics come with explanations about their meaning, relevance, usage and p
|
||||
|
||||
__offen__ treats both users and operators as parties of equal importance. Users can expect full transparency and are encouraged to make *autonomous and informed decisions regarding the use of their data*. Operators are enabled to gain insights while respecting their users' privacy and data.
|
||||
|
||||
__offen__ is currently in the early stages of development and is applying for funds to sustain its development. An early alpha version is running on this site: you can *visit the [auditorium](https://auditorium-alpha.offen.dev)* to access your data.
|
||||
__offen__ is currently in the early stages of development and is applying for funds to sustain its development. An early alpha version is running on this site: you can *visit the [auditorium](https://auditorium-alpha.offen.dev){: target="_blank"}* to access your data.
|
||||
|
||||
<div class="btn-wrapper">
|
||||
<a class="btn btn-color-yellow" href="/deep-dive/">Deep dive</a>
|
||||
|
@ -5,8 +5,9 @@ href: /status/
|
||||
|
||||
## Project status
|
||||
|
||||
#### July 2019
|
||||
We have deployed an alpha version of __offen__ that we are currently testing on a few select sites. Usage data is collected and can be accessed by both users and site operators. Users can opt out and delete their data at any time. You can *follow the development at [github.com/offen/offen](https://github.com/offen/offen)*
|
||||
### September 2019
|
||||
|
||||
We have deployed an alpha version of __offen__ that we are currently testing on a few select sites. Usage data is collected and can be accessed by both users and site operators. Users can opt out and delete their data at any time. You can *follow the development at [github.com/offen/offen](https://github.com/offen/offen){: target="_blank"}*
|
||||
|
||||
---
|
||||
|
||||
@ -29,4 +30,4 @@ Our product story is based on three key questions. What makes __offen__ stand ou
|
||||
|
||||
#### Publicity
|
||||
|
||||
This product story is the starting point for publicty efforts that will start as soon as a beta version is available. They include own blog posts, forum marketing as well as SEO measures.
|
||||
This product story is the starting point for publicity efforts that will start as soon as a beta version is available. They include own blog posts, forum marketing as well as SEO measures.
|
||||
|
@ -352,6 +352,11 @@ em {
|
||||
.footnote {
|
||||
color: var(--grey-bright);
|
||||
}
|
||||
/* reposition for fixed menu */
|
||||
.footnote li {
|
||||
margin-top: -75px;
|
||||
padding-top: 75px;
|
||||
}
|
||||
|
||||
|
||||
/* ---------------------------------------------------
|
||||
|
0
homepage/theme/static/scripts/jump.js
Normal file
0
homepage/theme/static/scripts/jump.js
Normal file
@ -81,7 +81,7 @@
|
||||
Development of <strong>offen</strong> has just started. Do not hesitate to make a contribution and help us handle data with respect.
|
||||
</p>
|
||||
<div class="btn-wrapper">
|
||||
<a class="btn btn-color-black" href="{{GITHUB_ORG}}">Get involved</a>
|
||||
<a class="btn btn-color-black" href="{{GITHUB_ORG}}" target="_blank">Get involved</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="card">
|
||||
@ -103,7 +103,7 @@
|
||||
We're working hard to ensure that <strong>offen</strong> is independent, cutting-edge and can be sustained for years to come.
|
||||
</p>
|
||||
<div class="btn-wrapper">
|
||||
<a class="btn btn-color-black" href="{{PATREON_URL}}">Support us</a>
|
||||
<a class="btn btn-color-black" href="{{PATREON_URL}}" target="_blank">Support us</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@ -124,10 +124,10 @@
|
||||
<a href="mailto:{{CONTACT_EMAIL}}">Contact</a>
|
||||
</p>
|
||||
<p>
|
||||
<a href="{{GITHUB_ORG}}">GitHub</a>
|
||||
<a href="{{GITHUB_ORG}}" target="_blank">GitHub</a>
|
||||
</p>
|
||||
<p>
|
||||
<a href="{{PATREON_URL}}">Support Us</a>
|
||||
<a href="{{PATREON_URL}}" target="_blank">Support Us</a>
|
||||
</p>
|
||||
</div>
|
||||
<div class="footer-card">
|
||||
|
@ -92,7 +92,7 @@
|
||||
We're working hard to ensure that <strong>offen</strong> is independent, cutting-edge and can be sustained for years to come.
|
||||
</p>
|
||||
<div class="btn-wrapper">
|
||||
<a class="btn btn-color-black" href="{{PATREON_URL}}">Support us</a>
|
||||
<a class="btn btn-color-black" href="{{PATREON_URL}}" target="_blank">Support us</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user