diff --git a/_includes/header.html b/_includes/header.html index 8bdf07eee9c..c836f107e80 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -1,11 +1,11 @@ {% if page.url != "/" and page.featured_image and site.data.settings.header_settings.allow_transparent == "yes" %} - + {% elsif site.data.settings.header_settings.theme == "blue" %} - + {% elsif site.data.settings.header_settings.theme == "dark" %} - + {% else %} - + {% endif %} diff --git a/assets/styles/custom/_styles.scss b/assets/styles/custom/_styles.scss index 2002be917cf..348ae1ba638 100644 --- a/assets/styles/custom/_styles.scss +++ b/assets/styles/custom/_styles.scss @@ -21,6 +21,29 @@ min-width: unset !important; } +/* PAGE CONTENT */ + +.page li { + word-wrap: break-word; +} + +/* RESPONSIVE VIDEO IFRAME */ + +.responsive-video { + overflow:hidden; + padding-bottom:56.25%; + position:relative; + height:0; +} + +.responsive-video iframe { + left:0; + top:0; + height:100%; + width:100%; + position:absolute; +} + /* FOOTER */ .btn-twitter i { @@ -73,11 +96,11 @@ background-color: #172b4d !important; } -/* PAGE HEADER OVERROIDES */ +/* PAGE HEADER OVERRIDES */ .page-header.page-header-small { min-height: 36vh !important; - margin-bottom: 0px !important; + margin-bottom: 0 !important; } .page-header-image.card-background { @@ -169,7 +192,7 @@ ul li { .page-header-image.card-background { background-repeat: no-repeat !important; - max-height: 250px !important; + background-size: cover !important; } img.mobile-armada { diff --git a/demo.md b/demo.md index 9e569879f36..424dc80bab0 100644 --- a/demo.md +++ b/demo.md @@ -1,6 +1,8 @@ # Armada Demo - + + + > This video demonstrates the use of Armadactl, Armada Lookout UI, and Apache Airflow. diff --git a/design.md b/design.md index 3b426c59966..afd8210019e 100644 --- a/design.md +++ b/design.md @@ -14,7 +14,7 @@ Armada consists of two main components: All state relating to the Armada server is stored in [Redis](https://redis.io/), which may use replication combined with failover for redundancy. Hence, the Armada server is itself stateless and is easily replicated by running multiple independent instances. Both the server and the executors are intended to be run in Kubernetes pods. We show a diagram of the architecture below. -![How Armada works](./batch-api.svg) +![How Armada works](./assets/img/batch-api.svg) ### Job leasing diff --git a/design/index.md b/design/index.md index 86d937cdc19..8aa320a9e6c 100644 --- a/design/index.md +++ b/design/index.md @@ -18,7 +18,7 @@ Armada consists of two main components: All state relating to the Armada server is stored in [Redis](https://redis.io/), which may use replication combined with failover for redundancy. Hence, the Armada server is itself stateless and is easily replicated by running multiple independent instances. Both the server and the executors are intended to be run in Kubernetes pods. We show a diagram of the architecture below. -![How Armada works](./batch-api.svg) +![How Armada works](../assets/img/batch-api.svg) ### Job leasing