diff --git a/static/sass/styles.scss b/static/sass/styles.scss index cac13286..05184ecb 100644 --- a/static/sass/styles.scss +++ b/static/sass/styles.scss @@ -78,6 +78,13 @@ $breakpoint-navigation-threshold: $breakpoint-large; } } +.homepage-tabs { + @media only screen and (min-width: $breakpoint-large) { + margin-top: 88px; + } +} + + .p-icon--github-white { background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDI0IiBoZWlnaHQ9Ijk5OSI+PHBhdGggZmlsbD0iI2ZmZiIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNNTEyIDBDMjI5LjI1IDAgMCAyMjkuMjUgMCA1MTJjMCAyMjYuMjUgMTQ2LjY5IDQxOC4xMiAzNTAuMTYgNDg1LjgxIDI1LjU5IDQuNjkgMzQuOTMtMTEuMTIgMzQuOTMtMjQuNjIgMC0xMi4xOS0uNDctNTIuNTctLjcxLTk1LjMxQzI0MiA5MDguODEgMjExLjkxIDgxNy41IDIxMS45MSA4MTcuNWMtMjMuMzItNTkuMTItNTYuODUtNzQuODgtNTYuODUtNzQuODgtNDYuNTMtMzEuNzQgMy41My0zMS4xMiAzLjUzLTMxLjEyIDUxLjQxIDMuNTYgNzguNDcgNTIuNzUgNzguNDcgNTIuNzUgNDUuNjkgNzguMjUgMTE5Ljg4IDU1LjYzIDE0OSA0Mi41IDQuNjYtMzMgMTcuOTEtNTUuNjMgMzIuNS02OC4zNy0xMTMuNjUtMTIuOTQtMjMzLjIyLTU2Ljg4LTIzMy4yMi0yNTMuMDcgMC01NS45NCAxOS45Ny0xMDEuNTYgNTIuNjYtMTM3LjQtNS4yMi0xMy0yMi44NC02NS4xIDUuMDYtMTM1LjU3IDAgMCA0Mi45NC0xMy43NSAxNDAuODEgNTIuNSA0MC44Mi0xMS40IDg0LjYtMTcuMDMgMTI4LjEzLTE3LjIyIDQzLjUuMTkgODcuMzEgNS44OCAxMjguMTkgMTcuMjkgOTcuNjktNjYuMzIgMTQwLjY5LTUyLjUgMTQwLjY5LTUyLjUgMjggNzAuNTMgMTAuMzcgMTIyLjU2IDUuMTIgMTM1LjUgMzIuODEgMzUuODQgNTIuNjIgODEuNDcgNTIuNjIgMTM3LjQgMCAxOTYuNjktMTE5Ljc0IDI0MC0yMzMuODEgMjUyLjY5IDE4LjQ0IDE1Ljg4IDM0Ljc1IDQ3IDM0Ljc1IDk0Ljc1IDAgNjguNDQtLjY4IDEyMy42My0uNjggMTQwLjUgMCAxMy42MyA5LjMxIDI5LjU1IDM1LjI0IDI0LjU2Qzg3Ny40NCA5MzAgMTAyNCA3MzguMTIgMTAyNCA1MTIgMTAyNCAyMjkuMjUgNzk0Ljc1IDAgNTEyIDB6Ii8+PC9zdmc+Cg=="); } diff --git a/templates/jaasai/index.html b/templates/jaasai/index.html index 490897ad..a308b11d 100644 --- a/templates/jaasai/index.html +++ b/templates/jaasai/index.html @@ -250,7 +250,7 @@

Add visibility, auditing and compliance controls to your Juju deployment

-
+
{{ image( url="https://assets.ubuntu.com/v1/216e92c6-jass_side_navigation.svg", @@ -259,13 +259,14 @@

Add visibility, auditing and compliance controls to your Juju deployment

Drill down to view the details of everything that is deployed inside a model, such as applications, integrations, units, and more.

+
+ + +
{{ image( url="https://assets.ubuntu.com/v1/216e92c6-jass_side_navigation.svg", @@ -274,9 +275,6 @@

Add visibility, auditing and compliance controls to your Juju deployment

Execute Juju action from the UI and view the resulting logs to confirm their status.

@@ -289,9 +287,6 @@

Add visibility, auditing and compliance controls to your Juju deployment

Perform common administrative operations and apply machine configurations.

@@ -304,9 +299,6 @@

Add visibility, auditing and compliance controls to your Juju deployment

Onboard controllers and add, remove or manage user access to models and controllers.

@@ -319,9 +311,6 @@

Add visibility, auditing and compliance controls to your Juju deployment

Access the logs from your deployment in a single, centralised location.

@@ -334,9 +323,6 @@

Add visibility, auditing and compliance controls to your Juju deployment

Perform complex searches/filters through your entire deployment and share the result through a unique URL.

@@ -528,24 +514,78 @@

Contact us

{% endblock content %}