Skip to content

Commit 2002491

Browse files
2 parents 947754d + 1202332 commit 2002491

File tree

2 files changed

+70
-10
lines changed

2 files changed

+70
-10
lines changed

README.md

Lines changed: 68 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,71 @@
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+
> https://varadbhogayata.github.io
45
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.
6+
![GitHub stars](https://img.shields.io/github/stars/varadbhogayata/varadbhogayata.github.io)
7+
![GitHub forks](https://img.shields.io/github/forks/varadbhogayata/varadbhogayata.github.io)
8+
[![Maintenance](https://img.shields.io/badge/maintained-yes-green.svg)](https://github.com/varadbhogayata/varadbhogayata.github.io/commits/master)
9+
[![Website shields.io](https://img.shields.io/badge/website-up-yellow)](http://varadbhogayata.github.io/)
10+
[![Ask Me Anything !](https://img.shields.io/badge/ask%20me-linkedin-1abc9c.svg)](https://www.linkedin.com/in/varadbhogayata/)
11+
[![License](http://img.shields.io/:license-mit-blue.svg?style=flat-square)](http://badges.mit-license.org)
712

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.
13+
### Website Preview
14+
<p align="center">
15+
<kbd>
16+
<a href="https://varadbhogayata.github.io" target="_blank"><img src="readme_images/preview.JPG">
17+
</a>
18+
</kbd>
19+
</p>
20+
21+
:star: Star me on GitHub — it helps!
22+
23+
## Features 📋
24+
⚡️ Fully Responsive\
25+
⚡️ Valid HTML5 & CSS3\
26+
⚡️ Typing animation using `Typed.js`\
27+
⚡️ Easy to modify
28+
29+
## Installation & Deployment 📦
30+
- Clone the repository and modify the content of <b>index.html</b> according to your requirement.
31+
- Add or remove images from `varadbhogayata.github.io/assets/img/` directory as per your requirement.
32+
- I highly recommend to use [Github Pages](https://create-react-app.dev/docs/deployment/#github-pages) to deploy the website the EASIEST WAY.
33+
- 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.
34+
- Push the generated code to the `master` branch of this repository.
35+
36+
## Sections 📚
37+
✔️ About me\
38+
✔️ Experience\
39+
✔️ Projects \
40+
✔️ Skills \
41+
✔️ Education\
42+
✔️ Contact Info\
43+
✔️ Resume
44+
45+
To view a live example, **[click here](https://varadbhogayata.github.io/)**
46+
47+
## Tools Used 🛠️
48+
* [<b>GitHub Pages</b>](https://create-react-app.dev/docs/deployment/#github-pages) - To host my static website (HTML, CSS, JS).
49+
* [<b>Materialize</b>](https://materializecss.com/) - A CSS framework to get Google's Material Design components.
50+
* [<b>Typed.js</b>](https://mattboldt.com/demos/typed-js/) - JavaScript Library
51+
52+
## Contributing 💡
53+
#### Step 1
54+
55+
- **Option 1**
56+
- 🍴 Fork this repo!
57+
58+
- **Option 2**
59+
- 👯 Clone this repo to your local machine.
60+
61+
62+
#### Step 2
63+
64+
- **Build your code** 🔨🔨🔨
65+
66+
#### Step 3
67+
68+
- 🔃 Create a new pull request.
69+
70+
## License 📄
71+
This project is licensed under the MIT License - see the [LICENSE.md](./LICENSE) file for details.

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@
207207
<div class="overlay"></div>
208208
<div class="container">
209209
<div class="col-md-9">
210-
<div class="content section-padding valign" style="margin-left: 100px; margin-top: 50px;">
210+
<div class="content section-padding valign" style="margin-left: 10%; margin-top: 50px;">
211211
<div class="caption">
212212
<h2>Hi, I'm <span class="teal">Varad Bhogayata.</span></h2>
213213
<h5 style="color:#fff">A <span class="typing" style="font-weight: 300; color:#004d40"></span></h5>
@@ -954,4 +954,4 @@ <h3 class="page-title white-text teal">Contact</h3>
954954
</script>
955955
</body>
956956

957-
</html>
957+
</html>

0 commit comments

Comments
 (0)