Skip to content

Commit 5d98ae8

Browse files
Update README.md
1 parent b08cb6a commit 5d98ae8

File tree

1 file changed

+58
-8
lines changed

1 file changed

+58
-8
lines changed

β€ŽREADME.md

Lines changed: 58 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,61 @@
1-
# Portfolio - A one page static website using GitHub Pages
1+
# Personal Portfolio πŸ”₯
2+
> A clean, beautiful, responsive portfolio template for Software Developers!
23
3-
Tools used to build this website:
4+
[![HitCount](http://hits.dwyl.com/varadbhogayata/varadbhogayatagithubio.svg)](http://hits.dwyl.com/varadbhogayata/varadbhogayatagithubio)
5+
[![Maintenance](https://img.shields.io/badge/maintained-yes-green.svg)](https://github.com/varadbhogayata/varadbhogayata.github.io/commits/master)
6+
[![Website shields.io](https://img.shields.io/badge/website-up-yellow)](http://varadbhogayata.github.io/)
7+
[![Ask Me Anything !](https://img.shields.io/badge/ask%20me-linkedin-1abc9c.svg)](https://www.linkedin.com/in/varadbhogayata/)
8+
[![License](http://img.shields.io/:license-mit-blue.svg?style=flat-square)](http://badges.mit-license.org)
49

5-
* <b>GitHub Pages</b> - To host my static website (HTML, CSS, JS) totally for free!
6-
* <b>Materialize</b> - A useful CSS framework to get Google's Material Design components.
10+
### Website Preview
11+
<p align="center">
12+
<kbd>
13+
<a href="https://varadbhogayata.github.io" target="_blank"><img src="readme_images/preview.JPG">
14+
</a>
15+
</kbd>
16+
</p>
717

8-
# How to use my template?
9-
* Clone the repository
10-
* Change the content of <b>index.html</b> according to your need.
11-
* Add/Remove images from <b>root/assets/img</b> folder.
18+
:star: Star us on GitHub β€” it helps!
19+
20+
## Installation & Deployment πŸ“¦
21+
- Clone the repository and modify the content of <b>index.html</b> according to your requirement.
22+
- Add or remove images from `varadbhogayata.github.io/assets/img/` directory as per your requirement.
23+
- I highly recommend to use [Github Pages](https://create-react-app.dev/docs/deployment/#github-pages) to deploy the website the EASIEST WAY.
24+
- To deploy your website, first you need to create github repository with name `<your-github-username>.github.io`. Please don't give any other name.
25+
- Push the generated code to the `master` branch of this repository.
26+
27+
## Sections πŸ“š
28+
βœ”οΈ About me\
29+
βœ”οΈ Experience\
30+
βœ”οΈ Projects \
31+
βœ”οΈ Skills \
32+
βœ”οΈ Education\
33+
βœ”οΈ Contact Info\
34+
βœ”οΈ Resume\
35+
36+
To view a live example, **[click here](https://varadbhogayata.github.io/)**
37+
38+
## Tools Used πŸ› οΈ
39+
* <b>GitHub Pages</b> - To host my static website (HTML, CSS, JS).
40+
* <b>Materialize</b> - A CSS framework to get Google's Material Design components.
41+
42+
## Contributing πŸ’‘
43+
#### Step 1
44+
45+
- **Option 1**
46+
- 🍴 Fork this repo!
47+
48+
- **Option 2**
49+
- πŸ‘― Clone this repo to your local machine.
50+
51+
52+
#### Step 2
53+
54+
- **Build your code** πŸ”¨πŸ”¨πŸ”¨
55+
56+
#### Step 3
57+
58+
- πŸ”ƒ Create a new pull request.
59+
60+
## License πŸ“„
61+
This project is licensed under the MIT License - see the [LICENSE.md](./LICENSE) file for details.

0 commit comments

Comments
Β (0)