An open API service indexing awesome lists of open source software.

https://github.com/shadowtime2000/shadowtime2000.github.io


https://github.com/shadowtime2000/shadowtime2000.github.io

Last synced: 10 months ago
JSON representation

Awesome Lists containing this project

README

          

# DevFolio
GitHub starsTwitterGitHub forks

This is a simple responsive portfolio website template . You can use it and make it yours by changing things and colors to your style and liking! I made it with a lot of hard work, love and of course with code :) I'm not a professional coder, but i tried my best to make it look cool and yet still keep it simple.

> Mistakes are proof that we are trying!

I learned so much while making this template, if you use it, please let me know. I would love to see how amazing people can make it! I hope you'll like it!

## I have used:
+ **HTML5** for markup
+ Pure **CSS3** for styling
+ Bit of **Jquery** to make header animation effects work
+ Bit of **JavaScript** to make a hamburger menu to work on mobile devices
+ **Font Awesome** for Icons
+ **Unsplash** for Images

You can add more things to make it even cooler! The comments in the code will help you navigate through it. Have a nice day! :D
[Demo Example](https://achaljhawar.github.io/DevFolio/)

## Sections
✔️ About me and summary\
✔️ Contact Info\
✔️ Projects

## Getting Started 🚀
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
## Downloading Template
To download and use this template you could use `git clone` or `npx degit` to download this template to fill it out. You could also just fork this repository on Github.

```bash
# Clone this repository
$ git clone https://github.com/achaljhawar/DevFolio.git

# Go into the repository
$ cd DevFolio

# Install dependencies
$ npm install

#Start's development server
$ npm start
```
## Template Instructions:
Go to `/index.html` and fill your information, there are 3 sections:
### Home Section
- Add your Name and a short description about yourself
- Add your social media links
```html




Your Name


Short Description.


Something more about yourself.


Lorem ipsum, dolor sit amet consectetur adipisicing elit.







```
### Projects Section
- Add your short description ,the image of your projects and their links you can change the number of projects.
```html

My Projects.


Here are some of my projects, you may like.




```
### Contact Section
- Add your social media links
```html


Contact.


Feel free to contact me on my social media.




```
## Deployment 📦

Once you have done with your setup. You need to put your website online!

I highly recommend to use [Github Pages](https://pages.github.com/) to achieve this on the EASIEST WAY.

## Author

- **Achal Jhawar** - [https://github.com/achaljhawar](https://github.com/achaljhawar)

## License 📄 GitHub

This project is licensed under the Apache-2.0 License - see the [LICENSE](LICENSE) file for details

## 🤝 Contributing

Any idea on how we can make this more awesome ? [Open a new issue](https://github.com/achaljhawar/DevFolio/issues)! We need all the help we can get to make this project awesome!

### Don't forget to ⭐ and 🍴 the repository and share it with others.