Update branding to use new skylab naming and colors
This commit is contained in:
parent
accd0ca0f6
commit
abc7e2cadc
@ -54,50 +54,43 @@
|
||||
.arc-0 {
|
||||
width:250px; /* Gap between arcs is 20px */
|
||||
height:250px;
|
||||
border-right-color: white;
|
||||
/* border-left-color: white; */
|
||||
border-right-color: #1c70d8;
|
||||
margin: 5px; /* Margin is equal to half of the difference between the arc's diameter and the container width */
|
||||
}
|
||||
.arc-1 {
|
||||
width:230px;
|
||||
height:230px;
|
||||
border-left-color: white;
|
||||
/* border-right-color: white; */
|
||||
border-left-color: #1c70d8;
|
||||
margin: 15px;
|
||||
}
|
||||
.arc-2 {
|
||||
width:210px;
|
||||
height:210px;
|
||||
border-left-color: white;
|
||||
/* border-right-color: white; */
|
||||
border-left-color: #1c70d8;
|
||||
margin: 25px;
|
||||
}
|
||||
.arc-3 {
|
||||
width:190px;
|
||||
height:190px;
|
||||
border-right-color: white;
|
||||
/* border-left-color: white; */
|
||||
border-right-color: #1c70d8;
|
||||
margin: 35px;
|
||||
}
|
||||
.arc-4 {
|
||||
width:170px;
|
||||
height:170px;
|
||||
border-top-color: white;
|
||||
/* border-bottom-color: white; */
|
||||
border-top-color: #1c70d8;
|
||||
margin: 45px;
|
||||
}
|
||||
.arc-5 {
|
||||
width:150px;
|
||||
height:150px;
|
||||
border-top-color: white;
|
||||
/* border-bottom-color: white; */
|
||||
border-top-color: #1c70d8;
|
||||
margin: 55px;
|
||||
}
|
||||
.arc-6 {
|
||||
width:130px;
|
||||
height:130px;
|
||||
border-bottom-color: white;
|
||||
/* border-top-color: white; */
|
||||
border-bottom-color: #1c70d8;
|
||||
margin: 65px;
|
||||
}
|
||||
footer {
|
||||
|
10
index.html
10
index.html
@ -8,17 +8,17 @@
|
||||
<meta name="keywords" content="enpaul, network, operations, networking, plex, media, server, adds, active, directory, wpi, worcester, polytechnic, institute, boston, mechanical, engineering, solidworks, home, lab, homelab, solid, works, autocad, cad, domain, windows, server, omnipod, open, omni, diy, pancreas, t1d, type, one, diabetes, diabetic"/>
|
||||
|
||||
<title>SkyLab</title>
|
||||
<link rel="shortcut icon" href="https://cdn.enp.one/img/logos/e-b-sm.png">
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="https://cdn.enp.one/img/logos/e-b-sm.png">
|
||||
<link rel="icon" type="image/png" href="https://cdn.enp.one/img/logos/e-b-sm.png" sizes="32x32">
|
||||
<link rel="icon" type="image/png" href="https://cdn.enp.one/img/logos/e-b-sm.png" sizes="16x16">
|
||||
<link rel="shortcut icon" href="https://cdn.enp.one/img/logos/skylab/satellite.svg">
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="https://cdn.enp.one/img/logos/skylab/satellite.svg">
|
||||
<link rel="icon" type="image/png" href="https://cdn.enp.one/img/logos/skylab/satellite_32.png" sizes="32x32">
|
||||
<link rel="icon" type="image/png" href="https://cdn.enp.one/img/logos/skylab/satellite_16.png" sizes="16x16">
|
||||
|
||||
<link href="css/style.css" rel="stylesheet">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div id="container">
|
||||
<img id="logo" src="https://cdn.enp.one/img/logos/e-w-sm.png"/>
|
||||
<img id="logo" src="https://cdn.enp.one/img/logos/skylab/satellite.svg"/>
|
||||
<div class="arc arc-shadow arc-0 rotate-clock"></div>
|
||||
<div class="arc arc-0 rotate-clock"></div>
|
||||
<div class="arc arc-1 rotate-anticlock"></div>
|
||||
|
Reference in New Issue
Block a user