From f9e53771893fe451332b417f563e6b5d74c1046f Mon Sep 17 00:00:00 2001 From: Haojie <49082609+jxtxwsbn@users.noreply.github.com> Date: Mon, 8 Jan 2024 15:38:18 -0500 Subject: [PATCH 1/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 788b0a7..2b1cd29 100644 --- a/README.md +++ b/README.md @@ -1 +1 @@ -# Enter your Full Name in the space below \ No newline at end of file +## Haojie Huang From cf0f23ddf459cb995c7f3d68291865454d2e2c1b Mon Sep 17 00:00:00 2001 From: HaojHuang <99844871+HaojHuang@users.noreply.github.com> Date: Wed, 10 Jan 2024 13:29:08 -0500 Subject: [PATCH 2/2] after first course --- .idea/inspectionProfiles/Project_Default.xml | 26 ++++++++++++++ .../inspectionProfiles/profiles_settings.xml | 6 ++++ .idea/learn-html.iml | 8 +++++ .idea/misc.xml | 7 ++++ .idea/modules.xml | 8 +++++ .idea/vcs.xml | 6 ++++ .idea/workspace.xml | 34 +++++++++++++++++++ quizzes/colors.html | 6 ++-- quizzes/format.html | 6 ++++ quizzes/headings.html | 2 +- quizzes/links.html | 4 +-- quizzes/paragraph.html | 9 ++++- 12 files changed, 115 insertions(+), 7 deletions(-) create mode 100644 .idea/inspectionProfiles/Project_Default.xml create mode 100644 .idea/inspectionProfiles/profiles_settings.xml create mode 100644 .idea/learn-html.iml create mode 100644 .idea/misc.xml create mode 100644 .idea/modules.xml create mode 100644 .idea/vcs.xml create mode 100644 .idea/workspace.xml diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml new file mode 100644 index 0000000..a1b00a8 --- /dev/null +++ b/.idea/inspectionProfiles/Project_Default.xml @@ -0,0 +1,26 @@ + + + + \ No newline at end of file diff --git a/.idea/inspectionProfiles/profiles_settings.xml b/.idea/inspectionProfiles/profiles_settings.xml new file mode 100644 index 0000000..105ce2d --- /dev/null +++ b/.idea/inspectionProfiles/profiles_settings.xml @@ -0,0 +1,6 @@ + + + + \ No newline at end of file diff --git a/.idea/learn-html.iml b/.idea/learn-html.iml new file mode 100644 index 0000000..d0876a7 --- /dev/null +++ b/.idea/learn-html.iml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml new file mode 100644 index 0000000..9d3f881 --- /dev/null +++ b/.idea/misc.xml @@ -0,0 +1,7 @@ + + + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 0000000..a699e64 --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..94a25f7 --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/.idea/workspace.xml b/.idea/workspace.xml new file mode 100644 index 0000000..e284bf2 --- /dev/null +++ b/.idea/workspace.xml @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + + + + + + + 1704747063624 + + + + \ No newline at end of file diff --git a/quizzes/colors.html b/quizzes/colors.html index c743d79..45b84df 100644 --- a/quizzes/colors.html +++ b/quizzes/colors.html @@ -5,9 +5,9 @@

Hello World

-

Hello World

-

Hello World

-

...

+

Hello World

+

Hello World

+

...

Hello World

diff --git a/quizzes/format.html b/quizzes/format.html index 69fa956..d241963 100644 --- a/quizzes/format.html +++ b/quizzes/format.html @@ -5,6 +5,12 @@

Binary Math

+
+  If N is a K-bit binary string
+  then the decimal representation of N can be derived as follows:
+  20+21+...+2k-1
 
+
+
diff --git a/quizzes/headings.html b/quizzes/headings.html index accd632..870435f 100644 --- a/quizzes/headings.html +++ b/quizzes/headings.html @@ -4,7 +4,7 @@ Headings -

Northeastern University Link

+

Northeastern University Link

Northeastern University Link

Northeastern University Link

Northeastern University Link

diff --git a/quizzes/links.html b/quizzes/links.html index ef397d1..e5e2995 100644 --- a/quizzes/links.html +++ b/quizzes/links.html @@ -6,7 +6,7 @@

List of links

- + Image not found
@@ -29,7 +29,7 @@ 

List of links

18 19 20 - Go to Top + Go to Top
diff --git a/quizzes/paragraph.html b/quizzes/paragraph.html index 473b7c5..8870243 100644 --- a/quizzes/paragraph.html +++ b/quizzes/paragraph.html @@ -4,6 +4,13 @@ Paragraph Quiz -React is a JavaScript library for rendering user interfaces (UIs). UIs are built from reusable small units such as button, text, etc. and combined to form larger units. In this worksheet and the subsequent ones, we will learn about React components and how they can be used to build UI screens effectively. +

About React

+
+
+    React is a JavaScript library for rendering user interfaces (UIs).
+    UIs are built from reusable small units such as button, text, etc. and combined to form larger units.
+    In this worksheet and the subsequent ones, we will learn about React components and how they can be used to build UI screens effectively.
+
+