diff --git a/src/pages/wizard/wizard.html b/src/pages/wizard/wizard.html index d6555bae..40dbefd5 100644 --- a/src/pages/wizard/wizard.html +++ b/src/pages/wizard/wizard.html @@ -13,12 +13,17 @@ - +
-

Welcome

+

Welcome

InTranshition is an app designed for Veterans to transition into the civial environment. This wizard will guide you through the app

Scroll to the right to begin. @@ -26,19 +31,19 @@

Welcome

-
-

Home Dasboard

+
+

Home Dasboard

-

Here you will find links to the timeline and self assessment section.

- Usefull tips and links are also available to check out.

- -
+

Here you will find links to the timeline and self assessment section.

+ Usefull tips and links are also available to check out.

+ +
-

Self Assessment

-

Here you will be promted to take your self assessment to assess your finances, relationships, family, and more!

- +

Self Assessment

+

Here you will be promted to take your self assessment to assess your finances, relationships, family, and more!

+
diff --git a/src/pages/wizard/wizard.scss b/src/pages/wizard/wizard.scss index 8450a317..2c44562e 100644 --- a/src/pages/wizard/wizard.scss +++ b/src/pages/wizard/wizard.scss @@ -1,15 +1,42 @@ page-wizard { ion-slide { - background-color: rgb(117, 197, 74); + background-color: rgb(188, 208, 226); } ion-slide.swiper-slide { align-items: flex-start; } + .nav-start { + position: fixed; + background-color: rgb(26, 39, 71); + width: 100%; + z-index: 2; + height: 5.2%; + // margin-top: .5px; + } + + .start { + font-size:2.5vw ; + height: 85%; + color: black; + background-color: aliceblue; + width: 10vw; + min-width: 65px; + } + #end { + font-size:2.5vw ; + min-width: 65px; + width: 10vw; + height: 85%; + float:right; + color: black; + background-color: aliceblue; + } + .top { position: relative; display: block; width: 70%; - margin: auto; + margin: 10vw auto 0px auto; font-size: 22px; top: 20px; }