diff --git a/NP_Root_Startpage/CNAME b/NP_Root_Startpage/CNAME index 000ea0d5..9f3e292e 100644 --- a/NP_Root_Startpage/CNAME +++ b/NP_Root_Startpage/CNAME @@ -1 +1 @@ -root.reyes.cool \ No newline at end of file +root.norm.cool \ No newline at end of file diff --git a/NP_Root_Startpage/README.md b/NP_Root_Startpage/README.md index ec9306d1..f5fe0863 100644 --- a/NP_Root_Startpage/README.md +++ b/NP_Root_Startpage/README.md @@ -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", diff --git a/NP_Root_Startpage/app.js b/NP_Root_Startpage/app.js index a480941a..e80aab4a 100644 --- a/NP_Root_Startpage/app.js +++ b/NP_Root_Startpage/app.js @@ -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", }, diff --git a/NP_Root_Startpage/index.html b/NP_Root_Startpage/index.html index 0012a495..848eb8d1 100644 --- a/NP_Root_Startpage/index.html +++ b/NP_Root_Startpage/index.html @@ -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; }