DevFolio
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
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.
Template Instructions:
Go to /index.html and fill your information, there are 4 sections:
Home Section
- Add your Name and a short description about yourself
Add your social media links
<div id="home"> <div class="filter"></div> <section class="intro"> <h3>Your Name<hr></h3> <p>Short Description.</p> <p>Something more about yourself.</p> <p>Lorem ipsum, dolor sit amet consectetur adipisicing elit.</p> <!--ββββsocial media linksβββββ--> <div class="social-media"> <a href="#" target="_blank"><i class='fab fa-codepen'></i></a> <a href="#" target="_blank"><i class='fab fa-twitter'></i></a> <a href="#" target="_blank"><i class='fab fa-github'></i></a> <a href="#" target="_blank"><i class='fab fa-linkedin-in'></i></a> <a href="#" target="_blank"><i class="fab fa-youtube"></i></a> </div> </section> </div>Projects Section
Add your short description ,the image of your projects and their links you can change the number of projects.
<div id="projects"> <h3>My Projects.<hr></h3> <p>Here are some of my projects, you may like.</p> <div class="work-box"> <div class="work"> <!--βββββββββββββββcardβββββββββββββββ--> <div class="card"> <img class="work-img" src="https://images.unsplash.com/photo-1518611507436-f9221403cca2?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1225&q=80"> <a href="" target="_blank"> <!--Link to project--> <div class="work-content">Lorem ipsum dolor sit amet consectetur.</div></a> </div> <div class="card"> <img class="work-img" src="https://images.unsplash.com/photo-1462642109801-4ac2971a3a51?ixlib=rb-1.2.1&auto=format&fit=crop&w=1266&q=80"> <a href="" target="_blank"> <!--Link to project--> <div class="work-content">Lorem ipsum dolor sit amet consectetur.</div></a> </div> <div class="card"> <img class="work-img" src="https://images.unsplash.com/photo-1485815457792-d1a966f9bde0?ixlib=rb-1.2.1&auto=format&fit=crop&w=1350&q=80"> <a href="" target="_blank"> <!--Link to project--> <div class="work-content">Lorem ipsum dolor sit amet consectetur.</div></a> </div> <div class="card"> <img class="work-img" src="https://images.unsplash.com/photo-1517842645767-c639042777db?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1350&q=80"> <a href="" target="_blank"> <!--Link to project--> <div class="work-content">Lorem ipsum dolor sit amet consectetur.</div></a> </div> <div class="card"> <img class="work-img" src="https://images.unsplash.com/photo-1535556116002-6281ff3e9f36?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=781&q=80"> <a href="" target="_blank"> <!--Link to project--> <div class="work-content">Lorem ipsum dolor sit amet consectetur.</div></a> </div> <div class="card"> <img class="work-img" src="https://images.unsplash.com/photo-1483546416237-76fd26bbcdd1?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1350&q=80"> <a href="" target="_blank"> <!--Link to project--> <div class="work-content">Lorem ipsum dolor sit amet consectetur.</div></a> </div> </div> </div> </div>Contact Section
Add your social media links
<div id="contact"> <!--ββββsocial media linksβββββ--> <h3>Contact.<hr></h3> <p>Feel free to contact me on my social media.</p> <div class="social-media"> <a href="#" target="_blank"><i class='fab fa-codepen'></i></a> <a href="#" target="_blank"><i class='fab fa-twitter'></i></a> <a href="#" target="_blank"><i class='fab fa-github'></i></a> <a href="#" target="_blank"><i class='fab fa-linkedin-in'></i></a> <a href="#" target="_blank"><i class="fab fa-youtube"></i></a> </div> </div>Deployment π¦
Once you have done with your setup. You need to put your website online!
I highly recommend to use Github Pages to achieve this on the EASIEST WAY.
Author
- Achal Jhawar - https://github.com/achaljhawar
License π
This project is licensed under the Apache-2.0 License - see the LICENSE file for details
Log in or sign up for Devpost to join the conversation.