Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
37 changes: 37 additions & 0 deletions YStemAndChess/src/app/app-routing.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,19 @@ 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";
import {ParentProfileComponent} from "./pages/parent-profile/parent-profile.component";


const routes: Routes = [
{ path: '', component: HomeComponent },
// Lets remove the one below this comment (PlayComponent) when we go into production
Expand Down Expand Up @@ -133,6 +146,30 @@ 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', component: MissionHifiComponent },
{ path: 'financial', component: FinancialsHifiComponent },
{ path: 'board', component: BoardHifiComponent },

{
path: 'mentor-profile',
component: MentorProfileComponent,
data: { roles: ['mentor'] },
canActivate: [LoginGuardService],
},
{
path: 'parent-profile',
component: ParentProfileComponent,
data: { roles: ['parent'] },
canActivate: [LoginGuardService],
},

];

@NgModule({
Expand Down
24 changes: 24 additions & 0 deletions YStemAndChess/src/app/app.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,18 @@ 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";
import {ParentProfileComponent} from "./pages/parent-profile/parent-profile.component";

const agoraConfig: AgoraConfig = {
AppID: '6c368b93b82a4b3e9fb8e57da830f2a4',
Expand Down Expand Up @@ -79,6 +91,18 @@ const agoraConfig: AgoraConfig = {
WhyChessComponent,
ResetPasswordComponent,
SetPasswordComponent,
SponsorsComponent,
MissionHifiComponent,
FinancialsHifiComponent,
BoardHifiComponent,
MathArticleComponent,
OnlineArticleComponent,
ComputerBenefitArticleComponent,
ChessBenefitArticleComponent,
MentoringBenefitArticleComponent,
AboutUsComponent,
MentorProfileComponent,
ParentProfileComponent
],
imports: [
BrowserModule,
Expand Down
6 changes: 3 additions & 3 deletions YStemAndChess/src/app/footer/footer.component.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

126 changes: 112 additions & 14 deletions YStemAndChess/src/app/footer/footer.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,90 @@
href="https://fonts.googleapis.com/css?family=Lato"
rel="stylesheet"
/>
<div class="main-container">
<div class="spacer"></div>
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css" rel="stylesheet">

<div class="container-fluid py-5">
<!-- <div class="spacer"></div> -->
<div class="container">
<div class="row">
<div class="col-12 col-md-6 col-lg-6 col-xl-6">
<div id="left-side">

<p>Info@ystemandchess.com</p>
<p>+1 208.996.5071</p>
</div>
<div id="right-side">

<a target="_blank" class="mr-5" href="https://twitter.com/ystemandchess">
<i class="fa-brands fa-twitter"></i>
</a>
<a target="_blank" class="mr-5" href="https://www.facebook.com/YSTEMandChess/">
<i class="fa-brands fa-facebook-f"></i>
</a>
<a target="_blank" class="mr-5" href="https://www.google.com/search?q=ystemandchess&oq=ystemandchess&aqs=chrome..69i57j0i546l2j69i60j69i65j69i60l3.2193j0j7&sourceid=chrome&ie=UTF-8#lrd=0x54aef93162f42799:0xc681c6d06a32d780,1,,,, ">
<i class="fa-brands fa-google"></i>
</a>
<a target="_blank" href="https://www.instagram.com/stemwithstemy/">
<i class="fa-brands fa-instagram"></i>
</a>
<div id="copy-right" class="mt-3">Copyright © 2023 YSTEMAndChess. PR. All rights reserved.</div>
</div>
</div>
<div class="col-12 col-md-3 col-lg-3 col-xl-3 d-grid mt-3 mt-md-0">
<h5 class="sponsor-title"><b><u>Sponsors</u></b></h5>
<div class="sponsor-img">
<img class="mb-2" src = "../../assets/images/student/sponsor_1.png">
<img class="mb-2" src = "../../assets/images/student/sponsor_2.png">
<img class="mb-2" src = "../../assets/images/student/sponsor_3.png">
</div>
</div>
<div class="col-12 col-md-3 col-lg-3 col-xl-3 d-grid mt-3 mt-md-0">
<h5 class="mb-4 sponsor-title"><b><u>Partners</u></b></h5>
<div class="sponsor-img">
<img class="mb-md-5 mb-2 mt-1" src = "../../assets/images/student/sponsor_4.png">
<img class="mb-2" src = "../../assets/images/student/sponsor_5.png">
</div>
<div class="d-flex justify-content-between">
<img class="mb-2" src = "../../assets/images/student/sponsor_6.png">
<img class="mb-2" src = "../../assets/images/student/sponsor_7.png">
</div>
</div>
</div>
</div>
<!-- <div class="contact-container">
<div id="left-side">

<p>Info@ystemandchess.com</p>
<p>+1 208.996.5071</p>
</div>
<div id="right-side">

<a target="_blank" href="https://twitter.com/ystemandchess">
<i class="fa-brands fa-twitter"></i>
</a>
<a target="_blank" href="https://www.facebook.com/YSTEMandChess/">
<i class="fa-brands fa-facebook-f"></i>
</a>
<a target="_blank" href="https://www.instagram.com/stemwithstemy/">
<i class="fa-brands fa-google"></i>
</a>
<a
target="_blank"
href="https://donorbox.org/y-stem-and-chess-inc-learning-platform"
>
<i class="fa-brands fa-instagram"></i>
</a>
<div id="copy-right">Copyright © 2023 YSTEMAndChess. PR. All rights reserved.</div>
</div>
</div> -->
<!-- <div class="sponsors-container">
<h3>Sponsors</h3>
<a target="_blank" href="https://www.getventive.com" target="_blank"
><img
src="../../assets/images/Footer/Sponsors/Ventive.png"
alt="Ventive"
/></a>
</div>
<div class="partners-container">
<h3>Partners</h3>
<a target="_blank" href="https://boiserm.org/" target="_blank"
Expand All @@ -27,17 +109,33 @@ <h3>Partners</h3>
src="../../assets/images/Footer/Partners/BoysAndGirlsClub.png"
alt="Boys and Girls Club"
/></a>
</div>
<div class="sponsors-container">
<h3>Sponsors</h3>
<a target="_blank" href="https://www.getventive.com" target="_blank"
><img
src="../../assets/images/Footer/Sponsors/Ventive.png"
alt="Ventive"
/></a>
</div>
<div id="clear"></div>
<div class="contact-container">
</div> -->
<!-- <div class="sponsors-container">
<table class = "table">
<tr>
<td><b><u>Sponsors</u></b></td>
<td><b><u>Partners</u></b></td>

</tr>
<tr>
<td><img src = "../../assets/images/student/sponsor_1.png"></td>
<td><img src = "../../assets/images/student/sponsor_4.png"></td>
</tr>
<tr>
<td><img src = "../../assets/images/student/sponsor_2.png"></td>
<td><img src = "../../assets/images/student/sponsor_5.png"></td>
<td rowspan="3"><img src = "../../assets/images/student/sponsor_7.png"></td>
</tr>
<tr>
<td><img src = "../../assets/images/student/sponsor_3.png"></td>
<td><img src = "../../assets/images/student/sponsor_6.png"></td>
</tr>

</table>
</div> -->

<!-- <div id="clear"></div> -->
<!-- <div class="contact-container">
<div id="left-side">
<p>Y STEM AND CHESS INC.</p>
<p>devin@ystemandchess.com</p>
Expand Down Expand Up @@ -82,7 +180,7 @@ <h3>Sponsors</h3>
/>
</a>
</div>
</div>
</div> -->
</div>
</footer>
</html>
Loading