From 4f3a40fb3d68f0e561affc1c6377da29cfbe3e7f Mon Sep 17 00:00:00 2001 From: Kathryn Fabbroni Date: Sun, 17 Nov 2024 16:05:28 -0500 Subject: [PATCH 1/2] initial commit --- index.html | 24 ++++++++++++++++++++++++ main.js | 1 + style.css | 3 +++ 3 files changed, 28 insertions(+) create mode 100644 index.html create mode 100644 main.js create mode 100644 style.css diff --git a/index.html b/index.html new file mode 100644 index 00000000..19029b9a --- /dev/null +++ b/index.html @@ -0,0 +1,24 @@ + + + + + + ReReddi + + + + +

Hello, world!

+ + + + diff --git a/main.js b/main.js new file mode 100644 index 00000000..0d3d3bbb --- /dev/null +++ b/main.js @@ -0,0 +1 @@ +console.log("hello,world") \ No newline at end of file diff --git a/style.css b/style.css new file mode 100644 index 00000000..adc68fa6 --- /dev/null +++ b/style.css @@ -0,0 +1,3 @@ +h1 { + color: red; +} From ff36e97b1da3c00be10be0bb4e714a9094d08269 Mon Sep 17 00:00:00 2001 From: Kathryn Fabbroni Date: Tue, 26 Nov 2024 09:52:16 -0500 Subject: [PATCH 2/2] added ability to add and remove comments --- index.html | 40 +++++++++++++++++++++++-- main.js | 86 +++++++++++++++++++++++++++++++++++++++++++++++++++++- style.css | 59 ++++++++++++++++++++++++++++++++++++- 3 files changed, 181 insertions(+), 4 deletions(-) diff --git a/index.html b/index.html index 19029b9a..feb98d98 100644 --- a/index.html +++ b/index.html @@ -3,7 +3,7 @@ - ReReddi + ReReddt -

Hello, world!

+
+
+
+

ReReddit

+
+
+

Make a Post

+
+
+ +
+ +
+ +
+ +
+
+
+
+