From 2e38e9d32a54e62abf90e801c8cbef25fec7e803 Mon Sep 17 00:00:00 2001 From: Oluwaseun Bamgbopa Date: Fri, 18 Aug 2017 11:02:43 +0100 Subject: [PATCH] frontend task #4 --- frontend/assets/img/devcenter-logo.svg | 123 +++++++++++++++++++++++++ frontend/category.html | 42 +++++++++ frontend/explainer.html | 27 ++++++ frontend/index.html | 25 +++++ frontend/question.html | 63 +++++++++++++ frontend/resources.html | 27 ++++++ 6 files changed, 307 insertions(+) create mode 100644 frontend/assets/img/devcenter-logo.svg create mode 100644 frontend/category.html create mode 100644 frontend/explainer.html create mode 100644 frontend/index.html create mode 100644 frontend/question.html create mode 100644 frontend/resources.html diff --git a/frontend/assets/img/devcenter-logo.svg b/frontend/assets/img/devcenter-logo.svg new file mode 100644 index 0000000..259d264 --- /dev/null +++ b/frontend/assets/img/devcenter-logo.svg @@ -0,0 +1,123 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Devcenter + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Devcenter + + diff --git a/frontend/category.html b/frontend/category.html new file mode 100644 index 0000000..098c621 --- /dev/null +++ b/frontend/category.html @@ -0,0 +1,42 @@ + + + + user-category + + + +
+

Coding101

+
+
+

I am a..

+
+ +
+
+
+

Secondary School Graduate

+
+
+
+
+
+
+

Student/ Graduate/ Awaiting NYSC

+
+
+
+
+
+
+

Employed/ Corp Members/ Unemployed

+
+
+
+ + \ No newline at end of file diff --git a/frontend/explainer.html b/frontend/explainer.html new file mode 100644 index 0000000..463af23 --- /dev/null +++ b/frontend/explainer.html @@ -0,0 +1,27 @@ + + + + explainer + + + +
+

Coding101

+
+
+

We've already done the hardwork on curating the best resources to help you.

+ +

All you have to do is try to answer the next couple of question as best as you can so we can figure out what you may like.

+ +

We then use that to create a track that might be the most engaging way for you to get into tech.

+
+
+ +
+ + \ No newline at end of file diff --git a/frontend/index.html b/frontend/index.html new file mode 100644 index 0000000..f014fe1 --- /dev/null +++ b/frontend/index.html @@ -0,0 +1,25 @@ + + + + index + + + +
+

Coding101

+
+
+

Coding101 aims to help people who are interested in coding get an head start.

+ +

We understand that coding can be a bit confusing at the beginning and we are here to help you get started.

+
+
+ +
+ + \ No newline at end of file diff --git a/frontend/question.html b/frontend/question.html new file mode 100644 index 0000000..e26e345 --- /dev/null +++ b/frontend/question.html @@ -0,0 +1,63 @@ + + + + question + + + +
+

Coding101

+
+ +
+
+ + +
+
  • + +

    What do you prefer as a hobby/ what do you do in your free time

    +
    + +
    + + +
    + +
    + + +
    + +
    + + +
    + +
    + + +
    + +
  • + +
    +
    + +
    +
    + +
    +
    + +
    +
    + +
    + + \ No newline at end of file diff --git a/frontend/resources.html b/frontend/resources.html new file mode 100644 index 0000000..663ee3e --- /dev/null +++ b/frontend/resources.html @@ -0,0 +1,27 @@ + + + + resources + + + +
    +

    Coding101

    +
    +
    +

    We've already done the hardwork on curating the best resources to help you.

    + +

    All you have to do is try to answer the next couple of question as best as you can so we can figure out what you may like.

    + +

    We then use that to create a track that might be the most engaging way for you to get into tech.

    +
    +
    + +
    + + \ No newline at end of file