Welcome to the Minimalistic Portfolio Website template! This simple yet elegant website is designed to showcase your personal and professional information in a clean and organized manner. The template is built using HTML, CSS, and JavaScript to create a responsive and visually appealing portfolio.
Here's a screenshot of the application:
To use this template, follow these steps:
-
Clone the repository to your local machine:
git clone https://github.com/LamichhaneBibek/minimalistic-portfolio.git ```
-
Open the index.html file in your preferred code editor.
-
Customize the content in the index.html, style.css, and script.js files according to your preferences.
-
Replace the placeholder content with your own information, such as your name, bio, social media links, and resume details.
-
Save your changes.
-
Open index.html in a web browser to preview your portfolio.
The project structure is as follows:
minimalistic-portfolio/
│
├── index.html
├── readme.md
├── css
│ └── style.css
├── js
│ └── script.js
├── assets/
│ ├── profile.png
│ └── resume.pdf
└── favicon_io/
└── apple-touch-icon.png
- index.html: The main HTML file that defines the structure of the portfolio.
- style.css: The CSS file containing the styles for the portfolio.
- script.js: The JavaScript file for any additional interactivity.
- assets/: The directory for storing images and your resume.
Edit the <header>
section in index.html to include your name and a brief bio.
Customize the main content of your portfolio in the <section id="about">
and <section id="portfolio">
sections.
Replace the placeholder social media links in the <ul class="social-icons">
section of index.html with your own.
Update the contact information in the <section id="contact">
section of index.html.
Replace the placeholder resume file (assets/resume.pdf)
with your own resume.
This template does not rely on any external libraries or frameworks. It uses pure HTML, CSS, and JavaScript to keep the portfolio lightweight and minimalistic. Contributing
Feel free to contribute to the project by opening issues or submitting pull requests. Your feedback and improvements are highly appreciated!
This project is licensed under the MIT License - see the LICENSE file for details.
Thank you for using the Minimalistic Portfolio Website template! If you have any questions or suggestions, feel free to reach out.