From a2e9d383d72a8fe8e8fda3f8dd87404cc869b6e0 Mon Sep 17 00:00:00 2001 From: Kareem Johnbelieve Date: Fri, 5 Jun 2020 10:19:57 +0100 Subject: [PATCH 1/3] README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e2664f9..b28fced 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,3 @@ # stutern-git-practice Repo to teach students about pull request and how to fork + ===> Kareem johnbelieve made a change From 2ae1acafedbaac9af237c33a40b3465f90a6599e Mon Sep 17 00:00:00 2001 From: Kareem Johnbelieve Date: Fri, 5 Jun 2020 10:30:25 +0100 Subject: [PATCH 2/3] johnbelieve_new --- first.html | 28 ++++++++++++++++++++++++++++ main.js | 2 ++ style.css | 23 +++++++++++++++++++++++ 3 files changed, 53 insertions(+) create mode 100644 first.html create mode 100644 main.js create mode 100644 style.css diff --git a/first.html b/first.html new file mode 100644 index 0000000..650e594 --- /dev/null +++ b/first.html @@ -0,0 +1,28 @@ + + + + This is me + + + + + +
+

This is a complete trial

+
+
+
+

Its been said a lot of times that detemination is the key for anyone to succes

+
+ + +
+
+
+

® JOHN 2020

+
+ + + + + \ No newline at end of file diff --git a/main.js b/main.js new file mode 100644 index 0000000..479f314 --- /dev/null +++ b/main.js @@ -0,0 +1,2 @@ +//i dont really know javascript so i will just leave this as a blanks space. +//Thanks for understanding my plight. \ No newline at end of file diff --git a/style.css b/style.css new file mode 100644 index 0000000..70a0d57 --- /dev/null +++ b/style.css @@ -0,0 +1,23 @@ +h1 + { + text-align: center; + font-size: 30px; + padding: 2px; + margin-top: 2px; + font-family: 'Gamja flower', cursive; + color: blue; + text-shadow: 2px 2px black; + } +p + { + text-align: center; + font-size: 20px; + padding: 5px; + font-family: 'chealsea market', cursive; + } + +hr + { + margin-top: 450px; + border: 5px solid black; + } From 83a31f2571772b63db025a695785bc8dc3fc455c Mon Sep 17 00:00:00 2001 From: Kareem Johnbelieve Date: Fri, 5 Jun 2020 10:49:38 +0100 Subject: [PATCH 3/3] branching --- index.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 index.txt diff --git a/index.txt b/index.txt new file mode 100644 index 0000000..13c785b --- /dev/null +++ b/index.txt @@ -0,0 +1 @@ +I'm trying to upload a document from the branch of johnbelieve to the master. \ No newline at end of file