This project is a website for VAUV (Vit Autonomous Underwater Vehicle), an underwater robotics team. The website showcases the team's achievements, projects, and sponsors. It features a modern, responsive design with interactive elements and a sleek user interface.
- Responsive design that works on desktop, tablet, and mobile devices
- Dynamic content sections for team stories and achievements
- Interactive sponsor showcase
- Animated UI elements for enhanced user experience
- Custom cursor and hover effects
- Integrated video backgrounds and image galleries
- Contact form for inquiries
- HTML5
- CSS3 (with custom animations and transitions)
- JavaScript (for interactive elements)
- Webflow (for some design elements and animations)
index.html
: Main HTML file containing the structure of the websitecss/style.css
: Main CSS file with all styles and responsive design rulesimages/
: Directory containing all image assets used in the projectjs/
: Directory for JavaScript files (if any custom scripts are added)
- Hero Section: Introduces the team with a dynamic background and main headline
- About Us: Provides information about the team and their mission
- Projects: Showcases the team's projects and achievements
- Sponsors: Highlights the sponsors supporting the team
- Contact: Allows visitors to get in touch with the team
The website is fully responsive with specific styles for different screen sizes:
- Desktop: Default styles
- Tablet: Styles apply for screens up to 991px wide
- Mobile: Styles apply for screens up to 767px wide
- Clone the repository to your local machine
- Open
index.html
in a web browser to view the site locally - To deploy, upload all files to your web hosting service
- Add more interactive elements to the Projects section
- Implement a blog or news section for team updates
- Enhance accessibility features
- Optimize images and assets for faster loading times
Contributions to improve the website are welcome. Please follow these steps:
- Fork the repository
- Create a new branch (
git checkout -b feature/AmazingFeature
) - Commit your changes (
git commit -m 'Add some AmazingFeature'
) - Push to the branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
This project is licensed under the MIT License.
VAUV Team