From 14c66e18e537232d7ea40fb0cbb93cabbf0e5d8f Mon Sep 17 00:00:00 2001 From: Luis Date: Wed, 24 May 2023 19:16:52 -0700 Subject: [PATCH 1/5] Add some HTML --- .idea/.gitignore | 3 +++ .idea/learning-git.iml | 9 +++++++++ .idea/misc.xml | 6 ++++++ .idea/modules.xml | 8 ++++++++ .idea/vcs.xml | 6 ++++++ index.html | 18 +++++++++--------- 6 files changed, 41 insertions(+), 9 deletions(-) create mode 100644 .idea/.gitignore create mode 100644 .idea/learning-git.iml create mode 100644 .idea/misc.xml create mode 100644 .idea/modules.xml create mode 100644 .idea/vcs.xml diff --git a/.idea/.gitignore b/.idea/.gitignore new file mode 100644 index 0000000..26d3352 --- /dev/null +++ b/.idea/.gitignore @@ -0,0 +1,3 @@ +# Default ignored files +/shelf/ +/workspace.xml diff --git a/.idea/learning-git.iml b/.idea/learning-git.iml new file mode 100644 index 0000000..d6ebd48 --- /dev/null +++ b/.idea/learning-git.iml @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml new file mode 100644 index 0000000..639900d --- /dev/null +++ b/.idea/misc.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 0000000..441d804 --- /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..35eb1dd --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/index.html b/index.html index 394f56b..c0c7ed2 100644 --- a/index.html +++ b/index.html @@ -1,9 +1,9 @@ - - - - Page Title - - -

first paragraph.

- - + + + + Page Title + + +

first paragraph.

+ + From d45b76a437146158e1b50fd0fe949e315c90142c Mon Sep 17 00:00:00 2001 From: Luis Date: Wed, 24 May 2023 19:22:35 -0700 Subject: [PATCH 2/5] added another p tag --- index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/index.html b/index.html index c0c7ed2..72fe2ee 100644 --- a/index.html +++ b/index.html @@ -5,5 +5,6 @@

first paragraph.

+

This is another paragraph

From dec5ece4785a954d02438cdbbe592d3f2684d396 Mon Sep 17 00:00:00 2001 From: Luis Beltran <89185145+lbeltran5@users.noreply.github.com> Date: Wed, 24 May 2023 19:20:10 -0700 Subject: [PATCH 3/5] Update index.html --- index.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/index.html b/index.html index 72fe2ee..465c712 100644 --- a/index.html +++ b/index.html @@ -4,7 +4,9 @@ Page Title +

This is a heading

first paragraph.

This is another paragraph

+

This is a paragraph.

From c3aabbdf82c323b62ddedead6694d0a48553c4c0 Mon Sep 17 00:00:00 2001 From: Luis Date: Wed, 24 May 2023 22:03:20 -0700 Subject: [PATCH 4/5] added Github --- index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/index.js b/index.js index e69de29..a33de07 100644 --- a/index.js +++ b/index.js @@ -0,0 +1 @@ +console.log("Hello git and Github!"); \ No newline at end of file From bc264cf1d08ab0b9b4344bc1a0d8f0a993aa4e9a Mon Sep 17 00:00:00 2001 From: Luis Date: Wed, 24 May 2023 22:05:58 -0700 Subject: [PATCH 5/5] added Github --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index a33de07..43beec1 100644 --- a/index.js +++ b/index.js @@ -1 +1 @@ -console.log("Hello git and Github!"); \ No newline at end of file +console.log("Hello Git and Github!"); \ No newline at end of file