new start page edits

This commit is contained in:
Norm Rasmussen
2022-06-06 17:14:54 -04:00
parent 13cdf3fa88
commit a12dc47d97
4 changed files with 5 additions and 10 deletions

View File

@ -1 +1 @@
root.reyes.cool
root.norm.cool

View File

@ -31,11 +31,6 @@ To change the default name and edit the cards, edit `app.js`. It should look som
const NAME = "John Doe";
const CARDS = [
{
name: "Twitter",
icon: "ri-twitter-fill",
link: "https://twitter.com",
},
{
name: "Github",
icon: "ri-github-fill",

View File

@ -4,7 +4,7 @@
/* -------------------------------------------------------- */
const NAME = "Reyes";
const NAME = "Norm";
const CARDS = [
{
@ -28,7 +28,7 @@ const CARDS = [
link: "https://github.com/",
},
{
name: "Chili Piper - 30 Min Meeting",
name: "Chili Piper - 30 Min",
icon: "ri-calendar-2-line",
link: "https://northpass.na.chilipiper.com/book/me/norm-rasmussen",
},

View File

@ -36,9 +36,9 @@ body {
margin-bottom: 0;
flex-grow: 1;
background: linear-gradient(145deg, #635bff, #b10bdf, #f52558, #48d4ff, #f9b45e);
background-size: 700% 650%;
background-size: 700% 550%;
animation: gradient 7s ease-in-out infinite;
height: 75vh;
height: 125vh;
margin-top: -100px;
padding-top: 100px;
}