homework 3 update
All checks were successful
ClarkeIS Build / Build-Docker-Image (push) Successful in 24s

This commit is contained in:
2026-01-26 10:27:10 -05:00
parent b2749176dd
commit 9ebbb99074
2 changed files with 10 additions and 13 deletions

View File

@@ -44,13 +44,13 @@ 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
Homework will drop every week on the Wednesday before class, and be due the following Friday. 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>
<li><a href="week-2-homework.html">Week 2 Homework</a></li>
<li><a href="week-3-homework.html">Week 3 Homework</a></li>
<li><a href="week-3-homework.html">Week 3 Homework (due on the 30th)</a></li>
</ul>
<h2>Lecture notes</h2>
<p>

View File

@@ -63,17 +63,18 @@
or the like, that should also be the same. <span class="goal">Universal icons</span>
</li>
</ul>
<h2>Part 3: Style</h2>
<p>
Add some pizazz! Create a shared <code>style.css</code> file containing universal styles for your website (e.g. the universal font, background, etc)
and add it to <b>all</b> of your pages using a link tag. <span class="goal">CSS file linked in properly to every page</span> <span class="goal">Universal background color</span>
</p>
<h2>Part 4: Double Check</h2>
<h2>Part 3: Double Check</h2>
<p>
I will <b>instantly zero your grade</b> for any assignment that leaks personal information, unless you previously contacted me about it.
Make sure that there is no personal information on your website when you submit it.
If you have an information leak, <b>tell me immediately</b> so I can help you clean it up!
</p>
<h2>Extra Credit</h2>
<p>
Add some pizazz! Create a shared <code>style.css</code> file containing universal styles for your website (e.g. the universal font, background, etc)
and add it to your pages using a link tag. You'll have to figure out how to do this on your own - we didn't cover it in class. I'll give 2 points of extra credit
to any submission with style in a style.css file and 5 points if the style looks decent!
</p>
<h2>Self Study</h2>
<p>
Read through <a href="https://git-scm.com/book/en/v2">Pro Git</a>. I won't require you to use git properly in this course,
@@ -83,13 +84,9 @@
Also, read about <a href="https://jekyllrb.com/">Jekyll</a> and <a href="https://docs.github.com/en/pages/setting-up-a-github-pages-site-with-jekyll">the Pages/Jekyll docs</a>.
Jekyll is an awesome tool that can make running your website much, much easier.
</p>
<h2>Extra Credit</h2>
<p>
No extra credit this week :(
</p>
<h2>Submission</h2>
<p>
Once your site is up and you've verified everything is correct, just email the link to me.
Once your site is up and you've verified everything is correct, just email the link to me. This homework is due on Friday, January 30th.
</p>
[/]
[#template.html]