diff options
author | Christian Cleberg <hello@cleberg.net> | 2025-04-01 21:41:50 -0500 |
---|---|---|
committer | Christian Cleberg <hello@cleberg.net> | 2025-04-01 21:41:50 -0500 |
commit | 11560108ca7742b4a2acf24e449b1b1ebff2c44e (patch) | |
tree | 5b7344c2e8e4aba50da830b171118e508b1182cc | |
parent | b1bbdbf5f0d9206781847e02ac2631caee366ad3 (diff) | |
download | space-wiki-11560108ca7742b4a2acf24e449b1b1ebff2c44e.tar.gz space-wiki-11560108ca7742b4a2acf24e449b1b1ebff2c44e.tar.bz2 space-wiki-11560108ca7742b4a2acf24e449b1b1ebff2c44e.zip |
update image URIs
-rw-r--r-- | README.md | 4 | ||||
-rw-r--r-- | about.html | 2 | ||||
-rw-r--r-- | assets/css/styles.css | 2 | ||||
-rw-r--r-- | planets/earth.html | 2 | ||||
-rw-r--r-- | planets/index.html | 2 | ||||
-rw-r--r-- | planets/jupiter.html | 2 | ||||
-rw-r--r-- | planets/mars.html | 2 | ||||
-rw-r--r-- | planets/mercury.html | 2 | ||||
-rw-r--r-- | planets/neptune.html | 2 | ||||
-rw-r--r-- | planets/saturn.html | 2 | ||||
-rw-r--r-- | planets/uranus.html | 2 | ||||
-rw-r--r-- | planets/venus.html | 2 |
12 files changed, 13 insertions, 13 deletions
@@ -3,7 +3,7 @@ Space Wiki is an informational wiki about space and the planets of our solar sys ## Preview #### Home - + #### Planet Info Page - + @@ -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.cmc.pub/space-wiki/webdev.png" /> + <img class="card-img-left img-responsive" src="https://media.githubusercontent.com/media/ccleberg/img/main/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 11f7440..73609d1 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.cmc.pub/space-wiki/hero-banner.jpg"); + background-image: url("https://media.githubusercontent.com/media/ccleberg/img/main/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 d862737..0c6d2fd 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.cmc.pub/space-wiki/earth.jpg" alt="Earth" /> + <img class="img-fluid planet-img" src="https://media.githubusercontent.com/media/ccleberg/img/main/space-wiki/earth.jpg" alt="Earth" /> </div> </div> </div> diff --git a/planets/index.html b/planets/index.html index f819023..8732224 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.cmc.pub/space-wiki/sun.jpg" alt="The Sun" /> + <img class="img-fluid planet-img" src="https://media.githubusercontent.com/media/ccleberg/img/main/space-wiki/sun.jpg" alt="The Sun" /> </div> </div> </div> diff --git a/planets/jupiter.html b/planets/jupiter.html index 6bb082a..83e0595 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.cmc.pub/space-wiki/jupiter.jpg" alt="Jupiter" /> + <img class="img-fluid planet-img" src="https://media.githubusercontent.com/media/ccleberg/img/main/space-wiki/jupiter.jpg" alt="Jupiter" /> </div> </div> </div> diff --git a/planets/mars.html b/planets/mars.html index 82f1265..9841bf2 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.cmc.pub/space-wiki/mars.jpg" alt="Mars" /> + <img class="img-fluid planet-img" src="https://media.githubusercontent.com/media/ccleberg/img/main/space-wiki/mars.jpg" alt="Mars" /> </div> </div> </div> diff --git a/planets/mercury.html b/planets/mercury.html index 3b429ee..f75eb95 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.cmc.pub/space-wiki/mercury.jpg" alt="Mercury" /> + <img class="img-fluid planet-img" src="https://media.githubusercontent.com/media/ccleberg/img/main/space-wiki/mercury.jpg" alt="Mercury" /> </div> </div> </div> diff --git a/planets/neptune.html b/planets/neptune.html index 984cd5f..d3fcd0e 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.cmc.pub/space-wiki/neptune.jpg" alt="Neptune" /> + <img class="img-fluid planet-img" src="https://media.githubusercontent.com/media/ccleberg/img/main/space-wiki/neptune.jpg" alt="Neptune" /> </div> </div> </div> diff --git a/planets/saturn.html b/planets/saturn.html index 92cce72..fa94151 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.cmc.pub/space-wiki/saturn.jpg" alt="Saturn" /> + <img class="img-fluid planet-img" src="https://media.githubusercontent.com/media/ccleberg/img/main/space-wiki/saturn.jpg" alt="Saturn" /> </div> </div> </div> diff --git a/planets/uranus.html b/planets/uranus.html index ca55a08..6e06722 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.cmc.pub/space-wiki/uranus.jpg" alt="Uranus" /> + <img class="img-fluid planet-img" src="https://media.githubusercontent.com/media/ccleberg/img/main/space-wiki/uranus.jpg" alt="Uranus" /> </div> </div> </div> diff --git a/planets/venus.html b/planets/venus.html index 9cb8725..c1d0905 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.cmc.pub/space-wiki/venus.jpg" alt="Venus" /> + <img class="img-fluid planet-img" src="https://media.githubusercontent.com/media/ccleberg/img/main/space-wiki/venus.jpg" alt="Venus" /> </div> </div> </div> |