diff --git a/Hello Microverse.html b/Hello Microverse.html new file mode 100644 index 0000000..e133f54 --- /dev/null +++ b/Hello Microverse.html @@ -0,0 +1,28 @@ + + + + My Web Page + + + + + + +

Hello Microverse!

+

it's my first web project

+ + + + \ No newline at end of file diff --git a/README.md b/README.md index 745c65d..be7ce2e 100644 --- a/README.md +++ b/README.md @@ -1,61 +1,51 @@ -![](https://img.shields.io/badge/Microverse-blueviolet) +# Hellow Microverse +> This is a first project with Microverse. -# Project Name +![screenshot](https://github.com/mohamedelshamy55/readme-template/blob/mohamedelshamy55-patch-1/site_screenshote.png) -> One paragraph statement about the project. - -![screenshot](./app_screenshot.png) - -Additional description about the project and its features. ## Built With +- HTML +- CSS -- Major languages -- Frameworks -- Technologies used +## Getting Started -## Live Demo -[Live Demo Link](https://livedemo.com) +**Porject's features are added into seperate branch to keep main branch safe.** -## Getting Started - -**This is an example of how you may give instructions on setting up your project locally.** -**Modify this file to match your project, remove sections that don't apply. For example: delete the testing section if the currect project doesn't require testing.** +To get a local copy up and running follow these simple example steps. +- create a new folder +- acccess the folder via command line -To get a local copy up and running follow these simple example steps. ### Prerequisites +-Html +-CSS +-Git ### Setup +-None + ### Install +-Git ### Usage +-None ### Run tests +-None ### Deployment +-None +👤 Author - -## Authors - -👤 **Author1** - -- GitHub: [@githubhandle](https://github.com/githubhandle) -- Twitter: [@twitterhandle](https://twitter.com/twitterhandle) -- LinkedIn: [LinkedIn](https://linkedin.com/in/linkedinhandle) - -👤 **Author2** - -- GitHub: [@githubhandle](https://github.com/githubhandle) -- Twitter: [@twitterhandle](https://twitter.com/twitterhandle) -- LinkedIn: [LinkedIn](https://linkedin.com/in/linkedinhandle) - -## 🤝 Contributing +GitHub: https://github.com/mohamedelshamy55 +Twitter: https://mobile.twitter.com/moelshamy55 +LinkedIn: https://www.linkedin.com/in/mohamed-elshamy85/ Contributions, issues, and feature requests are welcome! diff --git a/index.html b/index.html new file mode 100644 index 0000000..676c283 --- /dev/null +++ b/index.html @@ -0,0 +1,17 @@ + + + + + + + Hello Microverse ! + + + + +
+

Hello Microverse

+

it's first project

+
+ + \ No newline at end of file diff --git a/package-lock.json b/package-lock.json new file mode 100644 index 0000000..33ab43c --- /dev/null +++ b/package-lock.json @@ -0,0 +1,19 @@ +{ + "requires": true, + "lockfileVersion": 1, + "dependencies": { + "stylelint-config-recommended": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/stylelint-config-recommended/-/stylelint-config-recommended-5.0.0.tgz", + "integrity": "sha512-c8aubuARSu5A3vEHLBeOSJt1udOdS+1iue7BmJDTSXoCBmfEQmmWX+59vYIj3NQdJBY6a/QRv1ozVFpaB9jaqA==" + }, + "stylelint-config-standard": { + "version": "22.0.0", + "resolved": "https://registry.npmjs.org/stylelint-config-standard/-/stylelint-config-standard-22.0.0.tgz", + "integrity": "sha512-uQVNi87SHjqTm8+4NIP5NMAyY/arXrBgimaaT7skvRfE9u3JKXRK9KBkbr4pVmeciuCcs64kAdjlxfq6Rur7Hw==", + "requires": { + "stylelint-config-recommended": "^5.0.0" + } + } + } +} diff --git a/readme-template/MIT.md b/readme-template/MIT.md new file mode 100644 index 0000000..506ebbd --- /dev/null +++ b/readme-template/MIT.md @@ -0,0 +1,10 @@ +## Copyright 2021, [YOUR NAME] + +###### Please delete this line and the next one +###### APP TYPE can be a webpage/website, a web app, a software and so on + +Permission is hereby granted, free of charge, to any person obtaining a copy of this [APP TYPE] and associated documentation files, to deal in the [APP TYPE] without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the [APP TYPE], and to permit persons to whom the [APP TYPE] is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the [APP TYPE]. + +THE [APP TYPE] IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE [APP TYPE] OR THE USE OR OTHER DEALINGS IN THE [APP TYPE]. diff --git a/readme-template/README.md b/readme-template/README.md new file mode 100644 index 0000000..e1479a7 --- /dev/null +++ b/readme-template/README.md @@ -0,0 +1,76 @@ +![](https://img.shields.io/badge/Microverse-blueviolet) + +# Project Name + +> One paragraph statement about the project. + +![screenshot](./app_screenshot.png) + +Additional description about the project and its features. + +## Built With + +- Major languages +- Frameworks +- Technologies used + +## Live Demo + +[Live Demo Link](https://livedemo.com) + + +## Getting Started + +**This is an example of how you may give instructions on setting up your project locally.** +**Modify this file to match your project, remove sections that don't apply. For example: delete the testing section if the currect project doesn't require testing.** + + +To get a local copy up and running follow these simple example steps. + +### Prerequisites + +### Setup + +### Install + +### Usage + +### Run tests + +### Deployment + + + +## Authors + +👤 **Author1** + +- GitHub: [@githubhandle](https://github.com/githubhandle) +- Twitter: [@twitterhandle](https://twitter.com/twitterhandle) +- LinkedIn: [LinkedIn](https://linkedin.com/in/linkedinhandle) + +👤 **Author2** + +- GitHub: [@githubhandle](https://github.com/githubhandle) +- Twitter: [@twitterhandle](https://twitter.com/twitterhandle) +- LinkedIn: [LinkedIn](https://linkedin.com/in/linkedinhandle) + +## 🤝 Contributing + +Contributions, issues, and feature requests are welcome! + +Feel free to check the [issues page](../../issues/). + +## Show your support + +Give a ⭐️ if you like this project! + +## Acknowledgments + +- Hat tip to anyone whose code was used +- Inspiration +- etc + +## 📝 License + +This project is [MIT](./MIT.md) licensed. diff --git a/readme-template/app_screenshot.png b/readme-template/app_screenshot.png new file mode 100644 index 0000000..3b58bcb Binary files /dev/null and b/readme-template/app_screenshot.png differ diff --git a/site_screenshote.png b/site_screenshote.png new file mode 100644 index 0000000..4a89b8e Binary files /dev/null and b/site_screenshote.png differ diff --git a/styles.css b/styles.css new file mode 100644 index 0000000..2a484b9 --- /dev/null +++ b/styles.css @@ -0,0 +1,9 @@ +/* stylesheet */ +.header-tittle { +font-size: 18pt; +color: green; +} +.body-tittle{ +font-size: 10pt; +color: red; +} \ No newline at end of file diff --git a/workspace.code-workspace b/workspace.code-workspace new file mode 100644 index 0000000..362d7c2 --- /dev/null +++ b/workspace.code-workspace @@ -0,0 +1,7 @@ +{ + "folders": [ + { + "path": "." + } + ] +} \ No newline at end of file