From fad1aa0d94d4a8d766bb99d57609442f6d120e6b Mon Sep 17 00:00:00 2001 From: HEZRON ROTICH Date: Thu, 6 Jun 2024 03:03:57 +0300 Subject: [PATCH 1/5] Initial commit, add files --- documen.txt | 1 + index.html | 11 +++++++++++ 2 files changed, 12 insertions(+) create mode 100644 documen.txt create mode 100644 index.html diff --git a/documen.txt b/documen.txt new file mode 100644 index 0000000..9553ad2 --- /dev/null +++ b/documen.txt @@ -0,0 +1 @@ +This is a document file \ No newline at end of file diff --git a/index.html b/index.html new file mode 100644 index 0000000..245dbf7 --- /dev/null +++ b/index.html @@ -0,0 +1,11 @@ + + + + + + Document + + +

Welcome to my page

+ + From 738ea0642c85409fc32283f570089aa90d3da019 Mon Sep 17 00:00:00 2001 From: HEZRON ROTICH Date: Thu, 6 Jun 2024 03:06:11 +0300 Subject: [PATCH 2/5] rename document.txt --- documen.txt => document.txt | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename documen.txt => document.txt (100%) diff --git a/documen.txt b/document.txt similarity index 100% rename from documen.txt rename to document.txt From 48c5b9633c7aaebefcfc16ff6266b58abfb76089 Mon Sep 17 00:00:00 2001 From: HEZRON ROTICH Date: Thu, 6 Jun 2024 03:07:09 +0300 Subject: [PATCH 3/5] Modify README.md --- README.md | 29 ++++++++++++++++------------- 1 file changed, 16 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index cf4b3a4..22f3edd 100644 --- a/README.md +++ b/README.md @@ -5,22 +5,24 @@ First step is to fork this repo into your own Github account - if you don't reme ## For Week 1 Create a new webpage on a subject that you're interested in (maybe the same topic you used for your Codepen submission). The page should **NOT** use any framework like Bootstrap and it should include the following elements: - - The `.html` page and a linked `.css` file applies a consistent color scheme to links and text on your page. - - A page header with a title and description for the site. - - An articles section with three articles, each including a title, summary and a link. - - A page footer containing info about you or the site. - - Proper use of the semantic HTML tags we discussed. - - Research the `:first-child` pseudo-class and use it to style the first article so that it stands out from the others. - - Use this website [Lorem Ipsum](http://www.lipsum.com/) to generate random blocks of contents to fill your website. - - **Commit often (with good meaningful commit messages), and Push to Github regularly.** - - Make your website look as close as possible as this layout (there are things we didn't cover yet, such as layout of the right and left side, but consider that an optional challenge if you want one) - - *Please note that this is just a sketch - you can choose the colours, fonts and images that you want to use in the page.* + +- The `.html` page and a linked `.css` file applies a consistent color scheme to links and text on your page. +- A page header with a title and description for the site. +- An articles section with three articles, each including a title, summary and a link. +- A page footer containing info about you or the site. +- Proper use of the semantic HTML tags we discussed. +- Research the `:first-child` pseudo-class and use it to style the first article so that it stands out from the others. +- Use this website [Lorem Ipsum](http://www.lipsum.com/) to generate random blocks of contents to fill your website. +- **Commit often (with good meaningful commit messages), and Push to Github regularly.** +- Make your website look as close as possible as this layout (there are things we didn't cover yet, such as layout of the right and left side, but consider that an optional challenge if you want one) +- _Please note that this is just a sketch - you can choose the colours, fonts and images that you want to use in the page._ +- Great Exercise! - + ## For Week 2 @@ -29,6 +31,7 @@ Revisit the webpage you created in last week's homework assignment. Add a sideba - Research mobile-first, how would your HTML/CSS have been different if you followed a mobile-first approach? ## For Week 3 - - Explore how we name our classes and elements - - Create a new Branch called bootstrap-site, and use a framework to implement the same site and compare + +- Explore how we name our classes and elements +- Create a new Branch called bootstrap-site, and use a framework to implement the same site and compare (Learn about Branching here - https://guides.github.com/introduction/flow/) From d8e25faf5fed5b0cccd8e8e004952e80f57bc164 Mon Sep 17 00:00:00 2001 From: HEZRON ROTICH Date: Thu, 6 Jun 2024 03:10:54 +0300 Subject: [PATCH 4/5] Add about me page --- about.html | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 about.html diff --git a/about.html b/about.html new file mode 100644 index 0000000..27478c6 --- /dev/null +++ b/about.html @@ -0,0 +1,11 @@ + + + + + + Document + + +

This is about me page

+ + From 7a9ec79c4559bce979b92f553b6c2c69616084a9 Mon Sep 17 00:00:00 2001 From: HEZRON ROTICH Date: Thu, 6 Jun 2024 03:11:31 +0300 Subject: [PATCH 5/5] Delete document.txt --- document.txt | 1 - 1 file changed, 1 deletion(-) delete mode 100644 document.txt diff --git a/document.txt b/document.txt deleted file mode 100644 index 9553ad2..0000000 --- a/document.txt +++ /dev/null @@ -1 +0,0 @@ -This is a document file \ No newline at end of file