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,11 +1,6 @@
<!DOCTYPE html>
<html>
<head>
<title>Week 1 Homework</title>
</head>
<body>
<a href="index.html">Back to home</a>
<h1>Week 1 Homework</h1>
[!]
[=title "Week 1 Homework"]
[=content-]
<p>
I didn't actually expect to get as far as we did in the first week, so homework is pretty short and spur-of-the-moment. Later homeworks will be much longer.
</p>
@@ -16,9 +11,7 @@ This homework is optional. You won't be graded on it, and there's nothing to sub
<p>
If you didn't get an image working, try to do that! Remember the image tag has peculiar behavior, and looks like this:
</p>
<pre>
&lt;img src="/path/to/image.extension"&gt;
</pre>
<pre><code>&lt;img src="/path/to/image.extension"&gt;</code></pre>
<p>
If your image is in <b>Downloads</b>, for instance, your image tag might look like <code>&lt;img src="Downloads/image.png"&gt;</code>.
</p>
@@ -34,9 +27,7 @@ This homework is optional. You won't be graded on it, and there's nothing to sub
<p>
Remember a link looks like:
</p>
<pre>
&lt;a href="https://example.com/"&gt;Link Text&lt;/a&gt;
</pre>
<pre><code>&lt;a href="https://example.com/"&gt;Link Text&lt;/a&gt;</code></pre>
<p>
Links are pretty cool - for instance, you can actually put most tags inside them. Try making a website with a clickable image!
</p>
@@ -64,5 +55,5 @@ This homework is optional. You won't be graded on it, and there's nothing to sub
<p>
I'll make it 2% if you can bring in a tag <i>I haven't heard of</i>.
</p>
</body>
</html>
[/]
[#template.html]