Update to use cdn.enpaul.net CDN URLx

This commit is contained in:
2025-05-15 14:43:31 -04:00
parent 6476729447
commit 46489f2334
14 changed files with 41 additions and 41 deletions

View File

@@ -86,7 +86,7 @@ h1, h2, h3, h4, h5, h6 {
display: table;
width: 100%;
height: 100vh;
background: url(https://cdn.enp.one/img/backgrounds/cl-network.jpg) top center fixed;
background: url(https://cdn.enpaul.net/img/backgrounds/cl-network.jpg) top center fixed;
background-size: cover;
}
@@ -495,7 +495,7 @@ body.mobile-nav-active #mobile-nav-toggle {
/* Get Started Section
--------------------------------*/
#about {
background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url("https://cdn.enp.one/img/backgrounds/bw-watch.jpg") fixed center center;
background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url("https://cdn.enpaul.net/img/backgrounds/bw-watch.jpg") fixed center center;
padding: 80px 0;
}
@@ -525,7 +525,7 @@ body.mobile-nav-active #mobile-nav-toggle {
/* Network Section
--------------------------------*/
#network {
background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url("https://cdn.enp.one/img/backgrounds/bw-datacenter.jpg") fixed center center;
background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url("https://cdn.enpaul.net/img/backgrounds/bw-datacenter.jpg") fixed center center;
background-size: cover;
padding: 80px 0 60px 0;
}
@@ -647,7 +647,7 @@ body.mobile-nav-active #mobile-nav-toggle {
/* Portfolio Section
--------------------------------*/
#project {
background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url("https://cdn.enp.one/img/backgrounds/bw-engine.jpg") fixed center center;;
background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url("https://cdn.enpaul.net/img/backgrounds/bw-engine.jpg") fixed center center;;
padding: 80px 0;
}