new start page edits
This commit is contained in:
@ -1 +1 @@
|
||||
root.reyes.cool
|
||||
root.norm.cool
|
||||
@ -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",
|
||||
|
||||
@ -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",
|
||||
},
|
||||
|
||||
@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user