Browse Source

Fix links in project page

Signed-off-by: Anxhelo Lushka <anxhelo1995@gmail.com>
pull/24/head
Anxhelo Lushka 2 years ago
parent
commit
9cdfe67193
No known key found for this signature in database GPG Key ID: C86D6CF1F7FAAA35
  1. 20
      assets/scss/_custom.scss
  2. 5
      content/de/work/demoweek.md
  3. 5
      content/en/work/demoweek.md

20
assets/scss/_custom.scss

@ -1347,12 +1347,13 @@ svg path {
}
.demoweek-blue-banner {
position: relative;
padding: 2rem;
font-size: 4.75rem;
line-height: 4.75rem;
flex: 1;
text-transform: uppercase;
background-color: #009ace;
background-color: #009ace !important;
animation-name: blendAnimationBlue;
animation-duration: 3s;
animation-timing-function: ease-in-out;
@ -1364,26 +1365,28 @@ svg path {
& div {
mix-blend-mode: multiply;
background: none !important;
}
& :nth-child(1) {
color: #ff0080;
color: #ff0080 !important;
position: absolute;
left: 20%;
}
& :nth-child(2) {
color: #009acf;
margin-left: 1.5rem;
color: #009acf !important;
}
}
.demoweek-pink-banner {
position: relative;
padding: 2rem;
font-size: 4.75rem;
line-height: 4.75rem;
flex: 1;
text-transform: uppercase;
background-color: #ff0080;
background-color: #ff0080 !important;
animation-name: blendAnimationPink;
animation-duration: 3s;
animation-timing-function: ease-in-out;
@ -1395,16 +1398,17 @@ svg path {
& div {
mix-blend-mode: multiply;
background: none !important;
}
& :nth-child(1) {
color: #ff0080;
position: absolute;
position: absolute !important;
left: 20%;
}
& :nth-child(2) {
color: #009acf;
margin-left: 1.5rem;
color: #009acf !important;
}
}

5
content/de/work/demoweek.md

@ -11,8 +11,9 @@ image = "demoweek"
tags = []
categories = ["Branding", "Interaction Design", "Web Development"]
[links]
"Brand Book" = "https://www.figma.com/proto/m9gSaAYsqNVou9gmVdFwlj/Adapt?page-id=328%3A0&node-id=329%3A125&viewport=241%2C48%2C0.07&scaling=contain"
"Website" = "https://adapt.internews.org"
"Website" = "https://demoweek.prototypefund.de"
[sources]
"GitHub repository" = "https://github.com/prototypefund/demoweek-archive"
+++
Im Jahr 2020, während des Höhepunkts der Corona-Pandemie, wandte sich der Prototype Fund an uns, um bei der Umgestaltung ihrer herkömmlichen Demo Week in ein virtuelles Ereignis zu helfen. Normalerweise trafen sich die Teilnehmer an einem Tag in Berlin, um ihre Projekte zu präsentieren. Aufgrund der Einschränkungen für Veranstaltungen in Präsenz mussten wir jedoch einen alternativen Ansatz entwickeln.

5
content/en/work/demoweek.md

@ -11,8 +11,9 @@ image = "demoweek"
tags = []
categories = ["Branding", "Interaction Design", "Web Development"]
[links]
"Brand Book" = "https://www.figma.com/proto/m9gSaAYsqNVou9gmVdFwlj/Adapt?page-id=328%3A0&node-id=329%3A125&viewport=241%2C48%2C0.07&scaling=contain"
"Website" = "https://adapt.internews.org"
"Website" = "https://demoweek.prototypefund.de"
[sources]
"GitHub repository" = "https://github.com/prototypefund/demoweek-archive"
+++
At the height of the Covid pandemic in 2020, we were approached by Prototype Fund to help them with shaping their traditional Demo Week virtually. Usually Projects would meet in Berlin for a day and present their work. As in-person events were not an option anymore, we needed to come up with an alternative.

Loading…
Cancel
Save