Skip to content

RayReyRam/RaymondsPortfolio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Raymond's Portfolio Website

A modern, responsive portfolio website to showcase your projects, skills, and experience.

📁 Project Structure

RaymondsPortfolio/
├── index.html              # Main HTML file
├── css/
│   ├── style.css          # Main styles
│   └── responsive.css     # Responsive/mobile styles
├── js/
│   └── main.js            # JavaScript functionality
├── images/
│   ├── profile.jpg        # Your profile picture (add this)
│   └── projects/          # Project screenshots folder
│       ├── project1.jpg   # Add your project images
│       ├── project2.jpg
│       └── project3.jpg
├── assets/
│   ├── fonts/             # Custom fonts (optional)
│   └── icons/             # Custom icons (optional)
├── .gitignore
└── README.md

🚀 Features

  • Responsive Design: Works seamlessly on desktop, tablet, and mobile devices
  • Modern UI: Clean and professional design with smooth animations
  • Sections Include:
    • Hero section with call-to-action
    • About section
    • Skills showcase
    • Projects portfolio
    • Contact form
    • Social media links
  • Smooth Scrolling: Navigation with smooth scroll effects
  • Mobile Menu: Hamburger menu for mobile devices
  • Scroll Animations: Elements fade in as you scroll

🛠️ Setup

  1. Add Your Content:

    • Update the text in index.html with your information
    • Replace placeholder content with your actual details
  2. Add Images:

    • Add your profile picture as images/profile.jpg
    • Add project screenshots to images/projects/
  3. Customize Styles:

    • Modify colors in css/style.css (see CSS variables at the top)
    • Adjust layouts and spacing as needed
  4. Update Links:

    • Replace placeholder social media links
    • Update project demo and GitHub links

🎨 Customization

Colors

Edit the CSS variables in css/style.css:

:root {
    --primary-color: #2563eb;
    --secondary-color: #1e40af;
    --text-color: #1f2937;
    /* ... more variables */
}

Sections

Add or remove sections by editing index.html and adjusting the navigation links accordingly.

📱 Responsive Breakpoints

  • Desktop: 769px and above
  • Tablet: 481px - 768px
  • Mobile: 480px and below

🌐 Deployment

You can deploy this portfolio to:

  • GitHub Pages: Free hosting for static sites
  • Netlify: Drag and drop deployment
  • Vercel: Easy deployment with git integration
  • Any static hosting service

📄 License

This project is open source and available for personal use.

🤝 Contributing

Feel free to fork this project and customize it for your own portfolio!


Made with ❤️ by Raymond

About

This is my wip portfolio

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors