Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
hpc-team
strudelv2_spa
Commits
fbd2b656
Commit
fbd2b656
authored
Nov 25, 2019
by
Melvin Luong
Browse files
Added footer with "About Us", "Our services" and "Contact Us" button links.
parent
d90ab7db
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/app/app.component.css
View file @
fbd2b656
.empty-spacer
{
flex
:
1
1
auto
;
}
.footer
{
background-color
:
#303030
;
color
:
#f0f0f0
;
font-size
:
smaller
;
}
\ No newline at end of file
src/app/app.component.html
View file @
fbd2b656
...
@@ -45,9 +45,6 @@
...
@@ -45,9 +45,6 @@
</span>
</span>
</button>
</button>
</div>
</div>
</mat-menu>
</mat-menu>
</mat-toolbar-row>
</mat-toolbar-row>
</mat-toolbar>
</mat-toolbar>
...
@@ -60,4 +57,11 @@
...
@@ -60,4 +57,11 @@
</div>
</div>
</mat-sidenav-content>
</mat-sidenav-content>
</mat-sidenav-container>
</mat-sidenav-container>
<mat-toolbar
class=
"footer"
>
<span
class=
"empty-spacer"
></span>
<button
mat-button
disableRipple=
"true"
>
About Us
</button>
<button
mat-button
disableRipple=
"true"
>
Our services
</button>
<button
mat-button
disableRipple=
true
>
Contact Us
</button>
<span
class=
"empty-spacer"
></span>
</mat-toolbar>
</div>
</div>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment