diff --git a/vds-app/App/components/Variables.js b/vds-app/App/components/Variables.js index ec0a0d0..8045012 100644 --- a/vds-app/App/components/Variables.js +++ b/vds-app/App/components/Variables.js @@ -2,6 +2,8 @@ export const colors = { white: "#fff", white_alpha: "rgba(255, 255, 255, 0.3)", black: "#000", + purple: "#780062", + purple_light: "#a30085", blue: "#36b1f0", dark_blue: "#15a7f0", red: "#af321e", diff --git a/vds-app/App/index.js b/vds-app/App/index.js index 3734f9f..9208565 100644 --- a/vds-app/App/index.js +++ b/vds-app/App/index.js @@ -13,7 +13,7 @@ const MainStack = createStackNavigator({ headerTintColor: colors.white, backgroundColor: colors.dark_blue, headerStyle: { - backgroundColor: colors.dark_blue + backgroundColor: colors.purple } } }, diff --git a/vds-app/App/screens/QuizIndex.js b/vds-app/App/screens/QuizIndex.js index 79c450e..47eb378 100644 --- a/vds-app/App/screens/QuizIndex.js +++ b/vds-app/App/screens/QuizIndex.js @@ -17,65 +17,65 @@ import { colors, texts} from "../components/Variables" import { examQuestions } from "../components/ExamQuestions" export default ({ navigation }) => ( - + - + navigation.navigate("Quiz", { title: texts.aerodynamics, questions: aerodynamicsQuestions, color: colors.blue })}/> - + navigation.navigate("Quiz", { title: texts.first_aid, questions: firstAidQuestions, color: colors.blue })}/> - + navigation.navigate("Quiz", { title: texts.flight_safety, questions: flightSafetyQuestions, color: colors.blue })}/> - + navigation.navigate("Quiz", { title: texts.instruments, questions: instrumentsQuestions, color: colors.blue })}/> - + navigation.navigate("Quiz", { title: texts.legislation, questions: legislationQuestions, color: colors.blue })}/> - + navigation.navigate("Quiz", { title: texts.materials, questions: materialsQuestions, color: colors.blue })}/> - + navigation.navigate("Quiz", { title: texts.meteorology, questions: meteorologyQuestions, color: colors.blue })}/> - + navigation.navigate("Quiz", { title: texts.physiopathology, questions: physiopathologyQuestions, color: colors.blue })}/> - + navigation.navigate("Quiz", { title: texts.piloting_techniques, questions: pilotingTechniquesQuestions, diff --git a/vds-app/app.json b/vds-app/app.json index ca49e0c..efb7994 100644 --- a/vds-app/app.json +++ b/vds-app/app.json @@ -7,14 +7,14 @@ "platforms": ["ios", "android"], "version": "1.0.0", "orientation": "portrait", - "icon": "./assets/icon.png", + "icon": "./assets/logo.png", "splash": { "image": "./assets/splash.png", "resizeMode": "contain", - "backgroundColor": "#ffffff" + "backgroundColor": "#780062" }, "updates": { - "fallbackToCacheTimeout": 0 + "fallbackToCacheTimeout": 10 }, "assetBundlePatterns": ["**/*"], "ios": { diff --git a/vds-app/assets/logo.png b/vds-app/assets/logo.png new file mode 100644 index 0000000..743235b Binary files /dev/null and b/vds-app/assets/logo.png differ diff --git a/vds-app/assets/logo.svg b/vds-app/assets/logo.svg new file mode 100644 index 0000000..4bb2f38 --- /dev/null +++ b/vds-app/assets/logo.svg @@ -0,0 +1,304 @@ + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +QUIZ + +VDS + diff --git a/vds-app/assets/splash.png b/vds-app/assets/splash.png index 4f9ade6..3fe0cc5 100644 Binary files a/vds-app/assets/splash.png and b/vds-app/assets/splash.png differ diff --git a/vds-app/assets/splash.svg b/vds-app/assets/splash.svg new file mode 100644 index 0000000..4fe6e11 --- /dev/null +++ b/vds-app/assets/splash.svg @@ -0,0 +1,294 @@ + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + QUIZ + VDS + +by DSLAK +