From e1b23d5e33b5c3cb408b150edc7c9c7df880ab1a Mon Sep 17 00:00:00 2001 From: *2ndrate* Date: Mon, 1 Sep 2025 15:58:26 -0400 Subject: [PATCH 01/12] added values to the .txt file --- COMPSVII-ExampleRepo | 1 + 1 file changed, 1 insertion(+) create mode 160000 COMPSVII-ExampleRepo diff --git a/COMPSVII-ExampleRepo b/COMPSVII-ExampleRepo new file mode 160000 index 0000000..bb8e4ba --- /dev/null +++ b/COMPSVII-ExampleRepo @@ -0,0 +1 @@ +Subproject commit bb8e4ba820f7fbe6b7bc42b624f6e4140cb5b08a From 7089a85313c734efd7666ca980ce4ce2f8c73ddc Mon Sep 17 00:00:00 2001 From: *2ndrate* Date: Tue, 2 Sep 2025 21:02:04 -0400 Subject: [PATCH 02/12] intial comment --- .vscode/launch.json | 15 +++++++++++++++ example.txt | 2 ++ 2 files changed, 17 insertions(+) create mode 100644 .vscode/launch.json diff --git a/.vscode/launch.json b/.vscode/launch.json new file mode 100644 index 0000000..2ba986f --- /dev/null +++ b/.vscode/launch.json @@ -0,0 +1,15 @@ +{ + // Use IntelliSense to learn about possible attributes. + // Hover to view descriptions of existing attributes. + // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 + "version": "0.2.0", + "configurations": [ + { + "type": "chrome", + "request": "launch", + "name": "Launch Chrome against localhost", + "url": "http://localhost:8080", + "webRoot": "${workspaceFolder}" + } + ] +} \ No newline at end of file diff --git a/example.txt b/example.txt index 1ac9429..6830d76 100644 --- a/example.txt +++ b/example.txt @@ -6,3 +6,5 @@ My Grocery List - Butter - Sugar - Lemons +-penut +-flour \ No newline at end of file From 23508f6c59591ca369c3b0ae5bdf19ab89b23d0b Mon Sep 17 00:00:00 2001 From: *2ndrate* Date: Tue, 2 Sep 2025 21:16:31 -0400 Subject: [PATCH 03/12] update --- example.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/example.txt b/example.txt index 6830d76..4c1fb07 100644 --- a/example.txt +++ b/example.txt @@ -7,4 +7,6 @@ My Grocery List - Sugar - Lemons -penut --flour \ No newline at end of file +-flour +-hello +apple pies \ No newline at end of file From 0a28cffe03e9b359b8067eeb9c6d901dd809647c Mon Sep 17 00:00:00 2001 From: *2ndrate* Date: Tue, 2 Sep 2025 21:18:11 -0400 Subject: [PATCH 04/12] another test --- example.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/example.txt b/example.txt index 4c1fb07..8f0f38b 100644 --- a/example.txt +++ b/example.txt @@ -9,4 +9,5 @@ My Grocery List -penut -flour -hello -apple pies \ No newline at end of file +apple pies +candy From 597f87d782fe20adce8c48e9cf1a717ad159840b Mon Sep 17 00:00:00 2001 From: *2ndrate* Date: Tue, 2 Sep 2025 21:26:31 -0400 Subject: [PATCH 05/12] Updated my read me and my favorite things --- My Favorite Things.txt | 10 ++++++++++ example.txt | 13 ------------- 2 files changed, 10 insertions(+), 13 deletions(-) create mode 100644 My Favorite Things.txt delete mode 100644 example.txt diff --git a/My Favorite Things.txt b/My Favorite Things.txt new file mode 100644 index 0000000..a5edf1e --- /dev/null +++ b/My Favorite Things.txt @@ -0,0 +1,10 @@ +my favorite things +- Music +- art +- games +- plants +- clouds +- water +- animals +- coding +- relaxing diff --git a/example.txt b/example.txt deleted file mode 100644 index 8f0f38b..0000000 --- a/example.txt +++ /dev/null @@ -1,13 +0,0 @@ -My Grocery List -- Apples -- Bananas -- Potato Chips -- Eggs -- Butter -- Sugar -- Lemons --penut --flour --hello -apple pies -candy From 1f363e222658a56c36197387b8b01d8805f25211 Mon Sep 17 00:00:00 2001 From: *2ndrate* Date: Tue, 2 Sep 2025 21:27:26 -0400 Subject: [PATCH 06/12] NOW i updated my read me --- README.md | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index fef83dc..654afbe 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,4 @@ -# COMPS VII - Example Repository +# COMPS VII Project for class -This is an example repository to practice your git and GitHub skill on. To get started, you should: -1. Fork this repository by clicking "Fork". -2. Press the green "Code" button and copy the URL. -3. In your terminal, run the command -```bash -git clone YOUR_URL_HERE -``` +This is my first Git hub project ^.^ +the first assigment is to talk about my favorites \ No newline at end of file From 6000c02792ca24c8df437a5a633304e78b250f70 Mon Sep 17 00:00:00 2001 From: *2ndrate* Date: Tue, 2 Sep 2025 21:28:26 -0400 Subject: [PATCH 07/12] deleted 3 of my favorite things --- My Favorite Things.txt | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/My Favorite Things.txt b/My Favorite Things.txt index a5edf1e..74e1f48 100644 --- a/My Favorite Things.txt +++ b/My Favorite Things.txt @@ -5,6 +5,4 @@ my favorite things - plants - clouds - water -- animals -- coding -- relaxing + From c5f3abc2b536e117994ec5b5c2e3267794cc3c23 Mon Sep 17 00:00:00 2001 From: *2ndrate* Date: Mon, 8 Sep 2025 18:42:41 -0400 Subject: [PATCH 08/12] working on website --- COMPSVII-ExampleRepo | 1 - My Favorite Things.txt | 8 -------- README.md | 4 ---- html-practice | 1 + 4 files changed, 1 insertion(+), 13 deletions(-) delete mode 160000 COMPSVII-ExampleRepo delete mode 100644 My Favorite Things.txt delete mode 100644 README.md create mode 160000 html-practice diff --git a/COMPSVII-ExampleRepo b/COMPSVII-ExampleRepo deleted file mode 160000 index bb8e4ba..0000000 --- a/COMPSVII-ExampleRepo +++ /dev/null @@ -1 +0,0 @@ -Subproject commit bb8e4ba820f7fbe6b7bc42b624f6e4140cb5b08a diff --git a/My Favorite Things.txt b/My Favorite Things.txt deleted file mode 100644 index 74e1f48..0000000 --- a/My Favorite Things.txt +++ /dev/null @@ -1,8 +0,0 @@ -my favorite things -- Music -- art -- games -- plants -- clouds -- water - diff --git a/README.md b/README.md deleted file mode 100644 index 654afbe..0000000 --- a/README.md +++ /dev/null @@ -1,4 +0,0 @@ -# COMPS VII Project for class - -This is my first Git hub project ^.^ -the first assigment is to talk about my favorites \ No newline at end of file diff --git a/html-practice b/html-practice new file mode 160000 index 0000000..3bf3470 --- /dev/null +++ b/html-practice @@ -0,0 +1 @@ +Subproject commit 3bf3470595a2d3714aff45bd5232b90ba1786013 From 07a19af883f4651ef9b02bc2ec6885b2c4090e30 Mon Sep 17 00:00:00 2001 From: *2ndrate* Date: Mon, 8 Sep 2025 18:54:36 -0400 Subject: [PATCH 09/12] updating practice --- html-practice | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html-practice b/html-practice index 3bf3470..f230b64 160000 --- a/html-practice +++ b/html-practice @@ -1 +1 @@ -Subproject commit 3bf3470595a2d3714aff45bd5232b90ba1786013 +Subproject commit f230b6465c06deefc7923deeba7fb547c91663db From 2dcd75fbe9ae4ac1726287c46f2d43248f1c46c7 Mon Sep 17 00:00:00 2001 From: *2ndrate* Date: Mon, 8 Sep 2025 19:13:58 -0400 Subject: [PATCH 10/12] My first practice code --- html-practice | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html-practice b/html-practice index f230b64..bc4425e 160000 --- a/html-practice +++ b/html-practice @@ -1 +1 @@ -Subproject commit f230b6465c06deefc7923deeba7fb547c91663db +Subproject commit bc4425e429fc154b2e4c5e61126c94bb655f6eec From 1ebcf5a3469ed222011bd8af07ab08a34703bddb Mon Sep 17 00:00:00 2001 From: *2ndrate* Date: Mon, 8 Sep 2025 19:57:27 -0400 Subject: [PATCH 11/12] updating --- README.md | 3 +++ index.html | 48 ++++++++++++++++++++++++++++++++++++++++++++++++ sabrina.html | 0 taylor.html | 0 4 files changed, 51 insertions(+) create mode 100644 README.md create mode 100644 index.html create mode 100644 sabrina.html create mode 100644 taylor.html diff --git a/README.md b/README.md new file mode 100644 index 0000000..29df750 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# html-practice +!st practice html +wassup \ No newline at end of file diff --git a/index.html b/index.html new file mode 100644 index 0000000..62cf15a --- /dev/null +++ b/index.html @@ -0,0 +1,48 @@ + + + + + My Music Page + + + +

My Music Pages

+

This is a page all about the music and artists that I like!

+ + +

Taylor swift, Sabrina Carptiner, Chapelron

+

Favorite songs

+ an image of dc + + +

learn more aboutDc the don here!

+ +
    + +
  • the profecy
  • +
  • when did you get hot
  • +
  • ??? they died
  • +
+

best albums

+
    +
  1. My own worst enemy
  2. +
  3. Malcolm todd still
  4. +
  5. Trust ceromony
  6. +
+

See my other favorite artists!!!!

+ + + \ No newline at end of file diff --git a/sabrina.html b/sabrina.html new file mode 100644 index 0000000..e69de29 diff --git a/taylor.html b/taylor.html new file mode 100644 index 0000000..e69de29 From c26e8bbbdcda4a764a2a273052f37ae420893b7c Mon Sep 17 00:00:00 2001 From: *2ndrate* Date: Tue, 9 Sep 2025 17:16:48 -0400 Subject: [PATCH 12/12] initial commit --- html-practice | 2 +- index.html | 60 +++++++++++++++++++++------------------------------ 2 files changed, 26 insertions(+), 36 deletions(-) diff --git a/html-practice b/html-practice index bc4425e..532ac49 160000 --- a/html-practice +++ b/html-practice @@ -1 +1 @@ -Subproject commit bc4425e429fc154b2e4c5e61126c94bb655f6eec +Subproject commit 532ac49ce16f6f2348088b786d53ed0e6f7a60c9 diff --git a/index.html b/index.html index 62cf15a..80b5171 100644 --- a/index.html +++ b/index.html @@ -1,48 +1,38 @@ - - - My Music Page - - - + + My Music Page + +

My Music Pages

This is a page all about the music and artists that I like!

- -

Taylor swift, Sabrina Carptiner, Chapelron

+

Taylor Swift, Sabrina Carpenter, Chapelron

Favorite songs

- an image of dc - - -

learn more aboutDc the don here!

- + an image of dc + +

Learn more about DC the Don here!

+
    - -
  • the profecy
  • -
  • when did you get hot
  • -
  • ??? they died
  • +
  • The Prophecy
  • +
  • When Did You Get Hot
  • +
  • ??? They Died
-

best albums

+ +

Best albums

    -
  1. My own worst enemy
  2. -
  3. Malcolm todd still
  4. -
  5. Trust ceromony
  6. +
  7. My Own Worst Enemy
  8. +
  9. Malcolm Todd Still
  10. +
  11. Trust Ceremony
-

See my other favorite artists!!!!

+ +

See my other favorite artists!

- + +

Sabrina

+

Go home

+ \ No newline at end of file