Startpage Clean up
This commit is contained in:
@ -37,6 +37,16 @@ const CARDS = [
|
||||
icon: "ri-calendar-2-line",
|
||||
link: "https://northpass.na.chilipiper.com/book/me/norm-rasmussen",
|
||||
},
|
||||
{
|
||||
name: "Looker - External",
|
||||
icon: "ri-bubble-chart-line",
|
||||
link: "https://northpass.looker.com/folders/4976"
|
||||
},
|
||||
{
|
||||
name: "Looker - Internal",
|
||||
icon: "ri-bubble-chart-fill",
|
||||
link: "https://northpasshq.looker.com/dashboards/21"
|
||||
},
|
||||
{
|
||||
name: "LinkedIn",
|
||||
icon: "ri-linkedin-fill",
|
||||
|
||||
@ -21,7 +21,7 @@
|
||||
<body>
|
||||
<header class="header">
|
||||
<div>
|
||||
<h1>Hello there, <span id="userName">Norm!</span>.</h1>
|
||||
<h1>Hello, <span id="userName">Norm!</span>.</h1>
|
||||
<p>Today is <span id="currentDate">Monday 1, January 2000</span>.</p>
|
||||
</div>
|
||||
<p id="currentTime">00:00 PM</p>
|
||||
@ -30,28 +30,3 @@
|
||||
<script src="./app.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
<style>
|
||||
|
||||
body {
|
||||
margin-bottom: 0;
|
||||
flex-grow: 1;
|
||||
background: linear-gradient(145deg, #179160, #096F8E, #F7BB17, #D64A28, #00283C);
|
||||
background-size: 700% 550%;
|
||||
animation: gradient 7s ease-in-out infinite;
|
||||
height: 125vh;
|
||||
margin-top: -100px;
|
||||
padding-top: 100px;
|
||||
}
|
||||
@keyframes gradient {
|
||||
0% {
|
||||
background-position: 0% 79%;
|
||||
}
|
||||
50% {
|
||||
background-position: 100% 22%;
|
||||
}
|
||||
100% {
|
||||
background-position: 0% 79%;
|
||||
}
|
||||
}
|
||||
|
||||
</style>
|
||||
@ -16,6 +16,14 @@
|
||||
}
|
||||
|
||||
body {
|
||||
margin-bottom: 0;
|
||||
flex-grow: 1;
|
||||
background: linear-gradient(145deg, #179160, #096F8E, #F7BB17, #D64A28, #00283C);
|
||||
background-size: 700% 550%;
|
||||
animation: gradient 7s ease-in-out infinite;
|
||||
height: 125vh;
|
||||
margin-top: -100px;
|
||||
padding-top: 100px;
|
||||
color: var(--text-light);
|
||||
font-family: 'Inter', sans-serif;
|
||||
|
||||
@ -25,6 +33,18 @@ body {
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
@keyframes gradient {
|
||||
0% {
|
||||
background-position: 0% 79%;
|
||||
}
|
||||
50% {
|
||||
background-position: 100% 22%;
|
||||
}
|
||||
100% {
|
||||
background-position: 0% 79%;
|
||||
}
|
||||
}
|
||||
|
||||
h1 {
|
||||
font-size: 4rem;
|
||||
font-weight: bold;
|
||||
|
||||
Reference in New Issue
Block a user