Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

🌟 Portfolio Website Template

A clean, stylish, and fully responsive animated portfolio template for any professional or freelancer. Easily customizable with your own name, services, skills, colors, and fonts — no coding knowledge required for basic edits.


🔧 Features

  • 🎨 Customizable color scheme and fonts
  • 📱 Fully responsive layout (mobile-friendly)
  • ✨ Smooth section animations & hover effects
  • 💡 Minimal, professional aesthetic
  • 📄 Sections for About, Services, Skills, Contact
  • ⚡ Light JS-free performance (pure HTML & CSS)
  • 🚀 Ready for GitHub Pages or any static hosting

📂 Folder Structure

/
├── index.html          # Main portfolio file
├── README.md           # Instructions and documentation

🖌️ How to Customize Your Portfolio

1. Clone or Download the Project

  • Option A: Download ZIP

    • Click the green Code button > Download ZIP
    • Extract it on your computer
  • Option B: Clone via Git

git clone https://github.com/your-username/portfolio-template.git
cd portfolio-template

2. Open index.html in Your Editor

  • Use a code editor like VS Code, Sublime Text, or Notepad++.
  • Open the index.html file to begin editing.

3. Personal Information

Update Name and Title

<h1>Your Name Here</h1>
<p>Your Professional Title | Tagline or Motto 🤎</p>

4. About Me Section

Edit the content in:

<section>
  <h2>About Me</h2>
  <p>Brief summary of your background and expertise.</p>
</section>

5. Services Section

Replace the sample services with your actual offerings:

<li>Service 1</li>
<li>Service 2</li>
<li>Service 3</li>

6. Skills Section

Add or remove skills as needed:

<span class="skill">Skill One</span>
<span class="skill">Skill Two</span>

7. Why Work With Me?

List your unique selling points:

<li>✅ Experience</li>
<li>✅ Reliable</li>
<li>✅ Efficient</li>

8. Contact Section

Edit the contact info and link:

<a href="mailto:youremail@example.com" class="contact-btn">Contact Me</a>
<p>Email, LinkedIn, Calendly or your preferred method.</p>

🎨 Customize Colors & Fonts

In the <style> section, you’ll find CSS variables under :root. Change them to match your branding:

:root {
  --primary-color: #4b2e2a;
  --secondary-color: #fdf6f0;
  --accent-color: #6a4e42;
  --highlight-color: #e8dcd1;
  --text-color: #4a3c31;
  --font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
  • 🎨 Use Coolors or any color picker tool to choose your palette.

  • 🖋️ Change the font-family to use Google Fonts:

    1. Go to Google Fonts
    2. Choose a font and get the @import or <link> tag
    3. Add it in the <head> of your HTML

💻 Live Preview

Open index.html in your browser to preview the portfolio. You can double-click the file or drag it into a browser window.


🚀 Hosting Instructions

Option 1: GitHub Pages

  1. Push your code to a GitHub repository.
  2. Go to Settings > Pages.
  3. Select the main branch and / (root) folder.
  4. Click Save.
  5. Visit your live site at https://your-username.github.io/repo-name

Option 2: Netlify

  1. Go to Netlify
  2. Drag and drop the folder into the dashboard
  3. Instant deployment and custom domain support

Option 3: Vercel / Firebase / Custom Hosting

Same as above — just upload your files as a static site.


✅ Tips for Best Use

  • ✔️ Keep your text concise and professional.
  • 🧠 Use bullet points to organize content.
  • 🖼️ Add a profile image (optional).
  • 📱 Test responsiveness on mobile and tablet.
  • 💬 Keep contact info visible and simple.

📸 Optional: Add a Screenshot

You can add a screenshot to this README with:

![Screenshot of Portfolio](screenshot.png)

⚖️ License

MIT License — free to use and modify. Attribution appreciated but not required.


🙋‍♀️ Support & Contributions

Feel free to open an issue, suggest changes, or fork and customize it for your needs.


Happy building your dream portfolio! 🚀

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages