diff --git a/assets/css/styles.css b/assets/css/styles.css index 580cddb..6d22109 100644 --- a/assets/css/styles.css +++ b/assets/css/styles.css @@ -1428,6 +1428,10 @@ select { position: relative; } +.inset-0 { + inset: 0px; +} + .bottom-0 { bottom: 0px; } @@ -1440,6 +1444,14 @@ select { top: 0px; } +.left-0 { + left: 0px; +} + +.left-1\/2 { + left: 50%; +} + .z-20 { z-index: 20; } @@ -1520,6 +1532,10 @@ select { aspect-ratio: 16/9; } +.h-1 { + height: 0.25rem; +} + .h-20 { height: 5rem; } @@ -1532,8 +1548,8 @@ select { height: 14rem; } -.h-60 { - height: 15rem; +.h-64 { + height: 16rem; } .h-full { @@ -1544,6 +1560,14 @@ select { height: 100vh; } +.h-96 { + height: 24rem; +} + +.h-36 { + height: 9rem; +} + .w-1\/12 { width: 8.333333%; } @@ -1572,6 +1596,10 @@ select { width: 100%; } +.w-3\/4 { + width: 75%; +} + .max-w-64 { max-width: 16rem; } @@ -1584,6 +1612,10 @@ select { max-width: 36rem; } +.max-w-full { + max-width: 100%; +} + .flex-1 { flex: 1 1 0%; } @@ -1605,6 +1637,10 @@ select { list-style-type: disc; } +.list-none { + list-style-type: none; +} + .grid-cols-1 { grid-template-columns: repeat(1, minmax(0, 1fr)); } @@ -1621,6 +1657,10 @@ 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; } @@ -1674,6 +1714,12 @@ select { margin-left: calc(1rem * (1 - var(--tw-space-x-reverse))); } +.space-y-1 > :not([hidden]) ~ :not([hidden]) { + --tw-space-y-reverse: 0; + margin-top: calc(0.25rem * (1 - var(--tw-space-y-reverse))); + margin-bottom: calc(0.25rem * var(--tw-space-y-reverse)); +} + .space-y-2 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0; margin-top: calc(0.5rem * (1 - var(--tw-space-y-reverse))); @@ -1721,6 +1767,11 @@ 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)); @@ -1791,6 +1842,11 @@ select { background-color: rgb(24 87 76/var(--tw-bg-opacity)); } +.bg-green-900 { + --tw-bg-opacity: 1; + background-color: rgb(6 43 30/var(--tw-bg-opacity)); +} + .bg-red-500 { --tw-bg-opacity: 1; background-color: rgb(149 29 32/var(--tw-bg-opacity)); @@ -1811,11 +1867,6 @@ select { background-color: rgb(245 224 162/var(--tw-bg-opacity)); } -.bg-yellow-500 { - --tw-bg-opacity: 1; - background-color: rgb(231 160 38/var(--tw-bg-opacity)); -} - .bg-opacity-40 { --tw-bg-opacity: 0.4; } @@ -1825,11 +1876,6 @@ select { object-fit: cover; } -.object-center { - -o-object-position: center; - object-position: center; -} - .p-2 { padding: 0.5rem; } @@ -1838,6 +1884,10 @@ select { padding: 1rem; } +.p-8 { + padding: 2rem; +} + .px-12 { padding-left: 3rem; padding-right: 3rem; @@ -1893,6 +1943,16 @@ select { padding-bottom: 2rem; } +.px-20 { + padding-left: 5rem; + padding-right: 5rem; +} + +.px-24 { + padding-left: 6rem; + padding-right: 6rem; +} + .pb-24 { padding-bottom: 6rem; } @@ -1901,6 +1961,10 @@ select { padding-bottom: 7rem; } +.pb-4 { + padding-bottom: 1rem; +} + .pb-8 { padding-bottom: 2rem; } @@ -1925,6 +1989,10 @@ select { padding-top: 1rem; } +.pt-2 { + padding-top: 0.5rem; +} + .text-center { text-align: center; } @@ -2020,6 +2088,11 @@ select { color: rgb(206 219 218/var(--tw-text-opacity)); } +.text-cadet-400 { + --tw-text-opacity: 1; + color: rgb(174 194 191/var(--tw-text-opacity)); +} + .text-cadet-900 { --tw-text-opacity: 1; color: rgb(29 77 58/var(--tw-text-opacity)); @@ -2128,9 +2201,15 @@ html { .md\:h-56 { height: 14rem; } + .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; @@ -2146,9 +2225,15 @@ html { .lg\:h-1\/3 { height: 33.333333%; } + .lg\:h-96 { + height: 24rem; + } .lg\:h-full { height: 100%; } + .lg\:h-64 { + height: 16rem; + } .lg\:w-1\/2 { width: 50%; } @@ -2167,9 +2252,15 @@ html { .lg\:max-w-3xl { max-width: 48rem; } + .lg\:flex-none { + flex: none; + } .lg\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); } + .lg\:grid-cols-6 { + grid-template-columns: repeat(6, minmax(0, 1fr)); + } .lg\:flex-col { flex-direction: column; } @@ -2184,9 +2275,10 @@ html { margin-right: calc(2rem * var(--tw-space-x-reverse)); margin-left: calc(2rem * (1 - var(--tw-space-x-reverse))); } - .lg\:px-0 { - padding-left: 0px; - padding-right: 0px; + .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\:text-center { text-align: center; @@ -2200,6 +2292,9 @@ html { .xl\:w-4\/12 { width: 33.333333%; } + .xl\:w-2\/4 { + width: 50%; + } } @media (min-width: 1536px) { .\32 xl\:w-3\/12 { @@ -2319,7 +2414,7 @@ body.login { position: relative; overflow: hidden; transition: 0.6s ease-in-out; - padding: 0 1rem; + padding: 0 0.5rem; } .accordion-title { margin: 0 35px 0 0; @@ -2531,6 +2626,27 @@ body.login { background-color: var(--cadet-200); /* Odd row background color */ } +.precautions-columns:nth-child(even) { + background-color: var(--cadet-500); /* Odd row background color */ +} + +.identity-columns:nth-child(odd) { + background-color: var(--copper-200); /* Odd row background color */ +} + +.oneca-links-columns:nth-child(odd) { + background-color: var(--copper-200); /* Odd row background color */ +} + +.tribal-council-logo { + width: 55px; +} +@media (min-width: 1024px) { + .tribal-council-logo { + width: auto; + } +} + .flip { transform: scaleX(-1); } diff --git a/assets/images/bgs/NAN App.zip b/assets/images/bgs/NAN App.zip deleted file mode 100644 index 15cb0ec..0000000 Binary files a/assets/images/bgs/NAN App.zip and /dev/null differ diff --git a/assets/images/bgs/be-yourself.png b/assets/images/bgs/be-yourself.png new file mode 100644 index 0000000..9aec710 Binary files /dev/null and b/assets/images/bgs/be-yourself.png differ diff --git a/assets/images/bgs/nan-lgbtq.png b/assets/images/bgs/nan-lgbtq.png new file mode 100644 index 0000000..5f2542d Binary files /dev/null and b/assets/images/bgs/nan-lgbtq.png differ diff --git a/assets/images/bgs/sexual-health-contraceptives.png b/assets/images/bgs/sexual-health-contraceptives.png new file mode 100644 index 0000000..628f3e0 Binary files /dev/null and b/assets/images/bgs/sexual-health-contraceptives.png differ diff --git a/assets/images/bgs/student-staying-connected.png b/assets/images/bgs/student-staying-connected.png new file mode 100644 index 0000000..6fcde05 Binary files /dev/null and b/assets/images/bgs/student-staying-connected.png differ diff --git a/assets/images/bgs/your-family-misses-you.png b/assets/images/bgs/your-family-misses-you.png new file mode 100644 index 0000000..1cdcd15 Binary files /dev/null and b/assets/images/bgs/your-family-misses-you.png differ diff --git a/assets/images/logos/tribal-councils/new/ifna_logo.png b/assets/images/logos/tribal-councils/new/ifna_logo.png new file mode 100644 index 0000000..2eaa5ea Binary files /dev/null and b/assets/images/logos/tribal-councils/new/ifna_logo.png differ diff --git a/assets/images/logos/tribal-councils/new/keewaytinook_okimakanak_logo.png b/assets/images/logos/tribal-councils/new/keewaytinook_okimakanak_logo.png new file mode 100644 index 0000000..86b13b1 Binary files /dev/null and b/assets/images/logos/tribal-councils/new/keewaytinook_okimakanak_logo.png differ diff --git a/assets/images/logos/tribal-councils/new/matawa_first_nations_logo.png b/assets/images/logos/tribal-councils/new/matawa_first_nations_logo.png new file mode 100644 index 0000000..b6e45e6 Binary files /dev/null and b/assets/images/logos/tribal-councils/new/matawa_first_nations_logo.png differ diff --git a/assets/images/logos/tribal-councils/new/mushkegowuk_council_logo.png b/assets/images/logos/tribal-councils/new/mushkegowuk_council_logo.png new file mode 100644 index 0000000..c819372 Binary files /dev/null and b/assets/images/logos/tribal-councils/new/mushkegowuk_council_logo.png differ diff --git a/assets/images/logos/tribal-councils/new/shibogama_first_nations_logo.png b/assets/images/logos/tribal-councils/new/shibogama_first_nations_logo.png new file mode 100644 index 0000000..c1c24a0 Binary files /dev/null and b/assets/images/logos/tribal-councils/new/shibogama_first_nations_logo.png differ diff --git a/assets/images/logos/tribal-councils/new/wabum_tribal_council_logo.png b/assets/images/logos/tribal-councils/new/wabum_tribal_council_logo.png new file mode 100644 index 0000000..d6eb50d Binary files /dev/null and b/assets/images/logos/tribal-councils/new/wabum_tribal_council_logo.png differ diff --git a/assets/images/logos/tribal-councils/new/windigo_first_nations_council_logo.png b/assets/images/logos/tribal-councils/new/windigo_first_nations_council_logo.png new file mode 100644 index 0000000..eb7831f Binary files /dev/null and b/assets/images/logos/tribal-councils/new/windigo_first_nations_council_logo.png differ diff --git a/assets/images/logos/Tribal Councils/ifna_logo.jpg b/assets/images/logos/tribal-councils/old/ifna_logo.jpg similarity index 100% rename from assets/images/logos/Tribal Councils/ifna_logo.jpg rename to assets/images/logos/tribal-councils/old/ifna_logo.jpg diff --git a/assets/images/logos/Tribal Councils/keewaytinook_okimakanak_logo.jpg b/assets/images/logos/tribal-councils/old/keewaytinook_okimakanak_logo.jpg similarity index 100% rename from assets/images/logos/Tribal Councils/keewaytinook_okimakanak_logo.jpg rename to assets/images/logos/tribal-councils/old/keewaytinook_okimakanak_logo.jpg diff --git a/assets/images/logos/Tribal Councils/matawa_first_nations_logo.jpg b/assets/images/logos/tribal-councils/old/matawa_first_nations_logo.jpg similarity index 100% rename from assets/images/logos/Tribal Councils/matawa_first_nations_logo.jpg rename to assets/images/logos/tribal-councils/old/matawa_first_nations_logo.jpg diff --git a/assets/images/logos/Tribal Councils/mushkegowuk_council_logo.jpg b/assets/images/logos/tribal-councils/old/mushkegowuk_council_logo.jpg similarity index 100% rename from assets/images/logos/Tribal Councils/mushkegowuk_council_logo.jpg rename to assets/images/logos/tribal-councils/old/mushkegowuk_council_logo.jpg diff --git a/assets/images/logos/Tribal Councils/shibogama_first_nations_logo.jpg b/assets/images/logos/tribal-councils/old/shibogama_first_nations_logo.jpg similarity index 100% rename from assets/images/logos/Tribal Councils/shibogama_first_nations_logo.jpg rename to assets/images/logos/tribal-councils/old/shibogama_first_nations_logo.jpg diff --git a/assets/images/logos/Tribal Councils/wabum_tribal_council_logo.jpg b/assets/images/logos/tribal-councils/old/wabum_tribal_council_logo.jpg similarity index 100% rename from assets/images/logos/Tribal Councils/wabum_tribal_council_logo.jpg rename to assets/images/logos/tribal-councils/old/wabum_tribal_council_logo.jpg diff --git a/assets/images/logos/Tribal Councils/windigo_first_nations_council_logo.jpg b/assets/images/logos/tribal-councils/old/windigo_first_nations_council_logo.jpg similarity index 100% rename from assets/images/logos/Tribal Councils/windigo_first_nations_council_logo.jpg rename to assets/images/logos/tribal-councils/old/windigo_first_nations_council_logo.jpg diff --git a/assets/images/people/bachelor-of-nursing-student.png b/assets/images/people/bachelor-of-nursing-student.png new file mode 100644 index 0000000..c55c935 Binary files /dev/null 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 new file mode 100644 index 0000000..4ce0966 Binary files /dev/null and b/assets/images/people/deputy-grand-chief-derek-fox.png differ diff --git a/assets/images/people/stressed_student.png b/assets/images/people/stressed_student.png new file mode 100644 index 0000000..6f0ee4f Binary files /dev/null and b/assets/images/people/stressed_student.png differ diff --git a/front-page.php b/front-page.php index 61883c5..0db911f 100644 --- a/front-page.php +++ b/front-page.php @@ -12,6 +12,90 @@ require_once(get_theme_file_path('/includes/back-end/helper_functions.php')); header-banner + +
+ +
+ + +
+
+
+ +
+ +

A message from Deputy Grand Chief Derek Fox

+ +

On behalf of Nishnawbe Aski Nation (NAN), we are proud of your decision to pursue a post-secondary education and become a role model for your community. As a law-school graduate, I understand the hard work and dedication needed to be successful in post-secondary education. My family is one of my biggest motivators, they keep me grounded to continue NAN’s work for our communities. As you pursue your studies, I encourage you to bring your knowledge back to your families and communities.”

+ +
+ +
+ Student With Children +
+

Derek Fox

+

Deputy Grand Chief

+
+
+ +
+
+
+ + +
+
+
+
    +
  • Congratulations!
  • +
  • You have decided to continue your education after Grade 12.
  • +
  • You have a dream for your future.
  • +
  • You may know where you want to go.
  • +
  • You may know the program you want to take.
  • +
  • In any case, this handbook has information to help you on this next step in your education journey
  • +
+ +
+ Student With Children +
+

Catherine Sergerie, Moose Cree First Nation

+

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

+
+
+ +
+
+
+
@@ -37,41 +121,6 @@ require_once(get_theme_file_path('/includes/back-end/helper_functions.php'));
- - -
- -
- diff --git a/includes/front-end/styles_and_scripts.php b/includes/front-end/styles_and_scripts.php index 8814d66..b5755df 100644 --- a/includes/front-end/styles_and_scripts.php +++ b/includes/front-end/styles_and_scripts.php @@ -12,7 +12,7 @@ function themeStarter_enqueue() /* Register and Enqueue Styles */ - wp_register_style('themeStarter-styles', get_parent_theme_file_uri('/assets/css/styles.css'), [], '1.0', 'all'); + wp_register_style('themeStarter-styles', get_parent_theme_file_uri('/assets/css/styles.css'), [], null, 'all'); wp_enqueue_style('themeStarter-styles'); wp_register_style('bootstrap-icons', get_parent_theme_file_uri('/assets/css/bootstrap-icons.css'), [], '1.11.1', 'all'); diff --git a/package.json b/package.json index be4424e..bae5c5a 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,8 @@ "build:wp": "wp-scripts build", "dev:wp": "wp-scripts start --output-path=assets/js --webpack-no-externals", "sync": "browser-sync start --proxy playground.test --files '**/*.scss, **/*.js, **/*.php", - "dev": "npm-run-all --parallel dev:tailwind dev:sass dev:wp" + "dev": "npm-run-all --parallel dev:tailwind dev:sass", + "dev:withwp": "npm-run-all --parallel dev:tailwind dev:sass dev:wp" }, "keywords": [], "author": "", diff --git a/page.php b/page.php index 97e1955..4a920f8 100644 --- a/page.php +++ b/page.php @@ -19,13 +19,13 @@ get_header(); ?> -
+
- +
diff --git a/templates/internal/before-signing-the-lease.php b/templates/internal/before-signing-the-lease.php index 2afad8a..c0b9661 100644 --- a/templates/internal/before-signing-the-lease.php +++ b/templates/internal/before-signing-the-lease.php @@ -21,11 +21,11 @@ $firstTimeRentIssues = [

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?
    • @@ -81,7 +81,7 @@ $firstTimeRentIssues = [
      -
      +

      The following are some common problems first-time renters might run into

      diff --git a/templates/internal/career-goals.php b/templates/internal/career-goals.php index 90ccd8e..660aa45 100644 --- a/templates/internal/career-goals.php +++ b/templates/internal/career-goals.php @@ -2,11 +2,11 @@
      -
      +

      What you want for yourself in life

      -
      +
      diff --git a/templates/internal/education-level-differences.php b/templates/internal/education-level-differences.php index 707e347..27b9500 100644 --- a/templates/internal/education-level-differences.php +++ b/templates/internal/education-level-differences.php @@ -153,12 +153,13 @@ $educationLevelDifferences = [
      +

      High School

      -
        +
        • @@ -172,7 +173,7 @@ $educationLevelDifferences = [

          College/University

          -
            +
            • @@ -182,6 +183,7 @@ $educationLevelDifferences = [
          +
      diff --git a/templates/internal/educational-goals.php b/templates/internal/educational-goals.php index a6f4749..9740117 100644 --- a/templates/internal/educational-goals.php +++ b/templates/internal/educational-goals.php @@ -1,13 +1,13 @@
      -
      +
      -
      +

      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.
      • It is important to find a program that is a good fit for you. It is a great idea to talk to other students who have been in the program.
      • diff --git a/templates/internal/financial-goals.php b/templates/internal/financial-goals.php index eb75d9c..a86836d 100644 --- a/templates/internal/financial-goals.php +++ b/templates/internal/financial-goals.php @@ -2,11 +2,11 @@
        -
        +

        Will help you achieve your other goals

        -
        +
        • How much money will you need to attend college or university?
        • Think of all the things you may need: travel, books, food, housing, tuition, childcare, recreation, cell phone, etc.
        • diff --git a/templates/internal/gender-identity-and-sexual-orientation.php b/templates/internal/gender-identity-and-sexual-orientation.php new file mode 100644 index 0000000..7077e83 --- /dev/null +++ b/templates/internal/gender-identity-and-sexual-orientation.php @@ -0,0 +1,280 @@ + 'Gender Identity:', + 'content' => [ + 'Person’s internal sense of masculinity, femininity, both, or neither, which may or may not be expressed outwardly and may or may not correspond to one’s physical sex characteristics and/or sex assignment at birth' + ] + ], + [ + 'title' => 'Gender Assignment:', + 'content' => [ + 'A person’s gender designation at birth, correlated with sex assignment' + ] + ], + [ + 'title' => 'Gender Roles:', + 'content' => [ + 'Expectations imposed on someone based on their gender' + ] + ], + [ + 'title' => 'Gender Attribution:', + 'content' => [ + 'A term generally referring to gender identities or expressions outside the gender binary' + ] + ], + [ + 'title' => 'Gender Expression:', + 'content' => [ + 'A person’s external presentation of their gender' + ] + ] +]; + +$genderIdentities = [ + [ + 'title' => 'Cisgender', + 'content' => [ + 'A term for individuals whose gender identity aligns with their sex assigned at birth' + ] + ], + [ + 'title' => 'Gender Non-Conforming (GNC) or Genderqueer', + 'content' => [ + 'A person’s gender designation at birth, correlated with sex assignment' + ] + ], + [ + 'title' => 'Transgender', + 'content' => [ + 'Term used when an individual’s gender identity or expression differs from conventional expectations for their sex assigned at birth' + ] + ] +]; + +?> + +
          + +
          + + +
          + +

          WHAT IS GENDER IDENTITY?

          + +

          + Gender—the culturally specific presentation of masculinity or femininity—involves: +

          + +
          + + +
          + +
          +

          Financial Support For Students

          +
          + +
          +
          + +
          +
            + + + + +
          • +
            +
            +

            +
            + + + +
            +
            + + +
            +
              + +
            • + +
            • + +
            +
            +
            +
          • + + + + +
          +
          + +
          +
          + +
          + + + +
          +

          + In relation to gender, individuals may identify as one or none of the following: +

          +
          + +
          + +
          +
          + +
          +
            + + + + +
          • +
            +
            +

            +
            + + + +
            +
            + + +
            +
              + +
            • + +
            • + +
            +
            +
            +
          • + + + + +
          +
          + +
          +
          + +
          + +
          +
          + +

          Source: di Bartolo, Adriana. 2013. “Is there a difference? The impact of Campus Climate on Sexual Minority and Gender Minority Students’ Levels of Outness.” PhD diss., Claremont Graduate University. ProQuest (LLC ED553093).

          +

          + Gender Equity in Higher Education +
          +
          + +
          +

          What is Sexual Orientation?

          +

          Sexual orientation refers to an enduring pattern of emotional, romantic and/or sexual attractions to men, women or both sexes. Sexual orientation also refers to a person’s sense of identity based on those attractions, related behaviors and membership in a community of others who share those attractions.

          +

          Sexual orientation is usually discussed in terms of three categories:

          +
            +
          • Heterosexual: Having emotional, romantic or sexual attractions to members of the other sex
          • +
          • Gay/Lesbian: Having emotional, romantic or sexual attractions to members of one’s own sex)
          • +
          • Bisexual: Having emotional, romantic or sexual attractions to both men and women
          • +
          +
          + +
          + +

          People express their sexual orientation through behaviors with others, including such simple actions as holding hands or kissing. Thus, sexual orientation is closely tied to the intimate personal relationships that meet deeply felt needs for love, attachment and intimacy.

          + + +
          + +
          + +
            +
          • In addition to sexual behaviors, these bonds include nonsexual physical affection between partners, shared goals and values, mutual support, and ongoing commitment.
          • +
          • Therefore, sexual orientation is not merely a personal characteristic within an individual. Rather, one’s sexual orientation defines the group of people in which one is likely to find the satisfying and fulfilling romantic relationships that are an essential component of personal identity for many people.
          • +
          + +
          +
          + +

          Source: American Psychological Association. (2008). Answers to your questions for a better understanding of sexual orientation & homosexuality.

          +

          + Understanding Sexual Orientation and Homosexuality +
          +
          + +
          + + +
          +

          + Most campuses have student associations or centres that provide services and host events to support lesbian, gay, bisexual, transgender, two-spirit, and queer students. They also work to promote gender equity on campus. +

          + +
          + +
          +

          Keep numbers handy for taxis in case of emergency, or if you cannot take a bus or use a rideshare app like Uber or Lyft.

          +
          + +
          +

          If you drive, be aware of parking restrictions at the college or university, and in the community. Parking passes are available to students to park on-campus.

          +
          + +
          +
          + Public Transit +
          +
          + Online Learning +
          +
          + + +
          + +
          \ No newline at end of file diff --git a/templates/internal/grants-bursaries-and-loans.php b/templates/internal/grants-bursaries-and-loans.php index 5da26fe..ef361f2 100644 --- a/templates/internal/grants-bursaries-and-loans.php +++ b/templates/internal/grants-bursaries-and-loans.php @@ -79,7 +79,7 @@ $studentFinancialTerms = [
            @@ -121,7 +121,7 @@ $studentFinancialTerms = [
        - +
        diff --git a/templates/internal/living-in-balance.php b/templates/internal/living-in-balance.php index acf92fb..f2ce205 100644 --- a/templates/internal/living-in-balance.php +++ b/templates/internal/living-in-balance.php @@ -87,6 +87,9 @@ $statesOfWellness = [
          + + + -
          - You Can Do It -
          -
        +

        + In Ontario, www.thehealthline.ca has links for up-to-date supports and services that are available to you. +

        +
        - -

        - In Ontario, www.thehealthline.ca has links for up-to-date supports and services that are available to you. -

        - -
        +
        You Can Do It
        diff --git a/templates/internal/managing-stress.php b/templates/internal/managing-stress.php new file mode 100644 index 0000000..57c76e2 --- /dev/null +++ b/templates/internal/managing-stress.php @@ -0,0 +1,68 @@ +
        + +
        +

        Stress

        +
        +

        + As a college or university student, there are expectations placed on you that may be new to you. School assignments combined with the responsibilities of living on your own can cause stress. +

        +
          +
        • Some stress is normal and is actually good for you, especially if it motivates you to do your work and maintain a healthy lifestyle. Too much stress can be harmful to your health. Be sure to check in with yourself and your education counsellor.
        • +
        • Deep breathing exercises and mindfulness can help you manage daily stressors.
        • +
        • Do not be afraid to talk about your stress or anxieties with people you trust.
        • +
        +
        +
        + + +
        + Public Transit +
        + + + +
        +

        Managing Stress

        +
        + +
        +

        + The following site provides online support, resources and strategies to help you deal with stress. +

        + +
        +

        Stress Strategies

        + (www.stressstrategies.ca/) + + + +

        + This website provides free resources and videos to help you learn to manage stress. +

        +
        + + +
        + +
        + + +
        \ No newline at end of file diff --git a/templates/internal/nan-tribal-councils.php b/templates/internal/nan-tribal-councils.php new file mode 100644 index 0000000..25246c5 --- /dev/null +++ b/templates/internal/nan-tribal-councils.php @@ -0,0 +1,257 @@ + 'Independent Bands', + 'logo' => '', + 'website' => '', + 'contact' => [], + 'tribal-councils' => [ + ['1', 'Hornepayne'], + ['2', 'Mishkeegogamang'], + ['3', 'Mocreebec Council of the Cree Nation'], + ['4', 'Sandy Lake'], + ['5', 'Wahgoshig'], + ['6', 'Weenusk (Peawanuck)'] + ] + ], + [ + 'name' => 'Independent First Nations Alliance', + 'logo' => 'ifna_logo', + 'website' => 'https://ifna.ca/', + 'contact' => [ + 'po_box' => '98 King Street Box 5010', + 'address' => 'Sioux Lookout, Ontario P8T 1K6', + 'phone' => '1-807-737-1902', + 'fax' => '1-807-737-3501' + ], + 'tribal-councils' => [ + ['7', 'Lac Seul'], + ['8', 'Muskrat Dam'], + ['9', 'Pikangikum'] + ] + ], + [ + 'name' => 'Keewaytinook Okimakanak', + 'logo' => 'keewaytinook_okimakanak_logo', + 'website' => 'https://www.kochiefs.ca/', + 'contact' => [ + 'po_box' => 'PO Box 340', + 'address' => '8 Mine Lake Road Balmertown, ON P0V 1C0', + 'phone' => '1-807-735-1381', + 'fax' => '1-807-735-1383' + ], + 'tribal-councils' => [ + ['10', 'Deer Lake'], + ['11', 'Fort Severn'], + ['12', 'Keewaywin'], + ['13', 'McDowell Lake'], + ['14', 'North Spirit Lake'], + ['15', 'Poplar Hill'] + ] + ], + [ + 'name' => 'Matawa First Nations', + 'logo' => 'matawa_first_nations_logo', + 'website' => 'https://www.matawa.on.ca/', + 'contact' => [ + 'po_box' => '', + 'address' => '233 Court St South Thunder Bay, ON P7B 2X9', + 'phone' => '1-807-344-4575', + 'fax' => '1-807-344-2977' + ], + 'tribal-councils' => [ + ['16', 'Aroland'], + ['17', 'Constance Lake'], + ['18', 'Eabametoong'], + ['19', 'Ginoogaming'], + ['20', 'Long Lake #58'], + ['21', 'Marten Falls'], + ['22', 'Neskantaga'], + ['23', 'Nibinamik'], + ['24', 'Webequie'] + ] + ], + [ + 'name' => 'Mushkegowuk Council', + 'logo' => 'mushkegowuk_council_logo', + 'website' => 'https://www.mushkegowuk.ca/', + 'contact' => [ + 'po_box' => 'PO Box 370', + 'address' => 'Moose Factory, ON P0L 1W0', + 'phone' => '1-705-658-4222', + 'fax' => '1-705-658-4250' + ], + 'tribal-councils' => [ + ['25', 'Attawapiskat'], + ['26', 'Chapleau Cree'], + ['27', 'Fort Albany'], + ['28', 'Kashechewan'], + ['29', 'Missanabie Cree'], + ['30', 'Moose Cree'], + ['31', 'aykwa Tagamou'] + ] + ], + [ + 'name' => 'Shibogama First Nations Council', + 'logo' => 'shibogama_first_nations_logo', + 'website' => 'https://www.shibogama.on.ca/', + 'contact' => [ + 'po_box' => 'PO Box 449', + 'address' => 'Sioux Lookout, ON P8T 1A5', + 'phone' => '1-807-737-2662', + 'fax' => '1-807-737-1583' + ], + 'tribal-councils' => [ + ['32', 'Kasabonika Lake'], + ['33', 'Kingfisher Lake'], + ['34', 'Wapekeka'], + ['35', 'Wawakapewin'], + ['36', 'Wunnumin Lake'] + ] + ], + [ + 'name' => 'Wabun Tribal Council', + 'logo' => 'wabum_tribal_council_logo', + 'website' => 'https://www.wabuntribalcouncil.ca/', + 'contact' => [ + 'po_box' => '', + 'address' => '313 Railway St Timmins, ON P4N 2P4', + 'phone' => '1-705-268-9066', + 'fax' => '1-705-268-8554' + ], + 'tribal-councils' => [ + ['37', 'Beaverhouse'], + ['38', 'Brunswick House'], + ['39', 'Chapleau Ojibway'], + ['40', 'Flying Post'], + ['41', 'Matachewan'], + ['42', 'Mattagami'] + ] + ], + [ + 'name' => 'Windigo First Nations Council', + 'logo' => 'windigo_first_nations_council_logo', + 'website' => 'https://www.windigo.on.ca/', + 'contact' => [ + 'po_box' => 'PO Box 229', + 'address' => 'Sioux Lookout, ON P8T 1A3', + 'phone' => '1-807-737-1585', + 'fax' => '1-807-737-3133' + ], + 'tribal-councils' => [ + ['43', 'Bearskin Lake'], + ['44', 'Cat Lake'], + ['45', 'Koocheching'], + ['46', 'North Caribou Lake'], + ['47', 'Sachigo Lake'], + ['48', 'Slate Falls'], + ['49', 'Whitewater Lake'] + ] + ], +] + + + +?> + + +
        + +
        +

        First Nations & Tribal Council Information

        +

        Where are you from?

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

        + + +
        + + + +
        +
        +

        Contact Information

        + + + +
        +
        +
          + + +
        • +

          PO Box:

          +
        • + + +
        • +

          Address:

          +
        • + +
        • +

          Phone:

          +
        • + +
        • +

          Fax:

          +
        • + +
        +
        +
        + + + +
        +
        +

        Tribal Councils

        + + + +
        +
        +
          + + +
        • +

          +

          +
        • + + +
        +
        +
        + +
        + + +
        + + +
        + + +
        \ 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 index 4221411..a2aebb6 100644 --- a/templates/internal/online-learning-and-remote-work.php +++ b/templates/internal/online-learning-and-remote-work.php @@ -179,7 +179,7 @@ $onlineLearningTips = [
          diff --git a/templates/internal/ontario-native-education-counseling-associations.php b/templates/internal/ontario-native-education-counseling-associations.php new file mode 100644 index 0000000..d8264b2 --- /dev/null +++ b/templates/internal/ontario-native-education-counseling-associations.php @@ -0,0 +1,114 @@ + 'Being Prepared', + 'content' => [ + 'FNMI Transitions - Remote to Urban - 1 Being Prepared' + ] + ], + [ + 'title' => 'The Change and the Challenge', + 'content' => [ + 'FNMI Transitions - Remote to Urban - 2 The Change & The Challenge' + ] + ], + [ + 'title' => 'The Helping Hand Counsellors', + 'content' => [ + 'FNMI Transitions - Remote to Urban - 3 Being Prepared' + ] + ], + [ + 'title' => 'The Helping Hand Student', + 'content' => [ + 'FNMI Transitions - Remote to Urban - 4 The Helping Hand Student' + ] + ], + [ + 'title' => 'The Importance of Education', + 'content' => [ + 'FNMI Transitions - Remote to Urban - 5 The Importance of Education' + ] + ], + [ + 'title' => 'Visit the ONECA transitions website', + 'content' => [ + 'The ONECA transitions website' + ] + ] +]; + +?> + +
          + +
          +

          ONECA has many videos about post-secondary education.

          +

          These videos include students and instructors talking about learning and living as a college or university student.

          + +
          + +
          +

          ONECA Links

          +
          + + +
          +
          + +
          +
            + + + + + + + + +
          +
          + +
          +
          + +
          + +
          + + +
          \ No newline at end of file diff --git a/templates/internal/personal-goals.php b/templates/internal/personal-goals.php index 719a581..ab07b4d 100644 --- a/templates/internal/personal-goals.php +++ b/templates/internal/personal-goals.php @@ -2,11 +2,11 @@
          -
          +

          What you want for yourself in life

          -
          +
          diff --git a/templates/internal/physical-health.php b/templates/internal/physical-health.php new file mode 100644 index 0000000..0641cd6 --- /dev/null +++ b/templates/internal/physical-health.php @@ -0,0 +1,44 @@ +
          + +
          + +
          +

          Keep Active!

          +

          + All colleges and universities will give students access to their fitness centres. The fees are included in your tuition. These often include a gym, an indoor track, and a pool. +

          +

          Walk to school if you can

          +

          IF YOU ARE SICK

          +
          + +
            +
          • Go to your on-campus clinic, or a walk-in clinic if you are feeling sick.
          • +
          • Have your Student Card, Ontario Health Card and Status Card with you if you have to see a health care provider.
          • +
          • Make sure your government ID is up to date and is not expired.
          • +
          • Tuition may cover some of your health care needs, such as: +
              +
            • - Dentist
            • +
            • - Optometrist
            • +
            • - Checkups and vaccines
            • +
            • - Prescriptions
            • +
            • - Glasses
            • +
            • - School fitness center
            • +
            • - Specialists
            • +
            +
          • +
          • Most colleges and universities have walk-in clinics and counselling centres.
          • +
          • If you use cultural medicines, you can approach your Indigenous Student Centre within the college or university. They can help you find these medicines.
          • +
          • Once you move into your home or residence, locate the nearest walk-in clinic.
          • +
          • For serious or life-threatening emergencies, call 911 or go to the emergency centre at the nearest hospital.
          • +
          • The Healthline shows you all walk-in clinics in your region: www.thehealthline.ca/
          • +
          • Call Telehealth Ontario if you have questions about your health: + +
          • +
          + +
          + +
          \ No newline at end of file diff --git a/templates/internal/safety.php b/templates/internal/safety.php new file mode 100644 index 0000000..94451f5 --- /dev/null +++ b/templates/internal/safety.php @@ -0,0 +1,137 @@ + 'Buddy System', + 'content' => [ + 'Use the buddy system especially after dark. It can be tempting to go for a run alone or make a quick trip to the library by yourself after dark, but it’s not worth the risk. Never be alone at night or in remote areas.' + ] + ], [ + 'title' => 'Campus Resources', + 'content' => [ + 'Use campus security escorts and safe rides.' + ] + ], + [ + 'title' => 'Safety Training', + 'content' => [ + 'Take advantage of safety training. Many campuses offer self-defence classes, or you can sign up for one at a local recreation centre.' + ] + ], + [ + 'title' => 'Contact Information', + 'content' => [ + 'Exchange family contact information with your roommate(s). It’s a good idea for parents to have the roommate’s phone number, too, so everyone can connect during an emergency.' + ] + ], + [ + 'title' => 'Alcohol Moderation', + 'content' => [ + 'Alcohol can make almost any situation more dangerous. Students who drink excessively are at higher risk of being involved in car accidents, hazing and sexual assault. Don’t drink or use before you drive or get into the car with someone you suspect might be under the influence.' + ] + ] +]; + +?> + +
          + +
          +

          You are responsible for your own safety.

          +
          + + +
          + +
          +

          Here are some ways to keep yourself safe:

          +
          + + +
          +
          + +
          +
            + + + + +
          • +
            +
            +

            +
            + + + +
            +
            + + +
            +
              + +
            • + +
            • + +
            +
            +
            +
          • + + + + +
          +
          + +
          +
          + +
          + +
            + +
          • +

            + If you are involved with the police, know your rights and your responsibilities. +

            +

            + For information about your legal rights, Nishnawbe Aski Legal Services (NALS) has information that can help you.
            Public Legal Education +

            +
          • + +
            + +
          • +

            + If you are a victim of sexual harassment, get help. +

            + +
              +
            • Let someone know right away – police, campus security, a friend.
            • +
            • + The link below has information about sexual harassment and what you can do if you are a victim.
              Let's Stop Sexual Harassment and Violence. +
            • +
            • If you are a victim of sexual assault, call 911 right away.
            • +
            +
          • + + +
          + + +
          \ No newline at end of file diff --git a/templates/internal/sexual-health.php b/templates/internal/sexual-health.php new file mode 100644 index 0000000..0eeb5fa --- /dev/null +++ b/templates/internal/sexual-health.php @@ -0,0 +1,33 @@ +
          + +
          +

          Healthy relationships, behaviours and attitudes,

          +
          + +
          +
          +

          + From healthy relationships to healthy behaviours and attitudes, understanding your sexual health is an important part of your overall well-being. It isn’t just about preventing sexually transmitted infections. It’s about being aware of your body, and your overall health. It’s also about making the right decisions and having respect for others. +

          +
          +
          + +
          +

          Confidential counselling and medical services are available at the on-campus clinic. If they cannot provide the help you need, they can refer you to community specialists or clinics. +

          +

          Sexual Health Ontario

          +
          + +
          +

          The Native Youth Sexual Health Network has information about different areas of sexual health and well-being. +

          +
          + +
          +
          + Public Transit +
          +
          + + +
          \ No newline at end of file diff --git a/templates/internal/stay-in-touch.php b/templates/internal/stay-in-touch.php new file mode 100644 index 0000000..ad52fb6 --- /dev/null +++ b/templates/internal/stay-in-touch.php @@ -0,0 +1,33 @@ +
          + +
          +

          Remember your friends and family

          +
          +

          + Remember, family and friends are only a phone call – or Snapchat – away. +

          + +
          + You Can Do It +
          +
            +
          • Talk with family members on a regular basis. They will be missing you as well. Let them know where you are living and how they can get in touch with you.
          • +
          • Do things with your friends +
              +
            • - Go for coffee or for a walk.
            • +
            • - Shop together for groceries. (Buying + larger quantities and splitting things up when you get back home can save you money).
            • +
            • - Schedule times to study together, + either at school or at home.
            • +
            +
          • +
          +
          +
          + + +
          + Public Transit +
          + +
          \ No newline at end of file diff --git a/templates/internal/strategies-for-success.php b/templates/internal/strategies-for-success.php index 8479e57..b9c4ed7 100644 --- a/templates/internal/strategies-for-success.php +++ b/templates/internal/strategies-for-success.php @@ -185,7 +185,7 @@ $strategiesForSuccess = [

          -
            +
            • diff --git a/templates/internal/students-with-children.php b/templates/internal/students-with-children.php index b95faf5..de6ac62 100644 --- a/templates/internal/students-with-children.php +++ b/templates/internal/students-with-children.php @@ -15,7 +15,7 @@
          -
          +

          CHILDREN:

          @@ -62,10 +62,13 @@

          I don’t go to university for just myself. I go to university to inspire that a mother can persevere. I go to university to educate myself and bring it back to my people. I go to university to set an example that I am an educated, civilized, strong Indigenous woman and we exist.”

          - Student With Children - -

          Skye Fiddler, Sandy Lake First Nation

          -

          Graduated 2019 with Bachelor of Arts, Lakehead University

          +
          + Student With Children +
          +

          Skye Fiddler, Sandy Lake First Nation

          +

          Graduated 2019 with Bachelor of Arts, Lakehead University

          +
          +
          diff --git a/templates/internal/support-and-accommodations.php b/templates/internal/support-and-accommodations.php index c6b6848..67ebea7 100644 --- a/templates/internal/support-and-accommodations.php +++ b/templates/internal/support-and-accommodations.php @@ -45,7 +45,7 @@
        • Academic advisor
        • Mentor / Tutor
        • Health Services
        • -
        • FAmily Doctor
        • +
        • Family Doctor
        • Your family and friends
        diff --git a/templates/internal/understanding-your-treaties.php b/templates/internal/understanding-your-treaties.php new file mode 100644 index 0000000..10cbbf6 --- /dev/null +++ b/templates/internal/understanding-your-treaties.php @@ -0,0 +1,57 @@ +
        + +
        + +
        + +

        Nishnawbe Aski Nation (known as Grand Council Treaty No. 9 until 1983) was established in 1973.

        + +

        + It represents the legitimate, socioeconomic, and political aspirations of its First Nation members of Northern Ontario to all levels of government in order to allow local self-determination while establishing spiritual, cultural, social, and economic independence. +

        + +

        + In 1977, Grand Council Treaty No. 9 made a public declaration of the rights and + principles of Nishnawbe Aski. +

        + +
        + +
        +

        NAN’s objectives are:

        + +
        + +
        + +
          +
        • Implementing advocacy and policy directives from NAN Chiefs-in-Assembly.
        • +
        • Advocating to improve the quality of life for the people in areas of education, lands and resources, health, governance, and justice.
        • +
        • Improving the awareness and sustainability of traditions, culture, and language of the people through unity and nationhood.
        • +
        • Developing and implementing policies which reflect the aspirations and betterment of the people
        • +
        • Developing strong partnerships with other organizations
        • +
        + +
        + +
        +
        + +
        +
        +

        NAN is a political territorial organization representing 49 First Nation communities within northern Ontario with the total population of membership (on and off reserve) estimated around 45,000 These communities are grouped by Tribal Council (Windigo First Nations Council, Wabun Tribal Shibogama First Nations Council, Mushkegowuk Council, Matawa First Nations, Keewaytinook Okimakanak, Independent First Nations Alliance) according to region. Six of the 49 communities are not affiliated a specific Tribal Council.

        +
        +
        + + +
        +

        NAN encompasses James Bay Treaty No. 9 and Ontario’s portion of Treaty No. 5, and has a total land-mass covering two-thirds of the province of Ontario spanning 210,000 square miles. The traditionally speak four languages: OjiCree in the west, Ojibway in the central-south area, and Cree Algonquin in the east.

        +
        + +
        +

        NAN continues to work to improve the quality of life for the Nishnawbe Aski territory. Through existing partnerships and agreements with Treaty partners (governments of Canada and Ontario), continues to advocate on behalf of the communities it represents for self-determination functioning self-government.

        +
        + +
        + +
        \ No newline at end of file diff --git a/templates/partials/page_header.php b/templates/partials/page_header.php index c61e01f..9481478 100644 --- a/templates/partials/page_header.php +++ b/templates/partials/page_header.php @@ -21,7 +21,7 @@ if ($page->post_parent !== 0) { header-banner
        - -

        + \ No newline at end of file