From 02038604e4e118d268074ccc60029a0189296f90 Mon Sep 17 00:00:00 2001 From: Oluwaseun Bamgbopa Date: Thu, 17 Aug 2017 18:58:12 +0100 Subject: [PATCH 1/3] Initial commit --- app/category.html | 45 ++++++++++++++ app/explainer.html | 30 +++++++++ app/index.html | 83 ++++++------------------- app/new-question.html | 100 ------------------------------ app/new-track.html | 70 --------------------- app/question.html | 63 +++++++++++++++++++ app/questions.html | 67 -------------------- app/res/devcenter-logo.svg | 123 +++++++++++++++++++++++++++++++++++++ app/resources.html | 44 +++++++++++++ 9 files changed, 325 insertions(+), 300 deletions(-) create mode 100644 app/category.html create mode 100644 app/explainer.html delete mode 100644 app/new-question.html delete mode 100644 app/new-track.html create mode 100644 app/question.html delete mode 100644 app/questions.html create mode 100644 app/res/devcenter-logo.svg create mode 100644 app/resources.html diff --git a/app/category.html b/app/category.html new file mode 100644 index 0000000..8df3aaf --- /dev/null +++ b/app/category.html @@ -0,0 +1,45 @@ + + + + + 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/app/explainer.html b/app/explainer.html new file mode 100644 index 0000000..904b019 --- /dev/null +++ b/app/explainer.html @@ -0,0 +1,30 @@ + + + + + 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/app/index.html b/app/index.html index 29be198..0de6215 100644 --- a/app/index.html +++ b/app/index.html @@ -1,68 +1,25 @@ - + - - - Coding101 - - - - - - - + index - -
- -
-
-
- New Track -
-
-
-
-

Coding With HTML / CSS

-

coding-with-html. 3 resources

-
- -
-
-
-

Back End: Javascript

-

back-end-javascript. 3 resources

-
- -
-
-
-

Front End: Javascript

-

front-end-javascript. 3 resources

-
- -
-
- - + +
+

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/app/new-question.html b/app/new-question.html deleted file mode 100644 index 36d008b..0000000 --- a/app/new-question.html +++ /dev/null @@ -1,100 +0,0 @@ - - - - - - Coding101 - - - - - - - - - - -
- -
-
-
-
- -
-
- -
-
- -
-
-
-
- - Remove -
-
- - -
-
-
-
- - Remove -
-
- - -
-
- -
-
- - - - - - - diff --git a/app/new-track.html b/app/new-track.html deleted file mode 100644 index f1856d5..0000000 --- a/app/new-track.html +++ /dev/null @@ -1,70 +0,0 @@ - - - - - - Coding101 - - - - - - - - - - -
- -
-
-
-
- -
-
- -
-
- - -
-
-
-
- -
- -
-
-
- - - - diff --git a/app/question.html b/app/question.html new file mode 100644 index 0000000..e5ce8bd --- /dev/null +++ b/app/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/app/questions.html b/app/questions.html deleted file mode 100644 index fdb4bbc..0000000 --- a/app/questions.html +++ /dev/null @@ -1,67 +0,0 @@ - - - - - - Coding101 - - - - - - - - - - -
    - -
    -
    -
    - New Question -
    -
    -
    -
    -

    How much free time do you have everyday?

    -

    coding-with-html. 3 resources

    -
    - -
    -
    - - - - - - diff --git a/app/res/devcenter-logo.svg b/app/res/devcenter-logo.svg new file mode 100644 index 0000000..259d264 --- /dev/null +++ b/app/res/devcenter-logo.svg @@ -0,0 +1,123 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Devcenter + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Devcenter + + diff --git a/app/resources.html b/app/resources.html new file mode 100644 index 0000000..8f4b16a --- /dev/null +++ b/app/resources.html @@ -0,0 +1,44 @@ + + + + resources + + + +
    +

    Coding101

    +
    +
    +
    +
    + + +
    +
  • + + + +
  • + +
    +
    + +
    +
    + +
    +
    + +
    +
    + +
    +
    + + + \ No newline at end of file From 8e6d1c821b9c778d39856a673fec57ed078e9768 Mon Sep 17 00:00:00 2001 From: Oluwaseun Bamgbopa Date: Fri, 18 Aug 2017 10:16:56 +0100 Subject: [PATCH 2/3] error correction --- frontend/app/assets/img/devcenter-logo.svg | 123 +++++++++++++++++++++ frontend/app/category.html | 42 +++++++ frontend/app/explainer.html | 27 +++++ frontend/app/index.html | 25 +++++ frontend/app/question.html | 63 +++++++++++ frontend/app/resources.html | 27 +++++ 6 files changed, 307 insertions(+) create mode 100644 frontend/app/assets/img/devcenter-logo.svg create mode 100644 frontend/app/category.html create mode 100644 frontend/app/explainer.html create mode 100644 frontend/app/index.html create mode 100644 frontend/app/question.html create mode 100644 frontend/app/resources.html diff --git a/frontend/app/assets/img/devcenter-logo.svg b/frontend/app/assets/img/devcenter-logo.svg new file mode 100644 index 0000000..259d264 --- /dev/null +++ b/frontend/app/assets/img/devcenter-logo.svg @@ -0,0 +1,123 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Devcenter + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Devcenter + + diff --git a/frontend/app/category.html b/frontend/app/category.html new file mode 100644 index 0000000..098c621 --- /dev/null +++ b/frontend/app/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/app/explainer.html b/frontend/app/explainer.html new file mode 100644 index 0000000..463af23 --- /dev/null +++ b/frontend/app/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/app/index.html b/frontend/app/index.html new file mode 100644 index 0000000..f014fe1 --- /dev/null +++ b/frontend/app/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/app/question.html b/frontend/app/question.html new file mode 100644 index 0000000..e26e345 --- /dev/null +++ b/frontend/app/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/app/resources.html b/frontend/app/resources.html new file mode 100644 index 0000000..663ee3e --- /dev/null +++ b/frontend/app/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 From a204990c7308baf6d03ebb7bc13da1f043c9e34b Mon Sep 17 00:00:00 2001 From: Oluwaseun Bamgbopa Date: Fri, 18 Aug 2017 10:47:10 +0100 Subject: [PATCH 3/3] Error Correction and folders --- frontend/assests/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/assests/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/assests/img/devcenter-logo.svg b/frontend/assests/img/devcenter-logo.svg new file mode 100644 index 0000000..259d264 --- /dev/null +++ b/frontend/assests/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