to identify if we are on blog index or detail page.
When on detail page: On page load, the header slideshow is hidden, allowing
for JS at bottom of page to update the image and then show main image in
header slideshow without flashing content while image is updated.
*/
var el = document.querySelector('body');
var className = false ? "blog-detail" : "blog-index";
if (el.classList) { el.classList.add(className); }
else { el.className += " " + className; }
Author
Maci Branch
Maci Branch is an Honors student at JCCC. She is a published author, an award-winning poet, and essayist. She lives in Kansas City with her wife and two cats. She is the captain of the JCCC Quiz Bowl team, and loves skateboarding, classic fiction, and storytelling of all kinds. She is also a regular contributor on a Doctor Who podcast called produced by SciFi4me on YouTube.
Orbital Outposts are real life locations across the state of Kansas that are within the elliptical orbit of each respective planet. Using the entire state of Kansas as our guide, the first four planets are all found in Johnson County, while Saturn’s orbit is at Wamego to the north and Chanute to the…
Read More