From a8753f6f73e81cb8cf83e46e2f692c76f66fa203 Mon Sep 17 00:00:00 2001 From: Joseph Ero Date: Sun, 16 Oct 2022 16:57:31 +0100 Subject: [PATCH 1/2] Simple about me website --- Projects/1-Beginner/About-Me.md | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 Projects/1-Beginner/About-Me.md diff --git a/Projects/1-Beginner/About-Me.md b/Projects/1-Beginner/About-Me.md new file mode 100644 index 00000000..d90a4ad8 --- /dev/null +++ b/Projects/1-Beginner/About-Me.md @@ -0,0 +1,32 @@ +# About Me + +**Tier:** 1-Beginner + +Build a simple single page "about me" website. +The purpose is of this project to re-enforce the basic knowledge of HTML, CSS, and JavaScript. + +Try to make it a responsive design. + + +## User Stories + +- [ ] User can view your profile picture +- [ ] User can read your bio(or whatever you want to share) in not more than two sentences +- [ ] User can click a link to your social media handles + +## Bonus features + +- [ ] User can send you a mail + + +## Useful links and resources + +[Flexbox(Dev.to)](https://web.dev/learn/css/flexbox/) +[HTML(w3Schools)](https://www.w3schools.com/html/) +[CSS(w3Schools)](https://www.w3schools.com/css/) +[JavaScript(Javascript.info)](https://javascript.info/) + +## Example projects + +[by Jo](https://iamjo.netlify.app/) + From 20cce57cdcc34cd22fbc62df6ad3e93199dc31c1 Mon Sep 17 00:00:00 2001 From: Joseph Ero Date: Sun, 16 Oct 2022 17:00:02 +0100 Subject: [PATCH 2/2] A simple about me website --- Projects/1-Beginner/About-Me.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Projects/1-Beginner/About-Me.md b/Projects/1-Beginner/About-Me.md index d90a4ad8..132f0d16 100644 --- a/Projects/1-Beginner/About-Me.md +++ b/Projects/1-Beginner/About-Me.md @@ -2,12 +2,14 @@ **Tier:** 1-Beginner + Build a simple single page "about me" website. The purpose is of this project to re-enforce the basic knowledge of HTML, CSS, and JavaScript. Try to make it a responsive design. + ## User Stories - [ ] User can view your profile picture @@ -19,13 +21,18 @@ Try to make it a responsive design. - [ ] User can send you a mail + ## Useful links and resources [Flexbox(Dev.to)](https://web.dev/learn/css/flexbox/) + [HTML(w3Schools)](https://www.w3schools.com/html/) + [CSS(w3Schools)](https://www.w3schools.com/css/) + [JavaScript(Javascript.info)](https://javascript.info/) + ## Example projects [by Jo](https://iamjo.netlify.app/)