A modern, responsive architectural portfolio website showcasing projects and team members.
View the live website: https://youssefali2002.github.io/VisionOne/
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.
- 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
- HTML5: Semantic markup and structure
- CSS3: Modern styling with Grid and Flexbox
- Font Awesome: Icon library
- CSS Normalize: Cross-browser compatibility
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
-
Clone the repository:
git clone https://github.com/youssefali2002/VisionOne.git
-
Navigate to the project directory:
cd VisionOne-main -
Open in browser:
# Simply open index.html in your preferred browser open index.html
- 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
- 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
- Add your image to the
images/folder - Duplicate a
.boxelement in the projects section - Update the image source and project name
- Replace team images in the
images/folder - Update names, roles, and descriptions in the about section
Edit CSS variables in template.css:
:root {
--main-transition: 0.3s;
--main-padding-top: 40px;
--main-padding-bottom: 40px;
}- ✅ Chrome 60+
- ✅ Firefox 55+
- ✅ Safari 12+
- ✅ Edge 79+
- Contact form requires backend implementation for actual email functionality
- Some images may need optimization for faster loading
- Form validation could be enhanced with JavaScript
Feel free to submit issues and enhancement requests!
This project is open source and available under the MIT License.
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!
