Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

relaunch #46

Merged
merged 34 commits into from
Mar 24, 2021
Merged
Changes from 1 commit
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
d67e21d
refactor: rewrite with vue/vite
krmax44 Mar 18, 2021
700ac16
fix: remove dist from repo
krmax44 Mar 19, 2021
924f5b2
docs: update readme
krmax44 Mar 19, 2021
0280aba
feat: getting closer to feature parity
krmax44 Mar 22, 2021
9967857
fix: ranking overview
krmax44 Mar 23, 2021
3cf81b9
fix: methodology page
krmax44 Mar 23, 2021
778c4c4
chore: add vite ssg to gitignore
krmax44 Mar 23, 2021
5033109
feat: feature-parity with jekyll site
krmax44 Mar 23, 2021
e1d4e75
feat: update 404 page
krmax44 Mar 23, 2021
85e5bd6
chore: add license
krmax44 Mar 23, 2021
af941d2
chore: switch icon library
krmax44 Mar 23, 2021
4b87497
ci: add workflow
krmax44 Mar 23, 2021
5bd7bdc
chore: cleanup
krmax44 Mar 23, 2021
be57f1a
feat: meta tags
krmax44 Mar 23, 2021
561135f
feat: grey-out states with no ifg, closes #9
krmax44 Mar 23, 2021
8dec8ce
fix: show Gesamt description
krmax44 Mar 24, 2021
45db945
feat: better text flow, adapted from fds
krmax44 Mar 24, 2021
40e3ab9
fix: gendersternchen
krmax44 Mar 24, 2021
2e1dde0
fix: use camelCase
krmax44 Mar 24, 2021
1129957
fix: use false instead of 'none'
krmax44 Mar 24, 2021
4c996db
chore: formatting
krmax44 Mar 24, 2021
979b28c
fix: link class
krmax44 Mar 24, 2021
49eae74
feat: include linked law citations
krmax44 Mar 24, 2021
c01953e
docs: update readme
krmax44 Mar 24, 2021
bc2358c
feat: law citation links implemented in yml files
krmax44 Mar 24, 2021
f13287e
fix: detail bar
krmax44 Mar 24, 2021
5cf0ed0
style: footer download links
krmax44 Mar 24, 2021
27fdb80
feat: add stats to state page
krmax44 Mar 24, 2021
90e67eb
fix: wrong citation link
krmax44 Mar 24, 2021
e564f46
fix: matomo
krmax44 Mar 24, 2021
4c8cc42
fix: only fetch stats in production
krmax44 Mar 24, 2021
f95713a
ci: enable deploys
krmax44 Mar 24, 2021
bbdae56
ci: only deploy on push
krmax44 Mar 24, 2021
8ae8f2d
ci: push into release branch
krmax44 Mar 24, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
feat: better text flow, adapted from fds
krmax44 committed Mar 24, 2021

Verified

This commit was signed with the committer’s verified signature.
commit 45db94598d042ce993945073c562c50bbb8142ee
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!DOCTYPE html>
<html lang="en" class="text-base">
<html lang="de" class="text-base">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
18 changes: 13 additions & 5 deletions src/assets/styles/base.css
Original file line number Diff line number Diff line change
@@ -9,12 +9,14 @@
}

.prose {
@apply max-w-none;
@apply max-w-none white break-auto text-justify;
hyphens: auto;

a {
@apply text-lightblue no-underline;

&:hover, &:focus {
&:hover,
&:focus {
@apply underline;
}
}
@@ -24,11 +26,17 @@
}

&.prose-dark {
h1, h2, h3, h4, h5, h6 {
h1,
h2,
h3,
h4,
h5,
h6 {
@apply text-light;
}

p, a {
p,
a {
@apply text-gray-400;
}

@@ -46,4 +54,4 @@
.fade-leave-to,
.fade-enter-from {
opacity: 0;
}
}
2 changes: 1 addition & 1 deletion src/pages/index.vue
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@
<div class="container flex flex-col items-center">
<h1 class="headline">Transparenzranking</h1>

<div class="prose prose-lg">
<div class="prose prose-lg text-center">
<p class="max-w-screen-lg w-full text-center">
Jede Person hat das Recht auf staatliche Informationen - doch die
Umsetzung dieses Rechts unterscheidet sich innerhalb Deutschlands. Wir
2 changes: 1 addition & 1 deletion src/pages/state.vue
Original file line number Diff line number Diff line change
@@ -7,7 +7,7 @@
{{ law }} seit {{ state.year }}.
<a
:href="`https://fragdenstaat.de/zustaendigkeit/${state.fds.slug}/`"
class="link"
class="link whitespace-nowrap"
>
Anfrage stellen
</a>