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