week 2
All checks were successful
ClarkeIS Build / Build-Docker-Image (push) Successful in 23s

This commit is contained in:
2026-01-14 11:51:46 -05:00
parent 58f6593887
commit 691974d96b
13 changed files with 442 additions and 63 deletions

View File

@@ -1,10 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<title>Intro Webdev</title>
</head>
<body>
<h1>Introduction to Web Development</h1>
[!]
[=title "Introduction to Web Development"]
[=nohomelink]
[=content-]
<p>
Welcome to the homepage for Trailside's Spring 2026 introduction to web development course!
</p>
@@ -19,6 +16,9 @@ If you ever have any questions about web development, feel free to email me at <
Some parts of this course are intended to be self-study - you can always ask me for help about these, of course, but I recommend first checking out <a href="https://www.w3schools.com/">W3Schools</a>
and <a href="https://www.khanacademy.org/">Khan Academy</a>, because they have some pretty great resources for web development.
</p>
<p>
A rolling list of tags we've covered can be found <a href="rolling-tags-list.html">here</a>.
</p>
<h2>Grading</h2>
<p>
This is a graded course! The weights are as follows:
@@ -46,6 +46,7 @@ TBD. Will post an announcement when this is worked out.
</p>
<ul>
<li><a href="week-1-homework.html">Week 1 Homework (short, no submission)</a></li>
<li><a href="week-2-homework.html">Week 2 Homework</a></li>
</ul>
<h2>Lecture notes</h2>
<p>
@@ -53,11 +54,12 @@ I'll be posting these in advance of lectures, so you can review the material bef
</p>
<ul>
<li>Week 1: <a href="week-1-setup.html">Getting Set Up</a></li>
<li>Week 2: <a href="week-2-doctypes.html">Doctypes</a>, <a href="week-2-html-head-body.html">The HTML, Head, and Body tags</a>, <a href="week-2-metadata.html">Metadata</a>, <a href="week-2-web-inspect.html">Web Inspector</a></li>
</ul>
<h2>Generative AI policy</h2>
<p>
Don't use AI to do your assignments. You're here to learn web development, not to learn AI prompting. I will assign a 0 grade to any assignment
that I suspect was written by AI.
</p>
</body>
</html>
[/]
[#template.html]