From f1d4bd4be7a29ee5b7897e1ec7aafbfe1c9508e2 Mon Sep 17 00:00:00 2001 From: nimeshystem Date: Tue, 11 Apr 2023 18:06:48 +0530 Subject: [PATCH 1/3] Latest Figma Design Implemented --- YStemAndChess/src/app/app-routing.module.ts | 30 + YStemAndChess/src/app/app.module.ts | 23 + .../src/app/footer/footer.component.css | 6 +- .../src/app/footer/footer.component.html | 72 +- .../src/app/footer/footer.component.scss | 59 +- .../src/app/header/header.component.css | 4 +- .../src/app/header/header.component.html | 200 ++- .../src/app/header/header.component.scss | 47 +- YStemAndChess/src/app/lessons.service.ts | 243 ++- .../online-article.component.css} | 36 +- .../online-article.component.html | 141 ++ .../online-article.component.scss | 207 +++ .../online-article.component.spec.ts | 26 + .../online-article.component.ts | 15 + .../online-article.css.map | 9 + .../app/pages/aboutUs/about-us.component.css | 332 ++++ .../pages/aboutUs/about-us.component.css.map | 9 + .../app/pages/aboutUs/about-us.component.html | 228 +++ .../app/pages/aboutUs/about-us.component.scss | 1008 +++++++++++ .../pages/aboutUs/about-us.component.spec.ts | 29 + .../app/pages/aboutUs/about-us.component.ts | 15 + .../pages/admin-profile/admin.component.css | 127 -- .../pages/admin-profile/admin.component.html | 93 - .../pages/admin-profile/admin.component.scss | 127 -- .../pages/admin-profile/admin.component.ts | 15 - .../pages/admin-profile/adnmin.component.ts | 25 - .../src/app/pages/admin/admin.component.css | 144 +- .../src/app/pages/admin/admin.component.html | 128 +- .../src/app/pages/admin/admin.component.scss | 157 +- .../app/pages/admin/admin.component.spec.ts | 17 +- .../src/app/pages/admin/admin.component.ts | 4 +- .../be-amentor/be-amentor.component.html | 237 +-- .../be-amentor/be-amentor.component.scss | 1258 ++++++++++---- .../src/app/pages/board-hifi/Google.png | Bin 433 -> 0 bytes .../src/app/pages/board-hifi/Insta.png | Bin 590 -> 0 bytes .../src/app/pages/board-hifi/Twitter.png | Bin 447 -> 0 bytes .../src/app/pages/board-hifi/Vector.png | Bin 1803 -> 0 bytes .../pages/board-hifi/board-hifi.component.css | 82 - .../board-hifi/board-hifi.component.html | 80 - .../board-hifi/board-hifi.component.scss | 81 - .../src/app/pages/board-hifi/logo.png | Bin 21117 -> 0 bytes .../src/app/pages/board-hifi/sponsor_8.png | Bin 10817 -> 0 bytes .../app/pages/board/board-hifi.component.css | 81 + .../pages/board/board-hifi.component.css.map | 9 + .../app/pages/board/board-hifi.component.html | 36 + .../board-hifi.component.scss} | 38 +- .../board-hifi.component.spec.ts | 7 +- .../board-hifi.component.ts | 2 +- .../chess-benefit-article.component.css | 97 ++ .../chess-benefit-article.component.html | 153 ++ .../chess-benefit-article.component.scss | 207 +++ .../chess-benefit-article.component.spec.ts | 26 + .../chess-benefit-article.component.ts | 15 + .../chess-benefit-article.css.map | 9 + .../computer-benefit-article.component.css | 97 ++ .../computer-benefit-article.component.html | 125 ++ .../computer-benefit-article.component.scss | 202 +++ ...computer-benefit-article.component.spec.ts | 26 + .../computer-benefit-article.component.ts | 15 + .../computer-benefit-article.css.map | 9 + .../src/app/pages/financials-hifi/2019.pdf | Bin 427207 -> 0 bytes .../src/app/pages/financials-hifi/2020.pdf | Bin 427218 -> 0 bytes .../src/app/pages/financials-hifi/2021.pdf | Bin 427259 -> 0 bytes .../src/app/pages/financials-hifi/Google.png | Bin 433 -> 0 bytes .../src/app/pages/financials-hifi/Insta.png | Bin 590 -> 0 bytes .../src/app/pages/financials-hifi/Twitter.png | Bin 447 -> 0 bytes .../src/app/pages/financials-hifi/Vector.png | Bin 1803 -> 0 bytes .../src/app/pages/financials-hifi/divider.png | Bin 12085 -> 0 bytes .../finacials-hifi.component.css | 91 - .../financials-hifi.component.html | 83 - .../financials-hifi.component.scss | 77 - .../src/app/pages/financials-hifi/logo.png | Bin 21117 -> 0 bytes .../app/pages/financials-hifi/sponsor_1.png | Bin 1456 -> 0 bytes .../app/pages/financials-hifi/sponsor_2.png | Bin 3118 -> 0 bytes .../app/pages/financials-hifi/sponsor_3.png | Bin 6839 -> 0 bytes .../app/pages/financials-hifi/sponsor_5.png | Bin 5061 -> 0 bytes .../app/pages/financials-hifi/sponsor_7.png | Bin 8448 -> 0 bytes .../financials/financials-hifi.component.css | 87 + .../financials/financials-hifi.component.html | 40 + .../financials/financials-hifi.component.scss | 530 ++++++ .../financials-hifi.component.spec.ts | 7 +- .../financials-hifi.component.ts | 4 +- .../pages/financials/financials-hifi.css.map | 9 + .../src/app/pages/home/home.component.html | 202 +-- .../src/app/pages/home/home.component.scss | 1521 ++++++++++------- .../pages/learnings/learnings.component.css | 4 + .../pages/learnings/learnings.component.html | 96 +- .../pages/learnings/learnings.component.scss | 103 +- .../pages/learnings/learnings.component.ts | 95 +- .../app/pages/lessons/lessons.component.html | 2 +- .../src/app/pages/login/login.component.css | 1 + .../src/app/pages/login/login.component.html | 4 +- .../src/app/pages/login/login.component.scss | 28 +- .../src/app/pages/login/login.component.ts | 2 +- .../math-article/math-article.component.css | 97 ++ .../math-article/math-article.component.html | 116 ++ .../math-article/math-article.component.scss | 402 +++++ .../math-article.component.spec.ts | 26 + .../math-article/math-article.component.ts | 15 + .../pages/math-article/math-article.css.map | 9 + .../mentor-profile.component.css | 69 + .../mentor-profile.component.css.map | 9 + .../mentor-profile.component.html | 448 +++++ .../mentor-profile.component.scss | 554 ++++++ .../mentor-profile.component.spec.ts | 33 + .../mentor-profile.component.ts | 328 ++++ .../mentoring-benefit-article.component.css | 97 ++ .../mentoring-benefit-article.component.html | 135 ++ .../mentoring-benefit-article.component.scss | 207 +++ ...entoring-benefit-article.component.spec.ts | 26 + .../mentoring-benefit-article.component.ts | 15 + .../mentoring-benefit-article.css.map | 9 + .../src/app/pages/mission-hifi/Facebook.png | Bin 317 -> 0 bytes .../src/app/pages/mission-hifi/Google.png | Bin 433 -> 0 bytes .../src/app/pages/mission-hifi/Insta.png | Bin 590 -> 0 bytes .../src/app/pages/mission-hifi/Twitter.png | Bin 447 -> 0 bytes .../src/app/pages/mission-hifi/Vector.png | Bin 1803 -> 0 bytes .../src/app/pages/mission-hifi/divider.png | Bin 12085 -> 0 bytes .../src/app/pages/mission-hifi/logo.png | Bin 21117 -> 0 bytes .../mission-hifi/mission-hifi.component.css | 89 +- .../mission-hifi.component.css.map | 9 + .../mission-hifi/mission-hifi.component.html | 81 +- .../mission-hifi/mission-hifi.component.scss | 193 +++ .../mission-hifi.component.spec.ts | 7 +- .../mission-hifi/mission-hifi.component.ts | 2 +- .../src/app/pages/mission-hifi/sponsor_1.png | Bin 1456 -> 0 bytes .../src/app/pages/mission-hifi/sponsor_2.png | Bin 3118 -> 0 bytes .../src/app/pages/mission-hifi/sponsor_3.png | Bin 6839 -> 0 bytes .../src/app/pages/mission-hifi/sponsor_5.png | Bin 5061 -> 0 bytes .../src/app/pages/mission-hifi/sponsor_6.png | Bin 5637 -> 0 bytes .../src/app/pages/mission-hifi/sponsor_7.png | Bin 8448 -> 0 bytes .../play-mentor/play-mentor.component.html | 101 +- .../play-mentor/play-mentor.component.scss | 131 +- .../play-mentor/play-mentor.component.ts | 56 +- .../play-nolog/play-nolog.component.html | 40 +- .../play-nolog/play-nolog.component.scss | 76 +- .../src/app/pages/play/play.component.html | 33 +- .../src/app/pages/play/play.component.scss | 101 +- .../src/app/pages/play/play.component.ts | 156 +- .../pages/programs/programs.component.html | 2 +- .../src/app/pages/sponsors/Facebook.png | Bin 317 -> 0 bytes .../src/app/pages/sponsors/Google.png | Bin 433 -> 0 bytes .../src/app/pages/sponsors/Insta.png | Bin 590 -> 0 bytes .../src/app/pages/sponsors/Twitter.png | Bin 447 -> 0 bytes .../src/app/pages/sponsors/Vector.png | Bin 1803 -> 0 bytes .../src/app/pages/sponsors/divider.png | Bin 12085 -> 0 bytes YStemAndChess/src/app/pages/sponsors/logo.png | Bin 21117 -> 0 bytes .../src/app/pages/sponsors/sponsor_1.png | Bin 1456 -> 0 bytes .../src/app/pages/sponsors/sponsor_2.png | Bin 3118 -> 0 bytes .../src/app/pages/sponsors/sponsor_3.png | Bin 6839 -> 0 bytes .../src/app/pages/sponsors/sponsor_4.png | Bin 1884 -> 0 bytes .../src/app/pages/sponsors/sponsor_5.png | Bin 5061 -> 0 bytes .../src/app/pages/sponsors/sponsor_6.png | Bin 5637 -> 0 bytes .../src/app/pages/sponsors/sponsor_7.png | Bin 8448 -> 0 bytes .../src/app/pages/sponsors/sponsor_8.png | Bin 10817 -> 0 bytes .../app/pages/sponsors/sponsors.component.css | 78 +- .../pages/sponsors/sponsors.component.css.map | 9 + .../pages/sponsors/sponsors.component.html | 80 +- .../pages/sponsors/sponsors.component.scss | 193 +++ .../pages/sponsors/sponsors.component.spec.ts | 2 +- .../app/pages/sponsors/sponsors.component.ts | 4 +- .../app/pages/student-profile-2/Facebook.png | Bin 317 -> 0 bytes .../app/pages/student-profile-2/Google.png | Bin 433 -> 0 bytes .../src/app/pages/student-profile-2/Insta.png | Bin 590 -> 0 bytes .../app/pages/student-profile-2/Twitter.png | Bin 447 -> 0 bytes .../app/pages/student-profile-2/Vector.png | Bin 1803 -> 0 bytes .../app/pages/student-profile-2/divider.png | Bin 12085 -> 0 bytes .../src/app/pages/student-profile-2/logo.png | Bin 21117 -> 0 bytes .../app/pages/student-profile-2/sponsor_1.png | Bin 1456 -> 0 bytes .../app/pages/student-profile-2/sponsor_2.png | Bin 3118 -> 0 bytes .../app/pages/student-profile-2/sponsor_3.png | Bin 6839 -> 0 bytes .../app/pages/student-profile-2/sponsor_4.png | Bin 1884 -> 0 bytes .../app/pages/student-profile-2/sponsor_5.png | Bin 5061 -> 0 bytes .../app/pages/student-profile-2/sponsor_6.png | Bin 5637 -> 0 bytes .../app/pages/student-profile-2/sponsor_7.png | Bin 8448 -> 0 bytes .../student-profile-2.component.html | 90 - .../student-profile-2.component.scss | 0 .../student-profile-2.component.spec.ts | 26 - .../student-profile-2.component.ts | 15 - .../app/pages/student-profile/Activity.png | Bin 15385 -> 0 bytes .../src/app/pages/student-profile/Chess.png | Bin 16810 -> 0 bytes .../app/pages/student-profile/Facebook.png | Bin 317 -> 0 bytes .../src/app/pages/student-profile/Games.png | Bin 28045 -> 0 bytes .../src/app/pages/student-profile/Google.png | Bin 433 -> 0 bytes .../src/app/pages/student-profile/Insta.png | Bin 590 -> 0 bytes .../src/app/pages/student-profile/Mentor.png | Bin 16579 -> 0 bytes .../src/app/pages/student-profile/Play.png | Bin 25395 -> 0 bytes .../src/app/pages/student-profile/ProDev.png | Bin 23359 -> 0 bytes .../src/app/pages/student-profile/Puzzles.png | Bin 37632 -> 0 bytes .../app/pages/student-profile/Recordings.png | Bin 13796 -> 0 bytes .../src/app/pages/student-profile/Twitter.png | Bin 447 -> 0 bytes .../src/app/pages/student-profile/Vector.png | Bin 1803 -> 0 bytes .../src/app/pages/student-profile/divider.png | Bin 12085 -> 0 bytes .../src/app/pages/student-profile/logo.png | Bin 21117 -> 0 bytes .../app/pages/student-profile/sponsor_1.png | Bin 1456 -> 0 bytes .../app/pages/student-profile/sponsor_2.png | Bin 3118 -> 0 bytes .../app/pages/student-profile/sponsor_3.png | Bin 6839 -> 0 bytes .../app/pages/student-profile/sponsor_4.png | Bin 1884 -> 0 bytes .../app/pages/student-profile/sponsor_5.png | Bin 5061 -> 0 bytes .../app/pages/student-profile/sponsor_6.png | Bin 5637 -> 0 bytes .../app/pages/student-profile/sponsor_7.png | Bin 8448 -> 0 bytes .../student-profile.component.html | 91 - .../student-profile.component.scss | 0 .../student-profile.component.spec.ts | 26 - .../student-profile.component.ts | 15 - .../student-recordings.component.css.map | 4 +- .../app/pages/student/student.component.html | 173 +- .../app/pages/student/student.component.scss | 294 +++- .../app/pages/student/student.component.ts | 2 + .../user-profile/user-profile.component.html | 203 ++- .../user-profile/user-profile.component.scss | 272 ++- .../user-profile.component.spec.ts | 6 +- .../user-profile/user-profile.component.ts | 101 +- YStemAndChess/src/app/view-sdk.service.ts | 2 +- YStemAndChess/src/assets/dragDrop.js | 37 + .../src/assets/images/Logo/YStemLogoWhite.png | Bin 0 -> 21277 bytes .../src/assets/images/aboutUs/about-us.png | Bin 0 -> 184551 bytes .../src/assets/images/aboutUs/divide_icon.png | Bin 0 -> 2734 bytes .../src/assets/images/aboutUs/student.png | Bin 0 -> 527481 bytes .../assets/images/beAMentor/difference.PNG | Bin 0 -> 140554 bytes .../src/assets/images/beAMentor/teaching.PNG | Bin 0 -> 72665 bytes .../src/assets/images/beAMentor/volunteer.PNG | Bin 0 -> 65832 bytes .../images/financials}/2019.png | Bin .../images/financials}/2020.png | Bin .../images/financials}/2021.png | Bin .../images/financials}/2022.png | Bin .../images/financials}/divider.png | Bin .../src/assets/images/homePage/Donate.png | Bin 0 -> 1964 bytes .../src/assets/images/homePage/Footer.png | Bin 0 -> 48620 bytes .../src/assets/images/homePage/Group 47.png | Bin 0 -> 14710 bytes .../assets/images/homePage/Group Image.png | Bin 0 -> 165560 bytes .../src/assets/images/homePage/Join Now.png | Bin 0 -> 2350 bytes .../src/assets/images/homePage/README.md | Bin 0 -> 30 bytes .../src/assets/images/homePage/Signup.png | Bin 0 -> 1805 bytes .../src/assets/images/homePage/divider.png | Bin 0 -> 12034 bytes .../src/assets/images/homePage/info 3.png | Bin 0 -> 361739 bytes .../src/assets/images/homePage/logo.png | Bin 0 -> 21128 bytes .../src/assets/images/mathArticle/Footer.png | Bin 0 -> 48620 bytes .../assets/images/mathArticle/Group 67.png | Bin 0 -> 31884 bytes .../assets/images/mathArticle/Junechamp 2.png | Bin 0 -> 480813 bytes .../images/mathArticle/Rectangle 313.png | Bin 0 -> 3052 bytes .../src/assets/images/mathArticle/Signup.png | Bin 0 -> 1805 bytes .../assets/images/mathArticle/computer.png | Bin 0 -> 1074025 bytes .../src/assets/images/mathArticle/logo.png | Bin 0 -> 21128 bytes .../images/mentor-profile/student-graph.PNG | Bin 0 -> 7441 bytes .../src/assets/images/mentor-profile/user.PNG | Bin 0 -> 3801 bytes .../images/missionHifi}/Donate.png | Bin .../images/missionHifi}/Facebook.png | Bin .../images/missionHifi/Free_Plan.png} | Bin .../images/missionHifi}/Google.png | Bin .../images/missionHifi}/Insta.png | Bin .../images/missionHifi/Premium_Plan.png} | Bin .../images/missionHifi}/Twitter.png | Bin .../images/missionHifi}/Vector.png | Bin .../images/missionHifi}/divider.png | Bin .../images/missionHifi}/info 6.png | Bin .../images/missionHifi}/logo.png | Bin .../images/missionHifi}/mission-image.png | Bin .../images/missionHifi}/sponsor_1.png | Bin .../images/missionHifi}/sponsor_2.png | Bin .../images/missionHifi}/sponsor_3.png | Bin .../images/missionHifi}/sponsor_4.png | Bin .../images/missionHifi}/sponsor_5.png | Bin .../images/missionHifi/sponsor_6 (1).png} | Bin .../images/missionHifi}/sponsor_6.png | Bin .../images/missionHifi}/sponsor_7.png | Bin .../images/missionHifi}/video1.png | Bin .../assets/images/student/STEMy_Mascot.png | Bin 0 -> 41295 bytes .../images/student/activity_tab.png} | Bin .../src/assets/images/student/bg-image.jpg | Bin 0 -> 64032 bytes .../src/assets/images/student/chart.PNG | Bin 0 -> 6389 bytes .../src/assets/images/student/chess_tab.PNG | Bin 0 -> 5469 bytes .../images/student/chess_tab1.png} | Bin .../src/assets/images/student/games_tab.PNG | Bin 0 -> 6331 bytes .../images/student/games_tab1.png} | Bin .../src/assets/images/student/mento_tab.PNG | Bin 0 -> 3180 bytes .../images/student/mento_tab1.png} | Bin .../src/assets/images/student/play_tab.PNG | Bin 0 -> 5402 bytes .../images/student/play_tab1.png} | Bin .../src/assets/images/student/prodev_tab.PNG | Bin 0 -> 5438 bytes .../images/student/prodev_tab1.png} | Bin .../src/assets/images/student/puzzles_tab.PNG | Bin 0 -> 11167 bytes .../images/student/puzzles_tab1.png} | Bin .../assets/images/student/recordings_tab.PNG | Bin 0 -> 1784 bytes .../images/student/recordings_tab1.png} | Bin .../images/student}/sponsor_1.png | Bin .../images/student}/sponsor_2.png | Bin .../images/student}/sponsor_3.png | Bin .../images/student}/sponsor_4.png | Bin .../images/student}/sponsor_5.png | Bin .../images/student}/sponsor_6.png | Bin .../images/student}/sponsor_7.png | Bin .../images/student}/sponsor_8.png | Bin .../mentor/Y_STEM_Chess_Training_Lessons.pdf | Bin 0 -> 4193965 bytes 294 files changed, 11539 insertions(+), 3310 deletions(-) rename YStemAndChess/src/app/pages/{student-profile/student-profile.component.css => Online-expansion-article/online-article.component.css} (75%) create mode 100644 YStemAndChess/src/app/pages/Online-expansion-article/online-article.component.html create mode 100644 YStemAndChess/src/app/pages/Online-expansion-article/online-article.component.scss create mode 100644 YStemAndChess/src/app/pages/Online-expansion-article/online-article.component.spec.ts create mode 100644 YStemAndChess/src/app/pages/Online-expansion-article/online-article.component.ts create mode 100644 YStemAndChess/src/app/pages/Online-expansion-article/online-article.css.map create mode 100644 YStemAndChess/src/app/pages/aboutUs/about-us.component.css create mode 100644 YStemAndChess/src/app/pages/aboutUs/about-us.component.css.map create mode 100644 YStemAndChess/src/app/pages/aboutUs/about-us.component.html create mode 100644 YStemAndChess/src/app/pages/aboutUs/about-us.component.scss create mode 100644 YStemAndChess/src/app/pages/aboutUs/about-us.component.spec.ts create mode 100644 YStemAndChess/src/app/pages/aboutUs/about-us.component.ts delete mode 100644 YStemAndChess/src/app/pages/admin-profile/admin.component.css delete mode 100644 YStemAndChess/src/app/pages/admin-profile/admin.component.html delete mode 100644 YStemAndChess/src/app/pages/admin-profile/admin.component.scss delete mode 100644 YStemAndChess/src/app/pages/admin-profile/admin.component.ts delete mode 100644 YStemAndChess/src/app/pages/admin-profile/adnmin.component.ts delete mode 100644 YStemAndChess/src/app/pages/board-hifi/Google.png delete mode 100644 YStemAndChess/src/app/pages/board-hifi/Insta.png delete mode 100644 YStemAndChess/src/app/pages/board-hifi/Twitter.png delete mode 100644 YStemAndChess/src/app/pages/board-hifi/Vector.png delete mode 100644 YStemAndChess/src/app/pages/board-hifi/board-hifi.component.css delete mode 100644 YStemAndChess/src/app/pages/board-hifi/board-hifi.component.html delete mode 100644 YStemAndChess/src/app/pages/board-hifi/board-hifi.component.scss delete mode 100644 YStemAndChess/src/app/pages/board-hifi/logo.png delete mode 100644 YStemAndChess/src/app/pages/board-hifi/sponsor_8.png create mode 100644 YStemAndChess/src/app/pages/board/board-hifi.component.css create mode 100644 YStemAndChess/src/app/pages/board/board-hifi.component.css.map create mode 100644 YStemAndChess/src/app/pages/board/board-hifi.component.html rename YStemAndChess/src/app/pages/{student-profile-2/student-profile-2.component.css => board/board-hifi.component.scss} (72%) rename YStemAndChess/src/app/pages/{board-hifi => board}/board-hifi.component.spec.ts (73%) rename YStemAndChess/src/app/pages/{board-hifi => board}/board-hifi.component.ts (99%) create mode 100644 YStemAndChess/src/app/pages/chess-benefit-article/chess-benefit-article.component.css create mode 100644 YStemAndChess/src/app/pages/chess-benefit-article/chess-benefit-article.component.html create mode 100644 YStemAndChess/src/app/pages/chess-benefit-article/chess-benefit-article.component.scss create mode 100644 YStemAndChess/src/app/pages/chess-benefit-article/chess-benefit-article.component.spec.ts create mode 100644 YStemAndChess/src/app/pages/chess-benefit-article/chess-benefit-article.component.ts create mode 100644 YStemAndChess/src/app/pages/chess-benefit-article/chess-benefit-article.css.map create mode 100644 YStemAndChess/src/app/pages/computer-science-benefit-article/computer-benefit-article.component.css create mode 100644 YStemAndChess/src/app/pages/computer-science-benefit-article/computer-benefit-article.component.html create mode 100644 YStemAndChess/src/app/pages/computer-science-benefit-article/computer-benefit-article.component.scss create mode 100644 YStemAndChess/src/app/pages/computer-science-benefit-article/computer-benefit-article.component.spec.ts create mode 100644 YStemAndChess/src/app/pages/computer-science-benefit-article/computer-benefit-article.component.ts create mode 100644 YStemAndChess/src/app/pages/computer-science-benefit-article/computer-benefit-article.css.map delete mode 100644 YStemAndChess/src/app/pages/financials-hifi/2019.pdf delete mode 100644 YStemAndChess/src/app/pages/financials-hifi/2020.pdf delete mode 100644 YStemAndChess/src/app/pages/financials-hifi/2021.pdf delete mode 100644 YStemAndChess/src/app/pages/financials-hifi/Google.png delete mode 100644 YStemAndChess/src/app/pages/financials-hifi/Insta.png delete mode 100644 YStemAndChess/src/app/pages/financials-hifi/Twitter.png delete mode 100644 YStemAndChess/src/app/pages/financials-hifi/Vector.png delete mode 100644 YStemAndChess/src/app/pages/financials-hifi/divider.png delete mode 100644 YStemAndChess/src/app/pages/financials-hifi/finacials-hifi.component.css delete mode 100644 YStemAndChess/src/app/pages/financials-hifi/financials-hifi.component.html delete mode 100644 YStemAndChess/src/app/pages/financials-hifi/financials-hifi.component.scss delete mode 100644 YStemAndChess/src/app/pages/financials-hifi/logo.png delete mode 100644 YStemAndChess/src/app/pages/financials-hifi/sponsor_1.png delete mode 100644 YStemAndChess/src/app/pages/financials-hifi/sponsor_2.png delete mode 100644 YStemAndChess/src/app/pages/financials-hifi/sponsor_3.png delete mode 100644 YStemAndChess/src/app/pages/financials-hifi/sponsor_5.png delete mode 100644 YStemAndChess/src/app/pages/financials-hifi/sponsor_7.png create mode 100644 YStemAndChess/src/app/pages/financials/financials-hifi.component.css create mode 100644 YStemAndChess/src/app/pages/financials/financials-hifi.component.html create mode 100644 YStemAndChess/src/app/pages/financials/financials-hifi.component.scss rename YStemAndChess/src/app/pages/{financials-hifi => financials}/financials-hifi.component.spec.ts (74%) rename YStemAndChess/src/app/pages/{financials-hifi => financials}/financials-hifi.component.ts (91%) create mode 100644 YStemAndChess/src/app/pages/financials/financials-hifi.css.map create mode 100644 YStemAndChess/src/app/pages/math-article/math-article.component.css create mode 100644 YStemAndChess/src/app/pages/math-article/math-article.component.html create mode 100644 YStemAndChess/src/app/pages/math-article/math-article.component.scss create mode 100644 YStemAndChess/src/app/pages/math-article/math-article.component.spec.ts create mode 100644 YStemAndChess/src/app/pages/math-article/math-article.component.ts create mode 100644 YStemAndChess/src/app/pages/math-article/math-article.css.map create mode 100644 YStemAndChess/src/app/pages/mentor-profile/mentor-profile.component.css create mode 100644 YStemAndChess/src/app/pages/mentor-profile/mentor-profile.component.css.map create mode 100644 YStemAndChess/src/app/pages/mentor-profile/mentor-profile.component.html create mode 100644 YStemAndChess/src/app/pages/mentor-profile/mentor-profile.component.scss create mode 100644 YStemAndChess/src/app/pages/mentor-profile/mentor-profile.component.spec.ts create mode 100644 YStemAndChess/src/app/pages/mentor-profile/mentor-profile.component.ts create mode 100644 YStemAndChess/src/app/pages/mentoring-benefit-article/mentoring-benefit-article.component.css create mode 100644 YStemAndChess/src/app/pages/mentoring-benefit-article/mentoring-benefit-article.component.html create mode 100644 YStemAndChess/src/app/pages/mentoring-benefit-article/mentoring-benefit-article.component.scss create mode 100644 YStemAndChess/src/app/pages/mentoring-benefit-article/mentoring-benefit-article.component.spec.ts create mode 100644 YStemAndChess/src/app/pages/mentoring-benefit-article/mentoring-benefit-article.component.ts create mode 100644 YStemAndChess/src/app/pages/mentoring-benefit-article/mentoring-benefit-article.css.map delete mode 100644 YStemAndChess/src/app/pages/mission-hifi/Facebook.png delete mode 100644 YStemAndChess/src/app/pages/mission-hifi/Google.png delete mode 100644 YStemAndChess/src/app/pages/mission-hifi/Insta.png delete mode 100644 YStemAndChess/src/app/pages/mission-hifi/Twitter.png delete mode 100644 YStemAndChess/src/app/pages/mission-hifi/Vector.png delete mode 100644 YStemAndChess/src/app/pages/mission-hifi/divider.png delete mode 100644 YStemAndChess/src/app/pages/mission-hifi/logo.png create mode 100644 YStemAndChess/src/app/pages/mission-hifi/mission-hifi.component.css.map delete mode 100644 YStemAndChess/src/app/pages/mission-hifi/sponsor_1.png delete mode 100644 YStemAndChess/src/app/pages/mission-hifi/sponsor_2.png delete mode 100644 YStemAndChess/src/app/pages/mission-hifi/sponsor_3.png delete mode 100644 YStemAndChess/src/app/pages/mission-hifi/sponsor_5.png delete mode 100644 YStemAndChess/src/app/pages/mission-hifi/sponsor_6.png delete mode 100644 YStemAndChess/src/app/pages/mission-hifi/sponsor_7.png delete mode 100644 YStemAndChess/src/app/pages/sponsors/Facebook.png delete mode 100644 YStemAndChess/src/app/pages/sponsors/Google.png delete mode 100644 YStemAndChess/src/app/pages/sponsors/Insta.png delete mode 100644 YStemAndChess/src/app/pages/sponsors/Twitter.png delete mode 100644 YStemAndChess/src/app/pages/sponsors/Vector.png delete mode 100644 YStemAndChess/src/app/pages/sponsors/divider.png delete mode 100644 YStemAndChess/src/app/pages/sponsors/logo.png delete mode 100644 YStemAndChess/src/app/pages/sponsors/sponsor_1.png delete mode 100644 YStemAndChess/src/app/pages/sponsors/sponsor_2.png delete mode 100644 YStemAndChess/src/app/pages/sponsors/sponsor_3.png delete mode 100644 YStemAndChess/src/app/pages/sponsors/sponsor_4.png delete mode 100644 YStemAndChess/src/app/pages/sponsors/sponsor_5.png delete mode 100644 YStemAndChess/src/app/pages/sponsors/sponsor_6.png delete mode 100644 YStemAndChess/src/app/pages/sponsors/sponsor_7.png delete mode 100644 YStemAndChess/src/app/pages/sponsors/sponsor_8.png create mode 100644 YStemAndChess/src/app/pages/sponsors/sponsors.component.css.map delete mode 100644 YStemAndChess/src/app/pages/student-profile-2/Facebook.png delete mode 100644 YStemAndChess/src/app/pages/student-profile-2/Google.png delete mode 100644 YStemAndChess/src/app/pages/student-profile-2/Insta.png delete mode 100644 YStemAndChess/src/app/pages/student-profile-2/Twitter.png delete mode 100644 YStemAndChess/src/app/pages/student-profile-2/Vector.png delete mode 100644 YStemAndChess/src/app/pages/student-profile-2/divider.png delete mode 100644 YStemAndChess/src/app/pages/student-profile-2/logo.png delete mode 100644 YStemAndChess/src/app/pages/student-profile-2/sponsor_1.png delete mode 100644 YStemAndChess/src/app/pages/student-profile-2/sponsor_2.png delete mode 100644 YStemAndChess/src/app/pages/student-profile-2/sponsor_3.png delete mode 100644 YStemAndChess/src/app/pages/student-profile-2/sponsor_4.png delete mode 100644 YStemAndChess/src/app/pages/student-profile-2/sponsor_5.png delete mode 100644 YStemAndChess/src/app/pages/student-profile-2/sponsor_6.png delete mode 100644 YStemAndChess/src/app/pages/student-profile-2/sponsor_7.png delete mode 100644 YStemAndChess/src/app/pages/student-profile-2/student-profile-2.component.html delete mode 100644 YStemAndChess/src/app/pages/student-profile-2/student-profile-2.component.scss delete mode 100644 YStemAndChess/src/app/pages/student-profile-2/student-profile-2.component.spec.ts delete mode 100644 YStemAndChess/src/app/pages/student-profile-2/student-profile-2.component.ts delete mode 100644 YStemAndChess/src/app/pages/student-profile/Activity.png delete mode 100644 YStemAndChess/src/app/pages/student-profile/Chess.png delete mode 100644 YStemAndChess/src/app/pages/student-profile/Facebook.png delete mode 100644 YStemAndChess/src/app/pages/student-profile/Games.png delete mode 100644 YStemAndChess/src/app/pages/student-profile/Google.png delete mode 100644 YStemAndChess/src/app/pages/student-profile/Insta.png delete mode 100644 YStemAndChess/src/app/pages/student-profile/Mentor.png delete mode 100644 YStemAndChess/src/app/pages/student-profile/Play.png delete mode 100644 YStemAndChess/src/app/pages/student-profile/ProDev.png delete mode 100644 YStemAndChess/src/app/pages/student-profile/Puzzles.png delete mode 100644 YStemAndChess/src/app/pages/student-profile/Recordings.png delete mode 100644 YStemAndChess/src/app/pages/student-profile/Twitter.png delete mode 100644 YStemAndChess/src/app/pages/student-profile/Vector.png delete mode 100644 YStemAndChess/src/app/pages/student-profile/divider.png delete mode 100644 YStemAndChess/src/app/pages/student-profile/logo.png delete mode 100644 YStemAndChess/src/app/pages/student-profile/sponsor_1.png delete mode 100644 YStemAndChess/src/app/pages/student-profile/sponsor_2.png delete mode 100644 YStemAndChess/src/app/pages/student-profile/sponsor_3.png delete mode 100644 YStemAndChess/src/app/pages/student-profile/sponsor_4.png delete mode 100644 YStemAndChess/src/app/pages/student-profile/sponsor_5.png delete mode 100644 YStemAndChess/src/app/pages/student-profile/sponsor_6.png delete mode 100644 YStemAndChess/src/app/pages/student-profile/sponsor_7.png delete mode 100644 YStemAndChess/src/app/pages/student-profile/student-profile.component.html delete mode 100644 YStemAndChess/src/app/pages/student-profile/student-profile.component.scss delete mode 100644 YStemAndChess/src/app/pages/student-profile/student-profile.component.spec.ts delete mode 100644 YStemAndChess/src/app/pages/student-profile/student-profile.component.ts create mode 100644 YStemAndChess/src/assets/dragDrop.js create mode 100644 YStemAndChess/src/assets/images/Logo/YStemLogoWhite.png create mode 100644 YStemAndChess/src/assets/images/aboutUs/about-us.png create mode 100644 YStemAndChess/src/assets/images/aboutUs/divide_icon.png create mode 100644 YStemAndChess/src/assets/images/aboutUs/student.png create mode 100644 YStemAndChess/src/assets/images/beAMentor/difference.PNG create mode 100644 YStemAndChess/src/assets/images/beAMentor/teaching.PNG create mode 100644 YStemAndChess/src/assets/images/beAMentor/volunteer.PNG rename YStemAndChess/src/{app/pages/financials-hifi => assets/images/financials}/2019.png (100%) rename YStemAndChess/src/{app/pages/financials-hifi => assets/images/financials}/2020.png (100%) rename YStemAndChess/src/{app/pages/financials-hifi => assets/images/financials}/2021.png (100%) rename YStemAndChess/src/{app/pages/financials-hifi => assets/images/financials}/2022.png (100%) rename YStemAndChess/src/{app/pages/admin-profile => assets/images/financials}/divider.png (100%) create mode 100644 YStemAndChess/src/assets/images/homePage/Donate.png create mode 100644 YStemAndChess/src/assets/images/homePage/Footer.png create mode 100644 YStemAndChess/src/assets/images/homePage/Group 47.png create mode 100644 YStemAndChess/src/assets/images/homePage/Group Image.png create mode 100644 YStemAndChess/src/assets/images/homePage/Join Now.png create mode 100644 YStemAndChess/src/assets/images/homePage/README.md create mode 100644 YStemAndChess/src/assets/images/homePage/Signup.png create mode 100644 YStemAndChess/src/assets/images/homePage/divider.png create mode 100644 YStemAndChess/src/assets/images/homePage/info 3.png create mode 100644 YStemAndChess/src/assets/images/homePage/logo.png create mode 100644 YStemAndChess/src/assets/images/mathArticle/Footer.png create mode 100644 YStemAndChess/src/assets/images/mathArticle/Group 67.png create mode 100644 YStemAndChess/src/assets/images/mathArticle/Junechamp 2.png create mode 100644 YStemAndChess/src/assets/images/mathArticle/Rectangle 313.png create mode 100644 YStemAndChess/src/assets/images/mathArticle/Signup.png create mode 100644 YStemAndChess/src/assets/images/mathArticle/computer.png create mode 100644 YStemAndChess/src/assets/images/mathArticle/logo.png create mode 100644 YStemAndChess/src/assets/images/mentor-profile/student-graph.PNG create mode 100644 YStemAndChess/src/assets/images/mentor-profile/user.PNG rename YStemAndChess/src/{app/pages/mission-hifi => assets/images/missionHifi}/Donate.png (100%) rename YStemAndChess/src/{app/pages/financials-hifi => assets/images/missionHifi}/Facebook.png (100%) rename YStemAndChess/src/{app/pages/mission-hifi/Free Plan.png => assets/images/missionHifi/Free_Plan.png} (100%) rename YStemAndChess/src/{app/pages/admin-profile => assets/images/missionHifi}/Google.png (100%) rename YStemAndChess/src/{app/pages/admin-profile => assets/images/missionHifi}/Insta.png (100%) rename YStemAndChess/src/{app/pages/mission-hifi/Premium Plan.png => assets/images/missionHifi/Premium_Plan.png} (100%) rename YStemAndChess/src/{app/pages/admin-profile => assets/images/missionHifi}/Twitter.png (100%) rename YStemAndChess/src/{app/pages/admin-profile => assets/images/missionHifi}/Vector.png (100%) rename YStemAndChess/src/{app/pages/board-hifi => assets/images/missionHifi}/divider.png (100%) rename YStemAndChess/src/{app/pages/mission-hifi => assets/images/missionHifi}/info 6.png (100%) rename YStemAndChess/src/{app/pages/admin-profile => assets/images/missionHifi}/logo.png (100%) rename YStemAndChess/src/{app/pages/mission-hifi => assets/images/missionHifi}/mission-image.png (100%) rename YStemAndChess/src/{app/pages/admin-profile => assets/images/missionHifi}/sponsor_1.png (100%) rename YStemAndChess/src/{app/pages/admin-profile => assets/images/missionHifi}/sponsor_2.png (100%) rename YStemAndChess/src/{app/pages/admin-profile => assets/images/missionHifi}/sponsor_3.png (100%) rename YStemAndChess/src/{app/pages/financials-hifi => assets/images/missionHifi}/sponsor_4.png (100%) rename YStemAndChess/src/{app/pages/admin-profile => assets/images/missionHifi}/sponsor_5.png (100%) rename YStemAndChess/src/{app/pages/admin-profile/sponsor_6.png => assets/images/missionHifi/sponsor_6 (1).png} (100%) rename YStemAndChess/src/{app/pages/board-hifi => assets/images/missionHifi}/sponsor_6.png (100%) rename YStemAndChess/src/{app/pages/admin-profile => assets/images/missionHifi}/sponsor_7.png (100%) rename YStemAndChess/src/{app/pages/mission-hifi => assets/images/missionHifi}/video1.png (100%) create mode 100644 YStemAndChess/src/assets/images/student/STEMy_Mascot.png rename YStemAndChess/src/{app/pages/student-profile-2/Activity Tab.png => assets/images/student/activity_tab.png} (100%) create mode 100644 YStemAndChess/src/assets/images/student/bg-image.jpg create mode 100644 YStemAndChess/src/assets/images/student/chart.PNG create mode 100644 YStemAndChess/src/assets/images/student/chess_tab.PNG rename YStemAndChess/src/{app/pages/student-profile-2/Chess Tab.png => assets/images/student/chess_tab1.png} (100%) create mode 100644 YStemAndChess/src/assets/images/student/games_tab.PNG rename YStemAndChess/src/{app/pages/student-profile-2/Games Tab.png => assets/images/student/games_tab1.png} (100%) create mode 100644 YStemAndChess/src/assets/images/student/mento_tab.PNG rename YStemAndChess/src/{app/pages/student-profile-2/Mentor Tab.png => assets/images/student/mento_tab1.png} (100%) create mode 100644 YStemAndChess/src/assets/images/student/play_tab.PNG rename YStemAndChess/src/{app/pages/student-profile-2/Play Tab.png => assets/images/student/play_tab1.png} (100%) create mode 100644 YStemAndChess/src/assets/images/student/prodev_tab.PNG rename YStemAndChess/src/{app/pages/student-profile-2/Prodev Tab.png => assets/images/student/prodev_tab1.png} (100%) create mode 100644 YStemAndChess/src/assets/images/student/puzzles_tab.PNG rename YStemAndChess/src/{app/pages/student-profile-2/Puzzles Tab.png => assets/images/student/puzzles_tab1.png} (100%) create mode 100644 YStemAndChess/src/assets/images/student/recordings_tab.PNG rename YStemAndChess/src/{app/pages/student-profile-2/Recordings Tab.png => assets/images/student/recordings_tab1.png} (100%) rename YStemAndChess/src/{app/pages/board-hifi => assets/images/student}/sponsor_1.png (100%) rename YStemAndChess/src/{app/pages/board-hifi => assets/images/student}/sponsor_2.png (100%) rename YStemAndChess/src/{app/pages/board-hifi => assets/images/student}/sponsor_3.png (100%) rename YStemAndChess/src/{app/pages/mission-hifi => assets/images/student}/sponsor_4.png (100%) rename YStemAndChess/src/{app/pages/board-hifi => assets/images/student}/sponsor_5.png (100%) rename YStemAndChess/src/{app/pages/financials-hifi => assets/images/student}/sponsor_6.png (100%) rename YStemAndChess/src/{app/pages/board-hifi => assets/images/student}/sponsor_7.png (100%) rename YStemAndChess/src/{app/pages/admin-profile => assets/images/student}/sponsor_8.png (100%) create mode 100644 YStemAndChess/src/assets/pdf/mentor/Y_STEM_Chess_Training_Lessons.pdf diff --git a/YStemAndChess/src/app/app-routing.module.ts b/YStemAndChess/src/app/app-routing.module.ts index 0517f7264..364ba1eae 100644 --- a/YStemAndChess/src/app/app-routing.module.ts +++ b/YStemAndChess/src/app/app-routing.module.ts @@ -31,6 +31,18 @@ import { WhyChessComponent } from './pages/why-chess/why-chess.component'; import { ResetPasswordComponent } from './pages/reset-password/reset-password.component'; import { SetPasswordComponent } from './pages/set-password/set-password.component'; +import {MathArticleComponent} from "./pages/math-article/math-article.component"; +import {OnlineArticleComponent} from "./pages/Online-expansion-article/online-article.component"; +import {ComputerBenefitArticleComponent} from "./pages/computer-science-benefit-article/computer-benefit-article.component" +import {ChessBenefitArticleComponent} from "./pages/chess-benefit-article/chess-benefit-article.component"; +import {MentoringBenefitArticleComponent} from "./pages/mentoring-benefit-article/mentoring-benefit-article.component"; +import {AboutUsComponent} from "./pages/aboutUs/about-us.component" +import {MissionHifiComponent} from "./pages/mission-hifi/mission-hifi.component" +import {FinancialsHifiComponent} from "./pages/financials/financials-hifi.component"; +import {BoardHifiComponent} from "./pages/board/board-hifi.component"; +import {MentorProfileComponent} from "./pages/mentor-profile/mentor-profile.component" + + const routes: Routes = [ { path: '', component: HomeComponent }, // Lets remove the one below this comment (PlayComponent) when we go into production @@ -133,6 +145,24 @@ const routes: Routes = [ { path: 'landing-page', component: LandingPageComponent }, { path: 'board-analyzer', component: BoardAnalyzerComponent }, { path: 'why-chess', component: WhyChessComponent }, + + { path: 'math-article', component: MathArticleComponent }, + { path: 'mentoring-article', component: MentoringBenefitArticleComponent }, + { path: 'online-expansion-article', component: OnlineArticleComponent }, + { path: 'chess-benefit-article', component: ChessBenefitArticleComponent }, + { path: 'computer-science-article', component: ComputerBenefitArticleComponent }, + { path: 'about-us', component: AboutUsComponent }, + { path: 'mission-hifi', component: MissionHifiComponent }, + { path: 'financial-hifi', component: FinancialsHifiComponent }, + { path: 'board-hifi', component: BoardHifiComponent }, + + { + path: 'mentor-profile', + component: MentorProfileComponent, + data: { roles: ['mentor'] }, + canActivate: [LoginGuardService], + }, + ]; @NgModule({ diff --git a/YStemAndChess/src/app/app.module.ts b/YStemAndChess/src/app/app.module.ts index 61165a0ed..68ca0256b 100644 --- a/YStemAndChess/src/app/app.module.ts +++ b/YStemAndChess/src/app/app.module.ts @@ -42,6 +42,17 @@ import { BoardAnalyzerComponent } from './pages/board-analyzer/board-analyzer.co import { WhyChessComponent } from './pages/why-chess/why-chess.component'; import { ResetPasswordComponent } from './pages/reset-password/reset-password.component'; import { SetPasswordComponent } from './pages/set-password/set-password.component'; +import {SponsorsComponent} from "./pages/sponsors/sponsors.component" +import {MissionHifiComponent} from "./pages/mission-hifi/mission-hifi.component" +import {FinancialsHifiComponent} from "./pages/financials/financials-hifi.component"; +import {BoardHifiComponent} from "./pages/board/board-hifi.component"; +import {MathArticleComponent} from "./pages/math-article/math-article.component"; +import {OnlineArticleComponent} from "./pages/Online-expansion-article/online-article.component"; +import {ComputerBenefitArticleComponent} from "./pages/computer-science-benefit-article/computer-benefit-article.component" +import {ChessBenefitArticleComponent} from "./pages/chess-benefit-article/chess-benefit-article.component"; +import {MentoringBenefitArticleComponent} from "./pages/mentoring-benefit-article/mentoring-benefit-article.component"; +import {AboutUsComponent} from "./pages/aboutUs/about-us.component" +import {MentorProfileComponent} from "./pages/mentor-profile/mentor-profile.component"; const agoraConfig: AgoraConfig = { AppID: '6c368b93b82a4b3e9fb8e57da830f2a4', @@ -79,6 +90,18 @@ const agoraConfig: AgoraConfig = { WhyChessComponent, ResetPasswordComponent, SetPasswordComponent, + SponsorsComponent, + MissionHifiComponent, + FinancialsHifiComponent, + BoardHifiComponent, + MathArticleComponent, + OnlineArticleComponent, + ComputerBenefitArticleComponent, + ChessBenefitArticleComponent, + MentoringBenefitArticleComponent, + AboutUsComponent, + MentorProfileComponent + ], imports: [ BrowserModule, diff --git a/YStemAndChess/src/app/footer/footer.component.css b/YStemAndChess/src/app/footer/footer.component.css index dd3feb620..2977b1935 100644 --- a/YStemAndChess/src/app/footer/footer.component.css +++ b/YStemAndChess/src/app/footer/footer.component.css @@ -18,11 +18,11 @@ footer { display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; - margin-top: 10%; + /* margin-top: 10%; */ position: relative; height: 100%; - border-top: solid; - border-color: black; + /* border-top: solid; + border-color: black; */ } .main-container { diff --git a/YStemAndChess/src/app/footer/footer.component.html b/YStemAndChess/src/app/footer/footer.component.html index 256c00678..2c7fedd10 100644 --- a/YStemAndChess/src/app/footer/footer.component.html +++ b/YStemAndChess/src/app/footer/footer.component.html @@ -8,8 +8,44 @@ href="https://fonts.googleapis.com/css?family=Lato" rel="stylesheet" /> + +
+
+
+ +

Info@ystemandchess.com

+

+1 208.996.5071

+
+
+ + + + + + + + + + + + + +
Copyright © 2023 YSTEMAndChess. PR. All rights reserved.
+
+
+
-

Sponsors

- Ventive -
+ + + + + + + + + + + + + + + + + + + + +
SponsorsPartners
+
+
-
+
diff --git a/YStemAndChess/src/app/footer/footer.component.scss b/YStemAndChess/src/app/footer/footer.component.scss index c59b46a9e..3e5a1d315 100644 --- a/YStemAndChess/src/app/footer/footer.component.scss +++ b/YStemAndChess/src/app/footer/footer.component.scss @@ -1,5 +1,6 @@ * { box-sizing: border-box; + border: none !important; } #clear { clear:both; @@ -9,11 +10,19 @@ html { position: relative; height:100%; } +.table img { + width: 35%; + } + +.table tr { + padding:0px !important +} + footer { display:flex; flex-wrap: wrap; - margin-top:10%; + margin-top:9%; position: relative; height:100%; border-top: solid; @@ -24,18 +33,20 @@ footer { display:flex; flex-wrap: wrap; position: absolute; - top:0%; + // top:0%; bottom:0%; width:100%; height:auto; - border-top: solid; - border-color: black; + border: none; + background-color: #BFD99E; + // border-top: solid; + // border-color: black; .partners-container { justify-content: flex-end; text-align: center; //float:left; - width:70%; + width:40%; height:auto; padding-top:2%; @@ -57,8 +68,8 @@ footer { .sponsors-container { text-align: center; - background-color: #f1f1f1; - width:30%; + background-color: #BFD99E; + width:55%; height:250px; //30vh padding-top:2%; @@ -75,33 +86,41 @@ footer { } .contact-container { - width:100%; + width:45%; height:250px; //30vh - background-color: black; + padding-top: 2%; #left-side { float:left; - width:30%; - padding-top: 2%; + width:100%; + padding-left:25px; p { - padding-top:2%; + // padding-top:2%; padding-left: 10%; font-family: 'Lato'; font-size: 22px; font-weight: 500; - line-height: 142.1%; + // line-height: 142.1%; letter-spacing: 0.01em; - text-transform: uppercase; - color: #F5F5F5; + // text-transform: uppercase; + color: black; + margin-bottom:3px !important; } } #right-side { float:right; - width:40%; + width:100%; height:auto; padding-top: 7%; + padding-left:25px; + + a{ + font-size:24px; + color:black; + margin-left:55px; + } img { padding-left: 5%; @@ -113,6 +132,14 @@ footer { } } + #copy-right{ + float:right; + width:100%; + height:auto; + padding-top: 7%; + padding-left:45px; + } + } } diff --git a/YStemAndChess/src/app/header/header.component.css b/YStemAndChess/src/app/header/header.component.css index 06fbf0ce7..8b4075659 100644 --- a/YStemAndChess/src/app/header/header.component.css +++ b/YStemAndChess/src/app/header/header.component.css @@ -59,11 +59,11 @@ } .navbar-light .navbar-nav .nav-link { - color: #3F8500; + color: black; } .navbar-light .navbar-nav .nav-link:hover { - color: #3F8500; + color: black; } .hvr-underline-from-left { diff --git a/YStemAndChess/src/app/header/header.component.html b/YStemAndChess/src/app/header/header.component.html index a84e946c8..157f82ee7 100644 --- a/YStemAndChess/src/app/header/header.component.html +++ b/YStemAndChess/src/app/header/header.component.html @@ -1,43 +1,35 @@ + + + + \ No newline at end of file diff --git a/YStemAndChess/src/app/header/header.component.scss b/YStemAndChess/src/app/header/header.component.scss index 3f22a29a6..7fb2dc23a 100644 --- a/YStemAndChess/src/app/header/header.component.scss +++ b/YStemAndChess/src/app/header/header.component.scss @@ -62,11 +62,11 @@ // make the navlinks and buttons equally bold .nav-link, .nav-item .btn { - font-weight: 800; - font-size: 18px; + font-weight: 600; + font-size: 16px; } .navbar-light { - background-color: #d4dde0; + background-color: white; color: #3f8500; } .navbar-expand-lg { @@ -97,11 +97,11 @@ } .navbar-light .navbar-nav .nav-link { - color: #3f8500; + color: #3b3839; } .navbar-light .navbar-nav .nav-link:hover { - color: #3f8500; + color: #3b3839; } // Underline from Left Animation .hvr-underline-from-left { @@ -120,7 +120,7 @@ left: 0; right: 100%; bottom: 0; - background: #3f8500; + background: #3b3839; height: 4px; -webkit-transition-property: right; transition-property: right; @@ -175,9 +175,31 @@ } .dropdown-menu { - border-radius: 30px; + border-radius: 0px; + padding: 0 0.3rem; + border:none; + margin:0; + text-transform: capitalize; + box-shadow: 5px 10px 18px #cbcaca; + min-width: 17rem; +} + +.menu-item-div{ + + color:#3b3839 !important; +} + +.menu-item-li{ + padding:8px 10px; } + + +// .dropdown-menu a{ + +// } + + .dropdown-item { border-radius: 30px; background: none; @@ -188,6 +210,17 @@ border: none; } +.sign-btn { + background-color: #EAD94C !important; + border: none; + box-shadow: 3px 4px #d4dddd; + color: black; + border-radius: 8px; + padding: 8px 20px; + font-weight: 600; + font-size: 16px; +} + .disp { //display: block; } diff --git a/YStemAndChess/src/app/lessons.service.ts b/YStemAndChess/src/app/lessons.service.ts index 656633ec4..23eb31093 100644 --- a/YStemAndChess/src/app/lessons.service.ts +++ b/YStemAndChess/src/app/lessons.service.ts @@ -199,9 +199,248 @@ export class LessonsService { ], }, ]; + + pawnArray = [ + { + name: 'Pawn-It moves forward only', + subSections: [ + { + name: 'Basic', + fen: '8/8/8/P7/8/5p2/8/8 w k - 0 1', + info: `Pawns move one square only. + But when they reach the other side of the board, they become a stronger piece!`, + }, + { + name: 'Capture', + fen: '8/3p4/2p5/3p4/8/4P3/8/8 w - - 0 1', + info: `Pawns move forward, + but capture diagonally!`, + }, + { + name: 'Training 1', + fen: '8/2p5/1ppp4/8/1pp5/1P6/8/8 w - - 0 1', + info: 'Capture, then promote!', + }, + { + name: 'Training 2', + fen: '2p5/3p4/1p2p3/1p1p4/2p5/3P4/8/8 w - - 0 1', + info: `Capture, then promote!`, + }, + { + name: 'Traning 3', + fen: '8/8/8/1pp1p3/3p2p1/P1PP3P/8/8 w - - 0 1', + info: `Use all the pawns! + No need to promote.`, + }, + { + name: 'Special Move', + fen: '8/8/3p4/8/8/8/4P3/8 w - - 0 1', + info: `A pawn on the second rank can move 2 squares at once!`, + }, + ], + }, + ]; + + bishopArray = [ + { + name: 'Bishop - It moves diagonally ', + subSections: [ + { + name: 'The Basic', + fen: '8/7p/8/8/4p3/8/6B1/8 w - - 0 1', + info: 'Grab all the black pawns! ', + }, + { + name: 'Training 1', + fen: '8/8/8/1p6/8/1B1p4/p3p3/1p1p4 w - - 0 1', + info: `The fewer moves you make, the better!`, + }, + { + name: 'Training 2', + fen: '8/8/8/8/p1B5/1p1p4/2p1p3/1p6 w - - 0 1', + info: 'Grab all the black pawns!', + }, + { + name: 'Training 3', + fen: '8/8/8/3pp3/3pp3/3pp3/8/2B2B2 w - - 0 1', + info: `One light-squared bishop, one dark-squared bishop. You need both!`, + }, + { + name: 'Training 4', + fen: '8/6p1/1p5p/8/3B4/4p3/8/p1p5 w - - 0 1', + info: 'Grab all the black pawns!', + }, + { + name: 'Final', + fen: '6p1/3Bp2p/5p2/5p2/7p/p1B5/2p5/8 w - - 0 1', + info: `One light-squared bishop, one dark-squared bishop. You need both!`, + }, + ], + }, + ]; + + Knight = [ + { + name: 'Knight - It moves in an L shape ', + subSections: [ + { + name: 'The Basic', + fen: '8/3p4/8/2p5/4N3/8/8/8 w - - 0 1', + info: `Knights have a fancy way of jumping around!`, + }, + { + name: 'Training 1', + fen: '7p/5p2/8/6p1/3p4/2p2p2/4p3/1N6 w - - 0 1', + info: `Grab all the pawns!`, + }, + { + name: 'Training 2', + fen: '8/2Np4/1p2p3/3p4/5p2/8/8/8 w - - 0 1', + info: `Grab all the pawns!`, + }, + { + name: 'Training 3', + fen: '8/8/8/8/4ppp1/4pNp1/4ppp1/8 w - - 0 1', + info: `Knights can jump over obstacles!Escape and vanquish the pawns!`, + }, + { + name: 'Training 4', + fen: '8/8/6p1/8/4pp2/2pN4/4pp2/8 w - - 0 1', + info: `Grab all the pawns!`, + }, + { + name: 'Final', + fen: '2p5/2N1p3/2p5/1p1p1p2/1p1p4/4p3/8/8 w - - 0 1', + info: `Grab all the pawns!`, + }, + ], + }, + ]; + + Rook = [ + { + name: 'Rook - It moves in straight lines ', + subSections: [ + { + name: 'The Basic', + fen: '8/8/4p3/8/8/8/4R3/8 w - - 0 1', + info: `Click on the rook to bring it to the pawn!`, + }, + { + name: 'Training 1', + fen: '8/2R5/8/2p2p2/8/8/8/8 w - - 0 1', + info: `Grab all the pawns!`, + }, + { + name: 'Training 2', + fen: '8/8/8/8/8/1p2R2p/7p/8 w - - 0 1', + info: `The fewer moves you make, the better!`, + }, + { + name: 'Training 3', + fen: '5ppR/6pp/8/8/8/8/8/6p1 w - - 0 1', + info: `The fewer moves you make, the better!`, + }, + { + name: 'Training 4', + fen: '8/2R3p1/8/8/p3R2p/6p1/8/8 w - - 0 1', + info: `Use two rooks to speed things up!`, + }, + { + name: 'Final', + fen: '8/1p3pp1/8/3p4/6p1/5R2/5p2/R2p4 w - - 0 1', + info: `Use two rooks to speed things up!`, + }, + ], + }, + ]; + + Queen = [ + { + name: 'Queen - Queen = rook + bishop ', + subSections: [ + { + name: 'The Basic', + fen: '8/2p5/8/4p3/8/8/4Q3/8 w - - 0 1', + info: `Grab all the pawns!`, + }, + { + name: 'Training 1', + fen: '5p2/8/8/8/3Q4/p6p/5p2/8 w - - 0 1', + info: `Grab all the pawns!`, + }, + { + name: 'Training 2', + fen: '5p2/8/3p3p/8/2Q5/p5p1/8/5p2 w - - 0 1', + info: `Grab all the pawns!`, + }, + { + name: 'Training 3', + fen: '6p1/6Q1/8/1p5p/8/3p4/p6p/6p1 w - - 0 1', + info: `Grab all the pawns!`, + }, + { + name: 'Final', + fen: '6p1/8/p4pp1/8/7p/8/5p2/3pQ2p w - - 0 1', + info: `Grab all the pawns!`, + }, + ], + }, + ]; + + King = [ + { + name: 'King - The most important piece ', + subSections: [ + { + name: 'The Basic', + fen: '8/8/3p4/8/8/8/3K4/8 w - - 0 1', + info: 'The king is slow. ', + }, + { + name: 'Training', + fen: '8/8/8/8/8/3p4/2p1p3/4K3 w - - 0 1', + info: `Grab all the pawns!`, + }, + { + name: 'Final', + fen: '8/8/8/2ppK3/2p3p1/4pp2/8/8 w - - 0 1', + info: `Grab all the pawns!`, + }, + ], + }, + ]; + constructor() {} - getLearnings() { - return this.learningsArray; + getLearnings(offset=10) { + if(offset ==0) + { + return this.pawnArray; + }else if(offset ==1) + { + return this.bishopArray; + } + else if(offset ==2) + { + return this. Knight; + } + else if(offset ==3) + { + return this.Rook; + } + else if(offset ==4) + { + return this. Queen; + } + else if(offset ==5) + { + return this.King; + } + else if(offset ==10) + { + return this.learningsArray; + } + } } diff --git a/YStemAndChess/src/app/pages/student-profile/student-profile.component.css b/YStemAndChess/src/app/pages/Online-expansion-article/online-article.component.css similarity index 75% rename from YStemAndChess/src/app/pages/student-profile/student-profile.component.css rename to YStemAndChess/src/app/pages/Online-expansion-article/online-article.component.css index ba14b0cff..eb92eb5a6 100644 --- a/YStemAndChess/src/app/pages/student-profile/student-profile.component.css +++ b/YStemAndChess/src/app/pages/Online-expansion-article/online-article.component.css @@ -7,12 +7,14 @@ li { font-size: xx-large; margin-left: 10%; } - + +.sub-heading { + font-size: x-large; +} .header-container { display: flex; width: 100%; - background-color: rgb(255, 255, 255) } .board-logo { @@ -34,11 +36,13 @@ li { .board-container{ margin: 0 10%; margin-bottom: 10%; - margin-top: 5%; - margin-left: 28%; - justify-content: center; } +.chess-image { + display: block; + margin: 0 auto; + text-align: center; +} html, body { height: 100%; @@ -76,18 +80,18 @@ html, body { width: 25%; } -.image-grid { - display: grid; - grid-template-columns: repeat(2, 1fr); -} +.sub-heading { + font-size: x-large; +} -.image-grid a { - display: block; -} +.board-container{ + margin: 0 10%; -.image-grid img { - width: 50%; - height: auto; } -body {background-color: #E5F3D2;} +.word { + width: 500px; + overflow-wrap: break-word; + word-wrap: break-word; + word-break: break-word; +} \ No newline at end of file diff --git a/YStemAndChess/src/app/pages/Online-expansion-article/online-article.component.html b/YStemAndChess/src/app/pages/Online-expansion-article/online-article.component.html new file mode 100644 index 000000000..ed89f676b --- /dev/null +++ b/YStemAndChess/src/app/pages/Online-expansion-article/online-article.component.html @@ -0,0 +1,141 @@ + + + + + + + The Benefits of Math Tutoring + + +
+ +
+ + +
+
+
The Importance of Online Expansion of Y Stem and Chess Inc.
+
+ +
+ logo +
+ +
+

Students practicing their chess skills in a classroom

+
+ +
+

The Importance of Online Expansion of Y STEM and Chess Inc. focuses on using + technology to scale. Yes, we are nonprofit but more fundamentally we are a technology company. + Technology will help individualize lessons in chess, math, and computer science. Individualized lessons + will be conducted online via our website to help rural and urban + communities that lack access to resources in High School or pay for courses at other institutions. The + rural and urban companies simply don’t have the resources to prepare students for success in + STEM. Using the proven aspects of our program, we can change the future of students that have + largely been excluded from the high-paying jobs that STEM provides while increasing + inclusivity and lowering poverty. + +

+
+ +
+

Deployment of our learning program online will also provide us with a reliable form of + donation generation. For those who are not qualified under specific government subsidy + programs, a membership donation scheduled will be available to utilize the program. This allows + us to deliver our program to middle-class families and above without losing focus on our primary + mission. The donations generated through this model will allow us to continue scaling our + program to underserved communities. Additionally, the model increases awareness in families + and communities that support our continued expansion via sponsorships, volunteering, publicity, + software development, and marketing. + +

+
+ + +
+ + +
+
+ +

"Our goal is to have all our students feel that they belong because they do."

+
+ +
+ +
+ +
+

The development of our curriculum online will accelerate the expansion of our program + by lowering the cost and the logistical concerns for mentors. Most mentors come from STEM + backgrounds and are located in cities. By moving the program online, they can easily mentor + from work, school, or home and reach students in rural communities here in Idaho. We can turn + Idaho into a STEM powerhouse in just a few years. + +

+
+ +
+

Once we refine our curriculum and approach, YSC will roll out our program in other + geographic and demographic regions across the country. This will provide critical feedback that + will help ease the challenges of expansion. The more mentors we have, the more students we can + get into the program, and the faster we can fill STEM-related jobs. +

+
+ +
+

Online access by students and mentors will allow us to quickly scale our program and + curriculum. It eliminates geographical supply issues regarding mentors that can play chess, tutor + math, or teach computer science. Our mentors will be primarily focused on relationship building + and student community development. Our goal is to have all our students feel that they belong + because they do. Think of our mentors as the Big Brothers and Big Sisters of STEM. Mentors are + the critical support factor in a student’s STEM success. +

+
+ + + +
+ logo +
+ +
+

A student with their mentor after winning an award.

+
+ +
+

The greater access we have to schools and school districts we will have greater access to + middle-class families and above. We offer our platform for free to our community partners like + schools but we charge the families that can afford our service. We charge just $25 a week per + lesson and that has kept us profitable over the last 2 years. The greater our reach the greater our + donations and the more students we can help through our free program. + +

+
+ +
+

Students love having control of their learning because they feel empowered. Most of the + students we focus on come from challenging backgrounds and will benefit greatly from the + positive attention. As will their families and communities. + +

+
+ + + + + + +
+ + \ No newline at end of file diff --git a/YStemAndChess/src/app/pages/Online-expansion-article/online-article.component.scss b/YStemAndChess/src/app/pages/Online-expansion-article/online-article.component.scss new file mode 100644 index 000000000..3e0175968 --- /dev/null +++ b/YStemAndChess/src/app/pages/Online-expansion-article/online-article.component.scss @@ -0,0 +1,207 @@ + +@import url('https://fonts.googleapis.com/css2?family=Lato&family=Roboto&display=swap'); +*{ + box-sizing: border-box; + // margin: 0; + padding: 0; +} + +body{ + background-color: #DFF2C8; +} + +li, a, button { + font-family: "Roboto", sans-serif; + font-weight: 500; + font-size: 16px; + color: #000000; + text-decoration: none; +} + +// header { +// display: flex; +// justify-content: space-between; +// align-items: center; +// padding: 30px 5%; +// background-color: #ffffff; + +// } + +.logo, .signup { + cursor: pointer; +} + +.nav__links { + list-style: none; +} + +.nav__links li { + display: inline-block; + padding: 0px 20px; +} + +.nav__links li a { + transition: all 0.3 ease 0s; +} + +.nav__links li a:hover { + color:#a5e95b +} + +.signup { + padding: 9px 20px; + border: none; + border-radius: 50px; + cursor: pointer; + width: 174px; + height: 55px; + +} + +.logo { + width: 319px; + height: 100px; +} + +.text1 { + display: flex; + justify-content: center; + align-items: center; + font-family: "Lato", sans-serif; + // font-size: 15px !important; + font-weight: bold; + padding-bottom: 16px; + padding-top: 70px; +} + +.picture1 { + display: flex; + justify-content: center; + align-items: center; +} + +.pic1 { + width: 850px; + height: 450px; +} + +.text2{ + padding: 0 143px; + padding-bottom: 3px; + font-family: "Roboto", sans-serif; + font-size: 10px; +} + +.text3{ + padding: 0 143px; + font-family: "Roboto", sans-serif; + font-size: 16px; + padding-bottom: 3px; + text-indent: 20px; +} + +.text4{ + padding: 0 143px; + padding-bottom: 3px; + font-family: "Roboto", sans-serif; + font-size: 16px; + text-indent: 20px; +} + +.rectdiv2{ + background-color: #BFD99E; + width: 100%; + height: 165px; + margin-bottom: 30px; +} + + +.recttext{ + // position: absolute; + // top: 1100; + // width: 1200px; + // padding-top: 45px; + // height:200px; + text-align: center; + font-size: 32px; + padding: 0 27rem; + padding-top: 45px; + line-height: 38px; + font-weight: 500; + +} + +.text5{ + padding: 0 143px; + padding-bottom: 3px; + font-family: "Roboto", sans-serif; + font-size: 16px; + text-indent: 20px; + +} + +.text6{ + padding: 0 143px; + padding-bottom: 3px; + font-family: "Roboto", sans-serif; + font-size: 16px; + text-indent: 20px; +} + +.text10{ + padding: 0 143px; + padding-bottom: 3px; + font-family: "Roboto", sans-serif; + font-size: 16px; + text-indent: 20px; +} + +.text7{ + padding: 0 143px; + padding-bottom: 3px; + font-family: "Roboto", sans-serif; + font-size: 16px; + text-indent: 20px; +} + +.txt-p{ + text-align: justify; +} + +.pic2{ + padding-left: 381px; +} + +.text8{ + padding-left: 382px; + padding-bottom: 3px; + font-family: "Roboto", sans-serif; + font-size: 13px; +} + +.text9{ + padding: 0 143px; + padding-bottom: 3px; + font-family: "Roboto", sans-serif; + font-size: 16px; + text-indent: 20px; +} + +.text10{ + padding: 0 143px; + padding-bottom: 3px; + font-family: "Roboto", sans-serif; + font-size: 16px; + text-indent: 20px; +} + +// .footer{ +// width: 100%; +// min-height: 5%; +// display: flex; +// position: absolute; +// overflow-x: hidden; +// height: 250px; +// } + + diff --git a/YStemAndChess/src/app/pages/Online-expansion-article/online-article.component.spec.ts b/YStemAndChess/src/app/pages/Online-expansion-article/online-article.component.spec.ts new file mode 100644 index 000000000..69c1a0a34 --- /dev/null +++ b/YStemAndChess/src/app/pages/Online-expansion-article/online-article.component.spec.ts @@ -0,0 +1,26 @@ +import { ComponentFixture, TestBed } from '@angular/core/testing'; +import { FooterComponent } from '../../footer/footer.component'; +import { OnlineArticleComponent } from './online-article.component'; +import { HeaderComponent } from '../../header/header.component'; + +describe('OnlineArticleComponent', () => { + let component: OnlineArticleComponent; + let fixture: ComponentFixture; + + beforeEach(async () => { + await TestBed.configureTestingModule({ + declarations: [ OnlineArticleComponent, FooterComponent, HeaderComponent ] + }) + .compileComponents(); + }); + + beforeEach(() => { + fixture = TestBed.createComponent(OnlineArticleComponent); + component = fixture.componentInstance; + fixture.detectChanges(); + }); + + it('should create', () => { + expect(component).toBeTruthy(); + }); +}); \ No newline at end of file diff --git a/YStemAndChess/src/app/pages/Online-expansion-article/online-article.component.ts b/YStemAndChess/src/app/pages/Online-expansion-article/online-article.component.ts new file mode 100644 index 000000000..db07e92a0 --- /dev/null +++ b/YStemAndChess/src/app/pages/Online-expansion-article/online-article.component.ts @@ -0,0 +1,15 @@ +import { Component, OnInit } from '@angular/core'; + +@Component({ + selector: 'app-online-article', + templateUrl: './online-article.component.html', + styleUrls: ['./online-article.component.scss'] +}) +export class OnlineArticleComponent implements OnInit { + + constructor() { } + + ngOnInit(): void { + } + +} \ No newline at end of file diff --git a/YStemAndChess/src/app/pages/Online-expansion-article/online-article.css.map b/YStemAndChess/src/app/pages/Online-expansion-article/online-article.css.map new file mode 100644 index 000000000..7f96be1ae --- /dev/null +++ b/YStemAndChess/src/app/pages/Online-expansion-article/online-article.css.map @@ -0,0 +1,9 @@ +{ + "version": 3, + "mappings": "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", + "sources": [ + "math-article.scss" + ], + "names": [], + "file": "math-article.css" +} \ No newline at end of file diff --git a/YStemAndChess/src/app/pages/aboutUs/about-us.component.css b/YStemAndChess/src/app/pages/aboutUs/about-us.component.css new file mode 100644 index 000000000..15a3ea2fb --- /dev/null +++ b/YStemAndChess/src/app/pages/aboutUs/about-us.component.css @@ -0,0 +1,332 @@ +body { + padding-top: 5%; + background-color: #DFF2C8; +} + +#clear { + clear: both; +} + + +#difference-container { + position: relative; + margin: 0 auto; + width: 92.5%; + height: auto; + overflow: hidden; + background-color: #fdd005; + border-radius: 33px; + -webkit-box-sizing: border-box; + box-sizing: border-box; +} + +#difference-container #difference-image img { + float: left; + overflow: hidden; + width: 42.45%; + height: auto; + -webkit-box-sizing: border-box; + box-sizing: border-box; + border-bottom-left-radius: 33px; + border-top-left-radius: 33px; +} + +#difference-container #difference-header h4 { + float: right; + overflow: hidden; + margin-top: 3%; + margin-right: 23%; + width: 30%; + height: auto; + font-family: 'Lato'; + font-style: normal; + font-weight: 900; + font-size: 2.9vw; + line-height: 117.1%; + letter-spacing: 0.01em; + -webkit-box-sizing: border-box; + box-sizing: border-box; +} + +#difference-container #difference-statement p { + float: right; + overflow: hidden; + width: 42%; + height: auto; + margin-right: 11%; + font-family: 'Roboto'; + font-style: normal; + font-weight: 600; + font-size: 1.4vw; + line-height: 130%; + letter-spacing: 0.02em; + color: #4f4f4f; + -webkit-box-sizing: border-box; + box-sizing: border-box; +} + +#difference-container #difference-toApply h5 { + float: right; + overflow: hidden; + width: 40%; + height: auto; + margin-right: 13%; + font-family: 'Roboto'; + font-style: normal; + font-weight: 900; + font-size: 1.4vw; + line-height: 130%; + letter-spacing: 0.02em; + color: #4f4f4f; + -webkit-box-sizing: border-box; + box-sizing: border-box; +} + +#difference-container #difference-button button { + float: right; + overflow: hidden; + padding: 1.1%; + margin-right: 39%; + height: auto; + font-family: 'Roboto'; + font-style: normal; + font-weight: bold; + font-size: 1.8vw; + line-height: 117.1%; + letter-spacing: 0.01em; + background-color: #fff; + color: #3A7CCA; + border-radius: 33px; + -webkit-box-sizing: border-box; + box-sizing: border-box; +} + +#difference-container #difference-button button:hover { + color: #fff; + background-color: #3A7CCA; +} + +#locations-container { + width: 92.5%; + position: relative; + margin: 0 auto; + margin-top: 5%; + width: 92.5%; + height: auto; + overflow: hidden; + background-color: #51AA00; + border-radius: 33px; + -webkit-box-sizing: border-box; + box-sizing: border-box; +} + +#locations-container #locations-image img { + float: right; + width: 50%; + height: auto; +} + +#locations-container #locations-header h3 { + float: left; + margin-top: 3%; + margin-left: 7%; + font-family: 'Lato'; + font-style: normal; + font-weight: 900; + font-size: 42px; + line-height: 117.1%; + letter-spacing: 0.07em; + color: #FFFFFF; +} + +#locations-container #locations-statement p { + float: left; + width: 38%; + margin-top: 3%; + margin-left: 7%; + font-family: 'Roboto'; + font-style: normal; + font-weight: 500; + font-size: 1.4vw; + line-height: 117.1%; + letter-spacing: 0.01em; + color: #FFFFFF; +} + +#become-mentor-container { + position: relative; + width: 92.5%; + margin: 0 auto; + margin-top: 5%; + width: 92.5%; + height: auto; + overflow: hidden; + background-color: #ff8503; + border-radius: 33px; + -webkit-box-sizing: border-box; + box-sizing: border-box; +} + +#become-mentor-container #become-mentor-image img { + float: left; + width: 27%; + height: auto; + padding-bottom: 5%; + margin-top: 3.7%; + margin-left: 9%; + border-radius: 100%; +} + +#become-mentor-container #become-mentor-header h3 { + float: right; + margin-top: 3%; + margin-right: 30%; + font-family: 'Lato'; + font-style: normal; + font-weight: 900; + font-size: 3vw; + line-height: 117.1%; + letter-spacing: 0.01em; + color: #FFFFFF; +} + +#become-mentor-container #become-mentor-statement p { + float: right; + width: 48%; + height: auto; + margin-top: 2%; + margin-right: 8%; + font-family: 'Roboto'; + font-style: normal; + font-weight: 500; + font-size: 1.4vw; + line-height: 130%; + letter-spacing: 0.02em; + color: #FFFFFF; +} + +#become-mentor-container #become-mentor-button button { + float: right; + margin-right: 42.3%; + padding: 1%; + font-family: 'Roboto'; + font-style: bold; + font-weight: bold; + font-size: 1.8vw; + line-height: 117.1%; + letter-spacing: 0.01em; + border-radius: 33px; + color: #3A7CCA; + background-color: #fff; +} + +#become-mentor-container #become-mentor-button button:hover { + color: #fff; + background-color: #3A7CCA; +} + +@media (max-width: 766px) { + #difference-container #difference-image { + margin: 0 auto; + } + #difference-container #difference-image img { + width: 100%; + max-height: 350px; + border-top-left-radius: 33px; + border-top-right-radius: 33px; + border-bottom-left-radius: 0px; + } + #difference-container #difference-header { + margin-left: 5%; + } + #difference-container #difference-header h4 { + margin: 0 auto; + width: 90%; + height: auto; + margin-left: 5%; + margin-top: 3%; + font-size: 7vw; + } + #difference-container #difference-statement p { + margin: 0 auto; + width: 90%; + height: auto; + margin-top: 3%; + margin-right: 5%; + font-size: 3.1vw; + } + #difference-container #difference-toApply h5 { + margin: 0 auto; + width: 90%; + height: auto; + margin-right: 5%; + margin-top: 3%; + font-size: 3.1vw; + } + #difference-container #difference-button button { + padding: 4%; + height: auto; + margin-right: 34%; + margin-top: 3%; + margin-bottom: 5%; + font-size: 3.5vw; + } + #difference-container #difference-button button:active { + color: #fff; + background-color: #3A7CCA; + } + #locations-container #location-image { + margin: 0 auto; + } + #locations-container #locations-image img { + width: 100%; + height: auto; + } + #locations-container #locations-header h3 { + text-align: center; + width: 90%; + height: auto; + font-size: 7vw; + } + #locations-container #locations-statement p { + text-align: center; + width: 90%; + margin-bottom: 3%; + font-size: 3.1vw; + } + #become-mentor-container #become-mentor-image { + margin: 0 auto; + text-align: center; + } + #become-mentor-container #become-mentor-image img { + width: 60%; + margin-left: 21%; + } + #become-mentor-container #become-mentor-header h3 { + margin: 0 auto; + margin-right: 5%; + width: 90%; + height: auto; + text-align: center; + font-size: 7vw; + } + #become-mentor-container #become-mentor-statement p { + text-align: center; + width: 90%; + height: auto; + margin-top: 3%; + font-size: 3.1vw; + } + #become-mentor-container #become-mentor-button button { + padding: 4%; + margin-right: 34%; + margin-top: 3%; + margin-bottom: 5%; + font-size: 3.5vw; + } + #become-mentor-container #become-mentor-button button:active { + color: #fff; + background-color: #3A7CCA; + } +} +/*# sourceMappingURL=be-amentor.component.css.map */ \ No newline at end of file diff --git a/YStemAndChess/src/app/pages/aboutUs/about-us.component.css.map b/YStemAndChess/src/app/pages/aboutUs/about-us.component.css.map new file mode 100644 index 000000000..813b31338 --- /dev/null +++ b/YStemAndChess/src/app/pages/aboutUs/about-us.component.css.map @@ -0,0 +1,9 @@ +{ + "version": 3, + "mappings": "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", + "sources": [ + "about-us.component.scss" + ], + "names": [], + "file": "about-us.component.css" +} \ No newline at end of file diff --git a/YStemAndChess/src/app/pages/aboutUs/about-us.component.html b/YStemAndChess/src/app/pages/aboutUs/about-us.component.html new file mode 100644 index 000000000..2534d5c0b --- /dev/null +++ b/YStemAndChess/src/app/pages/aboutUs/about-us.component.html @@ -0,0 +1,228 @@ + + + + + + + YStemandChess + + +
+ +
+ + + + + + +
+
+

Y Stem and Chess Inc. is a nonprofit

+

Our mission is to Empower underserved and at-risk communities with an + opportunity to pursue STEM careers and change their life trajectories. We are teaching underserved children and + adults chess, math, computer science, and cybersecurity to empower them to pursue STEM majors/professions with + the support of professionals.

+ +
+ +
+ +
+
+ + + + + + + + + + + + + +
+

We Offer

+ + + + + + + + + + + + + + + + +
Math TutoringChessPython
MentoringPersonal
Development
Linux
Study HabitsCareers in Computer
Science and STEM
Java
+
+ +
+
Budgeting, Finances, And More...
+
+ + +
+

Current Status

+
+
+
    +
  • + + We are teaching in-person and remote classes. +
  • +
  • + + As of Fall 2021, we have 20 classes running, seeing about 120 students weekly in 5 different + states. +
  • +
  • + + Reached over 1200 students in seven states and two countries +
  • +
  • + + Massive increases in test scores included a %1 in several states +
  • +
  • + + Three students studying computer science (13,11, 8 respectively) +
  • +
  • + + Developed a broad support base with local politicians, Dept of Labor, local tech companies, + the YMCA, Rescue mission, and other for-profit/nonprofit organizations. +
  • +
  • + + We support Boise Rescue Missions, Boys and Girls Club, Boise District Community schools, + Neighborworks, and + Ventive LLC. +
  • +
+ + + + +
+
+
+ + 40
+ State Qualifiers (60% girls) +
+ + 9
+ State Champions (6 girls) +
+ 2
+ National Qualifiers (both girls) +
+
+
+
+ + +
+ +
+

There are decades of research demonstrating that tutoring in Math, Chess, and Computer Science helps students + succeed in the short and long term. For example, the University of Chicago Urban Education Lab conducted a study + (SAGA Innovations) with 106 “underserved” students. It showed that providing rigorous individualized + High-Intensity Math Tutoring closed the 3-year learning gap from 6 months to 1 year. + +

+
+ +
+

Chess has been known for centuries to have many benefits and is a vital tool for (a) instilling creativity, (b) + improving memory, (c) developing problem-solving skills, (d) increasing reading scores, (e) increasing the ability + to concentrate, (f) improves reading scores, (g) stimulates dendrites growth, and (h) teaches planning and + foresight. Finally, it helps raise math skills which will be beneficial in the second level of the curriculum, + Math tutoring, and advanced courses of calculus and beyond. + +

+
+ +
+ +
+ +
+

The final component of our program in Computer Science can be a career goal.  Our approach to Computer Science + follows the methodology of Code.org. It is a leading non-profit in this service sector, reaching over 10,000 + teachers and 20 million students. Creating step-by-step Computer Science instructions helps students learn + computational thinking (CT). The increased level of “abstraction” is needed for generalizing solutions to other + situations. + +

+
+
+

Combining the other elements of the YSC program with those of Code.Org’s proven record provides high-level + confidence regarding success, given support. AP Computer Science is the fastest-growing AP this decade, but only + 59 students took the AP Computer Science Exam in Idaho last year. Only 24% of those who took the exam were female, + 2 Hispanic, and 2 African American. That leaves a huge potential for future developers that YSC can help prepare + for a STEM career. Idaho parents overwhelmingly want their children to learn code, but only 40% of schools offer + the subject in Idaho. More importantly, students want to code, and 54% love the class when it’s available.  + +

+
+ +
+

In conclusion, our goal is to help students realize their hidden STEM potential and provide them with the + resources to accomplish their dreams. YSC is dedicated to providing schools with an after-school program that will + act as a math-to-Computer Science class for free to any school wishing to allow students to participate. The goal + is to graduate with critical thinking, a strong math foundation, the soft skills to succeed in the workplace, and + technical skills in Computer Science like Python, Java, and Linux. + +

+
+ + + + + + + + +
+ +
+ + + + + \ No newline at end of file diff --git a/YStemAndChess/src/app/pages/aboutUs/about-us.component.scss b/YStemAndChess/src/app/pages/aboutUs/about-us.component.scss new file mode 100644 index 000000000..554993ef5 --- /dev/null +++ b/YStemAndChess/src/app/pages/aboutUs/about-us.component.scss @@ -0,0 +1,1008 @@ +// body { +// padding-top:5%; //50px +// margin-bottom: 25%; +// } + +// //clears floats once they are no longer needed +// #clear { +// clear:both; +// } + +// //our mission container +// #our-mission-container { +// position:relative; +// float:left; +// overflow: hidden; +// margin-left:3%; //53px +// width:55%; +// height:auto; //481px +// background-color:#51AA00; +// border-radius:33px; //33px + +// #our-mission-image img { +// float:left; +// overflow: hidden; +// width:50%; +// height:100%; //108.079% +// margin:0; +// //box-sizing: border-box; +// } + +// #our-mission-statement-header h3 { +// float:right; +// width:35%; +// height:auto; +// margin-right:10.5%; //80px +// overflow: hidden; +// font-family: 'Lato'; +// font-style:bold; +// font-weight:900; +// font-size:3vw; //42px //262.5% +// line-height: 250%; +// letter-spacing:0.07em; +// color:#fff; +// box-sizing: border-box; +// } + +// #our-mission-statement-paragraph p { +// float:right; +// width:35%; +// height:auto; +// margin-right:10.5%; //80px; +// overflow: hidden; +// font-family:'Roboto'; +// font-style:normal; +// font-weight:500; +// font-size:1.4vw; // 137.5% +// line-height:117.1%; +// letter-spacing:0.01em; +// color:#fff; +// box-sizing: border-box; +// } +// } + +// //play container +// #play-container { +// float:right; +// overflow: hidden; +// margin-right: 3%; //77px +// width: 30%; +// height:108.079%; +// border-radius:33px; +// background-color:#3A7CCA; + +// #play-container-header1 h3 { +// margin-top:8.5%; //35px; +// margin-left:16.5%; //75px +// font-family:'Lato'; +// font-style:bold; +// font-weight:900; +// font-size:3vw; +// line-height: 117.1%; +// letter-spacing:0.07em; +// color:#fff; +// } + +// #play-container-header2 h4 { +// margin-top:9.8%; //45 px +// margin-left:16.5%; //75px +// font-family:'Roboto'; +// font-style:bold; +// font-weight:900; +// font-size:2vw; +// line-height:117.1%; +// letter-spacing: 0.01em; +// color:#fff; +// } + +// #play-container-paragraph p { +// margin-top:9.8%; //45px +// margin-left: 16.5%; //75px +// width:66%; +// font-family:'Roboto'; +// font-style:bold; +// font-weight:500; +// font-size:1.4vw; //22px +// line-height:117.1%; +// letter-spacing:0.01em; +// color:#fff; +// } + +// #play-container-links { +// margin-top:10%; //100px +// margin-left:16.5%; //75px +// padding-bottom: 12%; +// } + +// #play-container-links a { +// text-decoration: none; +// margin-right:8%; //30px +// font-family:'Roboto'; +// font-style:bold; +// font-weight:700; +// font-size:1.7vw; //25px +// line-height:117.1%; +// letter-spacing:0.01em; +// color:#fff; +// } + +// #play-container-links a:hover { +// text-decoration: underline; +// } + +// #play-container-links button { +// padding:4%; //15px +// font-family:'Roboto'; +// font-style:bold; +// font-weight:bold; +// font-size:1.8vw; //28px +// line-height: 117.1%; +// letter-spacing:0.01em; +// border-radius: 33px; +// color:#3A7CCA; +// background-color: #fff; +// } + +// #play-container-links button:hover { +// color:#fff; +// background-color: #3A7CCA; +// } +// } + +// #become-a-mentor-container { +// display:table; +// margin:0 auto; +// margin-top: 5%; //75px +// width:95%; +// height:38%; //652px +// padding-bottom: 8%; +// border-radius: 33px; +// background-color: #FDD005; + +// #become-a-mentor-img { +// float:left; +// width:30%; +// height:auto; +// margin-top:6.3%; +// margin-left:8%; +// box-sizing: border-box; +// } + +// #become-a-mentor-img img { +// width:110%; +// height:auto; +// margin:0; +// border-radius:100%; +// } + +// #become-a-mentor-header1 { +// float:right; +// margin-right:30%; +// margin-top:6.3%; +// } + +// #become-a-mentor-header1 h3 { +// font-family:'Lato'; +// font-style:normal; +// font-weight:900; +// font-size:2.75vw; //42px; +// line-height: 117.1%; +// letter-spacing: 0.01em; +// color:#4f4f4f; +// } + +// #become-a-mentor-header2 { +// float:right; +// margin-right:18%; +// margin-top:0.5%; +// } + +// #become-a-mentor-header2 h4 { +// font-family:'Roboto'; +// font-style: bold; //normal +// font-weight:900; //500 +// font-size:2.15vw; //33px +// line-height: 117.1%; +// letter-spacing: 0.01em; +// color:#4f4f4f; +// } + +// #become-a-mentor-statement { +// float:right; +// width: 42%; +// height:auto; +// margin-top:3%; +// margin-right:11%; +// } + +// #become-a-mentor-statement p { +// font-family:'Roboto'; +// font-style:bold; //normal +// font-weight:700; //500 +// font-size:1.4vw; //22px +// line-height: 130%; +// letter-spacing: 0.02em; +// color:#4f4f4f; +// } +// } + +// #opening-minds-container { +// position:relative; +// margin:0 auto; +// margin-top:5%; //75px +// width:95%; +// height:auto; //882px +// border-radius:33px; +// background-color: #FF8503; +// overflow: hidden; +// box-sizing: border-box; + +// #opening-minds-img { +// float:right; +// width:39.5%; +// height: auto; +// box-sizing: border-box; +// } + +// #opening-minds-img img { +// width:100%; +// height:575px; +// border-bottom-right-radius: 33px; +// border-top-right-radius: 33px; +// } + +// #opening-minds-header { +// float:left; +// margin-top:5%; +// margin-left:10.5%; +// margin-bottom: 3%; +// } + +// #opening-minds-header h3 { +// font-family:'Lato'; +// font-style:bold; //normal +// font-weight:900; +// font-size:2.75vw; //42px +// line-height: 117.1%; +// letter-spacing: 0.01em; +// color:#fff; +// } + +// #opening-minds-video { +// margin-left:8.7%; +// } + +// #opening-minds-video iframe { +// width: 45%; //560px +// min-height:315px; //315px +// border-radius: 33px; +// } +// } + +// @media(max-width:950px) { + +// #our-mission-container{ + +// height:450px; +// overflow: hidden; + +// #our-mission-image { +// height:auto; +// } + +// #our-mission-image img { +// height:fit-content; +// } + +// #our-mission-statement-header h3 { +// font-size:3vw; //42px //262.5% +// } + +// #our-mission-statement-paragraph p { +// font-size:2vw; // 137.5% +// } +// } + +// #play-container { + +// #play-container-header1 h3 { +// font-size:3vw; +// } + +// #play-container-header2 h4 { +// font-size:3vw; +// } + +// #play-container-paragraph p { +// font-size:2vw; //22px +// } + +// #play-container-links { +// margin-top:10%; //100px +// margin-left:5%; //75px +// padding-bottom: 12%; +// } + +// #play-container-links a { +// text-decoration: none; +// font-size:1.9vw; //25px +// } + +// #play-container-links a:active { +// text-decoration: underline; +// } + +// #play-container-links button { +// font-size:2.3vw; //28px +// } +// } + +// #become-a-mentor-container { + + +// #become-a-mentor-img { +// margin-top:10%; +// margin-left:5%; +// width:30%; +// } + +// #become-a-mentor-img img { +// width:130%; +// } + +// #become-a-mentor-header1 { +// margin-right:9%; +// } + +// #become-a-mentor-header1 h3 { +// font-size:5vw; //42px; +// } + +// #become-a-mentor-header2 { +// margin-right:2%; +// } + +// #become-a-mentor-header2 h4 { +// font-size:3vw; //33px +// } + +// #become-a-mentor-statement { +// margin-right:9.3%; +// } + +// #become-a-mentor-statement p { +// font-size:2vw; //22px +// } +// } + +// #opening-minds-container { + +// #opening-minds-img { +// width:39.5%; +// height: auto; +// } + +// #opening-minds-img img { +// width:100%; +// height:auto/2; //575px +// border-bottom-right-radius: 33px; +// border-top-right-radius: 33px; +// } + +// #opening-minds-header { +// float:left; +// margin-top:5%; +// margin-left:7%; +// } + +// #opening-minds-header h3 { +// font-size:3.5vw; //42px +// } + +// #opening-minds-video { +// margin-left:8.7%; +// } + +// #opening-minds-video iframe { +// margin-top: 5%; +// width: 45%; //560px +// min-height:315px; //315px +// border-radius: 33px; +// } +// } + +// } + +// @media(max-width:860px) { +// #our-mission-container { +// height:420px; +// } +// } + +// @media(max-width:835px) { +// #our-mission-container { +// height:400px; +// } +// } + +// //mobile version +// @media(max-width: 766px) { +// #our-mission-container { +// margin: 0 auto; +// width:90%; +// height:auto; //481px +// margin-left:5%; + +// #our-mission-image { +// margin: 0 auto; +// } + +// #our-mission-image img { +// width:100%; +// max-height:300px; +// border-top-left-radius: 33px; +// border-top-right-radius: 33px; +// border-bottom-left-radius: 0px; +// } + +// #our-mission-statement-header { +// margin: 0 auto; +// } + +// #our-mission-statement-header h3 { +// margin: auto; +// text-align: center; +// width:100%; +// height:auto; +// font-size:7.1vw; //42px //262.5% +// } + +// #our-mission-statement-paragraph { +// margin: 0 auto; +// } + +// #our-mission-statement-paragraph p { +// margin:auto; +// margin-bottom:5%; +// text-align: center; +// width:100%; +// height:auto; +// font-size:5.1vw; // 137.5% +// } +// } + +// //play container +// #play-container { +// margin: 0 auto; +// width:90%; +// height:auto; //481px +// margin-right:5%; +// margin-top:5%; + +// #play-container-header1 h3 { +// font-size:7.1vw; +// } + +// #play-container-header2 h4 { +// margin-top:3.5%; +// font-size:6.5vw; +// } + +// #play-container-paragraph p { +// margin-top:3.5%; +// font-size:5.1vw; //22px +// } + +// #play-container-links { +// margin-top:10%; //100px +// margin-left:16.5%; //75px +// padding-bottom: 12%; +// } + +// #play-container-links a { +// font-size:5vw; //25px +// } + +// #play-container-links a:active { +// text-decoration: underline; +// } + +// #play-container-links button { +// font-size:5vw; //28px +// } + +// #play-container-links button:active { +// color:#fff; +// background-color: #3A7CCA; +// } +// } + +// #become-a-mentor-container { +// width:90%; +// height:auto; //652px + +// #become-a-mentor-img { +// margin:0 auto; +// width:60%; +// height:auto; +// } + +// #become-a-mentor-img img { +// margin-top:3%; +// margin-left:18.5%; +// } + +// #become-a-mentor-header1 { +// margin:0 auto; +// width:100%; +// } + +// #become-a-mentor-header1 h3 { +// margin:auto; +// text-align: center; +// font-size:7.1vw; //42px; +// } + +// #become-a-mentor-header2 { +// margin: 0 auto; +// margin-top:3%; +// width: 100%; +// } + +// #become-a-mentor-header2 h4 { +// margin: auto; +// text-align: center; +// font-size:6vw; //33px +// } + +// #become-a-mentor-statement { +// margin: 0 auto; +// margin-top: 3%; +// margin-right:5%; +// width: 90%; +// height:auto; +// } + +// #become-a-mentor-statement p { +// margin: auto; +// text-align: center; +// font-size:5.1vw; //22px +// } +// } + +// #opening-minds-container { +// width:90%; +// height:auto; //882px + +// #opening-minds-img { +// margin: 0 auto; +// width:100%; +// } + +// #opening-minds-img img { +// width:100%; +// max-height: 350px; +// border-bottom-right-radius: 0%; +// } + +// #opening-minds-header { +// margin: 0 auto; +// width:100%; +// height:auto; +// margin-top:3%; +// margin-bottom:3%; +// } + +// #opening-minds-header h3 { +// margin: auto; +// text-align: center; +// font-size:7vw; //42px +// } + +// #opening-minds-video { +// margin: 0 auto; +// width:100%; +// height:auto; +// margin-left: 16%; +// margin-bottom: 3%; +// } + +// #opening-minds-video iframe { +// width: 70%; //560px +// height:315px; //315px +// border-radius: 33px; +// } +// } +// } + + +@import url('https://fonts.googleapis.com/css2?family=Lato&family=Roboto&display=swap'); +*{ + box-sizing: border-box; + // margin: 0 !important; + // padding: 0; + +} + +body{ + background-color: #DFF2C8; +} + +li, a, button { + font-family: "Roboto", sans-serif; + font-weight: 500; + font-size: 16px; + color: #000000; + text-decoration: none; +} + +.we-offer-section{ + text-align: center; + + padding: 40px 180px; +} + +.offer-table{ + margin-left: auto !important; + margin-right: auto !important; + border:none !important; +} + + + +.signup { + padding: 9px 20px; + border: none; + border-radius: 50px; + cursor: pointer; + width: 174px; + height: 55px; +} + +.logo { + width: 319px; + height: 100px; +} + +.container{ + display: flex; + position: relative; + // top: 30px; + max-width: 100%; + width: 100%; + margin: 0 auto; + padding: 0 3rem; + z-index: 10; + padding-top: 45px; + justify-content: space-around; +} + +.txt-p{ + text-align: justify; +} + +.apply-now-btn{ + padding:50px 0; + text-align: center; +} + +.everyone{ + padding: 0 3rem; +} + +.first-head { + font-family: "Lato", sans-serif; + font-size: 24px; + font-weight: bold; + height: 96px; + width: 550px; + // padding-left: 80px; + padding-top: 20px; +} + +.first-text { + height: 84px; + width: 549px; + font-family: "Roboto", sans-serif; + font-size: 20px; + // padding-left: 80px; + padding-top: 0px; +} + +.donate { + padding: 9px 25px; + border: none; + border-radius: 50px; + cursor: pointer; + width: 248px; + height: 66px; + // padding-left: 80px; +} + +.block1 { + padding-top: 100px; + +} + +.divider { + display: flex; + position: relative; + top: 30px; + max-width: 100%; + width: 100%; + margin: 0 auto; + padding: 0 9rem; + z-index: 10; + padding-top: 0px; + justify-content: center; +} + +.second-head { + font-family: "Lato", sans-serif; + font-size: 24px; + font-weight: bold; + height: 38px; + width: 100%; + justify-content: space-around; + padding-left: 11rem; + padding-top: 2rem; +} + +.third-head { + font-family: "Lato", sans-serif; + font-size: 24px; + font-weight: bold; + height: 38px; + width: 100%; + justify-content: space-around; + padding-left: 11rem; + padding-top: 25px; +} + +// .container2 { +// display: flex; +// position: relative; +// top: 30px; +// max-width: 100%; +// width: 100%; +// margin: 0 auto; +// padding: 0 3rem; +// z-index: 10; +// padding-top: 30px; +// justify-content: space-around; + +// } + +.container2 { + display: flex; + position: relative; + top: 30px; + max-width: 100%; + width: 100%; + margin: 0 auto; + padding: 0 8rem; + z-index: 10; + padding-top: 30px; + justify-content: space-evenly; + +} + +.join2 { + position: absolute; + top: 550; + left: 180; + width: 280px; + cursor: pointer; + opacity: 0; +} + +.join3 { + position: absolute; + top: 550; + right: 210; + width: 280px; + cursor: pointer; + opacity: 0; + +} + +.container3 { + display: flex; + position: relative; + // top: 30px; + max-width: 100%; + width: 100%; + // margin: 0 auto; + padding: 0 0rem; + // z-index: 10; + padding-top: 55px; + // justify-content: space-around; +} + +.info { + width: 100%; + height:100%; +} + +.apply-now{ + background-color: #EAD94C; + color:black; + font-weight: bold; + box-shadow: 3px 4px #D4DDDD; + border:none; + padding:7px 50px; + border-radius: 5px; +} + +.container4 { + padding-top: 0px; + padding-left: 0px; +} + +.container5 { + display: flex; + width: 100%; + // height: 250px; + // padding-left: 650px; + padding-top: 75px; + justify-content: center; + padding-bottom: 500px; + +} + +.border { + width: 70%; + // height: 450px; + // border: 3px solid rgb(122, 214, 47) !important; + // border-radius: 4px; + // position: absolute; + margin-top:40px; +} + +.rectdiv2{ + background-color: #BFD99E; + width: 100%; + height: 450px; + margin-bottom: 30px; + padding:34px 0; +} + + +.recttext{ + padding-left: 12rem; + line-height: 28px; + list-style: none; + position: relative; +} + +.recttext p { + margin-top: 10px; + word-wrap: break-word; + overflow-wrap: break-word; +} + +.recttext::before { + content: ""; + display: inline-block; + margin-right: 10px; + height: 33px; + background-repeat: no-repeat; + background-size: contain; + width: 46px; + position: absolute; + left: 144px; + top: -6px; + background-image: url('../../../assets/images/aboutUs/divide_icon.png'); +} + +.student-img{ + padding-bottom:20px; + height:400px; + width:400px; + +} + +.text6{ + padding: 0 143px; + padding-bottom: 3px; + font-family: "Roboto", sans-serif; + font-size: 16px; + text-indent: 20px; +} + +td{ + padding: 12px; + font-weight: 600; + font-size:19px; +} + +.content { + padding-left: 280px; + padding-top: 120px; +} + +.group47 { + width: 300px; + height: 100px; + padding-left: 70px; + padding-bottom: 20px; +} + +.text1 { + padding-left: 10px; +} + +.text2 { + padding-right: px; +} + +.text3 { + padding-left: 130px; +} + +.joinnow { + display: flex; + width: 400px; + height: 80px; + padding-left: 85px; + padding-top: 40px; + cursor: pointer; +} + +.footer { + width: 100%; + min-height: 5%; + display: flex; + position: absolute; + overflow-x: hidden; + height: 250px; +} + +.p-relative { + position: relative; +} + +.p-relative .red { + width: 90px; + height: 150px; + background: red; + text-align: center; + position: absolute; + bottom: -260px; + padding-top:15px; +} + +.p-relative .yellow { + width: 90px; + height: 225px; + position: absolute; + background: #FFD233; + left: 90px; + text-align: center; + bottom: -260px; + padding-top:15px; +} + +.p-relative .orange { + width: 90px; + height: 182px; + background: #FF8819; + text-align: center; + position: absolute; + bottom: -260px; + left: 180px; + padding-top:15px; +} + +.title-num { + font: 39px; +} + + + + + + + + + diff --git a/YStemAndChess/src/app/pages/aboutUs/about-us.component.spec.ts b/YStemAndChess/src/app/pages/aboutUs/about-us.component.spec.ts new file mode 100644 index 000000000..7b734c220 --- /dev/null +++ b/YStemAndChess/src/app/pages/aboutUs/about-us.component.spec.ts @@ -0,0 +1,29 @@ +import { ComponentFixture, TestBed, async } from '@angular/core/testing'; + +import { AboutUsComponent } from './about-us.component'; +import { HeaderComponent } from '../../header/header.component'; +import { FooterComponent } from '../../footer/footer.component'; +import { ModalModule } from '../../_modal'; + +describe('AboutUsComponent', () => { + let component: AboutUsComponent; + let fixture: ComponentFixture; + + beforeEach(async(() => { + TestBed.configureTestingModule({ + declarations: [ AboutUsComponent, HeaderComponent, FooterComponent ], + imports: [ ModalModule ] + }) + .compileComponents(); + })); + + beforeEach(() => { + fixture = TestBed.createComponent(AboutUsComponent); + component = fixture.componentInstance; + fixture.detectChanges(); + }); + + it('should create', () => { + expect(component).toBeTruthy(); + }); +}); diff --git a/YStemAndChess/src/app/pages/aboutUs/about-us.component.ts b/YStemAndChess/src/app/pages/aboutUs/about-us.component.ts new file mode 100644 index 000000000..06dd2ca15 --- /dev/null +++ b/YStemAndChess/src/app/pages/aboutUs/about-us.component.ts @@ -0,0 +1,15 @@ +import { Component, OnInit } from '@angular/core'; + +@Component({ + selector: 'app-about-us', + templateUrl: './about-us.component.html', + styleUrls: ['./about-us.component.scss'] +}) +export class AboutUsComponent implements OnInit { + + constructor() { } + + ngOnInit(): void { + } + +} diff --git a/YStemAndChess/src/app/pages/admin-profile/admin.component.css b/YStemAndChess/src/app/pages/admin-profile/admin.component.css deleted file mode 100644 index d4b6eb46c..000000000 --- a/YStemAndChess/src/app/pages/admin-profile/admin.component.css +++ /dev/null @@ -1,127 +0,0 @@ - .box { - width: 700px; /* Increased width */ - height: 500px; /* Added height */ - border: 1px solid #ccc; - border-radius: 5px; - background-color: #D4DDDD; - - margin: 0 auto; - } - .tab-nav { - display: flex; - margin-bottom: 20px; - } - .tab-nav button { - flex: 1; /* Added flex to make tabs equal width */ - background-color: #EAD94C; - border: none; - border-radius: 0px; - padding: 5px 10px; /* Adjusted padding */ - font-size: 16px; - cursor: pointer; - text-align: center; /* Added text alignment */ - } - .tab-nav button:hover { - background-color: #D4DDDD; - } - .tab-nav button.active { - background-color: #7FCC26; - color: #000000; - } - .tab-content { - display: none; - /* Increased padding to accommodate tabs at the top of the box */ - padding-top: 20px; - } - .tab-content.active { - display: block; - } - - li { - list-style-type: none; - margin-bottom: 1%; -} - -.board-heading { - font-size: xx-large; - margin-left: 10%; -} - -.sub-heading { - font-size: x-large; -} - -.header-container { - display: flex; - width: 100%; - background-color: #ffffff; -} - -.board-logo { - width: 20%; - margin-right: 5%; -} - -.header-button { - display: inline-block; - margin-right: 5%; - margin-top: 10px; -} - -.header-right-section { - width: 75%; - text-align: right; -} - -.board-container{ - margin: 5% 10%; - margin-bottom: 10%; -} - -.board-container img { - padding: 5%; - } - -.chess-image { - display: block; - margin: 0 auto; - text-align: center; -} - -html, body { - height: 100%; - margin: 0; - padding: 0; - background-color: #E5F3D2; -} - -.footer { - width: 100%; - background-color: rgb(169, 208, 159) !important; - overflow: auto; -} - -.table { - width: 50%; - float: right; - margin-top: 1%; - margin-bottom: 1%; -} - -.contact-info, .table-two { - line-height: 10%; - margin-left: 10%; -} - -.contact-info { - margin-top: 1.5%; -} - -.table-two { - margin-top: 2%; -} - -.table img { - width: 25%; -} - \ No newline at end of file diff --git a/YStemAndChess/src/app/pages/admin-profile/admin.component.html b/YStemAndChess/src/app/pages/admin-profile/admin.component.html deleted file mode 100644 index a641a19fe..000000000 --- a/YStemAndChess/src/app/pages/admin-profile/admin.component.html +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - Document - - - -
- -
-
Programs
-
Mentors
-
Lesson/Play
-
Log In
- -
-
- -
-
-
- - -
-
-

Dashboard

-
- -
- - - -
- -
- - - - - - - - - - - - - - - - - - - - -
SponsorsPartners
-
-

info@ystemandchess.com

-

+1 208.996.5071

-
-
- - - - - - -
-
- - - - - - diff --git a/YStemAndChess/src/app/pages/admin-profile/admin.component.scss b/YStemAndChess/src/app/pages/admin-profile/admin.component.scss deleted file mode 100644 index 840f97885..000000000 --- a/YStemAndChess/src/app/pages/admin-profile/admin.component.scss +++ /dev/null @@ -1,127 +0,0 @@ -.box { - width: 700px; /* Increased width */ - height: 500px; /* Added height */ - border: 1px solid #ccc; - border-radius: 5px; - background-color: #D4DDDD; - - margin: 0 auto; - } - .tab-nav { - display: flex; - margin-bottom: 20px; - } - .tab-nav button { - flex: 1; /* Added flex to make tabs equal width */ - background-color: #EAD94C; - border: none; - border-radius: 0px; - padding: 5px 10px; /* Adjusted padding */ - font-size: 16px; - cursor: pointer; - text-align: center; /* Added text alignment */ - } - .tab-nav button:hover { - background-color: #D4DDDD; - } - .tab-nav button.active { - background-color: #7FCC26; - color: #000000; - } - .tab-content { - display: none; - /* Increased padding to accommodate tabs at the top of the box */ - padding-top: 20px; - } - .tab-content.active { - display: block; - } - - li { - list-style-type: none; - margin-bottom: 1%; -} - -.board-heading { - font-size: xx-large; - margin-left: 10%; -} - -.sub-heading { - font-size: x-large; -} - -.header-container { - display: flex; - width: 100%; - background-color: #ffffff; -} - -.board-logo { - width: 20%; - margin-right: 5%; -} - -.header-button { - display: inline-block; - margin-right: 5%; - margin-top: 10px; -} - -.header-right-section { - width: 75%; - text-align: right; -} - -.board-container{ - margin: 5% 10%; - margin-bottom: 10%; -} - -.board-container img { - padding: 5%; - } - -.chess-image { - display: block; - margin: 0 auto; - text-align: center; -} - -html, body { - height: 100%; - margin: 0; - padding: 0; - background-color: #E5F3D2; -} - -.footer { - width: 100%; - background-color: rgb(169, 208, 159) !important; - overflow: auto; -} - -.table { - width: 50%; - float: right; - margin-top: 1%; - margin-bottom: 1%; -} - -.contact-info, .table-two { - line-height: 10%; - margin-left: 10%; -} - -.contact-info { - margin-top: 1.5%; -} - -.table-two { - margin-top: 2%; -} - -.table img { - width: 25%; -} - \ No newline at end of file diff --git a/YStemAndChess/src/app/pages/admin-profile/admin.component.ts b/YStemAndChess/src/app/pages/admin-profile/admin.component.ts deleted file mode 100644 index 22f539eaa..000000000 --- a/YStemAndChess/src/app/pages/admin-profile/admin.component.ts +++ /dev/null @@ -1,15 +0,0 @@ -import { Component, OnInit } from '@angular/core'; - -@Component({ - selector: 'app-sponsors', - templateUrl: './sponsors.component.html', - styleUrls: ['./sponsors.component.scss'] -}) -export class AdminComponent implements OnInit { - - constructor() { } - - ngOnInit(): void { - } - -} diff --git a/YStemAndChess/src/app/pages/admin-profile/adnmin.component.ts b/YStemAndChess/src/app/pages/admin-profile/adnmin.component.ts deleted file mode 100644 index eb28e42b5..000000000 --- a/YStemAndChess/src/app/pages/admin-profile/adnmin.component.ts +++ /dev/null @@ -1,25 +0,0 @@ -import { ComponentFixture, TestBed } from '@angular/core/testing'; - -import { AdminComponent } from './admin.component'; - -describe('AdminComponent', () => { - let component: AdminComponent; - let fixture: ComponentFixture; - - beforeEach(async () => { - await TestBed.configureTestingModule({ - declarations: [ AdminComponent ] - }) - .compileComponents(); - }); - - beforeEach(() => { - fixture = TestBed.createComponent(AdminComponent); - component = fixture.componentInstance; - fixture.detectChanges(); - }); - - it('should create', () => { - expect(component).toBeTruthy(); - }); -}); diff --git a/YStemAndChess/src/app/pages/admin/admin.component.css b/YStemAndChess/src/app/pages/admin/admin.component.css index d939d12bf..aca0acbff 100644 --- a/YStemAndChess/src/app/pages/admin/admin.component.css +++ b/YStemAndChess/src/app/pages/admin/admin.component.css @@ -1,46 +1,126 @@ -.row h2 { - margin-top: 4%; +.box { + width: 700px; /* Increased width */ + height: 500px; /* Added height */ + border: 1px solid #ccc; + border-radius: 5px; + background-color: #D4DDDD; + + margin: 0 auto; +} +.tab-nav { + display: flex; + margin-bottom: 20px; +} +.tab-nav button { + flex: 1; /* Added flex to make tabs equal width */ + background-color: #EAD94C; + border: none; + border-radius: 0px; + padding: 5px 10px; /* Adjusted padding */ + font-size: 16px; + cursor: pointer; + text-align: center; /* Added text alignment */ +} +.tab-nav button:hover { + background-color: #D4DDDD; +} +.tab-nav button.active { + background-color: #7FCC26; + color: #000000; +} +.tab-content { + display: none; + /* Increased padding to accommodate tabs at the top of the box */ + padding-top: 20px; +} +.tab-content.active { + display: block; } -.studentProgress { - padding: 5px; - margin: 10px; +li { + list-style-type: none; + margin-bottom: 1%; +} + +.board-heading { + font-size: xx-large; + margin-left: 10%; +} + +.sub-heading { + font-size: x-large; +} + +.header-container { + display: flex; width: 100%; - background-color: #C4C4C4; - border-collapse: separate; + background-color: #ffffff; } -.studentProgress td { - padding: 10px; - background-color: #E5E5E5; - border-bottom: black 1px solid; +.board-logo { + width: 20%; + margin-right: 5%; } -.studentProgress th { - font-family: 'Lato'; - font-weight: 600; - font-size: 16px; - line-height: 117.1%; - padding: 10px; - background-color: #C4C4C4; - border-bottom: black 1px solid; +.header-button { + display: inline-block; + margin-right: 5%; + margin-top: 10px; } -.searchbox { - margin-bottom: 40px; +.header-right-section { + width: 75%; + text-align: right; } -.searchBtn { - padding: 7px; - font-size: 19px; - border-radius: 12px; - border: none; - background-color: #C4C4C4; - -webkit-transition-duration: 0.2s; - transition-duration: 0.2s; +.board-container{ + margin: 5% 10%; + margin-bottom: 10%; +} + +.board-container img { + padding: 5%; +} + +.chess-image { + display: block; + margin: 0 auto; + text-align: center; +} + +html, body { + height: 100%; + margin: 0; + padding: 0; + background-color: #E5F3D2; +} + +.footer { + width: 100%; + background-color: rgb(169, 208, 159) !important; + overflow: auto; +} + +.table { + width: 50%; + float: right; + margin-top: 1%; + margin-bottom: 1%; +} + +.contact-info, .table-two { + line-height: 10%; + margin-left: 10%; +} + +.contact-info { + margin-top: 1.5%; +} + +.table-two { + margin-top: 2%; } -.searchBtn:hover { - background-color: white; +.table img { + width: 25%; } -/*# sourceMappingURL=admin.component.css.map */ \ No newline at end of file diff --git a/YStemAndChess/src/app/pages/admin/admin.component.html b/YStemAndChess/src/app/pages/admin/admin.component.html index 59c71c7cb..7db683c15 100644 --- a/YStemAndChess/src/app/pages/admin/admin.component.html +++ b/YStemAndChess/src/app/pages/admin/admin.component.html @@ -1,93 +1,49 @@ - - - - -
- -
+ + + + + + + Document + + +
+ + +
+ - -
-
-
-

Welecome Brian

-

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et - dolore magna aliqua. In aliquam sem fringilla ut. Eget mi proin sed libero enim sed faucibus turpis. - Tristique senectus et netus et malesuada fames ac. Lobortis scelerisque fermentum dui faucibus. Vitae - congue eu consequat ac felis donec et odio. Augue ut lectus arcu bibendum. Felis eget velit aliquet - sagittis id consectetur purus ut faucibus. Justo eget magna fermentum iaculis eu. Tempus iaculis urna id - volutpat lacus laoreet. Justo laoreet sit amet cursus sit. Facilisis gravida neque convallis a cras. - Quam vulputate dignissim suspendisse in est ante in. -

-
-
-
-
- -
+
-
- - \ No newline at end of file +
+ + diff --git a/YStemAndChess/src/app/pages/admin/admin.component.scss b/YStemAndChess/src/app/pages/admin/admin.component.scss index 20c79f115..d8cb70f8f 100644 --- a/YStemAndChess/src/app/pages/admin/admin.component.scss +++ b/YStemAndChess/src/app/pages/admin/admin.component.scss @@ -1,43 +1,126 @@ -.row h2 { - margin-top: 4%; +.box { + width: 700px; /* Increased width */ + height: 500px; /* Added height */ + border: 1px solid #ccc; + border-radius: 5px; + background-color: #D4DDDD; + + margin: 0 auto; + } + .tab-nav { + display: flex; + margin-bottom: 20px; + } + .tab-nav button { + flex: 1; /* Added flex to make tabs equal width */ + background-color: #EAD94C; + border: none; + border-radius: 0px; + padding: 5px 10px; /* Adjusted padding */ + font-size: 16px; + cursor: pointer; + text-align: center; /* Added text alignment */ + } + .tab-nav button:hover { + background-color: #D4DDDD; + } + .tab-nav button.active { + background-color: #7FCC26; + color: #000000; + } + .tab-content { + display: none; + /* Increased padding to accommodate tabs at the top of the box */ + padding-top: 20px; + } + .tab-content.active { + display: block; + } + + li { + list-style-type: none; + margin-bottom: 1%; +} + +.board-heading { + font-size: xx-large; + margin-left: 10%; +} + +.sub-heading { + font-size: x-large; } -.studentProgress { - padding: 5px; - margin: 10px; +.header-container { + display: flex; width: 100%; - background-color: #C4C4C4; - border-collapse: separate; - td { - padding: 10px; - background-color: #E5E5E5; - border-bottom: black 1px solid; - } - th { - font-family: 'Lato'; - font-weight: 600; - font-size: 16px; - line-height: 117.1%; - padding: 10px; - background-color: #C4C4C4; - border-bottom: black 1px solid; - } -} - -.searchbox { - margin-bottom: 40px; -} - -.searchBtn { - padding: 7px; - font-size: 19px; - border-radius: 12px; - border: none; - background-color: #C4C4C4; - transition-duration: 0.2s; + background-color: #ffffff; +} + +.board-logo { + width: 20%; + margin-right: 5%; +} + +.header-button { + display: inline-block; + margin-right: 5%; + margin-top: 10px; +} + +.header-right-section { + width: 75%; + text-align: right; +} + +.board-container{ + margin: 5% 10%; + margin-bottom: 10%; +} + +.board-container img { + padding: 5%; + } + +.chess-image { + display: block; + margin: 0 auto; + text-align: center; +} + +html, body { + height: 100%; + margin: 0; + padding: 0; + background-color: #E5F3D2; +} + +.footer { + width: 100%; + background-color: rgb(169, 208, 159) !important; + overflow: auto; +} + +.table { + width: 50%; + float: right; + margin-top: 1%; + margin-bottom: 1%; +} + +.contact-info, .table-two { + line-height: 10%; + margin-left: 10%; +} + +.contact-info { + margin-top: 1.5%; +} + +.table-two { + margin-top: 2%; } -.searchBtn:hover { - //color: #C4C4C4; - background-color: white; +.table img { + width: 25%; } \ No newline at end of file diff --git a/YStemAndChess/src/app/pages/admin/admin.component.spec.ts b/YStemAndChess/src/app/pages/admin/admin.component.spec.ts index c367dace7..fb533f87e 100644 --- a/YStemAndChess/src/app/pages/admin/admin.component.spec.ts +++ b/YStemAndChess/src/app/pages/admin/admin.component.spec.ts @@ -1,21 +1,18 @@ -import { ComponentFixture, TestBed, async } from '@angular/core/testing'; - -import { AdminComponent } from './admin.component'; +import { ComponentFixture, TestBed } from '@angular/core/testing'; import { HeaderComponent } from '../../header/header.component'; +import { AdminComponent } from './admin.component'; import { FooterComponent } from '../../footer/footer.component'; -import { ModalModule } from '../../_modal'; describe('AdminComponent', () => { let component: AdminComponent; let fixture: ComponentFixture; - beforeEach(async(() => { - TestBed.configureTestingModule({ - declarations: [ AdminComponent, HeaderComponent, FooterComponent ], - imports: [ ModalModule ] + beforeEach(async () => { + await TestBed.configureTestingModule({ + declarations: [ AdminComponent, HeaderComponent, FooterComponent ] }) .compileComponents(); - })); + }); beforeEach(() => { fixture = TestBed.createComponent(AdminComponent); @@ -26,4 +23,4 @@ describe('AdminComponent', () => { it('should create', () => { expect(component).toBeTruthy(); }); -}); +}); \ No newline at end of file diff --git a/YStemAndChess/src/app/pages/admin/admin.component.ts b/YStemAndChess/src/app/pages/admin/admin.component.ts index d267ab24c..ae8d15237 100644 --- a/YStemAndChess/src/app/pages/admin/admin.component.ts +++ b/YStemAndChess/src/app/pages/admin/admin.component.ts @@ -9,7 +9,7 @@ export class AdminComponent implements OnInit { constructor() { } - ngOnInit(): void { + ngOnInit ( ) : void { } -} +} \ No newline at end of file diff --git a/YStemAndChess/src/app/pages/be-amentor/be-amentor.component.html b/YStemAndChess/src/app/pages/be-amentor/be-amentor.component.html index b501dfdb7..ff6b53f18 100644 --- a/YStemAndChess/src/app/pages/be-amentor/be-amentor.component.html +++ b/YStemAndChess/src/app/pages/be-amentor/be-amentor.component.html @@ -1,158 +1,95 @@ - - - - - - - -
- - - -
- - - - - - -
-
- Child playing chess -
-
-

Interested in making a difference?

-
-
-

- Y STEM and Chess, Inc. (YSC) is focused on resolving two current - social problems by providing a uniquely twenty-first-century - methodology to learning called "Mastery Learning." First, YSC is - focused on our society’s unfulfilled need for students with a firm - learning foundation to pursue a life in the world of STEM. YSC seeks - to encourage STEM careers for all in our younger generation. Second, - and most importantly, YSC is focused on providing a solid educational - foundation for the children of our socially and economically - underserved populations and introducing and engaging them in the world - of STEM. -

- -

- Our goal is to use the Mastery Learning Model to provide at-risk and - underserved children with the skills, knowledge, and opportunity to - enter STEM career paths and to assist in solving the critical shortage - of STEM-skilled citizens today. -

-

- Since Mastery Learning provides each student with a unique learning - experience, we need your help. -

-
-
-
To apply to become a mentor, please fill out this google form.
-
-
- - - + + + + + + + YStemandChess + + +
+ +
+ + + + + + +
+
+

Become a Mentor

+

Your time and talent can make a real difference
in people's lives.

+
+ +
- -
- -
-
- -
-
-

Locations

-
-
-

- Y STEM and Chess works with schools with a large percentage of - students qualifying for free or reduced-cost lunch programs or those - that focus on the "at-risk" student population. These students are the - "outliers" of our traditional education system, both socially and - economically. Students in this group are often rebellious, not because - they are unable to learn but because they respond differently to - different learning approaches. The schools understand this, and that - is why they are looking for alternative solutions to fulfill the needs - of their "at-risk" students. Y STEM and Chess aim to be that - alternative educational approach. -

-
+ +
+
- -
-
-
- Stemy Mascot -
-
-

Become a mentor

-
-
-

- Y STEM and Chess works with schools with a large percentage of - students qualifying for free or reduced-cost lunch programs or that - focus on the “at-risk” student population. These students are the - “outliers” of our traditional education system both socially and - economically. Students of this group are often rebellious, not because - they are unable to learn, but because they respond to different - learning approaches. The schools understand this, and that is why they - are looking for alternative solutions to fulfill the needs of their - “at risk” students. Y STEM and Chess seeks to be that alternative - approach to education. -

-

- Our goal is to use the Mastery Learning Model to provide at-risk and - underserved children with the skills, knowledge, and opportunity to - enter STEM career paths and to assist in solving the critical shortage - of STEM-skilled citizens that exists today. -

-

- Since Mastery Learning provides each student with a unique learning - experience, we need YOU to help. -

+
+ + + + + + + + + +
+ +
+ + + +
+ +
+ + +
+
+ + +
+
+
+ + + -
-

Board

-
- Chess Image -
-
-

Officers

-
  • Devin Nakano
    Founder, President and Executive Director
  • -
  • Jasmine Redlich
    Vice President
  • -
  • Owen Oertell
    Secretary
  • -
  • Kelsey Korvela
    Treasurer
  • -
    -

    Board Members

    -
  • Amit Jain, Phd
    Chair of the Computer Science Boise State University
  • -
  • Sasikanth R.
    International Board Member and Entrepreneur
  • -
  • Holly Trainer
    Retired Public School teacher.
  • -
    - -
    - - - - - - - - - - - - - - - - - - - - -
    SponsorsSponsors
    -
    -

    info@ystemandchess.com

    -

    +1 208.996.5071

    -
    -
    - - - - - - -
    -
    - - \ No newline at end of file diff --git a/YStemAndChess/src/app/pages/financials-hifi/logo.png b/YStemAndChess/src/app/pages/financials-hifi/logo.png deleted file mode 100644 index 87f79781492ca8fa9c47d81a04d822002044575b..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 21117 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 Ac>n+a diff --git a/YStemAndChess/src/app/pages/financials-hifi/sponsor_1.png b/YStemAndChess/src/app/pages/financials-hifi/sponsor_1.png deleted file mode 100644 index fdbc1decb994bac476d3f47468273fdb618ff28e..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1456 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 IM6N<$f?zKgiU0rr diff --git a/YStemAndChess/src/app/pages/financials-hifi/sponsor_3.png b/YStemAndChess/src/app/pages/financials-hifi/sponsor_3.png deleted file mode 100644 index 27a326965ee847caa0dd55fb53c1f75f29f76ecd..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 6839 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 diff --git a/YStemAndChess/src/app/pages/financials-hifi/sponsor_5.png b/YStemAndChess/src/app/pages/financials-hifi/sponsor_5.png deleted file mode 100644 index 457f0626fb6a61ee706d530dd963b17d7b238b6f..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 5061 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 + + + + + + + Document + + +
    + + +
    + + + +

    Finance

    +
    + Chess Image +
    + + + + + + + + + + +
    +
    + +
    + + + + + \ No newline at end of file diff --git a/YStemAndChess/src/app/pages/financials/financials-hifi.component.scss b/YStemAndChess/src/app/pages/financials/financials-hifi.component.scss new file mode 100644 index 000000000..b52b570ba --- /dev/null +++ b/YStemAndChess/src/app/pages/financials/financials-hifi.component.scss @@ -0,0 +1,530 @@ +// body { +// margin: 0 auto; +// padding-top:5%; +// text-align: center; +// } + +// .website-icon::before{ +// position: absolute; +// left: -16px; +// top: 4px; +// content: " "; +// border: 5px solid #0a0a0a; +// border-radius: 500%; +// background: #7fcc26; +// height: 17px; +// width: 17px; +// margin-left:14px; +// } + +// .lesson::before{ +// position: absolute; +// left: -16px; +// top: 4px; +// content: " "; +// border: 5px solid #0a0a0a; +// border-radius: 500%; +// background: #C8B4FF; +// height: 17px; +// width: 17px; +// margin-left:14px; +// } + +// .puzzle::before{ +// position: absolute; +// left: -16px; +// top: 4px; +// content: " "; +// border: 5px solid #0a0a0a; +// border-radius: 500%; +// background: #0FDFF2; +// height: 17px; +// width: 17px; +// margin-left:14px; +// } + +// .mentoring::before{ +// position: absolute; +// left: -16px; +// top: 4px; +// content: " "; +// border: 5px solid #0a0a0a; +// border-radius: 500%; +// background: #FD8E4F; +// height: 17px; +// width: 17px; +// margin-left:14px; +// } + +// .playing::before{ +// position: absolute; +// left: -16px; +// top: 4px; +// content: " "; +// border: 5px solid #0a0a0a; +// border-radius: 500%; +// background: #F24598; +// height: 17px; +// width: 17px; +// margin-left:14px; +// } + +// .signupForm h2 { +// font-family: 'Lato'; +// font-style: normal; +// font-weight: 900; +// } + +// .myDiv h2{ +// font-size:23px; +// } + +// .signupForm input { +// margin: 20px; +// padding: 15px 32px; +// background-color: white; +// color: black; +// border: 3px solid #D64309; +// border-radius: 8px; +// outline-style: none; +// } + +// .signupForm li { +// list-style: none; +// font-family: 'Roboto'; +// font-size: 22px; +// font-style: normal; +// font-weight: 500; +// } + + +// .signupForm button { +// outline-style:none; +// padding-left:2%; //15px +// padding-right:2%; +// font-family: 'Roboto'; +// font-size: 22px; +// font-style: normal; +// font-weight: 700; +// background-color: #fff; +// color:#3A7CCA; +// border-radius: 33px; +// } + +// .signupForm button:hover { +// background-color: #3A7CCA; +// color: #fff; +// } + +// .errorMessages { +// color: red; +// } + +// #create { +// margin-top:2%; +// } + +// .x { +// margin-top: 2%; +// margin-left:235px; +// } + + +// .userProfileDiv { +// background-color: #E5F3D2 ; +// text-align: left; +// padding: 40px; +// } +// .memberInfo +// { +// text-align: left; +// margin-top: 20px; +// border-left: 1px solid #a3a0a0; +// padding-left:10% +// } +// .progressInfo +// { +// text-align: left; +// margin-top: 20px; +// } +// .lastLoginTime +// { +// font-size: 12px; +// } +// .basicDetail +// { +// border-bottom: 1px solid #a3a0a0; +// } + +// .myDiv{ +// margin-left:60px; +// } +// .tabView +// { +// margin-top: 15%; + +// } + + +// .rightbox { +// height: 100%; +// } + +// .tab { +// float: left; +// border: 1px solid #ccc; +// background-color: #f1f1f1; +// width: 21%; +// height: 447px; +// background-color: #E5F3D2; +// border-top-left-radius: 6px; +// border-bottom-left-radius: 6px; +// } + +// .tabcontent { +// float: left; +// padding: 0px 12px; +// border: 1px solid #ccc; +// width: 79%; +// border-left: none; +// height: 447px; +// overflow-y: auto; +// background-color: #C8F2AE; +// border-top-right-radius: 6px; +// border-bottom-right-radius: 6px; +// } + +// /* Style the buttons inside the tab */ +// // .tab button { +// // display: block; +// // background-color: red; + +// // color: black; +// // padding: 22px 16px; +// // width: 100%; +// // border: none; +// // outline: none; +// // text-align: left; +// // cursor: pointer; +// // transition: 0.3s; +// // font-size: 17px; +// // } + +// .tab-image{ +// width: 231px; +// height: 46px; +// border-top-left-radius: 5px; +// } + +// .tab-image2{ +// width: 231px; +// height: 46px; +// } + +// .tab-image3{ +// width: 231px; +// height: 46px; +// border-bottom-left-radius: 5px; +// } + +// .tab button.tab1{ +// display: block; +// padding-left: 0; +// padding-top: 0; +// border-top-left-radius: 5px; +// width: 100%; +// border: none; +// outline: none; +// cursor: pointer; + +// } + +// .tab button.tab2{ +// display: block; +// padding-left: 0; +// padding-top: 0; +// margin-top:10px; +// width: 100%; +// border: none; +// outline: none; +// cursor: pointer; + +// } + +// .tab button.tab3{ +// display: block; +// padding-left: 0; +// padding-top: 0; +// border-bottom-left-radius: 5px; +// margin-top:10px; +// width: 100%; +// border: none; +// outline: none; +// cursor: pointer; +// } + +// .tab button.tab4{ +// display: block; +// background-color: white; +// font-weight: 600; +// margin-top:10px; +// color: black; +// padding: 11px 16px; +// width: 100%; +// border: none; +// outline: none; +// text-align: left; +// cursor: pointer; +// transition: 0.3s; +// font-size: 17px; +// } + + +// .tab button.tab5{ +// display: block; +// font-weight: 600; +// background-color: dodgerblue; +// margin-top:10px; +// color: black; +// padding: 11px 16px; +// width: 100%; +// border: none; +// outline: none; +// text-align: left; +// cursor: pointer; +// transition: 0.3s; +// font-size: 17px; +// } + +// .tab button.tab6{ +// display: block; +// font-weight: 600; +// background-color: yellow; +// margin-top:10px; +// color: black; +// padding: 11px 16px; +// width: 100%; +// border: none; +// outline: none; +// text-align: left; +// cursor: pointer; +// transition: 0.3s; +// font-size: 17px; +// } + +// .tab button.tab7{ +// display: block; +// font-weight: 600; +// background-color: rgb(227, 133, 149); +// margin-top:10px; +// color: black; +// padding: 11px 16px; +// width: 100%; +// border: none; +// outline: none; +// text-align: left; +// cursor: pointer; +// transition: 0.3s; +// font-size: 17px; +// } + +// .tab button.tab8{ +// display: block; +// font-weight: 600; +// background-color: red; +// border-bottom-left-radius: 10px; +// color: black; +// margin-top:10px; +// padding: 11px 16px; +// width: 100%; +// border: none; +// outline: none; +// text-align: left; +// cursor: pointer; +// transition: 0.3s; +// font-size: 17px; +// } + + +// /* Change background color of buttons on hover */ + + +// /* Create an active/current "tab button" class */ + + +// /* Style the tab content */ + + +// .rb-container { +// font-family: "PT Sans", sans-serif; +// margin: auto; +// display: block; +// position: relative; +// } + +// .rb-container ul.rb { +// margin: 2.5em 0; +// padding: 0; +// display: inline-block; +// } + +// .rb-container ul.rb li { +// list-style: none; +// margin: auto; +// margin-left: 3em; +// min-height: 50px; +// border-left: 1px dashed #000; +// padding: 0 0 50px 30px; +// position: relative; +// } + +// .rb-container ul.rb li:last-child { +// border-left: 0; +// } + +// .rb-container ul.rb li::before { +// position: absolute; +// left: -16px; +// top: -5px; +// content: " "; +// border: 8px solid rgb(10, 10, 10); +// border-radius: 500%; +// background: #7fcc26; +// height: 28px; +// width: 28px; +// transition: all 500ms ease-in-out; +// } + + + +// .rb-container ul.rb li:hover::before { +// border-color: #232931; +// transition: all 1000ms ease-in-out; +// } + +// ul.rb li .timestamp { +// color: #0e0f0e; +// position: relative; +// width: 100px; +// font-size: 12px; +// } + +// .item-title { +// color: #000; +// } + + + +// .tabView { +// .container { +// width: 100%; +// position: relative; +// // top: 25%; +// left: 50%; +// transform: translate(-50%,-50%); +// font-size: 0; +// border-radius: 3px; +// overflow: hidden; +// input { +// display: none; +// &:checked + label { +// background:#becfb7; +// } +// @for $i from 1 through 4 { +// &#tab#{$i}:checked { +// ~ .line { +// left: #{($i - 1) * 25%}; +// } +// ~ .content-container #c#{$i} { +// opacity: 1; +// } +// } +// } +// } +// label { +// display: inline-block; +// font-size: 16px; +// height: 36px; +// line-height: 36px; +// width: 33.3%; +// text-align: center; +// background: #f4f4f4; +// color: #555; +// position: relative; +// transition: 0.25s background ease; +// cursor: pointer; +// &::after { +// content: ""; +// height: 2px; +// width: 100%; +// position: absolute; +// display: block; +// background: #ccc; +// bottom: 0; +// opacity: 0; +// left: 0; +// transition: 0.25s ease; +// } +// &:hover::after { +// opacity: 1; +// } +// } +// .line { +// position: absolute; +// height: 0px; +// background: #1E88E5; +// width: 33.3%; +// top: 34px; +// left: 0; +// transition: 0.25s ease; +// } +// .content-container { +// background: #eee; +// position: relative; +// height: 250px; +// font-size: 16px; +// overflow-y:scroll; +// .content { +// position: absolute; +// padding: 10px; +// width: 100%; +// top: 0; +// opacity: 0; +// transition: 0.25s ease; +// color: #333; +// h3 { +// font-weight: 200; +// margin: 10px 0; +// } +// p { +// margin: 10px 0; +// } +// p, i { +// font-size: 13px; +// } +// } +// } +// } +// } + +// .pdf-view { +// margin: auto; +// margin-top: 5%; +// height: 95px; +// // width: 600px; +// // border: 1px solid #dadada; +// } +// .sharedExpCategoryList{ +// cursor: pointer; +// list-style: square; +// color:red; +// padding-left: 4%; +// } + +// .sharedExpCategoryFile { +// list-style: square; +// cursor: pointer; +// color:red; +// padding-left: 4%; +// } + diff --git a/YStemAndChess/src/app/pages/financials-hifi/financials-hifi.component.spec.ts b/YStemAndChess/src/app/pages/financials/financials-hifi.component.spec.ts similarity index 74% rename from YStemAndChess/src/app/pages/financials-hifi/financials-hifi.component.spec.ts rename to YStemAndChess/src/app/pages/financials/financials-hifi.component.spec.ts index e5c3a3a52..3fd6917ef 100644 --- a/YStemAndChess/src/app/pages/financials-hifi/financials-hifi.component.spec.ts +++ b/YStemAndChess/src/app/pages/financials/financials-hifi.component.spec.ts @@ -1,6 +1,9 @@ import { ComponentFixture, TestBed } from '@angular/core/testing'; import { FinancialsHifiComponent } from './financials-hifi.component'; +import { FooterComponent } from '../../footer/footer.component'; + +import { HeaderComponent } from '../../header/header.component'; describe('FinancialsHifiComponent', () => { let component: FinancialsHifiComponent; @@ -8,7 +11,7 @@ describe('FinancialsHifiComponent', () => { beforeEach(async () => { await TestBed.configureTestingModule({ - declarations: [ FinancialsHifiComponent ] + declarations: [ FinancialsHifiComponent, FooterComponent, HeaderComponent ] }) .compileComponents(); }); @@ -22,4 +25,4 @@ describe('FinancialsHifiComponent', () => { it('should create', () => { expect(component).toBeTruthy(); }); -}); +}); \ No newline at end of file diff --git a/YStemAndChess/src/app/pages/financials-hifi/financials-hifi.component.ts b/YStemAndChess/src/app/pages/financials/financials-hifi.component.ts similarity index 91% rename from YStemAndChess/src/app/pages/financials-hifi/financials-hifi.component.ts rename to YStemAndChess/src/app/pages/financials/financials-hifi.component.ts index 430aeb024..3e74cb29e 100644 --- a/YStemAndChess/src/app/pages/financials-hifi/financials-hifi.component.ts +++ b/YStemAndChess/src/app/pages/financials/financials-hifi.component.ts @@ -9,7 +9,7 @@ export class FinancialsHifiComponent implements OnInit { constructor() { } - ngOnInit(): void { + ngOnInit ( ) : void { } -} +} \ No newline at end of file diff --git a/YStemAndChess/src/app/pages/financials/financials-hifi.css.map b/YStemAndChess/src/app/pages/financials/financials-hifi.css.map new file mode 100644 index 000000000..3e0af9012 --- /dev/null +++ b/YStemAndChess/src/app/pages/financials/financials-hifi.css.map @@ -0,0 +1,9 @@ +{ + "version": 3, + "mappings": "AAAA,AAAA,IAAI,CAAC;EACD,MAAM,EAAE,MAAM;EACd,WAAW,EAAC,EAAE;EACd,UAAU,EAAE,MAAM;CACrB;;AAED,AAAA,WAAW,CAAC,EAAE,CAAC;EACX,WAAW,EAAE,MAAM;EACnB,UAAU,EAAE,MAAM;EAClB,WAAW,EAAE,GAAG;CACnB;;AAED,AAAA,WAAW,CAAC,KAAK,CAAC;EACd,MAAM,EAAE,IAAI;EACZ,OAAO,EAAE,SAAS;EAClB,gBAAgB,EAAE,KAAK;EACvB,KAAK,EAAE,KAAK;EACZ,MAAM,EAAE,iBAAiB;EACzB,aAAa,EAAE,GAAG;EAClB,aAAa,EAAE,IAAI;CACtB;;AAED,AAAA,WAAW,CAAC,EAAE,CAAC;EACX,UAAU,EAAE,IAAI;EAChB,WAAW,EAAE,QAAQ;EACrB,SAAS,EAAE,IAAI;EACf,UAAU,EAAE,MAAM;EAClB,WAAW,EAAE,GAAG;CACnB;;AAED,AAAA,WAAW,CAAC,MAAM,CAAC;EACf,aAAa,EAAC,IAAI;EAClB,YAAY,EAAC,EAAE;EACf,aAAa,EAAC,EAAE;EAChB,WAAW,EAAE,QAAQ;EACrB,SAAS,EAAE,IAAI;EACf,UAAU,EAAE,MAAM;EAClB,WAAW,EAAE,GAAG;EAChB,gBAAgB,EAAE,IAAI;EACtB,KAAK,EAAC,OAAO;EACb,aAAa,EAAE,IAAI;CACtB;;AAED,AAAA,WAAW,CAAC,MAAM,AAAA,MAAM,CAAC;EACrB,gBAAgB,EAAE,OAAO;EACzB,KAAK,EAAE,IAAI;CACd;;AAED,AAAA,cAAc,CAAC;EACX,KAAK,EAAE,GAAG;CACb;;AAED,AAAA,OAAO,CAAC;EACJ,UAAU,EAAC,EAAE;CAChB;;AAED,AAAA,EAAE,CAAC;EACC,UAAU,EAAE,EAAE;EACd,WAAW,EAAC,KAAK;CACpB", + "sources": [ + "financials-hifi.component.scss" + ], + "names": [], + "file": "financials-hifi.component.css" +} \ No newline at end of file diff --git a/YStemAndChess/src/app/pages/home/home.component.html b/YStemAndChess/src/app/pages/home/home.component.html index 2242b58d4..7a2a5d89c 100644 --- a/YStemAndChess/src/app/pages/home/home.component.html +++ b/YStemAndChess/src/app/pages/home/home.component.html @@ -1,144 +1,92 @@ - - - - - - + -
    - - - -
    + + + + + YStemandChess + + +
    + +
    - - - - + - -
    -
    - Child playing chess -
    -
    -

    Our Mission

    -
    -
    -

    - Y STEM and Chess Inc. strives to empower underserved and at-risk children through mentoring and STEM skills development to enable them to pursue STEM careers and change their life trajectories. -

    -
    -
    - - -
    -
    -

    Play

    -
    -
    -

    First week is FREE!

    -
    -
    -

    - Become a member now to benefit your child and all other children who - participate in our program! -

    -
    -