Narrative Architect

Every teacher is a storyteller.

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Narrative Architect: Designing Curriculum with Habits of Mind & Critical Storytelling</title>
<style>
  body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    background-color: #f9f9f9;
    color: #333;
    margin: 0;
    line-height: 1.6;
  }
  header {
    background-color: #2c3e50;
    color: #fff;
    padding: 30px 20px;
    text-align: center;
  }
  header h1 {
    margin: 0 0 10px;
    font-size: 2em;
  }
  header h2 {
    margin: 0;
    font-weight: normal;
    font-size: 1.2em;
  }
  main {
    max-width: 1000px;
    margin: 40px auto;
    padding: 0 20px;
  }
  section {
    background-color: #fff;
    padding: 25px;
    margin-bottom: 30px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  }
  h2 {
    color: #34495e;
    margin-top: 0;
  }
  h3 {
    margin-top: 20px;
    color: #2c3e50;
  }
  p {
    margin-top: 10px;
  }
  ul {
    margin-top: 10px;
    padding-left: 20px;
  }
  li {
    margin-bottom: 8px;
  }
  .pillars {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }
  .pillar {
    flex: 1 1 45%;
    background-color: #ecf0f1;
    padding: 15px;
    border-radius: 8px;
  }
  footer {
    background-color: #2c3e50;
    color: #ecf0f1;
    text-align: center;
    padding: 20px;
    margin-top: 40px;
  }
  @media (max-width: 768px) {
    .pillars {
      flex-direction: column;
    }
    .pillar {
      flex: 1 1 100%;
    }
  }
</style>
</head>
<body>
<header>
  <h1>Narrative Architect: Designing Curriculum with Habits of Mind & Critical Storytelling</h1>
  <h2>A Teacher’s Toolkit for Bridging Learning, Meaning-Making, and Real-life Readiness</h2>
</header>

<main>
  <section>
    <h2>Core Mission</h2>
    <p>
      To equip language educators and curriculum designers with the critical and practical tools to redesign curricula by embedding narrative-driven Habits of Mind (HoM), fostering students’ transformative transition from academic learners to agile, ethical, and innovative workplace performers.
    </p>
  </section>

  <section>
    <h2>Audience</h2>
    <p>
      Master’s students in TESOL, Applied Linguistics, Curriculum & Instruction, and Educational Innovation; experienced language educators (Grades 6–12), curriculum designers, and professional development facilitators.
    </p>
  </section>

  <section>
    <h2>Course Duration</h2>
    <p>5 Modules (approx. 2-3 weeks per module, adaptable to program structure)</p>
  </section>

  <section>
    <h2>5 Pillars of Course Aims</h2>
    <div class="pillars">
      <div class="pillar">
        <h3>Deconstruct Power & Bias</h3>
        <p>Analyze power dynamics and implicit biases in educational narratives (textbooks, media) using critical discourse and narrative theory.</p>
      </div>
      <div class="pillar">
        <h3>Integrate Habits of Mind</h3>
        <p>Embed HoM as explicit narrative frameworks to develop 21st-century skills and core workplace competencies.</p>
      </div>
      <div class="pillar">
        <h3>Design Authentic Assessments</h3>
        <p>Create assessments and rubrics that diagnose students’ meaning-making, perspective-taking, and narrative transfer skills.</p>
      </div>
      <div class="pillar">
        <h3>Reconfigure Teacher Identity</h3>
        <p>Develop reflective, co-storytelling teacher practices that examine biases and promote student voice.</p>
      </div>
      <div class="pillar">
        <h3>Bridge to Real-world Contexts</h3>
        <p>Connect classroom narratives to authentic settings and professional competencies for future readiness.</p>
      </div>
    </div>
  </section>

  <section>
    <h2>Course Modules: Theory → Critique → Action</h2>
    <p>
      Each module follows a 3-phase cycle:
      <ul>
        <li><strong>Learn:</strong> Engage with theory, concepts, and models.</li>
        <li><strong>Audit:</strong> Critically analyze existing materials and practices.</li>
        <li><strong>Redesign:</strong> Apply learning to create new, narrative-driven curriculum and assignments.</li>
      </ul>
    </p>
  </section>
</main>

<footer>
  <p>&copy; 2025 Your Institution. All rights reserved.</p>
</footer>
</body>
</html>