From e45a5250ef2bb6d68f283e2da1e4d2de8369c017 Mon Sep 17 00:00:00 2001 From: Taylor Bell Date: Fri, 21 Feb 2020 14:22:15 -0500 Subject: [PATCH 1/2] fixed line 17 grammar and typo. "Expanation = explanation" --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5f66f74..7072867 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,6 @@ about this project is, you can find the explanation to every line of code as a c 1. Star this repository 2. Fork this repository 3. Open any HTML or CSS file then add the explanation of any line of code as a comment line. -4. Commit changes with a meaningful commit message like "Added Expanation to line number 1 in index.html". +4. Commit changes with a meaningful commit message like "Added explanation to line number 1 in index.html". 5. Create a pull request. 6. Sit back and relax while your pull request is reviewed and merged. From 6ace2b5888f3b055bb4dc43c7721145e86f8159b Mon Sep 17 00:00:00 2001 From: Taylor Bell Date: Fri, 21 Feb 2020 14:32:41 -0500 Subject: [PATCH 2/2] added meta viewport settings, meta description and meta keywords --- index.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/index.html b/index.html index 4dd776c..dac3cc5 100644 --- a/index.html +++ b/index.html @@ -4,6 +4,9 @@ + + + Demo Portfolio