diff --git a/assets/css/styles.css b/assets/css/styles.css
index 2d815c1..05722b3 100644
--- a/assets/css/styles.css
+++ b/assets/css/styles.css
@@ -1452,6 +1452,10 @@ select {
z-index: 50;
}
+.col-span-3 {
+ grid-column: span 3/span 3;
+}
+
.-mx-2 {
margin-left: -0.5rem;
margin-right: -0.5rem;
@@ -1462,11 +1466,20 @@ select {
margin-right: auto;
}
+.my-2 {
+ margin-top: 0.5rem;
+ margin-bottom: 0.5rem;
+}
+
.my-4 {
margin-top: 1rem;
margin-bottom: 1rem;
}
+.mb-2 {
+ margin-bottom: 0.5rem;
+}
+
.mb-4 {
margin-bottom: 1rem;
}
@@ -1475,6 +1488,10 @@ select {
margin-left: auto;
}
+.mt-2 {
+ margin-top: 0.5rem;
+}
+
.mt-4 {
margin-top: 1rem;
}
@@ -1483,10 +1500,6 @@ select {
margin-top: 2rem;
}
-.mb-2 {
- margin-bottom: 0.5rem;
-}
-
.inline {
display: inline;
}
@@ -1503,6 +1516,10 @@ select {
display: none;
}
+.aspect-video {
+ aspect-ratio: 16/9;
+}
+
.h-20 {
height: 5rem;
}
@@ -1511,6 +1528,10 @@ select {
height: 6rem;
}
+.h-56 {
+ height: 14rem;
+}
+
.h-full {
height: 100%;
}
@@ -1523,10 +1544,18 @@ select {
width: 8.333333%;
}
+.w-1\/3 {
+ width: 33.333333%;
+}
+
.w-11\/12 {
width: 91.666667%;
}
+.w-3\/5 {
+ width: 60%;
+}
+
.w-4\/5 {
width: 80%;
}
@@ -1539,14 +1568,31 @@ select {
width: 100%;
}
+.max-w-64 {
+ max-width: 16rem;
+}
+
.max-w-7xl {
max-width: 80rem;
}
+.max-w-xl {
+ max-width: 36rem;
+}
+
.flex-1 {
flex: 1 1 0%;
}
+.shrink {
+ flex-shrink: 1;
+}
+
+.-skew-y-6 {
+ --tw-skew-y: -6deg;
+ transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
+}
+
.list-inside {
list-style-position: inside;
}
@@ -1559,6 +1605,14 @@ select {
grid-template-columns: repeat(1, minmax(0, 1fr));
}
+.grid-cols-2 {
+ grid-template-columns: repeat(2, minmax(0, 1fr));
+}
+
+.grid-cols-5 {
+ grid-template-columns: repeat(5, minmax(0, 1fr));
+}
+
.grid-cols-6 {
grid-template-columns: repeat(6, minmax(0, 1fr));
}
@@ -1591,6 +1645,10 @@ select {
gap: 0.5rem;
}
+.gap-4 {
+ gap: 1rem;
+}
+
.gap-x-3 {
-moz-column-gap: 0.75rem;
column-gap: 0.75rem;
@@ -1674,11 +1732,26 @@ select {
background-color: rgb(2 9 23/var(--tw-bg-opacity));
}
+.bg-cadet-100 {
+ --tw-bg-opacity: 1;
+ background-color: rgb(245 247 247/var(--tw-bg-opacity));
+}
+
+.bg-cadet-300 {
+ --tw-bg-opacity: 1;
+ background-color: rgb(206 219 218/var(--tw-bg-opacity));
+}
+
.bg-cadet-500 {
--tw-bg-opacity: 1;
background-color: rgb(142 168 164/var(--tw-bg-opacity));
}
+.bg-cadet-800 {
+ --tw-bg-opacity: 1;
+ background-color: rgb(52 102 86/var(--tw-bg-opacity));
+}
+
.bg-cadet-900 {
--tw-bg-opacity: 1;
background-color: rgb(29 77 58/var(--tw-bg-opacity));
@@ -1699,11 +1772,31 @@ select {
background-color: rgb(17 24 39/var(--tw-bg-opacity));
}
+.bg-green-600 {
+ --tw-bg-opacity: 1;
+ background-color: rgb(24 87 76/var(--tw-bg-opacity));
+}
+
+.bg-red-500 {
+ --tw-bg-opacity: 1;
+ background-color: rgb(149 29 32/var(--tw-bg-opacity));
+}
+
+.bg-red-600 {
+ --tw-bg-opacity: 1;
+ background-color: rgb(133 23 26/var(--tw-bg-opacity));
+}
+
.bg-white {
--tw-bg-opacity: 1;
background-color: rgb(255 255 255/var(--tw-bg-opacity));
}
+.bg-yellow-300 {
+ --tw-bg-opacity: 1;
+ background-color: rgb(245 224 162/var(--tw-bg-opacity));
+}
+
.bg-opacity-40 {
--tw-bg-opacity: 0.4;
}
@@ -1780,6 +1873,10 @@ select {
padding-bottom: 5rem;
}
+.pb-8 {
+ padding-bottom: 2rem;
+}
+
.pb-\[65px\] {
padding-bottom: 65px;
}
@@ -1800,6 +1897,10 @@ select {
padding-top: 6rem;
}
+.pt-4 {
+ padding-top: 1rem;
+}
+
.text-center {
text-align: center;
}
@@ -1885,6 +1986,11 @@ select {
color: rgb(4 14 31/var(--tw-text-opacity));
}
+.text-blue-900 {
+ --tw-text-opacity: 1;
+ color: rgb(2 9 23/var(--tw-text-opacity));
+}
+
.text-cadet-300 {
--tw-text-opacity: 1;
color: rgb(206 219 218/var(--tw-text-opacity));
@@ -1895,6 +2001,11 @@ select {
color: rgb(29 77 58/var(--tw-text-opacity));
}
+.text-red-500 {
+ --tw-text-opacity: 1;
+ color: rgb(149 29 32/var(--tw-text-opacity));
+}
+
.text-white {
--tw-text-opacity: 1;
color: rgb(255 255 255/var(--tw-text-opacity));
@@ -2005,12 +2116,24 @@ html {
.lg\:flex {
display: flex;
}
+ .lg\:grid {
+ display: grid;
+ }
.lg\:h-1\/3 {
height: 33.333333%;
}
.lg\:h-full {
height: 100%;
}
+ .lg\:w-1\/2 {
+ width: 50%;
+ }
+ .lg\:w-1\/3 {
+ width: 33.333333%;
+ }
+ .lg\:w-1\/4 {
+ width: 25%;
+ }
.lg\:w-2\/4 {
width: 50%;
}
@@ -2182,7 +2305,7 @@ body.login {
position: absolute;
opacity: 0;
transition: all 600ms ease-in-out;
- padding: 1rem 1rem 1rem 2rem;
+ padding: 1rem;
}
@media (min-width: 1024px) {
.accordion-content {
@@ -2350,6 +2473,36 @@ body.login {
background-position: center;
}
+.bg-attending-college-or-university {
+ background-image: url(../../assets/images/bgs/attending-college-or-university.png);
+ background-repeat: no-repeat;
+ background-size: cover;
+ background-position: center;
+}
+
+.iceberg-illusion {
+ background-image: url(../../assets/images/bgs/attending-college-or-university.png);
+ background-repeat: no-repeat;
+ background-size: cover;
+ background-position: center;
+}
+
+.differences-columns:nth-child(odd) {
+ background-color: var(--copper-200); /* Odd row background color */
+}
+
+.tips-columns:nth-child(odd) {
+ background-color: var(--cadet-500); /* Odd row background color */
+}
+
+.terms-columns:nth-child(even) {
+ background-color: var(--cadet-500); /* Odd row background color */
+}
+
+.comparisons-columns:nth-child(even) {
+ background-color: var(--copper-200); /* Odd row background color */
+}
+
.flip {
transform: scaleX(-1);
}
diff --git a/assets/images/bgs/tinified.zip b/assets/images/bgs/NAN App.zip
similarity index 100%
rename from assets/images/bgs/tinified.zip
rename to assets/images/bgs/NAN App.zip
diff --git a/assets/images/bgs/advocate-for-yourself.png b/assets/images/bgs/advocate-for-yourself.png
new file mode 100644
index 0000000..bb47d39
Binary files /dev/null and b/assets/images/bgs/advocate-for-yourself.png differ
diff --git a/assets/images/bgs/attend-your-classes.png b/assets/images/bgs/attend-your-classes.png
new file mode 100644
index 0000000..5e76182
Binary files /dev/null and b/assets/images/bgs/attend-your-classes.png differ
diff --git a/assets/images/bgs/attending-college-or-university.png b/assets/images/bgs/attending-college-or-university.png
new file mode 100644
index 0000000..58d750e
Binary files /dev/null and b/assets/images/bgs/attending-college-or-university.png differ
diff --git a/assets/images/bgs/backsplash.png b/assets/images/bgs/backsplash.png
index 11d6735..45f751e 100644
Binary files a/assets/images/bgs/backsplash.png and b/assets/images/bgs/backsplash.png differ
diff --git a/assets/images/bgs/cash-in-hand.png b/assets/images/bgs/cash-in-hand.png
new file mode 100644
index 0000000..70c0130
Binary files /dev/null and b/assets/images/bgs/cash-in-hand.png differ
diff --git a/assets/images/bgs/check-all-your-options.png b/assets/images/bgs/check-all-your-options.png
new file mode 100644
index 0000000..7be56bd
Binary files /dev/null and b/assets/images/bgs/check-all-your-options.png differ
diff --git a/assets/images/bgs/daily-living-and-housing.png b/assets/images/bgs/daily-living-and-housing.png
index d5db52f..1abb63b 100644
Binary files a/assets/images/bgs/daily-living-and-housing.png and b/assets/images/bgs/daily-living-and-housing.png differ
diff --git a/assets/images/bgs/discipline-over-motivation.png b/assets/images/bgs/discipline-over-motivation.png
new file mode 100644
index 0000000..27895da
Binary files /dev/null and b/assets/images/bgs/discipline-over-motivation.png differ
diff --git a/assets/images/bgs/effective-communication-skills.png b/assets/images/bgs/effective-communication-skills.png
new file mode 100644
index 0000000..914f369
Binary files /dev/null and b/assets/images/bgs/effective-communication-skills.png differ
diff --git a/assets/images/bgs/expense-reduction.png b/assets/images/bgs/expense-reduction.png
new file mode 100644
index 0000000..11f94f6
Binary files /dev/null and b/assets/images/bgs/expense-reduction.png differ
diff --git a/assets/images/bgs/fit-school-into-life.png b/assets/images/bgs/fit-school-into-life.png
new file mode 100644
index 0000000..cf29bfd
Binary files /dev/null and b/assets/images/bgs/fit-school-into-life.png differ
diff --git a/assets/images/bgs/goals-and-objectives.png b/assets/images/bgs/goals-and-objectives.png
index 9d0cfc1..e428b5e 100644
Binary files a/assets/images/bgs/goals-and-objectives.png and b/assets/images/bgs/goals-and-objectives.png differ
diff --git a/assets/images/bgs/housing-graphics.png b/assets/images/bgs/housing-graphics.png
new file mode 100644
index 0000000..f07c9a7
Binary files /dev/null and b/assets/images/bgs/housing-graphics.png differ
diff --git a/assets/images/bgs/iceberg-illusion.png b/assets/images/bgs/iceberg-illusion.png
new file mode 100644
index 0000000..db36745
Binary files /dev/null and b/assets/images/bgs/iceberg-illusion.png differ
diff --git a/assets/images/bgs/income-tax-t4.png b/assets/images/bgs/income-tax-t4.png
new file mode 100644
index 0000000..8aac122
Binary files /dev/null and b/assets/images/bgs/income-tax-t4.png differ
diff --git a/assets/images/bgs/increasing-income.png b/assets/images/bgs/increasing-income.png
new file mode 100644
index 0000000..062cce7
Binary files /dev/null and b/assets/images/bgs/increasing-income.png differ
diff --git a/assets/images/bgs/independent-learning.png b/assets/images/bgs/independent-learning.png
new file mode 100644
index 0000000..ba48c51
Binary files /dev/null and b/assets/images/bgs/independent-learning.png differ
diff --git a/assets/images/bgs/login_bg.jpeg b/assets/images/bgs/login_bg.jpeg
index b2e240b..e872355 100644
Binary files a/assets/images/bgs/login_bg.jpeg and b/assets/images/bgs/login_bg.jpeg differ
diff --git a/assets/images/bgs/make-plans-early.png b/assets/images/bgs/make-plans-early.png
new file mode 100644
index 0000000..ebf2e0d
Binary files /dev/null and b/assets/images/bgs/make-plans-early.png differ
diff --git a/assets/images/bgs/managing-your-finances.png b/assets/images/bgs/managing-your-finances.png
index e93b16c..f035514 100644
Binary files a/assets/images/bgs/managing-your-finances.png and b/assets/images/bgs/managing-your-finances.png differ
diff --git a/assets/images/bgs/mental-health-and-wellness.png b/assets/images/bgs/mental-health-and-wellness.png
index bb6938e..2a3d98f 100644
Binary files a/assets/images/bgs/mental-health-and-wellness.png and b/assets/images/bgs/mental-health-and-wellness.png differ
diff --git a/assets/images/bgs/online-learning.png b/assets/images/bgs/online-learning.png
new file mode 100644
index 0000000..7445810
Binary files /dev/null and b/assets/images/bgs/online-learning.png differ
diff --git a/assets/images/bgs/prep-for-univerisity.png b/assets/images/bgs/prep-for-univerisity.png
index de73a35..4a836dd 100644
Binary files a/assets/images/bgs/prep-for-univerisity.png and b/assets/images/bgs/prep-for-univerisity.png differ
diff --git a/assets/images/bgs/preparing-for-college-and-university.png b/assets/images/bgs/preparing-for-college-and-university.png
index 5d562a6..b3a2038 100644
Binary files a/assets/images/bgs/preparing-for-college-and-university.png and b/assets/images/bgs/preparing-for-college-and-university.png differ
diff --git a/assets/images/bgs/pros-and-cons-list.png b/assets/images/bgs/pros-and-cons-list.png
new file mode 100644
index 0000000..8471b5f
Binary files /dev/null and b/assets/images/bgs/pros-and-cons-list.png differ
diff --git a/assets/images/bgs/remote-work.png b/assets/images/bgs/remote-work.png
new file mode 100644
index 0000000..e005692
Binary files /dev/null and b/assets/images/bgs/remote-work.png differ
diff --git a/assets/images/bgs/rent-apartment.png b/assets/images/bgs/rent-apartment.png
new file mode 100644
index 0000000..d7c0fa1
Binary files /dev/null and b/assets/images/bgs/rent-apartment.png differ
diff --git a/assets/images/bgs/residence.png b/assets/images/bgs/residence.png
new file mode 100644
index 0000000..bbaa780
Binary files /dev/null and b/assets/images/bgs/residence.png differ
diff --git a/assets/images/bgs/resources-and-additional-information.png b/assets/images/bgs/resources-and-additional-information.png
index 0c30f01..64615bb 100644
Binary files a/assets/images/bgs/resources-and-additional-information.png and b/assets/images/bgs/resources-and-additional-information.png differ
diff --git a/assets/images/bgs/room-with-family-or-friends.png b/assets/images/bgs/room-with-family-or-friends.png
new file mode 100644
index 0000000..68bbc78
Binary files /dev/null and b/assets/images/bgs/room-with-family-or-friends.png differ
diff --git a/assets/images/bgs/share-achievements.png b/assets/images/bgs/share-achievements.png
new file mode 100644
index 0000000..ad68bf8
Binary files /dev/null and b/assets/images/bgs/share-achievements.png differ
diff --git a/assets/images/bgs/you-can-do-it.png b/assets/images/bgs/you-can-do-it.png
new file mode 100644
index 0000000..54c10ad
Binary files /dev/null and b/assets/images/bgs/you-can-do-it.png differ
diff --git a/assets/images/bgs/you-got-this.png b/assets/images/bgs/you-got-this.png
new file mode 100644
index 0000000..242db90
Binary files /dev/null and b/assets/images/bgs/you-got-this.png differ
diff --git a/assets/images/people/student_image.png b/assets/images/people/student_image.png
new file mode 100644
index 0000000..82a0060
Binary files /dev/null and b/assets/images/people/student_image.png differ
diff --git a/assets/js/index.js b/assets/js/index.js
index b715673..eb1f542 100644
--- a/assets/js/index.js
+++ b/assets/js/index.js
@@ -43,7 +43,7 @@ class Nav {
constructor() {
this.toggleMenuBtn = document.getElementById('toggle-nav');
this.toggleSlideOutMenu = document.getElementById('slide-out-menu');
- this.accordions = document.querySelectorAll('.accordion');
+ this.accordions = document.querySelectorAll('#slide-out-menu .accordion');
this.toggleCollapse();
this.events();
}
diff --git a/assets/js/index.js.map b/assets/js/index.js.map
index 9752fa2..2dab44b 100644
--- a/assets/js/index.js.map
+++ b/assets/js/index.js.map
@@ -1 +1 @@
-{"version":3,"file":"index.js","mappings":";;;;;;;;;;;;;;AAAA,MAAMA,aAAa,CAAC;EAClBC,WAAWA,CAAA,EAAG;IACZ,IAAI,CAACC,OAAO,GAAGC,QAAQ,CAACC,gBAAgB,CAAC,mBAAmB,CAAC;IAC7D,IAAI,CAACC,cAAc,CAAC,CAAC;EACvB;EAEAA,cAAcA,CAAA,EAAG;IACf,IAAI,CAACH,OAAO,CAACI,OAAO,CAAEC,MAAM,IAAK;MAC/BA,MAAM,CAACC,gBAAgB,CAAC,OAAO,EAAE,MAAM;QACrCD,MAAM,CAACE,UAAU,CAACA,UAAU,CAACC,SAAS,CAACH,MAAM,CAAC,QAAQ,CAAC;MACzD,CAAC,CAAC;IACJ,CAAC,CAAC;EACJ;AAEF;AAEA,iEAAeP,aAAa;;;;;;;;;;;;;;AChB5B,MAAMW,GAAG,CAAC;EACRV,WAAWA,CAAA,EAAG;IACZ,IAAI,CAACW,aAAa,GAAGT,QAAQ,CAACU,cAAc,CAAC,YAAY,CAAC;IAC1D,IAAI,CAACC,kBAAkB,GAAGX,QAAQ,CAACU,cAAc,CAAC,gBAAgB,CAAC;IACnE,IAAI,CAACE,UAAU,GAAGZ,QAAQ,CAACC,gBAAgB,CAAC,YAAY,CAAC;IACzD,IAAI,CAACC,cAAc,CAAC,CAAC;IACrB,IAAI,CAACW,MAAM,CAAC,CAAC;EACf;EAEAA,MAAMA,CAAA,EAAG;IACP;IACA,IAAI,CAACJ,aAAa,CAACJ,gBAAgB,CAAC,OAAO,EAAE,MAAM,IAAI,CAACS,aAAa,CAAC,CAAC,CAAC;EAC1E;EAEAA,aAAaA,CAAA,EAAG;IACd,IAAI,CAACL,aAAa,CAACF,SAAS,CAACH,MAAM,CAAC,QAAQ,CAAC;IAC7C,IAAI,CAACO,kBAAkB,CAACJ,SAAS,CAACH,MAAM,CAAC,MAAM,CAAC;IAChDJ,QAAQ,CAACe,IAAI,CAACR,SAAS,CAACH,MAAM,CAAC,UAAU,CAAC;IAC1C,IAAI,CAACF,cAAc,CAAC,CAAC;EACvB;EAEAA,cAAcA,CAAA,EAAG;IACfc,UAAU,CAAC,MAAM;MACf,IAAI,CAACJ,UAAU,CAACT,OAAO,CAAEc,SAAS,IAAK;QACrCA,SAAS,CAACV,SAAS,CAACW,MAAM,CAAC,QAAQ,CAAC;MACtC,CAAC,CAAC;IACJ,CAAC,EAAE,GAAG,CAAC;EACT;AAEF;AAEA,iEAAeV,GAAG;;;;;;;;;;;;;;AC/BlB,MAAMW,YAAY,CAAC;EACjBrB,WAAWA,CAAA,EAAG;IACZ,IAAI,CAACsB,QAAQ,GAAGpB,QAAQ,CAACU,cAAc,CAAC,WAAW,CAAC;IACpD,IAAI,CAACW,YAAY,GAAGrB,QAAQ,CAACU,cAAc,CAAC,eAAe,CAAC;IAC5D,IAAI,CAACY,SAAS,GAAGtB,QAAQ,CAACU,cAAc,CAAC,YAAY,CAAC;IACtD,IAAI,CAACa,SAAS,GAAGvB,QAAQ,CAACU,cAAc,CAAC,YAAY,CAAC;IACtD,IAAI,CAACG,MAAM,CAAC,CAAC;EACf;EAEAA,MAAMA,CAAA,EAAG;IACP;IACA,IAAI,IAAI,CAACO,QAAQ,EAAE;MACjB,IAAI,CAACA,QAAQ,CAACf,gBAAgB,CAAC,OAAO,EAAE,MAAM,IAAI,CAACmB,QAAQ,CAAC,CAAC,CAAC;IAChE;EACF;EAEAA,QAAQA,CAAA,EAAG;IACT,IAAI,CAACH,YAAY,CAACd,SAAS,CAACkB,GAAG,CAAC,OAAO,CAAC;IACxCT,UAAU,CAAC,MAAM;MACf,IAAI,CAACM,SAAS,CAACf,SAAS,CAACkB,GAAG,CAAC,SAAS,CAAC;MACvC,IAAI,CAACF,SAAS,CAAChB,SAAS,CAACkB,GAAG,CAAC,SAAS,CAAC;MACvC,IAAI,CAACJ,YAAY,CAACd,SAAS,CAACkB,GAAG,CAAC,QAAQ,CAAC;IAC3C,CAAC,EAAE,GAAG,CAAC;IACPT,UAAU,CAAC,MAAM;MACf,IAAI,CAACM,SAAS,CAACf,SAAS,CAACW,MAAM,CAAC,aAAa,CAAC;MAC9C,IAAI,CAACK,SAAS,CAAChB,SAAS,CAACW,MAAM,CAAC,aAAa,CAAC;MAC9C,IAAI,CAACI,SAAS,CAACf,SAAS,CAACW,MAAM,CAAC,SAAS,CAAC;MAC1C,IAAI,CAACK,SAAS,CAAChB,SAAS,CAACW,MAAM,CAAC,SAAS,CAAC;IAC5C,CAAC,EAAE,IAAI,CAAC;EACV;AACF;AAEA,iEAAeC,YAAY;;;;;;;;;;;;;;AChC3B,MAAMO,IAAI,CAAC;EACT5B,WAAWA,CAAA,EAAG;IACZ6B,OAAO,CAACC,GAAG,CAAC,qCAAqC,CAAC;EACpD;AACF;AAEA,iEAAeF,IAAI;;;;;;UCNnB;UACA;;UAEA;UACA;UACA;UACA;UACA;UACA;UACA;UACA;UACA;UACA;UACA;UACA;UACA;;UAEA;UACA;;UAEA;UACA;UACA;;;;;WCtBA;WACA;WACA;WACA;WACA,yCAAyC,wCAAwC;WACjF;WACA;WACA;;;;;WCPA;;;;;WCAA;WACA;WACA;WACA,uDAAuD,iBAAiB;WACxE;WACA,gDAAgD,aAAa;WAC7D;;;;;;;;;;;;;;;ACNA;AACA;AACuC;AACM;AACM;AACF;;AAEjD;AACA;;AAEA,IAAII,UAAU,GAAG,IAAIJ,2DAAI,CAAC,CAAC;AAC3B,IAAIK,UAAU,GAAG,IAAIF,2DAAU,CAAC,CAAC;AACjC,IAAIG,aAAa,GAAG,IAAInC,8DAAa,CAAC,CAAC;AACvC,IAAIwB,YAAY,GAAG,IAAIF,6DAAY,CAAC,CAAC,C","sources":["webpack://starter/./src/modules/CollapsePanel.js","webpack://starter/./src/modules/NavControl.js","webpack://starter/./src/modules/SplashScreen.js","webpack://starter/./src/modules/TestModule.js","webpack://starter/webpack/bootstrap","webpack://starter/webpack/runtime/define property getters","webpack://starter/webpack/runtime/hasOwnProperty shorthand","webpack://starter/webpack/runtime/make namespace object","webpack://starter/./src/index.js"],"sourcesContent":["class CollapsePanel {\r\n constructor() {\r\n this.toggles = document.querySelectorAll('.accordion-toggle')\r\n this.toggleCollapse()\r\n }\r\n\r\n toggleCollapse() {\r\n this.toggles.forEach((toggle) => {\r\n toggle.addEventListener('click', () => {\r\n toggle.parentNode.parentNode.classList.toggle('active')\r\n })\r\n })\r\n }\r\n\r\n}\r\n\r\nexport default CollapsePanel\r\n","class Nav {\r\n constructor() {\r\n this.toggleMenuBtn = document.getElementById('toggle-nav')\r\n this.toggleSlideOutMenu = document.getElementById('slide-out-menu')\r\n this.accordions = document.querySelectorAll('.accordion')\r\n this.toggleCollapse()\r\n this.events()\r\n }\r\n\r\n events() {\r\n // Open and Close the Nav Menu\r\n this.toggleMenuBtn.addEventListener('click', () => this.toggleNavMenu())\r\n }\r\n\r\n toggleNavMenu() {\r\n this.toggleMenuBtn.classList.toggle('active')\r\n this.toggleSlideOutMenu.classList.toggle('open')\r\n document.body.classList.toggle('noScroll')\r\n this.toggleCollapse()\r\n }\r\n\r\n toggleCollapse() {\r\n setTimeout(() => {\r\n this.accordions.forEach((accordion) => {\r\n accordion.classList.remove('active')\r\n })\r\n }, 600)\r\n }\r\n\r\n}\r\n\r\nexport default Nav\r\n","class SplashScreen {\r\n constructor() {\r\n this.enterBtn = document.getElementById('app-enter')\r\n this.splashScreen = document.getElementById('splash-screen')\r\n this.headerNav = document.getElementById('header-nav')\r\n this.footerNav = document.getElementById('footer-nav')\r\n this.events()\r\n }\r\n\r\n events() {\r\n // Open and Close the Nav Menu\r\n if (this.enterBtn) {\r\n this.enterBtn.addEventListener('click', () => this.enterApp())\r\n }\r\n }\r\n\r\n enterApp() {\r\n this.splashScreen.classList.add('close')\r\n setTimeout(() => {\r\n this.headerNav.classList.add('in-view')\r\n this.footerNav.classList.add('in-view')\r\n this.splashScreen.classList.add('hidden')\r\n }, 600)\r\n setTimeout(() => {\r\n this.headerNav.classList.remove('out-of-view')\r\n this.footerNav.classList.remove('out-of-view')\r\n this.headerNav.classList.remove('in-view')\r\n this.footerNav.classList.remove('in-view')\r\n }, 2000)\r\n }\r\n}\r\n\r\nexport default SplashScreen\r\n","class Test {\r\n constructor() {\r\n console.log('This Module is for testing purposes')\r\n }\r\n}\r\n\r\nexport default Test\r\n","// The module cache\nvar __webpack_module_cache__ = {};\n\n// The require function\nfunction __webpack_require__(moduleId) {\n\t// Check if module is in cache\n\tvar cachedModule = __webpack_module_cache__[moduleId];\n\tif (cachedModule !== undefined) {\n\t\treturn cachedModule.exports;\n\t}\n\t// Create a new module (and put it into the cache)\n\tvar module = __webpack_module_cache__[moduleId] = {\n\t\t// no module.id needed\n\t\t// no module.loaded needed\n\t\texports: {}\n\t};\n\n\t// Execute the module function\n\t__webpack_modules__[moduleId](module, module.exports, __webpack_require__);\n\n\t// Return the exports of the module\n\treturn module.exports;\n}\n\n","// define getter functions for harmony exports\n__webpack_require__.d = (exports, definition) => {\n\tfor(var key in definition) {\n\t\tif(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {\n\t\t\tObject.defineProperty(exports, key, { enumerable: true, get: definition[key] });\n\t\t}\n\t}\n};","__webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))","// define __esModule on exports\n__webpack_require__.r = (exports) => {\n\tif(typeof Symbol !== 'undefined' && Symbol.toStringTag) {\n\t\tObject.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });\n\t}\n\tObject.defineProperty(exports, '__esModule', { value: true });\n};","// Our modules / classes\r\n// Import modules e.g import MobileMenu from \"./modules/MobileMenu\"\r\nimport Test from './modules/TestModule'\r\nimport NavControl from './modules/NavControl'\r\nimport CollapsePanel from './modules/CollapsePanel'\r\nimport SplashScreen from './modules/SplashScreen'\r\n\r\n// Instantiate a new object using our modules/classes\r\n// e.g var mobileMenu = new MobileMenu()\r\n\r\nvar testModule = new Test()\r\nvar navControl = new NavControl()\r\nvar collapsePanel = new CollapsePanel()\r\nvar splashScreen = new SplashScreen()\r\n"],"names":["CollapsePanel","constructor","toggles","document","querySelectorAll","toggleCollapse","forEach","toggle","addEventListener","parentNode","classList","Nav","toggleMenuBtn","getElementById","toggleSlideOutMenu","accordions","events","toggleNavMenu","body","setTimeout","accordion","remove","SplashScreen","enterBtn","splashScreen","headerNav","footerNav","enterApp","add","Test","console","log","NavControl","testModule","navControl","collapsePanel"],"sourceRoot":""}
\ No newline at end of file
+{"version":3,"file":"index.js","mappings":"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","sources":["webpack://starter/./src/modules/CollapsePanel.js","webpack://starter/./src/modules/NavControl.js","webpack://starter/./src/modules/SplashScreen.js","webpack://starter/./src/modules/TestModule.js","webpack://starter/webpack/bootstrap","webpack://starter/webpack/runtime/define property getters","webpack://starter/webpack/runtime/hasOwnProperty shorthand","webpack://starter/webpack/runtime/make namespace object","webpack://starter/./src/index.js"],"sourcesContent":["class CollapsePanel {\r\n constructor() {\r\n this.toggles = document.querySelectorAll('.accordion-toggle')\r\n this.toggleCollapse()\r\n }\r\n\r\n toggleCollapse() {\r\n this.toggles.forEach((toggle) => {\r\n toggle.addEventListener('click', () => {\r\n toggle.parentNode.parentNode.classList.toggle('active')\r\n })\r\n })\r\n }\r\n\r\n}\r\n\r\nexport default CollapsePanel\r\n","class Nav {\r\n constructor() {\r\n this.toggleMenuBtn = document.getElementById('toggle-nav')\r\n this.toggleSlideOutMenu = document.getElementById('slide-out-menu')\r\n this.accordions = document.querySelectorAll('#slide-out-menu .accordion')\r\n this.toggleCollapse()\r\n this.events()\r\n }\r\n\r\n events() {\r\n // Open and Close the Nav Menu\r\n this.toggleMenuBtn.addEventListener('click', () => this.toggleNavMenu())\r\n }\r\n\r\n toggleNavMenu() {\r\n this.toggleMenuBtn.classList.toggle('active')\r\n this.toggleSlideOutMenu.classList.toggle('open')\r\n document.body.classList.toggle('noScroll')\r\n this.toggleCollapse()\r\n }\r\n\r\n toggleCollapse() {\r\n setTimeout(() => {\r\n this.accordions.forEach((accordion) => {\r\n accordion.classList.remove('active')\r\n })\r\n }, 600)\r\n }\r\n\r\n}\r\n\r\nexport default Nav\r\n","class SplashScreen {\r\n constructor() {\r\n this.enterBtn = document.getElementById('app-enter')\r\n this.splashScreen = document.getElementById('splash-screen')\r\n this.headerNav = document.getElementById('header-nav')\r\n this.footerNav = document.getElementById('footer-nav')\r\n this.events()\r\n }\r\n\r\n events() {\r\n // Open and Close the Nav Menu\r\n if (this.enterBtn) {\r\n this.enterBtn.addEventListener('click', () => this.enterApp())\r\n }\r\n }\r\n\r\n enterApp() {\r\n this.splashScreen.classList.add('close')\r\n setTimeout(() => {\r\n this.headerNav.classList.add('in-view')\r\n this.footerNav.classList.add('in-view')\r\n this.splashScreen.classList.add('hidden')\r\n }, 600)\r\n setTimeout(() => {\r\n this.headerNav.classList.remove('out-of-view')\r\n this.footerNav.classList.remove('out-of-view')\r\n this.headerNav.classList.remove('in-view')\r\n this.footerNav.classList.remove('in-view')\r\n }, 2000)\r\n }\r\n}\r\n\r\nexport default SplashScreen\r\n","class Test {\r\n constructor() {\r\n console.log('This Module is for testing purposes')\r\n }\r\n}\r\n\r\nexport default Test\r\n","// The module cache\nvar __webpack_module_cache__ = {};\n\n// The require function\nfunction __webpack_require__(moduleId) {\n\t// Check if module is in cache\n\tvar cachedModule = __webpack_module_cache__[moduleId];\n\tif (cachedModule !== undefined) {\n\t\treturn cachedModule.exports;\n\t}\n\t// Create a new module (and put it into the cache)\n\tvar module = __webpack_module_cache__[moduleId] = {\n\t\t// no module.id needed\n\t\t// no module.loaded needed\n\t\texports: {}\n\t};\n\n\t// Execute the module function\n\t__webpack_modules__[moduleId](module, module.exports, __webpack_require__);\n\n\t// Return the exports of the module\n\treturn module.exports;\n}\n\n","// define getter functions for harmony exports\n__webpack_require__.d = (exports, definition) => {\n\tfor(var key in definition) {\n\t\tif(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {\n\t\t\tObject.defineProperty(exports, key, { enumerable: true, get: definition[key] });\n\t\t}\n\t}\n};","__webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))","// define __esModule on exports\n__webpack_require__.r = (exports) => {\n\tif(typeof Symbol !== 'undefined' && Symbol.toStringTag) {\n\t\tObject.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });\n\t}\n\tObject.defineProperty(exports, '__esModule', { value: true });\n};","// Our modules / classes\r\n// Import modules e.g import MobileMenu from \"./modules/MobileMenu\"\r\nimport Test from './modules/TestModule'\r\nimport NavControl from './modules/NavControl'\r\nimport CollapsePanel from './modules/CollapsePanel'\r\nimport SplashScreen from './modules/SplashScreen'\r\n\r\n// Instantiate a new object using our modules/classes\r\n// e.g var mobileMenu = new MobileMenu()\r\n\r\nvar testModule = new Test()\r\nvar navControl = new NavControl()\r\nvar collapsePanel = new CollapsePanel()\r\nvar splashScreen = new SplashScreen()\r\n"],"names":["CollapsePanel","constructor","toggles","document","querySelectorAll","toggleCollapse","forEach","toggle","addEventListener","parentNode","classList","Nav","toggleMenuBtn","getElementById","toggleSlideOutMenu","accordions","events","toggleNavMenu","body","setTimeout","accordion","remove","SplashScreen","enterBtn","splashScreen","headerNav","footerNav","enterApp","add","Test","console","log","NavControl","testModule","navControl","collapsePanel"],"sourceRoot":""}
\ No newline at end of file
diff --git a/front-page.php b/front-page.php
index 0e56899..31a97eb 100644
--- a/front-page.php
+++ b/front-page.php
@@ -12,6 +12,32 @@ require_once(get_theme_file_path('/includes/back-end/helper_functions.php'));
+
+
+
+
Attending College or University
+
+
+ Transitioning from high school to college or university is a big change. If you are coming from a small First Nation, the school will likely have more students than the population of your community! There will also be students from around the world who will be learning alongside you.
+
+
+
+
+
+
+
There’s so much opportunities for yourself to take,
+ such as meeting new people, participating in extracurricular
+ activities and you can do what interests
+ you. Also, you will notice the way you feel your
+ mind opening up in a way that you enjoy.”
+
Keara Isaac, Moose Cree First Nation
+
Social Service Worker – Indigenous Specialization at Cambrian College
+ Check with your teachers, counsellors, and the university or college calendar to:
+
+
+
Make sure you have all of the prerequisites for the program.
+
Sign up for all the courses you want or need
+ to take.
+
If you don’t have all the courses needed, ask if they offer upgrading courses or programs such as Native Access Program.
+
February 1st is the college Equal Consideration Date: if you apply after this date, the college will only look at applications as first come first serve until the program is filled.
+
Mid-January is the deadline to complete your Ontario Universities’ Application Centre application to attend a University.
+
If you are applying to a private college or university, like an Indigenous post-secondary institute, you will need to get the application information from them.
+
Apply early to make sure all the forms you
+ need have been filled out and the institution
+ has them.
+
+
+
+
+
+
In Ontario, post-secondary applications are done online.
MID-JANUARY IS THE DEADLINE TO APPLY TO COLLEGE OR UNIVERSITY
+
+
+
+
+
\ No newline at end of file
diff --git a/templates/internal/band-funding.php b/templates/internal/band-funding.php
new file mode 100644
index 0000000..58cb8d6
--- /dev/null
+++ b/templates/internal/band-funding.php
@@ -0,0 +1,20 @@
+
+
+
+
Ask your band about post-secondary funding and what is available to you.
+
+
+ While some First Nations directly administer funding for their students, others must go through a tribal council or educational organization, such as the Northern Nishnawbe Education Council (NNEC). Each of these will have different policies and procedures that you will need to follow when applying for funding. Note: not every student will get the same amount of money, and some students may not meet the criteria for the funder at that time.
+
+
+
As soon as you can, talk to your school counsellor or your community’s Education Director to find out how to apply for this funding.
+
There are additional funding and supports for full time students living with dependents (children) including access to free childcare. More information in Students With Children
+
+
+
+
+
+
Be sure to apply early!
+
+
+
\ No newline at end of file
diff --git a/templates/internal/before-signing-the-lease.php b/templates/internal/before-signing-the-lease.php
new file mode 100644
index 0000000..09f0d6f
--- /dev/null
+++ b/templates/internal/before-signing-the-lease.php
@@ -0,0 +1,63 @@
+
+
+
+
Questions to ask the landlords
+
+
+
+
Here are a few questions to ask your future landlord about the rental:
+
+
+
What is the total square footage and room configuration?
+
Are some or all of the utilities covered by the rent? If not, can you give me an estimate for those costs?
+
What are your parking options?
+
Is there on-site maintenance, security, and/or property managers?
+
What is the refund policy for security deposits?
+
Is there a secure area for mail and inbound packages?
+
What types of customizations can you make to a property (paint, nails for hanging pictures, etc.)? Which ones are prohibited?
+
Will facilities staff conduct inspections, and how much notice do they need to give?
+
Are there any safety or health concerns associated with the property (mould, lead paint, etc.)?
+
When are quiet hours?
+
Are there guest restrictions?
+
Are there any fees associated with the rental that we haven’t discussed?
+
+
+
+
+
+
+
+
Walkthrough
+
You should always conduct a formal walkthrough with your landlord or property manager before signing a lease.
+
+
+
+
+
+
Review the Lease
+
Always read the entire lease agreement. You may notice some restrictions and procedures you were not expecting on how the terms of a lease agreement work. Most lease agreements are detailed to avoid any uncertainties.
+
+
+
+
+
+
+
What is the total square footage and room configuration?
+
What charges are you liable for?
+
If you decide to move away during summer break on a one-year lease, are you allowed to sublet your room for those months?
+
Are you allowed to add roommates to your lease?
+
Pet policies?
+
+
+
+
+
+
+
The Landlord Tennent Act outlines the legal rights and responsibilities of the Landlord and you, the Tenant. You can learn more at: Renting in Ontario: Your rights
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/templates/internal/budgeting-your-money.php b/templates/internal/budgeting-your-money.php
new file mode 100644
index 0000000..40cb5f2
--- /dev/null
+++ b/templates/internal/budgeting-your-money.php
@@ -0,0 +1,93 @@
+
+
+
+
Going to college or university can be expensive.
+
+
+
+
For most students, there is never enough money for everything you need or want to do.
+
+
+
Be practical
+
Prioritize your spending
+
Don’t spend more than you can afford
+
Build in an “emergency fund” for any unexpected things that may come up
+
+
+
+
+
+
+
+ The following links provide information about money that may be available to you and how to make your money go further. See page 36 for a sample monthly budget.
+
+ This website provides free resources and videos to help you learn to make a budget that will work for you. This will help you as you begin your post-secondary studies as well as after you graduate. These include:
+
+
+
+
+
+
+
+
Ontario Native Education Counsellors Association (ONECA)
+ ONECA provides information about managing your finances.
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/templates/internal/career-goals.php b/templates/internal/career-goals.php
index 475b706..90ccd8e 100644
--- a/templates/internal/career-goals.php
+++ b/templates/internal/career-goals.php
@@ -2,8 +2,8 @@
-
-
What you want for yourself in life
+
+
What you want for yourself in life
diff --git a/templates/internal/education-level-differences.php b/templates/internal/education-level-differences.php
new file mode 100644
index 0000000..707e347
--- /dev/null
+++ b/templates/internal/education-level-differences.php
@@ -0,0 +1,202 @@
+ 'Registering for School',
+ 'high-school-info' => [
+ 'Registration is only needed for Grade 9, or if the student is new to the school.',
+ 'There are no fees to attend high school.'
+ ],
+ 'college-university-info' => [
+ 'Students must apply to college or university by completing the necessary forms. There are fees to apply.',
+ 'Tuition and other fees must be paid in order to register.',
+ 'More information on page 10'
+ ]
+ ],
+ [
+ 'title' => 'Registering for Classes',
+ 'high-school-info' => [
+ 'Students choose courses in February or March for the following school year.',
+ 'Some classes have a limited number of spaces, so you need to register early.'
+ ],
+ 'college-university-info' => [
+ 'Students must ensure they have the correct prerequisites and meet grade requirements. Many courses are only available to students in certain programs.',
+ 'Some classes or programs have limited student capacity, so you need to apply early and/or complete additional paperwork to be considered.'
+ ]
+ ],
+ [
+ 'title' => 'Class Size',
+ 'high-school-info' => ['Classes are usually less than 30.'],
+ 'college-university-info' => [
+ 'College classroom sizes range from 25-150.',
+ 'University Class sizes range from 50-400.',
+ 'Class size tends to shrink as classes and years progress.',
+ 'Supplementary class (i.e., labs) sizes range from 15 to 60 people.'
+ ]
+ ],
+ [
+ 'title' => 'Teachers',
+ 'high-school-info' => [
+ 'You see your teachers every day.',
+ 'Teachers are available after school if you need help.'
+ ],
+ 'college-university-info' => [
+ 'You might only see your instructors one to three times a week.',
+ 'Instructors are usually the primary source of instruction in both lectures and labs.',
+ 'Generally, you must make an appointment to talk with your instructor during their office hours.',
+ 'Most teacher/professors will meet with you before or after class for a quick discussion.'
+ ]
+ ],
+ [
+ 'title' => 'Routines',
+ 'high-school-info' => [
+ 'Students are given a schedule which is the same for most days.',
+ 'There are classes every day.',
+ 'School hours are between 8:30 a.m. to 4 p.m.'
+ ],
+ 'college-university-info' => [
+ 'Students choose classes in June - July based on program requirements.',
+ 'Most classes are held 1 to 3 times a week.',
+ 'Classes are held between 8 a.m. - 10 p.m.'
+ ]
+ ],
+ [
+ 'title' => 'Responsibility',
+ 'high-school-info' => [
+ 'Teachers assign work, make deadlines, and remind you of due dates.',
+ 'The office will call home if you are not at school. The teachers may send work home if you miss a class.',
+ 'If you miss an exam or test, you can write it later.'
+ ],
+ 'college-university-info' => [
+ 'You must make sure your assignments are completed and handed in on time. Instructors may not remind you of due dates.',
+ 'Some courses do track attendance and may be a contributor to marks, however it is your responsibility to obtain any notes missed.',
+ 'If you think you will miss an exam or test, you must talk with your instructor. You won’t be able to write it later if you fail to make arrangements.'
+ ]
+ ],
+ [
+ 'title' => 'How Clases Are Taught',
+ 'high-school-info' => [
+ 'Teachers use different methods when they teach.',
+ 'Often there is time during class to work on assignments and homework.'
+ ],
+ 'college-university-info' => [
+ 'Instructors often lecture and there is no time for independent work during class. A lot of your learning will be done through reading (i.e., textbooks, assigned materials) and online components.',
+ 'Labs typically spend 50% of the time teaching and 50% of the time for practice or completion of assignments. Labs are a great time to ask questions and seek additional support from instructors. Labs are often taught by Graduate Assistants or Teaching Assistants.'
+ ]
+ ],
+ [
+ 'title' => 'Individual Support',
+ 'high-school-info' => [
+ 'Education assistants and special education teachers are provided by the school.',
+ 'The school ensures any assessments are done.',
+ 'Students get an Individual Education Plan'
+ ],
+ 'college-university-info' => [
+ 'Students must talk to student services to get special accommodations or supports.',
+ 'Students must provide assessments if necessary. If the student wants to get an assessment, they need to self-advocate by going to the student support center.',
+ 'Students create a Post-Secondary Learning Plan with the Student Support Centre.',
+ ]
+ ], [
+ 'title' => 'Assignments, Tests and Grades',
+ 'high-school-info' => [
+ 'Different kinds of assignments are given. Late assignments are usually accepted.',
+ 'Teachers prepare students before a test (reviews, how to write the test, how to study)',
+ 'Final grades are based on many assignments.'
+ ],
+ 'college-university-info' => [
+ 'Read course syllabus carefully!',
+ 'Assignments have strict deadlines. Marks are taken off for late assignments.',
+ 'If you are caught plagiarizing, you will be given an automatic ZERO and can be expelled.',
+ 'Students are responsible for preparing for exams and tests.',
+ 'Exams may be written in classrooms or gyms with students from other courses.',
+ 'Some courses base marks on multiple assignments, lab performance and tests. Some courses will only base marks on 2-3 tests.'
+ ]
+ ]
+
+];
+
+
+?>
+
+
+
+
+
+
+
DIFFERENCES BETWEEN HIGH SCHOOL AND POST-SECONDARY
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/templates/internal/educational-goals.php b/templates/internal/educational-goals.php
index 2d36d42..a6f4749 100644
--- a/templates/internal/educational-goals.php
+++ b/templates/internal/educational-goals.php
@@ -2,10 +2,11 @@
-
-
To get the career and life you want
+
+
To get the career and life you want
+
A program for everyone: You might pick a program because it is your favourite or best subject in school. You might pick a program because it will lead you towards the job you want. There are also general programs for when you don’t yet know which program is the one for you.
+ There are a few choices for accommodation, depending on what you want and what is available.
+
+
+
+
+
+
+
+
+
Residence
+
+
+
This is on-campus accommodation and ideal for schools away from home. It is a single or shared room, with access to a common bathroom, laundry, and common room. Students in residence often get a meal plan at the cafeteria. You will meet with many other students, and many lifelong friendships are made!
+
+
+
+
+
+
+
+
+
Rent a room or apartment
+
+
+
This is off-campus housing. Depending on what you want and what you can afford, you might get a room in a house or apartment. Remember to consider the costs that are not included in the rent.
+
+
+
+
+
+
+
+
+
Room with friends or family
+
+
+
If you have friends or family living in the city, you may be able to live with them. Again, ask questions about sharing their home.
+
+
+
+
+
+
Whatever you decide, make your arrangements as early as you can.
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/templates/internal/grants-bursaries-and-loans.php b/templates/internal/grants-bursaries-and-loans.php
new file mode 100644
index 0000000..8e9f27b
--- /dev/null
+++ b/templates/internal/grants-bursaries-and-loans.php
@@ -0,0 +1,130 @@
+ 'Grant',
+ 'content' => [
+ 'DOES NOT have to be repaid',
+ 'Usually provided by the government See: (Ontario Student Assistance Program - OSAP)..',
+ 'Students MUST meet the funding criteria'
+ ]
+ ], [
+ 'title' => 'Bursary',
+ 'content' => [
+ 'DOES NOT have to be repaid',
+ 'For students with a demonstrated financial need',
+ 'Various needs in the application process'
+ ]
+ ],
+ [
+ 'title' => 'Loan',
+ 'content' => [
+ 'MUST be repaid',
+ 'Repayment usually begins after you have graduated or been out of school for 6 months (Student Line of Credit through bank, OSAP, etc.)',
+ 'Students must meet criteria set out by the lender'
+ ]
+ ],
+ [
+ 'title' => 'Award or Scholarship',
+ 'content' => [
+ 'DOES NOT have to be repaid',
+ 'Students must meet specific criteria, such as marks or community involvement'
+ ]
+ ]
+];
+
+?>
+
+
+
+
+
Talk to Student Services or your Educational Advisor about available funding opportunities.
+
+
+
+
+
+
Financial Support For Students
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ For more information about grants, bursaries, loans, and scholarships, talk to the financial aid office at your college or university. You can also find information on the following websites:
+
+
+
\ No newline at end of file
diff --git a/templates/internal/income-tax.php b/templates/internal/income-tax.php
new file mode 100644
index 0000000..59c92e5
--- /dev/null
+++ b/templates/internal/income-tax.php
@@ -0,0 +1,23 @@
+
+
+
+
If you have a part-time job, you will have to file your income tax.
+
+
+
Your employer will give you a T4 document. This shows how much money you made in the year and how much tax and other deductions were taken off.
+
You will receive your T4 in February. You will need to use this to complete your Income Tax Return.
+
Students who are also funded through OSAP will be required to submit their T4A when they file their income tax. These forms are found on your National Student Loans Service Centre (NSLSC) account.
+
You can complete your Income Tax Form yourself by hand, online, or through a tax professional for a fee (like H&R Block). Be sure to keep a copy for yourself.
+
Submit your Income Tax Return by mail or electronically no later than April 30.
+
You may get money back from the government after they process your income tax.
+
Keep your Income Tax Return and tax documents for 7 years.
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/templates/internal/off-campus-housing.php b/templates/internal/off-campus-housing.php
new file mode 100644
index 0000000..bbd27fe
--- /dev/null
+++ b/templates/internal/off-campus-housing.php
@@ -0,0 +1,195 @@
+ 'Apartment',
+ 'pros' => [
+ 'Secure and private entry to the building and unit',
+ 'Typically fewer tenants per unit than are found in a house',
+ 'Greater chance of an onsite, and more responsive, landlord or property manager'
+ ],
+ 'cons' => [
+ 'Shared space with all other residents, especially laundry rooms, mail areas, and lounges',
+ 'Buildings with many units have a greater potential for noise issues and hazards',
+ 'Apartment hallways, trash rooms, and entryways may be neglected or abused'
+ ]
+ ],
+ [
+ 'title' => 'House',
+ 'pros' => [
+ 'Typically more spacious than an apartment holding the same number of tenants',
+ 'Much better way to live with a large group of people, which is one of the cheapest ways to rent',
+ 'Better chance pets are permitted, especially if the house comes with a yard',
+ 'More likely to have private amenities, such as a washer and dryer'
+ ],
+ 'cons' => [
+ 'Oftentimes homes are less secure than apartments, especially if the property is isolated',
+ 'Homes may require more maintenance, which can mean more reliance on the landlord',
+ 'The fewer people you live with, or the nicer the house, the pricier the rent will be. Total rent for a house will tend to be more than the apartment equivalent',
+ 'Shared bathroom, kitchen, and living areas can mean less privacy overall'
+ ]
+ ]
+];
+
+?>
+
+
+
+
+
+
+ Living off-campus can be a great choice when attending post-secondary school. Remember to do your research and ask questions!
+
+
Renting can be costly, and you will also need to think about any one-time costs:
Some landlords will include one or more utilities in the rent. Any utility not included with the rent will need to be paid separately.
+
+
+
Water: cities charge for water being sent to the unit.
+
Electricity: this can be called Hydro One or Synergy North.
+
Heating: some units use natural gas from Enbridge to heat the property.
+
+
+
+
+
+
What rental period is best for you?
+
+ In formal leasing agreements, there are different rental periods.
+
+
+
One-year Lease (the most common)
+
Eight-month Lease (slightly difficult to find)
+
Month-to-month Lease (more difficult to find)
+
+
+
+
+
+
What kind of property should you rent?
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Pros
+
+
+
+
+
+
+
+
+
+
+
+
= $pro ?>
+
+
+
+
+
+
+
+
+
+
+
+
+
Cons
+
+
+
+
+
+
+
+
+
+
+
+
= $con ?>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Overall, establishing safe and supportive allies, accessing resources, and participating in cultural events helped me the most when transitioning from high school to post-secondary and ensured my success when completing my program. I encourage all Indigenous students to access culturally safe supports and settings when moving onto post-secondary because it can make an immense difference in your overall well-being and success!”
+
Mackenzie Young, Mattagami First Nation
+
Northern College Graduate – Social Services Program
+
+
+
+
+
\ No newline at end of file
diff --git a/templates/internal/online-learning-and-remote-work.php b/templates/internal/online-learning-and-remote-work.php
new file mode 100644
index 0000000..873ae6f
--- /dev/null
+++ b/templates/internal/online-learning-and-remote-work.php
@@ -0,0 +1,210 @@
+ 'Gave Goals',
+ 'content' => [
+ 'Define your reasons for studying, set daily, weekly, and monthly goals for studying and doing assignments'
+ ]
+ ],
+ [
+ 'title' => 'Be Focused',
+ 'content' => [
+ 'Create a quiet, organized study space'
+ ]
+ ],
+ [
+ 'title' => 'Identify what works for you',
+ 'content' => [
+ 'Be aware of your daily responsibilities, how you study, and your energy levels during certain parts of the day, etc.'
+ ]
+ ],
+ [
+ 'title' => 'Schedule your time',
+ 'content' => [
+ 'You are in charge of creating a routine that works for you'
+ ]
+ ],
+ [
+ 'title' => 'Organize your work',
+ 'content' => [
+ 'Know your workload & due dates'
+ ]
+ ],
+ [
+ 'title' => 'Attend your classes',
+ 'content' => [
+ 'Visit classes when they are live or set a schedule for you to do your async coursework'
+ ]
+ ],
+ [
+ 'title' => 'Make the most of what your College/University has to offer',
+ 'content' => [
+ 'Contact the Student Support Centre for help managing your timetable and choosing courses',
+ 'Career and employability resources e.g., help with writing or choosing a career path',
+ 'Help for students with disabilities',
+ 'Resources to help you learn the technology skills your course requires',
+ 'Resources to improve your study skills',
+ 'Connect with tutors'
+ ]
+ ],
+ [
+ 'title' => 'Connect',
+ 'content' => [
+ 'Socialize and work with other online learners'
+ ]
+ ],
+ [
+ 'title' => 'Make sure you have supports in place',
+ 'content' => [
+ 'Family & Friends',
+ 'Childcare needs',
+ 'Financial assistance',
+ 'Employer communication'
+ ]
+ ],
+ [
+ 'title' => 'Talk to your employer',
+ 'content' => [
+ 'Sponsorship: some companies may be able to fund or even partially fund your studies',
+ 'Study leave: they may be willing to work around your exams or big assignments',
+ 'Flexible work arrangement: your work may have a work from home policy which could allow you to use your saved commuting time to study',
+ 'Unpaid leave: your company may be able to offer a few unpaid leave days if you need them to fit in your studying'
+ ]
+ ],
+ [
+ 'title' => 'Embrace Technology',
+ 'content' => [
+ 'Make use of free productivity apps',
+ '“Calendar” app on your phone',
+ '“Evernote” for class notes',
+ '“Easybib” for citations or bibliographies',
+ '“Mendely” for sharing and keeping track of your research',
+ '“Doodle” for scheduling meetings'
+ ]
+ ],
+ [
+ 'title' => 'Backup EVERYTHING',
+ 'content' => [
+ 'You never know when your computer will crash or when you might spill your 2:00 a.m. coffee on your computer'
+ ]
+ ],
+ [
+ 'title' => 'Be mindful of online etiquette',
+ 'content' => [
+ 'Read out loud before pressing send. You will be able to check for errors as well as your tone'
+ ]
+ ],
+];
+
+
+?>
+
+
+
+
+
Online Learning & Working From Home
+
+
+ Benefits of online learning:
+
+
+
You can study wherever you want
+
Most times you can build your own schedule
+
Could potentially save money (travel,parking, etc.)
+
Learn while balancing life and working
+
+
+
+
+
+
+
+
+
+
+ Skills to support online learning:
+
+
+
Self-regulated
+
Effective Time Management (i.e., short term and long-term goals, due dates)
+
Independent Learner
+
Communication skills (it is important to reach out to your professors to arrange a time to ask questions or speak to them. Just because they are not there in person doesn’t mean you can’t build a good relationship with them).
+
+
\ No newline at end of file
diff --git a/templates/internal/personal-goals.php b/templates/internal/personal-goals.php
index 289524e..719a581 100644
--- a/templates/internal/personal-goals.php
+++ b/templates/internal/personal-goals.php
@@ -2,8 +2,8 @@
-
-
What you want for yourself in life
+
+
What you want for yourself in life
diff --git a/templates/internal/special-needs-financial-awards.php b/templates/internal/special-needs-financial-awards.php
new file mode 100644
index 0000000..677cf8e
--- /dev/null
+++ b/templates/internal/special-needs-financial-awards.php
@@ -0,0 +1,30 @@
+
+
+
\ No newline at end of file
diff --git a/templates/internal/strategies-for-success.php b/templates/internal/strategies-for-success.php
new file mode 100644
index 0000000..8479e57
--- /dev/null
+++ b/templates/internal/strategies-for-success.php
@@ -0,0 +1,234 @@
+ 'Get to know your college or university',
+ 'subtitle' => 'Visit your college or university before you begin classes. If you can’t go in person, many institutions have videos and virtual tours of their campuses on their websites.',
+ 'content' => [
+ "Ontario Native Education Counselling Association (ONECA) has produced videos of many colleges and universities in Ontario. These videos focus on supports, services and programs specifically for Indigenous students. To find your college or university, go to: Post Secondary Virtual Tours",
+ "Universities Canada has online tools to help you decide which university to attend. Plan For University",
+ "Universities Canada has online tools to help you decide which university to attend. Indigenous Programs and Services"
+ ],
+ 'image' => ''
+ ],
+ [
+ 'title' => 'Get to know your campus when you arrive.',
+ 'subtitle' => 'Explore the campus and find what is there for you:',
+ 'content' => [
+ 'Locations of the classrooms/lecture halls/labs on your timetable. Before classes begin, locate your classrooms.',
+ 'Cafeteria or food court',
+ 'Coffee shop',
+ 'Library',
+ 'Indigenous Students’ Centre',
+ 'Student Services',
+ 'Athletic facilities',
+ 'Financial Aid',
+ 'Student Union',
+ 'Parking and bus stops',
+ 'Security'
+ ],
+ 'image' => ''
+ ],
+ [
+ 'title' => 'Attend your classes',
+ 'subtitle' => '',
+ 'content' => [
+ 'If you miss a class, ask your instructor or a fellow student to share their notes with you. You can do the same for other students. (If you think you need help with note taking in class, ask for help at the academic support centre)',
+ 'Instructors provide information that may not be in your readings.',
+ 'Asking questions can help you get a better idea of what to expect on exams, tests and assignments. Most instructors don’t do reviews in class before exams or tests.'
+ ],
+ 'image' => 'attend-your-classes.png'
+ ],
+ [
+ 'title' => 'Get to know your instructors and fellow students.',
+ 'subtitle' => '',
+ 'content' => [
+ 'Unless you make an appointment with your instructor, you will only see them during class hours. Meeting with instructors is a great way to ask for assistance with assignments.',
+ 'It is important to talk to other students about assignments and readings, or to share notes if you miss a class. Some students like to study alone, while others like to study with classmates.',
+ 'You will meet instructors and fellow students from other provinces and nationalities at college and university. Keep an open mind to the diversity.'
+ ],
+ 'image' => ''
+ ],
+ [
+ 'title' => 'Advocate for Yourself',
+ 'subtitle' => '',
+ 'content' => [
+ 'If you need a better explanation from your instructor.',
+ 'If you require learning assistance, contact the Student Accessibility Centre.',
+ 'When in doubt, ask for help! This is part of your self-care and is important for your success!'
+ ],
+ 'image' => 'advocate-for-yourself.png'
+ ],
+ [
+ 'title' => 'Essay writing',
+ 'subtitle' => '',
+ 'content' => [
+ 'You will be expected to write essays, reports, and create presentations.',
+ 'If you need help, ask at the academic support centre. You might get free tutoring.',
+ 'Always have someone read your work before you hand it in. Even good writers can miss their own mistakes.',
+ 'Follow the essay guidelines outlined by your instructor as closely as possible.',
+ 'Be sure to reference and cite all work that is not your own to avoid plagiarism.'
+ ],
+ 'image' => ''
+ ],
+ [
+ 'title' => 'Effective study skills',
+ 'subtitle' => '',
+ 'content' => [
+ 'Be sure to visit the Student Support Services office when you arrive on campus.',
+ 'You can get help through your student services office, or online.'
+ ],
+ 'image' => ''
+ ],
+ [
+ 'title' => 'Submitting assignments',
+ 'subtitle' => '',
+ 'content' => [
+ 'There are strict deadlines for handing in assignments. In some cases, late assignments will not be accepted, or marks are deducted per day it’s late. Always check your course syllabus.',
+ 'Talk to your instructor if you are having difficulty with an assignment or if you need an extension.',
+ 'If you have personal or family emergencies that prevent you from finishing an assignment, inform your instructors and education counsellor as soon as possible.'
+ ],
+ 'image' => 'discipline-over-motivation.png'
+ ],
+ [
+ 'title' => 'Effective communication skills',
+ 'subtitle' => '',
+ 'content' => [
+ 'Listening – Be attentive in your classes. Listen in class because exams will cover content from lectures, textbooks, assignments and handouts.',
+ 'Speaking – Practice speaking in front of people as you might need to give presentations in class.',
+ 'Reading – Courses require a lot of reading. Some tips for reading include looking for important information; highlighting key concepts; and making notes for yourself as you read.',
+ 'Writing – Learn to write effectively for class notes, essays, assignments, tests and exams.'
+ ],
+ 'image' => 'effective-communication-skills.png'
+ ],
+ [
+ 'title' => 'Use the Academic Support Services',
+ 'subtitle' => '',
+ 'content' => [
+ 'Tutors and Academic Advisors are available to all students to help with reading, writing, study skills, exam preparation, course selection and other academic concerns.',
+ 'You can also find academic supports online',
+ "Visit here to Find Study Tips",
+ "Visit here to Find Exam Tips"
+ ],
+ 'image' => ''
+ ],
+ [
+ 'title' => 'Short-Term and Long-Term Planning',
+ 'subtitle' => 'Use a calendar to mark important dates and times:',
+ 'content' => [
+ 'Due dates for assignments',
+ 'Exam and test dates',
+ 'Holidays',
+ 'Reading Week (Some schools schedule one in each semester.)',
+ 'Birthdays',
+ 'Appointments',
+ 'Cultural events',
+ 'Indigenous Initiatives events',
+ 'Recreation (sports, movies, etc.)',
+ 'Family events',
+ 'Exercise / Gym'
+ ],
+ 'image' => ''
+ ],
+
+];
+
+
+
+?>
+
+
+
+
+
+
+
WHAT DOES IT TAKE TO BE SUCCESSFUL?
+
+
+
+
+
+
+
+
+
+
+
+
+
Helpful tips:
+
+
Get a year-long calendar or planner. You can usually get these at the college or university bookstore.
+
Have a monthly or weekly calendar on your wall so you can see it every day.
+
Create a weekly study schedule. You should include at least 2-3 hours to study and work on assignments. You can buy student agendas/calendars or use a digital calendar. Free templates are available online at: Weekly Schedule Template
+
+
\ No newline at end of file
diff --git a/templates/internal/support-and-accommodations.php b/templates/internal/support-and-accommodations.php
new file mode 100644
index 0000000..c6b6848
--- /dev/null
+++ b/templates/internal/support-and-accommodations.php
@@ -0,0 +1,123 @@
+
+
+
+
+
+
+
+
STUDENTS NEEDING ACADMENIC ACCOMODATIONS
+
+
+ Ontario colleges and universities are required to provide a variety of supports for students to help them be successful.
+
+
+
+
+
Contact your Student Accessibility Centre for more information.
+
For information about the supports that are available and how to access them, the Government of Ontario has several resources online at: Transition Resource Guide
+ The Ontario Native Education Counsellors Association has information about how to get additional supports. Visit: Finding Support for School for more information
+
+
+
+
+
+
+
CONNECTING FOR SUCCESS
+
+
+
+
+
+
+ Everyone needs some help at one time or another. The following are services found in most post-secondary institutions and in the community.
+
Accessing the available resources in my college such as cultural rooms, the Indigenous student advisor, the campus elder, my peers, my professors, and program coordinator allowed me to create my own support system in the facility that was easily accessible and created a sense of security for myself in this new chapter of my life.
+
+
+
+
+
+
+
+
Indigenous Support Services
+
Along with student services for all students,
+ Ontario colleges and universities have Indigenous
+ support centres. These centres may offer the
+ following:
+
+
Cultural activities
+
Occasional food and drop-in feasts
+
Elder support and guidance
+
Study tips (i.e., essay writing, managing time, meeting deadlines and meeting your personal goals)
+
+
+
+
+
+
+
+
Orientation Activities
+
+
+
+
College and university programs usually have orientations in September. This is a good place to meet new friends and familiarize yourself with the campus, programs and supports offered by your school.
+
Some orientations for Indigenous students are held off-campus in various urban centres.
+
+
+
+
+
+
+
+
+
Participating in cultural events on my campus allowed
+ me to connect with these supports on a personal level
+ while also connecting to my culture. Connecting to my
+ culture was also important in ensuring my well-being
+ and creating the balance between traditional and
+ contemporary life that many of us Indigenous students
+ often are faced with.
+
Mackenzie Young, Mattagami First Nation
+
Northern College Graduate – Social Services Program
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/templates/internal/tips-to-increase-income.php b/templates/internal/tips-to-increase-income.php
new file mode 100644
index 0000000..0a9603e
--- /dev/null
+++ b/templates/internal/tips-to-increase-income.php
@@ -0,0 +1,25 @@
+
+
+
+
Some things you can do to increase your income
+
+
+
+
+
+
+
+
+
+
+
Get a part-time job as soon possible but remember that education is the priority.
+
Apply for grants, bursaries, and scholarships.
+
Complete your funding applications and visit your post-secondary counsellors.
+
Save money throughout high school.
+
Work during the summer while in high school.
+
Volunteer at events and you might get an honorarium.
+
+
+
+
+
\ No newline at end of file
diff --git a/templates/internal/tips-to-reduce-expenses.php b/templates/internal/tips-to-reduce-expenses.php
new file mode 100644
index 0000000..ae76e83
--- /dev/null
+++ b/templates/internal/tips-to-reduce-expenses.php
@@ -0,0 +1,26 @@
+
+
+
+
Some things you can do to reduce your expenses
+
+
+
+
+
+
+
Buy what you need, not what you want.
+
Visit your school and community food banks for assistance when needed.
+
Look for coupons to save money on food. (Flipp App is an app for coupons).
+
Look for an all-inclusive apartment with roommates to reduce costs.
+
Limit your spending on expensive clothing. Consider shopping at thrift stores.
+
Share taxi rides or carpool with someone you know.
+
Take the bus. Students usually have a bus pass included with their student fees, so be sure to check with your funders.
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/templates/partials/page_header.php b/templates/partials/page_header.php
index 0659545..c61e01f 100644
--- a/templates/partials/page_header.php
+++ b/templates/partials/page_header.php
@@ -1,4 +1,3 @@
-
0) { ?>
-