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,20 +1,6 @@
<!DOCTYPE html>
<html>
<head>
<style>
blockquote {
border-left: 3px solid grey;
padding-left: 2em;
margin-left: 0px;
}
</style>
<title>Week 1: Getting Set Up</title>
</head>
<body>
<p>
<a href="index.html">Back To Homepage</a>
<h1>Week 1: Getting Set Up</h1>
[!]
[=title "Week 1: Getting Set Up"]
[=content-]
<p>
Welcome to intro webdev! Today we're going to get our computers set up for web development, cover basic file management and text editing, and make a Hello World project.
</p>
@@ -47,10 +33,9 @@ blockquote {
<p>
Paste the following into Notepad and save. We'll go over what this does later.
</p>
<pre>
&lt;!DOCTYPE html&gt;
<pre><code>&lt;!DOCTYPE html&gt;
&lt;h1&gt;Hello, World!&lt;/h1&gt;
</pre>
</code></pre>
<p>
Finally, open index.html in your web browser - right clicking it in File Explorer, selecting "open with...", and clicking your web browser should work fine. You'll see something like this:
</p>
@@ -60,5 +45,5 @@ blockquote {
<p>
If it works, nicely done - that's your first website!
</p>
</head>
</html>
[/]
[#template.html]