Files
deadlyboringmath.us/site/introwebdev/index.html
Tyler Clarke 08cf76ea84
All checks were successful
Build / Build-Docker-Image (push) Successful in 23s
introwebdev updates
2026-01-11 20:00:19 -05:00

64 lines
2.4 KiB
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>
<p>
If you ever have any questions about web development, feel free to email me at <a href="mailto:plupy44@gmail.com">plupy44@gmail.com</a> (bonus if you can figure out how I made that clickable...)
</p>
<p>
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>
<h2>Grading</h2>
<p>
This is a graded course! The weights are as follows:
</p>
<ul>
<li>Homeworks (14 I think - maybe 13?) - 35% total</li>
<li>Exams (2) - 50% total</li>
<li>Participation Activities - 15% total (this will be pop quizzes and such)</li>
</ul>
<p>
If you want to know your grades, just email me - I'll also tell you your running grades after each exam.
</p>
<p>
Note that your grade doesn't matter too much. The real point of grading is so that <i>I</i> know how well you're doing - you shouldn't really
assign much personal weight to the grades you get; they won't be on any permanent transcripts or anything.
</p>
<h2>Course Schedule</h2>
<p>
TBD. Will post an announcement when this is worked out.
</p>
<h2>Homework</h2>
<p>
Homework will drop every week on the Wednesday before class, and be due the following Wednesday. Your homework submissions will be entirely
in website form - you'll be emailing me your HTML files.
</p>
<ul>
<li><a href="week-1-homework.html">Week 1 Homework (short, no submission)</a></li>
</ul>
<h2>Lecture notes</h2>
<p>
I'll be posting these in advance of lectures, so you can review the material before class.
</p>
<ul>
<li>Week 1: <a href="week-1-setup.html">Getting Set Up</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>