All checks were successful
Build / Build-Docker-Image (push) Successful in 25s
36 lines
940 B
HTML
36 lines
940 B
HTML
<!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>
|