/Create-An-Awesome-README.md-File

A README.md File for your GitHub Profile with video , images , text , icons linked to your accounts , languages and tools you use , your GitHub Stats and the most Used Languages of your repositories!

🔵First of all , in order to create your own unique README.md file for your GitHub profile , you need to create a new repository and name it after your username. Then make it public and add a README.md file. This README.md is magic🧙‍♂️🧙‍♀️ and it goes straight to your overview page in your GitHub profile.

🔵Then , if you want a video as introduction you just create your own mp4 video or upload one straight to the README.md file by just drag and drop. GitHub makes all the hard work for you!!!! I ❤ GitHub!

🔵For the font size of our text , we use the # symbol. One # means bigger font size. More ### mean smaller font size.

🔵If you want an image as your introduction you can just use this block of code : <img align="" alt="" src="" /> where you can align your image wherever you like by just changing the align to right , left or center.

🔵For creating a Connect With Me section you need the icons and the links to your accounts. So , here is an example :

Connect with me:

[<img align="left" alt="your name here | YouTube" width="30px" src="https://image.flaticon.com/icons/png/512/1384/1384060.png" />][youtube]
[<img align="left" alt=" your name here| LinkedIn" width="30px" src="https://image.flaticon.com/icons/png/512/174/174857.png" />][linkedin]
<a href="mailto:your email here@gmail.com"><img align="left" alt="your name here | GMail" width="30px" src="https://image.flaticon.com/icons/png/512/732/732200.png" />

🔵You can use these html tags to separate the sections and create some space between them:

<br />


🔵For Languages and Tools you can see an example here and of course change the icons to match your knowledge of programming languages and tools!

Languages and Tools:

[<img align="left" alt="Tensorflow" width="40px" src="https://upload.wikimedia.org/wikipedia/commons/thumb/2/2d/Tensorflow_logo.svg/1200px-Tensorflow_logo.svg.png"/>][github]
[<img align="left" alt="JavaScript" width="40px" src="https://github.com/devicons/devicon/blob/master/icons/javascript/javascript-original.svg"/>][github]
[<img align="left" alt="HTML5" width="40px" src="https://raw.githubusercontent.com/github/explore/80688e429a7d4ef2fca1e82350fe8e3517d3494d/topics/html/html.png"/>][github]
[<img align="left" alt="CSS" width="40px" src="https://raw.githubusercontent.com/github/explore/80688e429a7d4ef2fca1e82350fe8e3517d3494d/topics/css/css.png"/>][github]
[<img align="left" alt="React" width="40px" src="https://raw.githubusercontent.com/github/explore/80688e429a7d4ef2fca1e82350fe8e3517d3494d/topics/react/react.png"/>][github]
[<img align="left" alt="Python" width="40px" src="https://raw.githubusercontent.com/github/explore/80688e429a7d4ef2fca1e82350fe8e3517d3494d/topics/python/python.png"/>][github]
[<img align="left" alt="VS Code" src="https://raw.githubusercontent.com/github/explore/80688e429a7d4ef2fca1e82350fe8e3517d3494d/topics/visual-studio-code/visual-studio-code.png" width="40px"/>][github]
[<img align="left" alt="Bootstrap" width="40px" src="https://raw.githubusercontent.com/github/explore/80688e429a7d4ef2fca1e82350fe8e3517d3494d/topics/bootstrap/bootstrap.png"/>][github]
[<img align="left" alt="Firebase" width="40px" src="https://raw.githubusercontent.com/github/explore/80688e429a7d4ef2fca1e82350fe8e3517d3494d/topics/firebase/firebase.png"/>][github]


🔵If you want to show off your certificates as I did😝 , here is an example : First in square brackets the name of your certificates and then in parenthesis the link to your certificates as you see below👇

📜 Certificates

- [Google IT Technical Support Fundamentals](https://.....)
- [Responsive Web Design](https://......)


🔵For the GitHub Stats and Most Used Tools , here is an example :

[<img align="left" alt="your username here's Github Stats" src="https://github-readme-stats.vercel.app/api?username=your username here&theme=tokyonight" />]

[![Top Langs](https://github-readme-stats.vercel.app/api/top-langs/?username=your username here&theme=tokyonight)](https://github.com/your username here)

The &theme=tokyonight is for the dark mode of the stats. If you want it to be white or any other color , you will need to change the theme.

🔵And last but not least , you place your own links to your accounts here to connect them with the above sections!

[youtube]:https://......
[linkedin]: https://.....
[github]: https://github.com/your userrname here