aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Cleberg <hello@cmc.pub>2025-03-11 18:22:42 -0500
committerChristian Cleberg <hello@cmc.pub>2025-03-11 18:22:42 -0500
commitc051c85598089b831102efddaace5b23d4bd58ca (patch)
tree1ac2be969399c9c6efad301f8473e72e5d647fb3
parent93b96af15de61b7c3904b8a3d059ddb785c7626a (diff)
downloadspace-wiki-c051c85598089b831102efddaace5b23d4bd58ca.tar.gz
space-wiki-c051c85598089b831102efddaace5b23d4bd58ca.tar.bz2
space-wiki-c051c85598089b831102efddaace5b23d4bd58ca.zip
move from cleberg.net to cmc.pub
-rw-r--r--.DS_Storebin6148 -> 0 bytes
-rw-r--r--README.md4
-rw-r--r--about.html2
-rw-r--r--assets/css/styles.css2
-rw-r--r--planets/earth.html2
-rw-r--r--planets/index.html2
-rw-r--r--planets/jupiter.html2
-rw-r--r--planets/mars.html2
-rw-r--r--planets/mercury.html2
-rw-r--r--planets/neptune.html2
-rw-r--r--planets/saturn.html2
-rw-r--r--planets/uranus.html2
-rw-r--r--planets/venus.html2
13 files changed, 13 insertions, 13 deletions
diff --git a/.DS_Store b/.DS_Store
deleted file mode 100644
index 2029625..0000000
--- a/.DS_Store
+++ /dev/null
Binary files differ
diff --git a/README.md b/README.md
index ab29f77..5c93d7c 100644
--- a/README.md
+++ b/README.md
@@ -3,7 +3,7 @@ Space Wiki is an informational wiki about space and the planets of our solar sys
## Preview
#### Home
-![](https://img.cleberg.net/space-wiki/preview-spacewiki-home.png)
+![](https://img.cmc.pub/space-wiki/preview-spacewiki-home.png)
#### Planet Info Page
-![](https://img.cleberg.net/space-wiki/preview-spacewiki-planets.png)
+![](https://img.cmc.pub/space-wiki/preview-spacewiki-planets.png)
diff --git a/about.html b/about.html
index 453b518..2a87e66 100644
--- a/about.html
+++ b/about.html
@@ -65,7 +65,7 @@
<div id="meet-us-card" class="card">
<div class="card-body row">
<div class="col-md-4">
- <img class="card-img-left img-responsive" src="https://img.cleberg.net/space-wiki/webdev.png" />
+ <img class="card-img-left img-responsive" src="https://img.cmc.pub/space-wiki/webdev.png" />
</div>
<div class="col-md-8">
<h5 class="card-title">John Doe</h5>
diff --git a/assets/css/styles.css b/assets/css/styles.css
index b0c8f6b..11f7440 100644
--- a/assets/css/styles.css
+++ b/assets/css/styles.css
@@ -158,7 +158,7 @@ footer .d-flex {
/* home page */
#hero {
background-attachment: fixed;
- background-image: url("https://img.cleberg.net/space-wiki/hero-banner.jpg");
+ background-image: url("https://img.cmc.pub/space-wiki/hero-banner.jpg");
background-position: center;
background-repeat: no-repeat;
background-size: contain;
diff --git a/planets/earth.html b/planets/earth.html
index 6657436..d862737 100644
--- a/planets/earth.html
+++ b/planets/earth.html
@@ -90,7 +90,7 @@
<!-- <a class="planet-link" href="#more">Learn More</a> -->
</div>
<div class="col-md-6">
- <img class="img-fluid planet-img" src="https://img.cleberg.net/space-wiki/earth.jpg" alt="Earth" />
+ <img class="img-fluid planet-img" src="https://img.cmc.pub/space-wiki/earth.jpg" alt="Earth" />
</div>
</div>
</div>
diff --git a/planets/index.html b/planets/index.html
index a009f53..f819023 100644
--- a/planets/index.html
+++ b/planets/index.html
@@ -89,7 +89,7 @@
<!-- <a class="planet-link" href="#more">Learn More</a> -->
</div>
<div class="col-md-6">
- <img class="img-fluid planet-img" src="https://img.cleberg.net/space-wiki/sun.jpg" alt="The Sun" />
+ <img class="img-fluid planet-img" src="https://img.cmc.pub/space-wiki/sun.jpg" alt="The Sun" />
</div>
</div>
</div>
diff --git a/planets/jupiter.html b/planets/jupiter.html
index 9c28681..6bb082a 100644
--- a/planets/jupiter.html
+++ b/planets/jupiter.html
@@ -91,7 +91,7 @@
<!-- <a class="planet-link" href="#more">Learn More</a> -->
</div>
<div class="col-md-6">
- <img class="img-fluid planet-img" src="https://img.cleberg.net/space-wiki/jupiter.jpg" alt="Jupiter" />
+ <img class="img-fluid planet-img" src="https://img.cmc.pub/space-wiki/jupiter.jpg" alt="Jupiter" />
</div>
</div>
</div>
diff --git a/planets/mars.html b/planets/mars.html
index 686fe4f..82f1265 100644
--- a/planets/mars.html
+++ b/planets/mars.html
@@ -90,7 +90,7 @@
<!-- <a class="planet-link" href="#more">Learn More</a> -->
</div>
<div class="col-md-6">
- <img class="img-fluid planet-img" src="https://img.cleberg.net/space-wiki/mars.jpg" alt="Mars" />
+ <img class="img-fluid planet-img" src="https://img.cmc.pub/space-wiki/mars.jpg" alt="Mars" />
</div>
</div>
</div>
diff --git a/planets/mercury.html b/planets/mercury.html
index 0b0acb1..3b429ee 100644
--- a/planets/mercury.html
+++ b/planets/mercury.html
@@ -90,7 +90,7 @@
<!-- <a class="planet-link" href="#more">Learn More</a> -->
</div>
<div class="col-md-6">
- <img class="img-fluid planet-img" src="https://img.cleberg.net/space-wiki/mercury.jpg" alt="Mercury" />
+ <img class="img-fluid planet-img" src="https://img.cmc.pub/space-wiki/mercury.jpg" alt="Mercury" />
</div>
</div>
</div>
diff --git a/planets/neptune.html b/planets/neptune.html
index bea6e17..984cd5f 100644
--- a/planets/neptune.html
+++ b/planets/neptune.html
@@ -90,7 +90,7 @@
<!-- <a class="planet-link" href="#more">Learn More</a> -->
</div>
<div class="col-md-6">
- <img class="img-fluid planet-img" src="https://img.cleberg.net/space-wiki/neptune.jpg" alt="Neptune" />
+ <img class="img-fluid planet-img" src="https://img.cmc.pub/space-wiki/neptune.jpg" alt="Neptune" />
</div>
</div>
</div>
diff --git a/planets/saturn.html b/planets/saturn.html
index 2d5b8b7..92cce72 100644
--- a/planets/saturn.html
+++ b/planets/saturn.html
@@ -90,7 +90,7 @@
<!-- <a class="planet-link" href="#more">Learn More</a> -->
</div>
<div class="col-md-6">
- <img class="img-fluid planet-img" src="https://img.cleberg.net/space-wiki/saturn.jpg" alt="Saturn" />
+ <img class="img-fluid planet-img" src="https://img.cmc.pub/space-wiki/saturn.jpg" alt="Saturn" />
</div>
</div>
</div>
diff --git a/planets/uranus.html b/planets/uranus.html
index a1583bf..ca55a08 100644
--- a/planets/uranus.html
+++ b/planets/uranus.html
@@ -91,7 +91,7 @@
<!-- <a class="planet-link" href="#more">Learn More</a> -->
</div>
<div class="col-md-6">
- <img class="img-fluid planet-img" src="https://img.cleberg.net/space-wiki/uranus.jpg" alt="Uranus" />
+ <img class="img-fluid planet-img" src="https://img.cmc.pub/space-wiki/uranus.jpg" alt="Uranus" />
</div>
</div>
</div>
diff --git a/planets/venus.html b/planets/venus.html
index 9933ad4..9cb8725 100644
--- a/planets/venus.html
+++ b/planets/venus.html
@@ -90,7 +90,7 @@
<!-- <a class="planet-link" href="#more">Learn More</a> -->
</div>
<div class="col-md-6">
- <img class="img-fluid planet-img" src="https://img.cleberg.net/space-wiki/venus.jpg" alt="Venus" />
+ <img class="img-fluid planet-img" src="https://img.cmc.pub/space-wiki/venus.jpg" alt="Venus" />
</div>
</div>
</div>