Skip to content

Commit

Permalink
Remove instructor names from each FE Lesson page
Browse files Browse the repository at this point in the history
  • Loading branch information
Heather Faerber committed May 13, 2024
1 parent b4a77b3 commit 66ffe3a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions lessons/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@
<section class="module-content" data-module="1" style="display:none">
<h2>Module 1 Lessons</h2>
<p class="mod-description">Module 1 focuses on building a foundation for Front End Engineering and some of the tools and processes necessary for development. Students will learn to write refactored JavaScript that utilizes DOM manipulation, Object-Oriented Programming concepts, and Test-Driven Development. Projects will reinforce lesson concepts by emphasizing Object-Oriented Programming, comp recreation with semantic HTML, and clean, readable code.</p>

<!--
<h3>Instructors</h3>
<ul>
<li>Nik Seif (Anchor)</li>
<li>Heather Faerber</li>
<li> Zoe Farrell</li>
</ul>
</ul> -->

<h3>Resources</h3>
<ul>
Expand Down Expand Up @@ -110,9 +110,9 @@ <h3>Professional Development</h3>
<h2>Module 2 Lessons</h2>
<p class="mod-description">Module 2 focuses on fundamental JavaScript concepts, popular patterns for writing and organizing front-end code, and learning new tools and workflows to help improve the development process for more complex applications. Projects will reinforce lesson concepts by emphasizing Object-Oriented Programming, Test-Driven Development and heavy data manipulation.</p>

<h3>Instructors</h3>
<!-- <h3>Instructors</h3>
<li>Travis Rollins (Anchor)</li>
<li>Kayla Gordon</li>
<li>Kayla Gordon</li> -->

<h3>Resources</h3>
<ul>
Expand Down Expand Up @@ -200,9 +200,9 @@ <h3>CSS</h3>
<h2>Module 3 Lessons</h2>
<p class="mod-description">Module 3 focuses on front-end frameworks and libraries for building complex, scalable, fully-tested applications, as well as diving into asynchronous JavaScript and consuming APIs. Primary tools used are React, React Router, and Cypress. Projects are designed to reinforce lesson concepts by allowing students to practice implementing network requests, frameworks, and testing in applications that range from small and simple to larger and more complex.</p>

<h3>Instructors</h3>
<!-- <h3>Instructors</h3>
<li>Nick Teets (Anchor)</li>
<li>Kayla Gordon</li>
<li>Kayla Gordon</li> -->

<h3>Curriculum</h3>

Expand Down

0 comments on commit 66ffe3a

Please sign in to comment.