introwebdev
All checks were successful
Build / Build-Docker-Image (push) Successful in 25s

This commit is contained in:
2026-01-08 11:37:51 -05:00
parent 45955e40c5
commit d2ccb1c3c6
3 changed files with 150 additions and 0 deletions

View File

@@ -0,0 +1,35 @@
<!DOCTYPE html>
<html>
<head>
<title>Intro Webdev</title>
</head>
<body>
<h1>Introduction to Web Development</h1>
<p>
Welcome to the homepage for Trailside's Spring 2026 introduction to web development course!
</p>
<p>
This page is the source-of-truth for the entire course, so keep it bookmarked and check it often.
There will be no Google Classroom; any information you need will be here, and announcements will be posted via good old fashioned email.
</p>
<h2>Course Schedule</h2>
<p>
TBD.
</p>
<h2>Homework and Quizzes</h2>
<p>
<b>No homework first week</b>
</p>
<h2>Lecture notes</h2>
<p>
I'll be posting these in advance of lectures, so you can review the material before class and use class time for questions and practice.
</p>
<ul>
<li>Week 1: <a href="week-1-setup.html">Getting Set Up</a></li>
</ul>
<h2>Parental Consent Information</h2>
<p>
Find the form <a href="public-site-consent-form.html">here</a>.
</p>
</body>
</html>