From 60b9e62881650a40351763fb1681838119adad07 Mon Sep 17 00:00:00 2001 From: Timothy Pidashev Date: Sat, 8 Jan 2022 18:21:20 -0800 Subject: [PATCH] more work --- assignments.html | 70 +++++++++++++++++++++++++++---------- login.html | 2 +- python/assignments/2.1.html | 0 python/assignments/2.2.html | 0 python/assignments/2.3.html | 0 python/assignments/3.1.html | 0 python/assignments/3.2.html | 0 python/assignments/3.3.html | 0 python/assignments/4.1.html | 0 python/assignments/4.2.html | 0 python/assignments/4.3.html | 0 python/assignments/5.1.html | 0 python/assignments/5.2.html | 0 python/assignments/5.3.html | 0 14 files changed, 52 insertions(+), 20 deletions(-) create mode 100644 python/assignments/2.1.html create mode 100644 python/assignments/2.2.html create mode 100644 python/assignments/2.3.html create mode 100644 python/assignments/3.1.html create mode 100644 python/assignments/3.2.html create mode 100644 python/assignments/3.3.html create mode 100644 python/assignments/4.1.html create mode 100644 python/assignments/4.2.html create mode 100644 python/assignments/4.3.html create mode 100644 python/assignments/5.1.html create mode 100644 python/assignments/5.2.html create mode 100644 python/assignments/5.3.html diff --git a/assignments.html b/assignments.html index ffcecae..b0d01f8 100644 --- a/assignments.html +++ b/assignments.html @@ -13,21 +13,63 @@

Lesson 1

- - - + + + + + + + + +

Lesson 2

- - - + + + + + + + + +

Lesson 3

- - - + + + + + + + + + +
+

Lesson 4

+ +

Lesson 5

+
@@ -42,15 +84,5 @@ duration: 800 }); - \ No newline at end of file diff --git a/login.html b/login.html index 4696999..60a6232 100644 --- a/login.html +++ b/login.html @@ -53,7 +53,7 @@ $('form').fadeOut(500); $('.wrapper').addClass('form-success'); setTimeout(function() { // delay the location.replace for one second for login animation - location.replace('assignments.html'); + location.assign("https://timmypidashev.com/assignments.html"); }, 1000); } else { // if the username and password are incorrect, add a shake animation to the form diff --git a/python/assignments/2.1.html b/python/assignments/2.1.html new file mode 100644 index 0000000..e69de29 diff --git a/python/assignments/2.2.html b/python/assignments/2.2.html new file mode 100644 index 0000000..e69de29 diff --git a/python/assignments/2.3.html b/python/assignments/2.3.html new file mode 100644 index 0000000..e69de29 diff --git a/python/assignments/3.1.html b/python/assignments/3.1.html new file mode 100644 index 0000000..e69de29 diff --git a/python/assignments/3.2.html b/python/assignments/3.2.html new file mode 100644 index 0000000..e69de29 diff --git a/python/assignments/3.3.html b/python/assignments/3.3.html new file mode 100644 index 0000000..e69de29 diff --git a/python/assignments/4.1.html b/python/assignments/4.1.html new file mode 100644 index 0000000..e69de29 diff --git a/python/assignments/4.2.html b/python/assignments/4.2.html new file mode 100644 index 0000000..e69de29 diff --git a/python/assignments/4.3.html b/python/assignments/4.3.html new file mode 100644 index 0000000..e69de29 diff --git a/python/assignments/5.1.html b/python/assignments/5.1.html new file mode 100644 index 0000000..e69de29 diff --git a/python/assignments/5.2.html b/python/assignments/5.2.html new file mode 100644 index 0000000..e69de29 diff --git a/python/assignments/5.3.html b/python/assignments/5.3.html new file mode 100644 index 0000000..e69de29