Fixed some minor things
This commit is contained in:
parent
6e8a95bae4
commit
f7ad13554a
@ -12,8 +12,8 @@
|
|||||||
<h5 class="text-muted">DEVOPS & SOFTWARE ENGINEER</h5>
|
<h5 class="text-muted">DEVOPS & SOFTWARE ENGINEER</h5>
|
||||||
<div class="mt-3">
|
<div class="mt-3">
|
||||||
<div><i class="mr-2 fa fa-map-marker-alt"></i> London Ontario, Canada</div>
|
<div><i class="mr-2 fa fa-map-marker-alt"></i> London Ontario, Canada</div>
|
||||||
<div><i class="mr-2 fa fa-envelope"></i> <a href="mailto:zaktimson@gmail.com">zaktimson@gmail.com</a>
|
<div><i class="mr-2 fa fa-envelope"></i> <a href="mailto:zaktimson@gmail.com">zaktimson@gmail.com</a></div>
|
||||||
</div>
|
<div><i class="mr-2 fa fa-gitlab"></i> <a href="https://gitlab.zakscode.com" target="_blank">gitlab.zakscode.com</a></div>
|
||||||
<div><i class="mr-2 fab fa-github"></i> <a href="https://github.com/ztimson" target="_blank">github.com/ztimson</a></div>
|
<div><i class="mr-2 fab fa-github"></i> <a href="https://github.com/ztimson" target="_blank">github.com/ztimson</a></div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@ -62,7 +62,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<footer class="p-1 bg-dark text-center" style="color: grey">
|
<footer class="p-1 bg-dark text-center" style="color: grey">
|
||||||
Copyright © Zakary Timson 2019 | All Rights Reserved
|
Copyright © Zakary Timson 2022 | All Rights Reserved
|
||||||
</footer>
|
</footer>
|
||||||
<div class="d-none d-sm-block skirt"></div>
|
<div class="d-none d-sm-block skirt"></div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -1,9 +0,0 @@
|
|||||||
@import '~@angular/material/theming';
|
|
||||||
@include mat-core();
|
|
||||||
|
|
||||||
$ZaksCode-primary: mat-palette($mat-indigo);
|
|
||||||
$ZaksCode-accent: mat-palette($mat-pink, A200, A100, A400);
|
|
||||||
$ZaksCode-warn: mat-palette($mat-red);
|
|
||||||
$ZaksCode-theme: mat-light-theme($ZaksCode-primary, $ZaksCode-accent, $ZaksCode-warn);
|
|
||||||
|
|
||||||
@include angular-material-theme($ZaksCode-theme);
|
|
@ -1,25 +1,13 @@
|
|||||||
|
@import url("https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.3.1/css/bootstrap.min.css");
|
||||||
|
@import url("https://use.fontawesome.com/releases/v5.8.1/css/all.css");
|
||||||
|
@import url("https://fonts.googleapis.com/icon?family=Material+Icons|Roboto:300,400,500");
|
||||||
|
|
||||||
// Custom Theming for Angular Material
|
|
||||||
// For more information: https://material.angular.io/guide/theming
|
|
||||||
@use '@angular/material' as mat;
|
@use '@angular/material' as mat;
|
||||||
// Plus imports for other components in your app.
|
|
||||||
|
|
||||||
// Include the common styles for Angular Material. We include this here so that you only
|
|
||||||
// have to load a single css file for Angular Material in your app.
|
|
||||||
// Be sure that you only ever include this mixin once!
|
|
||||||
@include mat.core();
|
@include mat.core();
|
||||||
|
|
||||||
// Define the palettes for your theme using the Material Design palettes available in palette.scss
|
|
||||||
// (imported above). For each palette, you can optionally specify a default, lighter, and darker
|
|
||||||
// hue. Available color palettes: https://material.io/design/color/
|
|
||||||
$zakscode-primary: mat.define-palette(mat.$indigo-palette);
|
$zakscode-primary: mat.define-palette(mat.$indigo-palette);
|
||||||
$zakscode-accent: mat.define-palette(mat.$pink-palette, A200, A100, A400);
|
$zakscode-accent: mat.define-palette(mat.$pink-palette, A200, A100, A400);
|
||||||
|
|
||||||
// The warn palette is optional (defaults to red).
|
|
||||||
$zakscode-warn: mat.define-palette(mat.$red-palette);
|
$zakscode-warn: mat.define-palette(mat.$red-palette);
|
||||||
|
|
||||||
// Create the theme object. A theme consists of configurations for individual
|
|
||||||
// theming systems such as "color" or "typography".
|
|
||||||
$zakscode-theme: mat.define-light-theme((
|
$zakscode-theme: mat.define-light-theme((
|
||||||
color: (
|
color: (
|
||||||
primary: $zakscode-primary,
|
primary: $zakscode-primary,
|
||||||
@ -27,15 +15,8 @@ $zakscode-theme: mat.define-light-theme((
|
|||||||
warn: $zakscode-warn,
|
warn: $zakscode-warn,
|
||||||
)
|
)
|
||||||
));
|
));
|
||||||
|
|
||||||
// Include theme styles for core and each component used in your app.
|
|
||||||
// Alternatively, you can import and @include the theme mixins for each component
|
|
||||||
// that you are using.
|
|
||||||
@include mat.all-component-themes($zakscode-theme);
|
@include mat.all-component-themes($zakscode-theme);
|
||||||
|
|
||||||
@import url("https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.3.1/css/bootstrap.min.css");
|
|
||||||
@import url("https://use.fontawesome.com/releases/v5.8.1/css/all.css");
|
|
||||||
@import url("https://fonts.googleapis.com/icon?family=Material+Icons|Roboto:300,400,500");
|
|
||||||
|
|
||||||
::-webkit-scrollbar-track {
|
::-webkit-scrollbar-track {
|
||||||
background-color: #354B72;
|
background-color: #354B72;
|
||||||
@ -69,5 +50,3 @@ body {
|
|||||||
background-color: #354B72;
|
background-color: #354B72;
|
||||||
}
|
}
|
||||||
|
|
||||||
html, body { height: 100%; }
|
|
||||||
body { margin: 0; font-family: Roboto, "Helvetica Neue", sans-serif; }
|
|
||||||
|
Loading…
Reference in New Issue
Block a user