Skip to content

Latest commit

Β 

History

History
131 lines (94 loc) Β· 3.73 KB

File metadata and controls

131 lines (94 loc) Β· 3.73 KB

BR Architects Portfolio Website

A modern, responsive architectural portfolio website showcasing projects and team members.

🌐 Live Demo

View the live website: https://youssefali2002.github.io/VisionOne/

πŸ“Έ Website Preview

Website Preview

�️ About

BR Architects is a professional portfolio website designed to present architectural projects and team information in an elegant, modern layout. This project demonstrates frontend development skills using HTML5, CSS3, and responsive design principles.

✨ Features

  • Responsive Design: Fully responsive layout that works on all devices
  • Smooth Navigation: Smooth scrolling between sections
  • Project Gallery: Grid-based project showcase with hover effects
  • Team Section: Professional team member profiles
  • Contact Form: Functional contact interface (frontend only)
  • Modern UI: Clean, minimalist design with subtle animations

πŸ› οΈ Technologies Used

  • HTML5: Semantic markup and structure
  • CSS3: Modern styling with Grid and Flexbox
  • Font Awesome: Icon library
  • CSS Normalize: Cross-browser compatibility

πŸ“ Project Structure

VisionOne-main/
β”œβ”€β”€ index.html          # Main HTML file
β”œβ”€β”€ css/
β”‚   β”œβ”€β”€ template.css    # Main stylesheet
β”‚   β”œβ”€β”€ all.min.css     # Font Awesome
β”‚   └── normalize.css   # CSS reset
β”œβ”€β”€ images/             # Project and team images
└── webfonts/           # Font files

πŸš€ Getting Started

  1. Clone the repository:

    git clone https://github.com/youssefali2002/VisionOne.git
  2. Navigate to the project directory:

    cd VisionOne-main
  3. Open in browser:

    # Simply open index.html in your preferred browser
    open index.html

πŸ“± Sections

  • Header: Fixed navigation with smooth scrolling
  • Hero: Eye-catching introduction with architectural imagery
  • Projects: Grid layout showcasing 8 architectural projects
  • About: Team member profiles with contact information
  • Contact: Contact form and location map
  • Footer: Simple footer with attribution

🎨 Design Highlights

  • Color Scheme: Minimalist black and white with subtle grays
  • Typography: Clean, professional fonts optimized for readability
  • Layout: CSS Grid for responsive project galleries
  • Animations: Smooth transitions and hover effects
  • Mobile-First: Responsive breakpoints for tablets and phones

πŸ”§ Customization

Adding New Projects

  1. Add your image to the images/ folder
  2. Duplicate a .box element in the projects section
  3. Update the image source and project name

Updating Team Information

  1. Replace team images in the images/ folder
  2. Update names, roles, and descriptions in the about section

Modifying Colors

Edit CSS variables in template.css:

:root {
  --main-transition: 0.3s;
  --main-padding-top: 40px;
  --main-padding-bottom: 40px;
}

🌐 Browser Compatibility

  • βœ… Chrome 60+
  • βœ… Firefox 55+
  • βœ… Safari 12+
  • βœ… Edge 79+

πŸ“‹ Known Issues

  • Contact form requires backend implementation for actual email functionality
  • Some images may need optimization for faster loading
  • Form validation could be enhanced with JavaScript

🀝 Contributing

Feel free to submit issues and enhancement requests!

πŸ“„ License

This project is open source and available under the MIT License.

πŸ‘¨β€πŸ’» Author

Youssef Yasser Ismail

  • First web development project
  • Passionate about creating beautiful, functional websites

This project represents my first steps in web development. Constructive feedback and suggestions are always welcome!