From a3043ce39c3dfa697b452dd7fbe376e45ecc3744 Mon Sep 17 00:00:00 2001 From: Xevion Date: Sun, 16 Aug 2020 23:10:25 -0500 Subject: [PATCH] fix mobile scaling, create top column of jumbotron images for media viewports, better mobile scaling, make viewport marker into badge and adjust colors, set content top margin to full --- src/App.vue | 102 ++++++++++++++++++++++++++++++---------------------- 1 file changed, 60 insertions(+), 42 deletions(-) diff --git a/src/App.vue b/src/App.vue index 696436f..c0bc784 100644 --- a/src/App.vue +++ b/src/App.vue @@ -7,25 +7,24 @@ - - Sojourner - - - Spirit - - - XS - SM - MD - LG - XL + + + XS + SM + MD + LG + XL +
- - - + + + + + +

Sojourner

@@ -43,31 +42,31 @@ blueprint for 3 more rovers.

- +
- - - + + +

Communications

-

+

Sojourner is unique among the 4 rovers to successfully deploy on Mars in that it required it's lander to stay in communication with Earth. The rover was not equipped with a high gain antenna, which is required in order to communicate with Earth over large distances.

-

+

This limitation forced the rover to stay within a certain range of the lander, and throughout it's lifetime on Mars, it never traveled more than a few dozen feet from the lander.

Tools

-

+

Sojourner was designed to study the surface of Mars by collecting and analyzing rock samples, taking pictures and more using the following tools:

-
    +
    • An APXS for determining elemental composition of soil, rocks and other materials on the surface of Mars. @@ -83,23 +82,23 @@
    - +

    Autonomy

    -

    +

    Sojourner was an important step in Robotics due to the nature of the mission. With such a long distance between Mars and Earth, radio communications took around 14 minutes to receive, and then another 14 minutes to send back.

    -

    +

    As such, human telegraphed movements too slow for the mission, and while complete autopilot is impossible for such a complex mission, the rovers, landers, and spacecraft made by NASA had to be programmer with autopilot.

    -

    +

    To solve this problem, Sojourner, along with every rover to land on Mars, is equipped with software dedicated to autonomously moving the rover across the martian surface.

    -

    +

    While Sojourner was comparatively basic in it's software's autonomy, the software was helpful to operators in visualizing and telegraphing instructions across the rocky terrain of Ares Vallis. @@ -108,11 +107,11 @@ - - + + - +

    Spirit

    @@ -204,11 +203,11 @@ @import "./scss/_variables.scss"; $grid-breakpoints: ( - xs: 0, - sm: 456px, - md: 789px, - lg: 900px, - xl: 1450px + xs: 0, + sm: 456px, + md: 689px, + lg: 900px, + xl: 1450px ); @import '~bootstrap/scss/bootstrap'; @@ -261,10 +260,15 @@ abbr { color: $white; } +.badge-dark { + background-color: lighten($primary, 9%); +} + .navbar { @extend .bg-black; + + #content { - margin-top: 2.5em; + margin-top: 3.225em; } } @@ -293,11 +297,25 @@ a { } } -#marker-xs { color: red; } -#marker-sm { color: purple; } -#marker-md { color: blue; } -#marker-lg { color: teal; } -#marker-xl { color: lightgreen; } +#marker-xs { + color: #ff0000; +} + +#marker-sm { + color: #f37506; +} + +#marker-md { + color: #0090ff; +} + +#marker-lg { + color: #05ff80; +} + +#marker-xl { + color: #82f500; +} .exo-2 { font-family: 'Exo 2', sans-serif;