blazor project for cs

This commit is contained in:
Norm Rasmussen
2022-06-09 22:22:29 -04:00
parent a12dc47d97
commit 6b46bc3f67
862 changed files with 26395 additions and 5 deletions

View File

@ -10,7 +10,7 @@ const CARDS = [
{
name: "Northpass Admin",
icon: "ri-admin-line",
link: "app.northpass.com/admin",
link: "https://app.northpass.com/admin",
},
{
name: "Northpass Mail",
@ -20,7 +20,7 @@ const CARDS = [
{
name: "Hubspot",
icon: "ri-space-ship-line",
link: "https://www.hubspot.com/",
link: "https://app.hubspot.com/reports-dashboard/392014/view/8969543",
},
{
name: "Github",

View File

@ -35,7 +35,7 @@
body {
margin-bottom: 0;
flex-grow: 1;
background: linear-gradient(145deg, #635bff, #b10bdf, #f52558, #48d4ff, #f9b45e);
background: linear-gradient(145deg, #179160, #096F8E, #F7BB17, #D64A28, #00283C);
background-size: 700% 550%;
animation: gradient 7s ease-in-out infinite;
height: 125vh;

View File

@ -1,8 +1,8 @@
/* Custom Variables | Color Scheme */
:root {
--primary: #FFC759;
--text-light: #eeeeee;
--primary: #fff;
--text-light: #0390fc;
--background: #191E29;
--background-light: #202633;
}