From 8a3a23dea7518c17d68af61d3ecd6a961b60068d Mon Sep 17 00:00:00 2001 From: aayushb007 <66074436+aayushb007@users.noreply.github.com> Date: Thu, 1 Oct 2020 16:42:40 +0530 Subject: [PATCH 1/2] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index e9d5d90..1c392af 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,7 @@ +# About + +The portfolio website based on HTML and CSS that very usefull for beginner in web development + # Moved Future updates to this project have been moved to the [codeschool-projects/HTMLPortfolioProject](https://github.com/codeschool-projects/HTMLPortfolioProject) repository. If you have already started this project from a fork of this repository, things should continue to work as expected. From ae35e1d7e63b855669e0fb6c61782f46d78f6cea Mon Sep 17 00:00:00 2001 From: aayushb007 <66074436+aayushb007@users.noreply.github.com> Date: Thu, 1 Oct 2020 16:51:04 +0530 Subject: [PATCH 2/2] Update README.md --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1c392af..9620ef7 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,12 @@ # About -The portfolio website based on HTML and CSS that very usefull for beginner in web development +The portfolio website based on HTML,CSS and that very usefull for beginner in web development. + +# HTML CSS JS + +html is hyper text markup language also known as browser markup language +css is cascanding style sheets that give best style for your web page +javascript is use for best animation and also use in backend # Moved