Remove prideflag and change proj text

Also removes "for developers" from header
This commit is contained in:
HackerNCoder 2022-05-26 18:59:22 +01:00
parent 3e12eb26b8
commit 57d5026a72
No known key found for this signature in database
GPG key ID: 569FFF33FF802E16
4 changed files with 7 additions and 17 deletions

View file

@ -11500,12 +11500,12 @@ body {
} }
#mainNav .navbar-brand { #mainNav .navbar-brand {
padding: 0.5rem 0; padding: 0.5rem 0;
color: rgba(255, 255, 255, 0.5); color: #000;
} }
#mainNav .nav-link { #mainNav .nav-link {
transition: none; transition: none;
padding: 2rem 1.5rem; padding: 2rem 1.5rem;
color: rgba(255, 255, 255, 0.5); color: #000;
} }
#mainNav .nav-link:hover { #mainNav .nav-link:hover {
color: rgba(255, 255, 255, 0.75); color: rgba(255, 255, 255, 0.75);
@ -11553,7 +11553,7 @@ body {
height: auto; height: auto;
min-height: 35rem; min-height: 35rem;
padding: 15rem 0; padding: 15rem 0;
background: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.3)), url("../images/prideflag.svg"); background: linear-gradient(rgba(0,77,255,0.8), rgba(0,77,255,0.5));
background-position: center; background-position: center;
background-repeat: no-repeat; background-repeat: no-repeat;
background-attachment: scroll; background-attachment: scroll;
@ -11581,7 +11581,7 @@ body {
-webkit-text-fill-color: transparent; -webkit-text-fill-color: transparent;
-webkit-background-clip: text; -webkit-background-clip: text;
background-clip: text; background-clip: text;
animation: rainbow 50s linear infinite; animation: rainbow 100s linear infinite;
} }
@keyframes rainbow{ @keyframes rainbow{
100%{ 100%{
@ -11616,9 +11616,8 @@ body {
.about-section { .about-section {
padding-top: 2rem; padding-top: 2rem;
padding-bottom: 2rem; padding-bottom: 2.5rem;
background: linear-gradient(to bottom, #750787 0%, rgba(117, 7, 135, 1.5) 75%, rgba(117, 7, 135, 0.8) 100%); background: linear-gradient(rgba(0,77,255,0.5), rgba(var(--bs-light-rgb)));
filter: brightness(0.7);
z-index: 1; z-index: 1;
} }
.about-section-text { /* Hack to not darken text */ .about-section-text { /* Hack to not darken text */

View file

@ -1,8 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 777 480">
<rect fill="#750787" width="777" height="480"/>
<rect fill="#004dff" width="777" height="400"/>
<rect fill="#008026" width="777" height="320"/>
<rect fill="#ffed00" width="777" height="240"/>
<rect fill="#ff8c00" width="777" height="160"/>
<rect fill="#e40303" width="777" height="80"/>
</svg>

Before

Width:  |  Height:  |  Size: 362 B

View file

@ -8,6 +8,6 @@ about_title: Join us!
--- ---
about_body: about_body:
The Queerscriptor community does it's translations on a [weblate](https://littleroot.net/weblate/). We do our coordination in a channel on the [Next Gaymer](https://nextgaymer.com/) Discord. The Queerscriptor community does it's translations on a [weblate](https://littleroot.net/weblate/). We do our coordination in a channel on our [Discord](https://discord.gg/tzbXdkxWYF).
--- ---
meta_desc: A community of people that translate queer games meta_desc: A community of people that translate queer games

View file

@ -9,7 +9,6 @@
<ul class="navbar-nav ms-auto"> <ul class="navbar-nav ms-auto">
<li class="nav-item"><a class="nav-link" href="#join">{{ _("Join us") }}</a></li> <li class="nav-item"><a class="nav-link" href="#join">{{ _("Join us") }}</a></li>
<li class="nav-item"><a class="nav-link" href="#projects">{{ _("Projects") }}</a></li> <li class="nav-item"><a class="nav-link" href="#projects">{{ _("Projects") }}</a></li>
<li class="nav-item"><a class="nav-link" href="/developer">{{ _("For developers" ) }}</a></li>
</ul> </ul>
</div> </div>
</div> </div>