added dark mode
parent
630d2be98c
commit
91493d363f
@ -1,9 +1,18 @@
|
|||||||
<div id="about">
|
<div id="text0" style="text-align: center;">
|
||||||
<div id="aboutcontainer">
|
<h1>Greenvironment</h1>
|
||||||
<h1>What's Greenvironment?</h1>
|
<p>Keep it clean and green!</p>
|
||||||
<h2>Hello!</h2>
|
<button mat-icon-button>
|
||||||
<p>We, the greenviroment team want to create a netwok for environmentalists who care for our nature and our planet as much as we do.</p>
|
<mat-icon class="white-icon">keyboard_arrow_down</mat-icon>
|
||||||
<p>We believe, that together we can do amazing things to protect our environment and keep it clean and green.</p>
|
</button>
|
||||||
<a href="/register">You aren't part of greenvironment yet? - join us here</a>
|
</div>
|
||||||
</div>
|
<div id="text1" style="text-align: center;">
|
||||||
</div>
|
<h1>What's Greenvironment?</h1>
|
||||||
|
<p>We, the greenviroment team want to create a netwok for environmentalists who care for our nature and our planet as much as we do.</p>
|
||||||
|
</div>
|
||||||
|
<div id="text2" style="text-align: center;">
|
||||||
|
<p>We believe, that together we can do amazing things to protect our environment and keep it clean and green.</p>
|
||||||
|
<p>You aren't part of greenvironment yet? - join us now!</p>
|
||||||
|
<a mat-raised-button class="link-button" routerLink="/register" >Register</a>
|
||||||
|
<br>
|
||||||
|
<a mat-raised-button class="link-button" routerLink="/login">Login</a>
|
||||||
|
</div>
|
||||||
|
@ -1,22 +1,30 @@
|
|||||||
@import '../../../styles/mixins.sass'
|
@import '../../../styles/mixins.sass'
|
||||||
@import '../../../styles/vars.sass'
|
@import '../../../styles/vars.sass'
|
||||||
|
@import '~@angular/material/theming'
|
||||||
|
@import '../../../styles/greenvironment-material-theme.scss'
|
||||||
|
|
||||||
#about
|
#text0, #text2
|
||||||
background-color: $cSecondaryBackground
|
padding: 2em
|
||||||
grid-template: 15% 70% 15% / 15% 70% 15%
|
max-width: 100%
|
||||||
display: grid
|
min-height: 50%
|
||||||
min-height: 90vh
|
background-color: mat-color($primary)
|
||||||
max-height: 90vh
|
p, h1, h2
|
||||||
|
color: white
|
||||||
|
|
||||||
|
#text1
|
||||||
|
padding: 2em
|
||||||
|
min-height: 50%
|
||||||
|
max-width: 100%
|
||||||
|
p, h1, h2
|
||||||
|
|
||||||
#aboutcontainer
|
.white-icon
|
||||||
@include gridPosition(2, 2,2,2)
|
color: white
|
||||||
background-color: $cPrimaryBackground
|
transform: scale(3)
|
||||||
padding: 1em
|
|
||||||
overflow: auto
|
p
|
||||||
|
font-size: 2em
|
||||||
|
|
||||||
input
|
.link-button
|
||||||
margin: 0.25em
|
width: 100%
|
||||||
#header
|
max-width: 30em
|
||||||
@include gridPosition(1, 2, 1, 2)
|
margin-bottom: 1em
|
||||||
a
|
|
||||||
color: $cHeadPrimaryBackground
|
|
||||||
|
Loading…
Reference in New Issue