Skip to content

Instantly share code, notes, and snippets.

@aurelijusb
Last active April 18, 2021 13:03
Show Gist options
  • Save aurelijusb/2b53a0765d71af492e73e9533ac6fef7 to your computer and use it in GitHub Desktop.
Save aurelijusb/2b53a0765d71af492e73e9533ac6fef7 to your computer and use it in GitHub Desktop.
SpaceX theme for AWS workshop

To not conflict with multiple LICENSE aggreements (e.g. code undser MIT, illustrations under CC), using external repository, so illustrations could be replaced/removed easier, with lower impact to intellectual property owners.

SpaceX is a trademark of Space Exploration Technologies Corp. and here it is used only to refer original author of derived illustrations. See more information in https://www.spacex.com/trademark/

This repositoruy is using illustrations from https://www.flickr.com/photos/spacex, which are under Attribution-NonCommercial 2.0 Generic (CC BY-NC 2.0) license.

Used material

.page--dive-into-the-cloud {
background: transparent url("51007309082-dive-into-the-cloud.jpg") center center; /* Source: https://www.flickr.com/photos/spacex/51007309082/ */
background-size: cover;
background-repeat: no-repeat;
background-attachment: fixed;
color: #FFFFFF;
}
.page--on-the-ground {
background: transparent url("50906488166-on-the-ground.jpg") center center; /* Source: https://www.flickr.com/photos/spacex/50906488166/ */
background-size: cover;
background-repeat: no-repeat;
background-attachment: fixed;
color: #FFFFFF;
}
.score__icon--hooper {
background: transparent url("50193349326_hooper-air.png") center center; /* Source: https://www.flickr.com/photos/spacex/50193349326/ */
}
.score__icon--hooper-transparent {
background: transparent url("50193349326_hooper-air-transaprent.png") center center; /* Source: https://www.flickr.com/photos/spacex/50193349326/ */
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment