A beautifully designed and responsive architecture agency website built using modern technologies to showcase creative architectural solutions, personalized interior design expertise, and innovative ideas for modern living.
- 🏡 Responsive Design: Works seamlessly across desktops, tablets, and mobile devices.
- 🎨 Interactive Carousel: Showcases architectural services and interior designs with smooth animations.
- 💡 Counter Section: Highlights years of experience dynamically.
- 🚀 Animation Effects: Powered by WOW.js for engaging scroll animations.
- 📊 Dynamic Stats: Animated counters for displaying key metrics.
- HTML5, CSS3, JavaScript
- Bootstrap 5 for responsive layout
- Owl Carousel for image sliders
- WOW.js for scroll animations
- Font Awesome and Bootstrap Icons for icons
- Flask (Python framework for serving static files)
-
Clone the repository:
git clone https://github.com/your-username/your-repo-name.git cd your-repo-name
-
Install required Python packages (if running Flask):
pip install flask
-
Run the development server:
python app.py
-
Open your browser and visit:
http://127.0.0.1:5000/
📁 your-repo-name/
│
├── 📁 static/
│ ├── 📁 css/ # Custom and library stylesheets
│ ├── 📁 img/ # Images used in the website
│ ├── 📁 js/ # Custom JavaScript files
│ ├── 📁 lib/ # Libraries (OwlCarousel, WOW.js, etc.)
│
├── 📁 templates/
│ ├── index.html # Main HTML file
│
├── app.py # Flask application file
├── requirements.txt # Python dependencies
└── README.md # Project documentation
Visit the live website https://web-production-6b38.up.railway.app/
Contributions are welcome! If you'd like to contribute:
- Fork the repository.
- Create a new branch:
git checkout -b feature-name
- Commit changes:
git commit -m "Add your message"
- Push and open a pull request.