diff --git a/404.php b/404.php index b48884d..411848a 100644 --- a/404.php +++ b/404.php @@ -2,12 +2,65 @@ -
-
- -

404 Page Template

+
+ +
+ + + + +
+
+

Visit category pages

+ +
+
    + + ID; + $pageTitle = $page['page']->post_title; + $pageSlug = $page['page']->post_name; + $pageBG = $page['page']->post_name . '.png'; + $pageBootstrapIcon = get_field('bootstrap_icon', $page['page']->ID); + ?> +
  • + +
    + +

    + +
    +
    +
  • + +
+
+ + +
+
+ + \ No newline at end of file diff --git a/assets/css/styles.css b/assets/css/styles.css index 6d22109..f762bb9 100644 --- a/assets/css/styles.css +++ b/assets/css/styles.css @@ -1444,14 +1444,6 @@ select { top: 0px; } -.left-0 { - left: 0px; -} - -.left-1\/2 { - left: 50%; -} - .z-20 { z-index: 20; } @@ -1468,11 +1460,6 @@ select { grid-column: span 3/span 3; } -.-mx-2 { - margin-left: -0.5rem; - margin-right: -0.5rem; -} - .mx-auto { margin-left: auto; margin-right: auto; @@ -1488,6 +1475,11 @@ select { margin-bottom: 1rem; } +.my-8 { + margin-top: 2rem; + margin-bottom: 2rem; +} + .mb-2 { margin-bottom: 0.5rem; } @@ -1544,6 +1536,10 @@ select { height: 6rem; } +.h-36 { + height: 9rem; +} + .h-56 { height: 14rem; } @@ -1560,12 +1556,12 @@ select { height: 100vh; } -.h-96 { - height: 24rem; +.h-40 { + height: 10rem; } -.h-36 { - height: 9rem; +.h-48 { + height: 12rem; } .w-1\/12 { @@ -1596,8 +1592,12 @@ select { width: 100%; } -.w-3\/4 { - width: 75%; +.w-36 { + width: 9rem; +} + +.w-24 { + width: 6rem; } .max-w-64 { @@ -1612,10 +1612,6 @@ select { max-width: 36rem; } -.max-w-full { - max-width: 100%; -} - .flex-1 { flex: 1 1 0%; } @@ -1657,10 +1653,6 @@ select { grid-template-columns: repeat(6, minmax(0, 1fr)); } -.grid-cols-3 { - grid-template-columns: repeat(3, minmax(0, 1fr)); -} - .flex-col { flex-direction: column; } @@ -1767,11 +1759,6 @@ select { border-color: rgb(10 28 50/var(--tw-border-opacity)); } -.border-black { - --tw-border-opacity: 1; - border-color: rgb(0 0 0/var(--tw-border-opacity)); -} - .bg-black { --tw-bg-opacity: 1; background-color: rgb(0 0 0/var(--tw-bg-opacity)); @@ -1867,15 +1854,45 @@ select { background-color: rgb(245 224 162/var(--tw-bg-opacity)); } +.bg-blue-200 { + --tw-bg-opacity: 1; + background-color: rgb(163 190 204/var(--tw-bg-opacity)); +} + .bg-opacity-40 { --tw-bg-opacity: 0.4; } +.bg-opacity-25 { + --tw-bg-opacity: 0.25; +} + +.bg-opacity-50 { + --tw-bg-opacity: 0.5; +} + +.bg-opacity-80 { + --tw-bg-opacity: 0.8; +} + +.bg-opacity-20 { + --tw-bg-opacity: 0.2; +} + +.bg-opacity-60 { + --tw-bg-opacity: 0.6; +} + .object-cover { -o-object-fit: cover; object-fit: cover; } +.object-top { + -o-object-position: top; + object-position: top; +} + .p-2 { padding: 0.5rem; } @@ -1888,6 +1905,10 @@ select { padding: 2rem; } +.p-3 { + padding: 0.75rem; +} + .px-12 { padding-left: 3rem; padding-right: 3rem; @@ -1943,14 +1964,24 @@ select { padding-bottom: 2rem; } -.px-20 { - padding-left: 5rem; - padding-right: 5rem; +.py-12 { + padding-top: 3rem; + padding-bottom: 3rem; } -.px-24 { - padding-left: 6rem; - padding-right: 6rem; +.py-10 { + padding-top: 2.5rem; + padding-bottom: 2.5rem; +} + +.py-24 { + padding-top: 6rem; + padding-bottom: 6rem; +} + +.py-28 { + padding-top: 7rem; + padding-bottom: 7rem; } .pb-24 { @@ -1989,8 +2020,16 @@ select { padding-top: 1rem; } -.pt-2 { - padding-top: 0.5rem; +.pt-44 { + padding-top: 11rem; +} + +.pt-28 { + padding-top: 7rem; +} + +.pb-32 { + padding-bottom: 8rem; } .text-center { @@ -2144,6 +2183,11 @@ select { --tw-ring-color: rgb(55 65 81 / var(--tw-ring-opacity)); } +.blur-md { + --tw-blur: blur(12px); + filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow); +} + /* Hide scrollbar for Chrome, Safari and Opera */ .no-scrollbar::-webkit-scrollbar { display: none; @@ -2193,23 +2237,31 @@ html { } @media (min-width: 640px) { + .sm\:flex { + display: flex; + } .sm\:w-3\/5 { width: 60%; } + .sm\:space-x-4 > :not([hidden]) ~ :not([hidden]) { + --tw-space-x-reverse: 0; + margin-right: calc(1rem * var(--tw-space-x-reverse)); + margin-left: calc(1rem * (1 - var(--tw-space-x-reverse))); + } } @media (min-width: 768px) { .md\:h-56 { height: 14rem; } + .md\:w-2\/4 { + width: 50%; + } .md\:grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); } .md\:justify-center { justify-content: center; } - .md\:text-center { - text-align: center; - } .md\:text-2xl { font-size: 1.5rem; line-height: 2rem; @@ -2225,15 +2277,15 @@ html { .lg\:h-1\/3 { height: 33.333333%; } + .lg\:h-64 { + height: 16rem; + } .lg\:h-96 { height: 24rem; } .lg\:h-full { height: 100%; } - .lg\:h-64 { - height: 16rem; - } .lg\:w-1\/2 { width: 50%; } @@ -2243,18 +2295,15 @@ html { .lg\:w-1\/4 { width: 25%; } - .lg\:w-2\/4 { - width: 50%; - } .lg\:w-2\/5 { width: 40%; } + .lg\:w-64 { + width: 16rem; + } .lg\:max-w-3xl { max-width: 48rem; } - .lg\:flex-none { - flex: none; - } .lg\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); } @@ -2270,15 +2319,27 @@ html { .lg\:justify-center { justify-content: center; } + .lg\:space-x-4 > :not([hidden]) ~ :not([hidden]) { + --tw-space-x-reverse: 0; + margin-right: calc(1rem * var(--tw-space-x-reverse)); + margin-left: calc(1rem * (1 - var(--tw-space-x-reverse))); + } .lg\:space-x-8 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0; margin-right: calc(2rem * var(--tw-space-x-reverse)); margin-left: calc(2rem * (1 - var(--tw-space-x-reverse))); } - .lg\:space-x-0 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(0px * var(--tw-space-x-reverse)); - margin-left: calc(0px * (1 - var(--tw-space-x-reverse))); + .lg\:px-2 { + padding-left: 0.5rem; + padding-right: 0.5rem; + } + .lg\:px-8 { + padding-left: 2rem; + padding-right: 2rem; + } + .lg\:py-8 { + padding-top: 2rem; + padding-bottom: 2rem; } .lg\:text-center { text-align: center; @@ -2292,9 +2353,6 @@ html { .xl\:w-4\/12 { width: 33.333333%; } - .xl\:w-2\/4 { - width: 50%; - } } @media (min-width: 1536px) { .\32 xl\:w-3\/12 { @@ -2579,8 +2637,6 @@ body.login { } .category-cards { - background-color: var(--gray-300); - background-blend-mode: screen; background-position: center center; background-size: cover; } diff --git a/assets/images/bgs/advocate-for-yourself.png b/assets/images/bgs/advocate-for-yourself.png index bb47d39..8112ab4 100644 Binary files a/assets/images/bgs/advocate-for-yourself.png 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 index 5e76182..eedf436 100644 Binary files a/assets/images/bgs/attend-your-classes.png 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 index 0934729..d308978 100644 Binary files a/assets/images/bgs/attending-college-or-university.png 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 45f751e..8d67f00 100644 Binary files a/assets/images/bgs/backsplash.png and b/assets/images/bgs/backsplash.png differ diff --git a/assets/images/bgs/be-yourself.png b/assets/images/bgs/be-yourself.png index 9aec710..f5fd18a 100644 Binary files a/assets/images/bgs/be-yourself.png and b/assets/images/bgs/be-yourself.png differ diff --git a/assets/images/bgs/cash-in-hand.png b/assets/images/bgs/cash-in-hand.png index 70c0130..fb9b5b7 100644 Binary files a/assets/images/bgs/cash-in-hand.png 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 index 7be56bd..719527d 100644 Binary files a/assets/images/bgs/check-all-your-options.png 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 1abb63b..14790ca 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 index 27895da..95de4d2 100644 Binary files a/assets/images/bgs/discipline-over-motivation.png 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 index 914f369..8076b65 100644 Binary files a/assets/images/bgs/effective-communication-skills.png 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 index 11f94f6..a540568 100644 Binary files a/assets/images/bgs/expense-reduction.png 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 index cf29bfd..c116189 100644 Binary files a/assets/images/bgs/fit-school-into-life.png and b/assets/images/bgs/fit-school-into-life.png differ diff --git a/assets/images/bgs/get-involved.png b/assets/images/bgs/get-involved.png index d20eb62..ba977b7 100644 Binary files a/assets/images/bgs/get-involved.png and b/assets/images/bgs/get-involved.png differ diff --git a/assets/images/bgs/get-to-know-city.png b/assets/images/bgs/get-to-know-city.png index 0092b76..6795ab5 100644 Binary files a/assets/images/bgs/get-to-know-city.png and b/assets/images/bgs/get-to-know-city.png differ diff --git a/assets/images/bgs/goals-and-objectives.png b/assets/images/bgs/goals-and-objectives.png index e428b5e..cfec7e3 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 index f07c9a7..0ef4ae4 100644 Binary files a/assets/images/bgs/housing-graphics.png 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 index db36745..36a05d3 100644 Binary files a/assets/images/bgs/iceberg-illusion.png 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 index 8aac122..c3a1578 100644 Binary files a/assets/images/bgs/income-tax-t4.png 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 index 062cce7..e42f493 100644 Binary files a/assets/images/bgs/increasing-income.png 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 index ba48c51..44edbeb 100644 Binary files a/assets/images/bgs/independent-learning.png and b/assets/images/bgs/independent-learning.png differ diff --git a/assets/images/bgs/internal/applying-to-post-secondary.png b/assets/images/bgs/internal/applying-to-post-secondary.png new file mode 100644 index 0000000..f5fe1ee Binary files /dev/null and b/assets/images/bgs/internal/applying-to-post-secondary.png differ diff --git a/assets/images/bgs/internal/band-funding.png b/assets/images/bgs/internal/band-funding.png new file mode 100644 index 0000000..370caf8 Binary files /dev/null and b/assets/images/bgs/internal/band-funding.png differ diff --git a/assets/images/bgs/internal/before-signing-the-lease.png b/assets/images/bgs/internal/before-signing-the-lease.png new file mode 100644 index 0000000..b8aafd5 Binary files /dev/null and b/assets/images/bgs/internal/before-signing-the-lease.png differ diff --git a/assets/images/bgs/internal/budgeting-your-money.png b/assets/images/bgs/internal/budgeting-your-money.png new file mode 100644 index 0000000..50d8f42 Binary files /dev/null and b/assets/images/bgs/internal/budgeting-your-money.png differ diff --git a/assets/images/bgs/internal/career-goals.png b/assets/images/bgs/internal/career-goals.png new file mode 100644 index 0000000..0e295a8 Binary files /dev/null and b/assets/images/bgs/internal/career-goals.png differ diff --git a/assets/images/bgs/internal/education-level-differences.png b/assets/images/bgs/internal/education-level-differences.png new file mode 100644 index 0000000..67fe7c9 Binary files /dev/null and b/assets/images/bgs/internal/education-level-differences.png differ diff --git a/assets/images/bgs/internal/educational-goals.png b/assets/images/bgs/internal/educational-goals.png new file mode 100644 index 0000000..163ff3a Binary files /dev/null and b/assets/images/bgs/internal/educational-goals.png differ diff --git a/assets/images/bgs/internal/financial-goals.png b/assets/images/bgs/internal/financial-goals.png new file mode 100644 index 0000000..cc85fcb Binary files /dev/null and b/assets/images/bgs/internal/financial-goals.png differ diff --git a/assets/images/bgs/internal/finding-a-place-to-stay.png b/assets/images/bgs/internal/finding-a-place-to-stay.png new file mode 100644 index 0000000..4e288bf Binary files /dev/null and b/assets/images/bgs/internal/finding-a-place-to-stay.png differ diff --git a/assets/images/bgs/internal/gender-identity-and-sexual-orientation.png b/assets/images/bgs/internal/gender-identity-and-sexual-orientation.png new file mode 100644 index 0000000..234a9a2 Binary files /dev/null and b/assets/images/bgs/internal/gender-identity-and-sexual-orientation.png differ diff --git a/assets/images/bgs/internal/grants-bursaries-and-loans.png b/assets/images/bgs/internal/grants-bursaries-and-loans.png new file mode 100644 index 0000000..38a44f5 Binary files /dev/null and b/assets/images/bgs/internal/grants-bursaries-and-loans.png differ diff --git a/assets/images/bgs/internal/income-tax.png b/assets/images/bgs/internal/income-tax.png new file mode 100644 index 0000000..2e5fab5 Binary files /dev/null and b/assets/images/bgs/internal/income-tax.png differ diff --git a/assets/images/bgs/internal/living-in-balance.png b/assets/images/bgs/internal/living-in-balance.png new file mode 100644 index 0000000..addcd2b Binary files /dev/null and b/assets/images/bgs/internal/living-in-balance.png differ diff --git a/assets/images/bgs/internal/making-healthy-choices.png b/assets/images/bgs/internal/making-healthy-choices.png new file mode 100644 index 0000000..894284d Binary files /dev/null and b/assets/images/bgs/internal/making-healthy-choices.png differ diff --git a/assets/images/bgs/internal/managing-stress.png b/assets/images/bgs/internal/managing-stress.png new file mode 100644 index 0000000..6492102 Binary files /dev/null and b/assets/images/bgs/internal/managing-stress.png differ diff --git a/assets/images/bgs/internal/nan-tribal-councils.png b/assets/images/bgs/internal/nan-tribal-councils.png new file mode 100644 index 0000000..c3fcfd4 Binary files /dev/null and b/assets/images/bgs/internal/nan-tribal-councils.png differ diff --git a/assets/images/bgs/internal/off-campus-housing.png b/assets/images/bgs/internal/off-campus-housing.png new file mode 100644 index 0000000..f3b7fd6 Binary files /dev/null and b/assets/images/bgs/internal/off-campus-housing.png differ diff --git a/assets/images/bgs/internal/online-learning-and-remote-work.png b/assets/images/bgs/internal/online-learning-and-remote-work.png new file mode 100644 index 0000000..8059df2 Binary files /dev/null and b/assets/images/bgs/internal/online-learning-and-remote-work.png differ diff --git a/assets/images/bgs/internal/ontario-native-education-counseling-associations.png b/assets/images/bgs/internal/ontario-native-education-counseling-associations.png new file mode 100644 index 0000000..9410e04 Binary files /dev/null and b/assets/images/bgs/internal/ontario-native-education-counseling-associations.png differ diff --git a/assets/images/bgs/internal/personal-goals.png b/assets/images/bgs/internal/personal-goals.png new file mode 100644 index 0000000..d8be7a0 Binary files /dev/null and b/assets/images/bgs/internal/personal-goals.png differ diff --git a/assets/images/bgs/internal/physical-health.png b/assets/images/bgs/internal/physical-health.png new file mode 100644 index 0000000..a22db7c Binary files /dev/null and b/assets/images/bgs/internal/physical-health.png differ diff --git a/assets/images/bgs/internal/resources-samples.png b/assets/images/bgs/internal/resources-samples.png new file mode 100644 index 0000000..444f05d Binary files /dev/null and b/assets/images/bgs/internal/resources-samples.png differ diff --git a/assets/images/bgs/internal/safety.png b/assets/images/bgs/internal/safety.png new file mode 100644 index 0000000..1c09ea0 Binary files /dev/null and b/assets/images/bgs/internal/safety.png differ diff --git a/assets/images/bgs/internal/sexual-health.png b/assets/images/bgs/internal/sexual-health.png new file mode 100644 index 0000000..60f0330 Binary files /dev/null and b/assets/images/bgs/internal/sexual-health.png differ diff --git a/assets/images/bgs/internal/special-needs-financial-awards.png b/assets/images/bgs/internal/special-needs-financial-awards.png new file mode 100644 index 0000000..bcc94a9 Binary files /dev/null and b/assets/images/bgs/internal/special-needs-financial-awards.png differ diff --git a/assets/images/bgs/internal/stay-in-touch.png b/assets/images/bgs/internal/stay-in-touch.png new file mode 100644 index 0000000..1a3434f Binary files /dev/null and b/assets/images/bgs/internal/stay-in-touch.png differ diff --git a/assets/images/bgs/internal/strategies-for-success.png b/assets/images/bgs/internal/strategies-for-success.png new file mode 100644 index 0000000..708c303 Binary files /dev/null and b/assets/images/bgs/internal/strategies-for-success.png differ diff --git a/assets/images/bgs/internal/students-with-children.png b/assets/images/bgs/internal/students-with-children.png new file mode 100644 index 0000000..77a9cba Binary files /dev/null and b/assets/images/bgs/internal/students-with-children.png differ diff --git a/assets/images/bgs/internal/support-and-accommodations.png b/assets/images/bgs/internal/support-and-accommodations.png new file mode 100644 index 0000000..cfff351 Binary files /dev/null and b/assets/images/bgs/internal/support-and-accommodations.png differ diff --git a/assets/images/bgs/internal/tips-to-increase-income.png b/assets/images/bgs/internal/tips-to-increase-income.png new file mode 100644 index 0000000..2fe4b0a Binary files /dev/null and b/assets/images/bgs/internal/tips-to-increase-income.png differ diff --git a/assets/images/bgs/internal/tips-to-reduce-expenses.png b/assets/images/bgs/internal/tips-to-reduce-expenses.png new file mode 100644 index 0000000..3b6dd30 Binary files /dev/null and b/assets/images/bgs/internal/tips-to-reduce-expenses.png differ diff --git a/assets/images/bgs/internal/transportation.png b/assets/images/bgs/internal/transportation.png new file mode 100644 index 0000000..8053928 Binary files /dev/null and b/assets/images/bgs/internal/transportation.png differ diff --git a/assets/images/bgs/internal/understanding-your-treaties.png b/assets/images/bgs/internal/understanding-your-treaties.png new file mode 100644 index 0000000..872ad4d Binary files /dev/null and b/assets/images/bgs/internal/understanding-your-treaties.png differ diff --git a/assets/images/bgs/login_bg.jpeg b/assets/images/bgs/login_bg.jpeg index e872355..5a14027 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 index ebf2e0d..f501f83 100644 Binary files a/assets/images/bgs/make-plans-early.png 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 f035514..77e8567 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 2a3d98f..7007e47 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/nan-lgbtq.png b/assets/images/bgs/nan-lgbtq.png index 5f2542d..0a3b39a 100644 Binary files a/assets/images/bgs/nan-lgbtq.png and b/assets/images/bgs/nan-lgbtq.png differ diff --git a/assets/images/bgs/online-learning.png b/assets/images/bgs/online-learning.png index 7445810..ee86ead 100644 Binary files a/assets/images/bgs/online-learning.png 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 4a836dd..0ec9d3f 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 b3a2038..29f8aeb 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 index 8471b5f..5e7f219 100644 Binary files a/assets/images/bgs/pros-and-cons-list.png 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 index e005692..3bc0af0 100644 Binary files a/assets/images/bgs/remote-work.png 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 index d7c0fa1..8219dec 100644 Binary files a/assets/images/bgs/rent-apartment.png and b/assets/images/bgs/rent-apartment.png differ diff --git a/assets/images/bgs/residence.png b/assets/images/bgs/residence.png index bbaa780..1d8a023 100644 Binary files a/assets/images/bgs/residence.png 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 64615bb..c62a6a3 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 index 68bbc78..1d5cd79 100644 Binary files a/assets/images/bgs/room-with-family-or-friends.png and b/assets/images/bgs/room-with-family-or-friends.png differ diff --git a/assets/images/bgs/sexual-health-contraceptives.png b/assets/images/bgs/sexual-health-contraceptives.png index 628f3e0..5f6e385 100644 Binary files a/assets/images/bgs/sexual-health-contraceptives.png and b/assets/images/bgs/sexual-health-contraceptives.png differ diff --git a/assets/images/bgs/share-achievements.png b/assets/images/bgs/share-achievements.png index ad68bf8..d07e7ae 100644 Binary files a/assets/images/bgs/share-achievements.png and b/assets/images/bgs/share-achievements.png differ diff --git a/assets/images/bgs/student-staying-connected.png b/assets/images/bgs/student-staying-connected.png index 6fcde05..7d26110 100644 Binary files a/assets/images/bgs/student-staying-connected.png and b/assets/images/bgs/student-staying-connected.png differ diff --git a/assets/images/bgs/students-with-kids.png b/assets/images/bgs/students-with-kids.png index 20bb1f8..828433e 100644 Binary files a/assets/images/bgs/students-with-kids.png and b/assets/images/bgs/students-with-kids.png differ diff --git a/assets/images/bgs/transportation-bus.png b/assets/images/bgs/transportation-bus.png index 3fc2218..54a4eab 100644 Binary files a/assets/images/bgs/transportation-bus.png and b/assets/images/bgs/transportation-bus.png differ diff --git a/assets/images/bgs/you-can-do-it.png b/assets/images/bgs/you-can-do-it.png index 54c10ad..f3c6ce7 100644 Binary files a/assets/images/bgs/you-can-do-it.png 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 index 242db90..f728dc1 100644 Binary files a/assets/images/bgs/you-got-this.png and b/assets/images/bgs/you-got-this.png differ diff --git a/assets/images/bgs/your-family-misses-you.png b/assets/images/bgs/your-family-misses-you.png index 1cdcd15..cf53302 100644 Binary files a/assets/images/bgs/your-family-misses-you.png and b/assets/images/bgs/your-family-misses-you.png differ diff --git a/assets/images/extras/Placeholder-Image---Landscape.svg b/assets/images/extras/Placeholder-Image---Landscape.svg deleted file mode 100644 index 5c96d76..0000000 --- a/assets/images/extras/Placeholder-Image---Landscape.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - diff --git a/assets/images/extras/Placeholder-Video---Landscape.svg b/assets/images/extras/Placeholder-Video---Landscape.svg deleted file mode 100644 index 74c53da..0000000 --- a/assets/images/extras/Placeholder-Video---Landscape.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - diff --git a/assets/images/extras/company-logo.svg b/assets/images/extras/company-logo.svg deleted file mode 100644 index 608af4f..0000000 --- a/assets/images/extras/company-logo.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/assets/images/extras/image.svg b/assets/images/extras/image.svg deleted file mode 100644 index 1f3523f..0000000 --- a/assets/images/extras/image.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - diff --git a/assets/images/extras/placeholder-image.svg b/assets/images/extras/placeholder-image.svg deleted file mode 100644 index cac5869..0000000 --- a/assets/images/extras/placeholder-image.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - diff --git a/assets/images/extras/placeholder-video-thumbnail.svg b/assets/images/extras/placeholder-video-thumbnail.svg deleted file mode 100644 index 67406f6..0000000 --- a/assets/images/extras/placeholder-video-thumbnail.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - diff --git a/assets/images/logos/tribal-councils/new/ifna_logo.png b/assets/images/logos/tribal-councils/ifna_logo.png similarity index 100% rename from assets/images/logos/tribal-councils/new/ifna_logo.png rename to assets/images/logos/tribal-councils/ifna_logo.png diff --git a/assets/images/logos/tribal-councils/new/keewaytinook_okimakanak_logo.png b/assets/images/logos/tribal-councils/keewaytinook_okimakanak_logo.png similarity index 100% rename from assets/images/logos/tribal-councils/new/keewaytinook_okimakanak_logo.png rename to assets/images/logos/tribal-councils/keewaytinook_okimakanak_logo.png diff --git a/assets/images/logos/tribal-councils/new/matawa_first_nations_logo.png b/assets/images/logos/tribal-councils/matawa_first_nations_logo.png similarity index 100% rename from assets/images/logos/tribal-councils/new/matawa_first_nations_logo.png rename to assets/images/logos/tribal-councils/matawa_first_nations_logo.png diff --git a/assets/images/logos/tribal-councils/new/mushkegowuk_council_logo.png b/assets/images/logos/tribal-councils/mushkegowuk_council_logo.png similarity index 100% rename from assets/images/logos/tribal-councils/new/mushkegowuk_council_logo.png rename to assets/images/logos/tribal-councils/mushkegowuk_council_logo.png diff --git a/assets/images/logos/tribal-councils/old/ifna_logo.jpg b/assets/images/logos/tribal-councils/old/ifna_logo.jpg deleted file mode 100644 index b168cb4..0000000 Binary files a/assets/images/logos/tribal-councils/old/ifna_logo.jpg and /dev/null differ diff --git a/assets/images/logos/tribal-councils/old/keewaytinook_okimakanak_logo.jpg b/assets/images/logos/tribal-councils/old/keewaytinook_okimakanak_logo.jpg deleted file mode 100644 index 3224e81..0000000 Binary files a/assets/images/logos/tribal-councils/old/keewaytinook_okimakanak_logo.jpg and /dev/null differ diff --git a/assets/images/logos/tribal-councils/old/matawa_first_nations_logo.jpg b/assets/images/logos/tribal-councils/old/matawa_first_nations_logo.jpg deleted file mode 100644 index 59c0d17..0000000 Binary files a/assets/images/logos/tribal-councils/old/matawa_first_nations_logo.jpg and /dev/null differ diff --git a/assets/images/logos/tribal-councils/old/mushkegowuk_council_logo.jpg b/assets/images/logos/tribal-councils/old/mushkegowuk_council_logo.jpg deleted file mode 100644 index 2f1e1d0..0000000 Binary files a/assets/images/logos/tribal-councils/old/mushkegowuk_council_logo.jpg and /dev/null differ diff --git a/assets/images/logos/tribal-councils/old/shibogama_first_nations_logo.jpg b/assets/images/logos/tribal-councils/old/shibogama_first_nations_logo.jpg deleted file mode 100644 index 4f98be7..0000000 Binary files a/assets/images/logos/tribal-councils/old/shibogama_first_nations_logo.jpg and /dev/null differ diff --git a/assets/images/logos/tribal-councils/old/wabum_tribal_council_logo.jpg b/assets/images/logos/tribal-councils/old/wabum_tribal_council_logo.jpg deleted file mode 100644 index 4997cf3..0000000 Binary files a/assets/images/logos/tribal-councils/old/wabum_tribal_council_logo.jpg and /dev/null differ diff --git a/assets/images/logos/tribal-councils/old/windigo_first_nations_council_logo.jpg b/assets/images/logos/tribal-councils/old/windigo_first_nations_council_logo.jpg deleted file mode 100644 index e6d39af..0000000 Binary files a/assets/images/logos/tribal-councils/old/windigo_first_nations_council_logo.jpg and /dev/null differ diff --git a/assets/images/logos/tribal-councils/new/shibogama_first_nations_logo.png b/assets/images/logos/tribal-councils/shibogama_first_nations_logo.png similarity index 100% rename from assets/images/logos/tribal-councils/new/shibogama_first_nations_logo.png rename to assets/images/logos/tribal-councils/shibogama_first_nations_logo.png diff --git a/assets/images/logos/tribal-councils/new/wabum_tribal_council_logo.png b/assets/images/logos/tribal-councils/wabum_tribal_council_logo.png similarity index 100% rename from assets/images/logos/tribal-councils/new/wabum_tribal_council_logo.png rename to assets/images/logos/tribal-councils/wabum_tribal_council_logo.png diff --git a/assets/images/logos/tribal-councils/new/windigo_first_nations_council_logo.png b/assets/images/logos/tribal-councils/windigo_first_nations_council_logo.png similarity index 100% rename from assets/images/logos/tribal-councils/new/windigo_first_nations_council_logo.png rename to assets/images/logos/tribal-councils/windigo_first_nations_council_logo.png diff --git a/assets/images/people/bachelor-of-nursing-student.png b/assets/images/people/bachelor-of-nursing-student.png index c55c935..cba31e7 100644 Binary files a/assets/images/people/bachelor-of-nursing-student.png and b/assets/images/people/bachelor-of-nursing-student.png differ diff --git a/assets/images/people/deputy-grand-chief-derek-fox.png b/assets/images/people/deputy-grand-chief-derek-fox.png index 4ce0966..ab449b3 100644 Binary files a/assets/images/people/deputy-grand-chief-derek-fox.png and b/assets/images/people/deputy-grand-chief-derek-fox.png differ diff --git a/assets/images/people/student-with-two-children.png b/assets/images/people/student-with-two-children.png index 66bb826..e583b8b 100644 Binary files a/assets/images/people/student-with-two-children.png and b/assets/images/people/student-with-two-children.png differ diff --git a/assets/images/people/student_image.png b/assets/images/people/student_image.png index 82a0060..c9dadd1 100644 Binary files a/assets/images/people/student_image.png and b/assets/images/people/student_image.png differ diff --git a/assets/images/people/young-female-student.png b/assets/images/people/young-female-student.png index 77f46e4..eafd926 100644 Binary files a/assets/images/people/young-female-student.png and b/assets/images/people/young-female-student.png differ diff --git a/front-page.php b/front-page.php index 0db911f..92c84f6 100644 --- a/front-page.php +++ b/front-page.php @@ -13,7 +13,7 @@ require_once(get_theme_file_path('/includes/back-end/helper_functions.php'));
-
+
    @@ -31,11 +31,13 @@ require_once(get_theme_file_path('/includes/back-end/helper_functions.php'));
  • - + - -

    - +
    + +

    + +
    @@ -59,11 +61,13 @@ require_once(get_theme_file_path('/includes/back-end/helper_functions.php'));
-
- Student With Children -
-

Derek Fox

-

Deputy Grand Chief

+
+
+ Deput Grand Chief +
+

Derek Fox

+

Deputy Grand Chief

+
@@ -73,9 +77,9 @@ require_once(get_theme_file_path('/includes/back-end/helper_functions.php'));
-
+
-
    +
    • Congratulations!
    • You have decided to continue your education after Grade 12.
    • You have a dream for your future.
    • @@ -84,8 +88,8 @@ require_once(get_theme_file_path('/includes/back-end/helper_functions.php'));
    • In any case, this handbook has information to help you on this next step in your education journey
    -
    - Student With Children +
    + Congratulation Quote Student

    Catherine Sergerie, Moose Cree First Nation

    Lakehead University, BScN (Bachelor of Science in Nursing) and a Minor in Indigenous Learning

    @@ -97,28 +101,29 @@ 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

-
+ +

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

+ +
diff --git a/header.php b/header.php index c4bbc55..8c7ee66 100644 --- a/header.php +++ b/header.php @@ -29,12 +29,12 @@ - NAN Logo + NAN Logo

NAN Student Handbook

-
+
@@ -73,76 +73,74 @@
-
-
+
+
-
diff --git a/includes/front-end/menu_data.php b/includes/front-end/menu_data.php index 515b7dc..44cb2e9 100644 --- a/includes/front-end/menu_data.php +++ b/includes/front-end/menu_data.php @@ -2,6 +2,23 @@ $menuData = [ + // Daily Living and Housing + [ + 'slug' => 'daily-living-and-housing', + 'title' => 'Daily Living and Housing', + 'description' => 'Tips for independent living, housing options, and creating a comfortable daily routine.', + 'subcategories' => [ + ['title' => 'Before Signing The Lease', 'slug' => 'before-signing-the-lease', 'description' => ''], + ['title' => 'Finding A Place To Stay', 'slug' => 'finding-a-place-to-stay', 'description' => ''], + ['title' => 'First Time Renting FAQs', 'slug' => 'first-time-renting-faqs', 'description' => ''], + ['title' => 'House vs. Apartment', 'slug' => 'house-vs-apartment', 'description' => ''], + ['title' => 'Off Campus Housing', 'slug' => 'off-campus-housing', 'description' => ''], + ['title' => 'Students With Children', 'slug' => 'students-with-children', 'description' => ''], + ['title' => 'Transportation', 'slug' => 'transportation', 'description' => ''], + ], + 'bootstrap_icon' => 'bi-building', + ], + // Goals and Objectives [ 'slug' => 'goals-and-objectives', @@ -16,21 +33,6 @@ $menuData = [ 'bootstrap_icon' => 'bi-bullseye', ], - // Preparing for College or University - [ - 'slug' => 'preparing-for-college-and-university', - 'title' => 'Preparing for College and University', - 'description' => 'Navigate academia successfully with insights on admissions, majors, and preparation.', - 'subcategories' => [ - ['title' => 'Applying to Post Secondary', 'slug' => 'applying-to-post-secondary', 'description' => ''], - ['title' => 'Education Level Differences', 'slug' => 'education-level-differences', 'description' => ''], - ['title' => 'Online Learning and Remote Work', 'slug' => 'online-learning-and-remote-work', 'description' => ''], - ['title' => 'Strategies For Success', 'slug' => 'strategies-for-success', 'description' => ''], - ['title' => 'Support and Accommodations', 'slug' => 'support-and-accommodations', 'description' => ''], - ], - 'bootstrap_icon' => 'bi-journal-bookmark-fill', - ], - // Managing Your Finances [ 'slug' => 'managing-your-finances', @@ -48,23 +50,6 @@ $menuData = [ 'bootstrap_icon' => 'bi-cash-coin', ], - // Daily Living and Housing - [ - 'slug' => 'daily-living-and-housing', - 'title' => 'Daily Living and Housing', - 'description' => 'Tips for independent living, housing options, and creating a comfortable daily routine.', - 'subcategories' => [ - ['title' => 'Before Signing The Lease', 'slug' => 'before-signing-the-lease', 'description' => ''], - ['title' => 'Finding A Place To Stay', 'slug' => 'finding-a-place-to-stay', 'description' => ''], - ['title' => 'First Time Renting FAQs', 'slug' => 'first-time-renting-faqs', 'description' => ''], - ['title' => 'House vs. Apartment', 'slug' => 'house-vs-apartment', 'description' => ''], - ['title' => 'Off Campus Housing', 'slug' => 'off-campus-housing', 'description' => ''], - ['title' => 'Students With Children', 'slug' => 'students-with-children', 'description' => ''], - ['title' => 'Transportation', 'slug' => 'transportation', 'description' => ''], - ], - 'bootstrap_icon' => 'bi-building', - ], - // Mental Health and Wellness [ 'slug' => 'mental-health-and-wellness', @@ -74,8 +59,10 @@ $menuData = [ ['title' => 'Gender Identity and Sexual Orientation', 'slug' => 'gender-identity-and-sexual-orientation', 'description' => ''], ['title' => 'Living In Balance', 'slug' => 'living-in-balance', 'description' => ''], ['title' => 'Making Healthy Choices', 'slug' => 'making-healthy-choices', 'description' => ''], - ['title' => 'Managing Stress', 'slug' => 'managing-stress', 'description' => ''], - ['title' => 'Physical Health', 'slug' => 'physical-health', 'description' => ''], + ['title' => 'Managing Stress', 'slug' => 'managing-stress', 'description' => '' + ], + ['title' => 'Physical Health', 'slug' => 'physical-health', 'description' => '' + ], ['title' => 'Safety', 'slug' => 'safety', 'description' => ''], ['title' => 'Sexual Health', 'slug' => 'sexual-health', 'description' => ''], ['title' => 'Stay in Touch', 'slug' => 'stay-in-touch', 'description' => ''], @@ -83,6 +70,21 @@ $menuData = [ 'bootstrap_icon' => 'bi-heart-pulse-fill', ], + // Preparing for College or University + [ + 'slug' => 'preparing-for-college-and-university', + 'title' => 'Preparing for College and University', + 'description' => 'Navigate academia successfully with insights on admissions, majors, and preparation.', + 'subcategories' => [ + ['title' => 'Applying to Post Secondary', 'slug' => 'applying-to-post-secondary', 'description' => ''], + ['title' => 'Education Level Differences', 'slug' => 'education-level-differences', 'description' => ''], + ['title' => 'Online Learning and Remote Work', 'slug' => 'online-learning-and-remote-work', 'description' => ''], + ['title' => 'Strategies For Success', 'slug' => 'strategies-for-success', 'description' => ''], + ['title' => 'Support and Accommodations', 'slug' => 'support-and-accommodations', 'description' => ''], + ], + 'bootstrap_icon' => 'bi-journal-bookmark-fill', + ], + // Forms and Additional Information [ 'slug' => 'resources-and-additional-information', diff --git a/index.php b/index.php index de41a31..82ae422 100644 --- a/index.php +++ b/index.php @@ -1,13 +1,12 @@ - + + +
+ + - -
-
- -

Index Fallback Template

-
- - \ No newline at end of file + - +
@@ -29,6 +29,7 @@ get_header(); ?>
+

- +

diff --git a/templates/partials/page_header.php b/templates/partials/page_header.php index 9481478..6020493 100644 --- a/templates/partials/page_header.php +++ b/templates/partials/page_header.php @@ -9,7 +9,7 @@ $pageSlug = $page->post_name; if ($page->post_parent !== 0) { $parent_page = $pages[$page->post_parent]['page']; - $pageBG = $parent_page->post_name . '.png'; + $pageBG = 'internal/' . $page->post_name . '.png'; } else { $pageBG = $page->post_name . '.png'; } diff --git a/templates/partials/subcategory_accordions.php b/templates/partials/subcategory_accordions.php deleted file mode 100644 index 85d91c8..0000000 --- a/templates/partials/subcategory_accordions.php +++ /dev/null @@ -1,47 +0,0 @@ - - 0) { ?> - - - - -
- -
- - 0) { ?> -
+