From 8e8dc9dccfac082dc890ac21446bef07bbbbcfc4 Mon Sep 17 00:00:00 2001 From: Fudgerboy <91767657+Fudgerboy@users.noreply.github.com> Date: Thu, 4 Jul 2024 23:53:13 +0000 Subject: Thu, Jul 4, 2024, 4:53 PM -07:00 --- wk8/lect/background.html | 27 +++++++++++++++++++++++++++ wk8/lect/geolocation.html | 15 +++++++++++++++ wk8/lect/headings.html | 29 +++++++++++++++++++++++++++++ wk8/lect/hello2.html | 21 +++++++++++++++++++++ wk8/lect/hello3.html | 23 +++++++++++++++++++++++ wk8/lect/home.css | 20 ++++++++++++++++++++ wk8/lect/home.html | 19 +++++++++++++++++++ wk8/lect/link.html | 34 ++++++++++++++++++++++++++++++++++ wk8/lect/list.html | 16 ++++++++++++++++ wk8/lect/meta0.html | 11 +++++++++++ wk8/lect/meta1.html | 13 +++++++++++++ wk8/lect/paragraphs.html | 20 ++++++++++++++++++++ wk8/lect/register.html | 14 ++++++++++++++ wk8/lect/search.html | 13 +++++++++++++ 14 files changed, 275 insertions(+) create mode 100644 wk8/lect/background.html create mode 100644 wk8/lect/geolocation.html create mode 100644 wk8/lect/headings.html create mode 100644 wk8/lect/hello2.html create mode 100644 wk8/lect/hello3.html create mode 100644 wk8/lect/home.css create mode 100644 wk8/lect/home.html create mode 100644 wk8/lect/link.html create mode 100644 wk8/lect/list.html create mode 100644 wk8/lect/meta0.html create mode 100644 wk8/lect/meta1.html create mode 100644 wk8/lect/paragraphs.html create mode 100644 wk8/lect/register.html create mode 100644 wk8/lect/search.html (limited to 'wk8/lect') diff --git a/wk8/lect/background.html b/wk8/lect/background.html new file mode 100644 index 0000000..114e3e8 --- /dev/null +++ b/wk8/lect/background.html @@ -0,0 +1,27 @@ + + + + + background + + + + + + + + + diff --git a/wk8/lect/geolocation.html b/wk8/lect/geolocation.html new file mode 100644 index 0000000..6abaaa5 --- /dev/null +++ b/wk8/lect/geolocation.html @@ -0,0 +1,15 @@ + + + + + geolocation + + + + + diff --git a/wk8/lect/headings.html b/wk8/lect/headings.html new file mode 100644 index 0000000..5f033ce --- /dev/null +++ b/wk8/lect/headings.html @@ -0,0 +1,29 @@ + + + + + + headings + + + +

+ One +

+

+ Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. +

+

+ Two +

+

+ Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. +

+

+ Three +

+

+ Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. +

+ + diff --git a/wk8/lect/hello2.html b/wk8/lect/hello2.html new file mode 100644 index 0000000..a2baede --- /dev/null +++ b/wk8/lect/hello2.html @@ -0,0 +1,21 @@ + + + + + hello2 + + +
+ + +
+ + + diff --git a/wk8/lect/hello3.html b/wk8/lect/hello3.html new file mode 100644 index 0000000..6e1ce4e --- /dev/null +++ b/wk8/lect/hello3.html @@ -0,0 +1,23 @@ + + + + + + hello2 + + +
+ + +
+ + diff --git a/wk8/lect/home.css b/wk8/lect/home.css new file mode 100644 index 0000000..ceeb12b --- /dev/null +++ b/wk8/lect/home.css @@ -0,0 +1,20 @@ +.centered +{ + text-align: center; +} + +.large +{ + font-size: large; +} + +.medium +{ + font-size: medium; +} + +.small +{ + color: red; + font-size: small; +} diff --git a/wk8/lect/home.html b/wk8/lect/home.html new file mode 100644 index 0000000..ef0e981 --- /dev/null +++ b/wk8/lect/home.html @@ -0,0 +1,19 @@ + + + + + + home + + +
+ Ivy Forge +
+
+ Welcome home pookie! +
+ + + diff --git a/wk8/lect/link.html b/wk8/lect/link.html new file mode 100644 index 0000000..ff230d0 --- /dev/null +++ b/wk8/lect/link.html @@ -0,0 +1,34 @@ + + + + + + list + + + Visit Harvard + or Yale + + diff --git a/wk8/lect/list.html b/wk8/lect/list.html new file mode 100644 index 0000000..c61caf8 --- /dev/null +++ b/wk8/lect/list.html @@ -0,0 +1,16 @@ + + + + + + list + + + +
    +
  1. foo
  2. +
  3. bar
  4. +
  5. baz
  6. +
+ + diff --git a/wk8/lect/meta0.html b/wk8/lect/meta0.html new file mode 100644 index 0000000..4e24d3b --- /dev/null +++ b/wk8/lect/meta0.html @@ -0,0 +1,11 @@ + + + + + + meta + + + I love cats; miau + + diff --git a/wk8/lect/meta1.html b/wk8/lect/meta1.html new file mode 100644 index 0000000..7e4ced4 --- /dev/null +++ b/wk8/lect/meta1.html @@ -0,0 +1,13 @@ + + + + + + + + meta + + + I love cats; miau + + diff --git a/wk8/lect/paragraphs.html b/wk8/lect/paragraphs.html new file mode 100644 index 0000000..e26f9e0 --- /dev/null +++ b/wk8/lect/paragraphs.html @@ -0,0 +1,20 @@ + + + + + + paragraphs + + + +

+ Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. +

+

+ Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. +

+

+ Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. +

+ + diff --git a/wk8/lect/register.html b/wk8/lect/register.html new file mode 100644 index 0000000..a99f274 --- /dev/null +++ b/wk8/lect/register.html @@ -0,0 +1,14 @@ + + + + + register + + +
+ + +
+ + + diff --git a/wk8/lect/search.html b/wk8/lect/search.html new file mode 100644 index 0000000..fcbd10e --- /dev/null +++ b/wk8/lect/search.html @@ -0,0 +1,13 @@ + + + + + search + + +
+ + +
+ + -- cgit v1.2.3