mirror of
https://github.com/lenaschimmel/queerallyear
synced 2024-11-10 05:54:13 +00:00
Fixed flags and typos.
This commit is contained in:
parent
9e354bedb8
commit
1fe6a2adb3
2 changed files with 6 additions and 6 deletions
|
@ -61,11 +61,11 @@ function flag5spezial(c1, c2, c3, c4, c5) {
|
|||
"Q0": c1,
|
||||
"U0": c1,
|
||||
"E0": c2,
|
||||
"E1": c1,
|
||||
"R0": c1,
|
||||
"E1": c5,
|
||||
"R0": c5,
|
||||
|
||||
"A0": c5,
|
||||
"L0": c5,
|
||||
"A0": c1,
|
||||
"L0": c1,
|
||||
"L1": c4,
|
||||
|
||||
"Y0": c3,
|
||||
|
@ -136,7 +136,7 @@ const lebsian7 = "#933514";
|
|||
const polyamRed = "#ED4024";
|
||||
const polyamBlue = "#1432F5";
|
||||
const polyamYellow = "#FFFD52";
|
||||
const agenderGrey = "#CECECE";
|
||||
const agenderGrey = "#AAAAAA";
|
||||
const agenderGreen = "#CDF29F";
|
||||
|
||||
exports.aro = flag5(romanticDarkGreen, romanticLightGreen, white, aceGrey, black);
|
||||
|
|
|
@ -35,7 +35,7 @@
|
|||
<div class="innerinnerbox">
|
||||
<h1 id="firstHeading">Wir sind nicht nur gay for one day,<br>wir sind queer all year!</h1>
|
||||
<p>
|
||||
Das Sommerlochfestival ist der Braunschweiger Christopher Street Day - kurz: CSD - und findes jedes Jahr unter
|
||||
Das Sommerlochfestival ist der Braunschweiger <acronym title="Christopher Street Day">CSD</acronym> und findet jedes Jahr unter
|
||||
einem anderen Motto statt.
|
||||
</p>
|
||||
<p>
|
||||
|
|
Loading…
Reference in a new issue