This project contains 7 UI tasks designed using Bootstrap and custom CSS. Each task is implemented as a separate HTML file with its own styles and scripts. The tasks are interconnected via navigation tabs for easy access.
ui-tasks/
├── task1/
│ ├── index.html
│ ├── styles.css
│ └── script.js
├── task2/
│ ├── index.html
│ ├── styles.css
│ └── script.js
├── task3/
│ ├── index.html
│ ├── styles.css
│ └── script.js
├── task4/
│ ├── index.html
│ ├── styles.css
│ └── script.js
├── task5/
│ ├── index.html
│ ├── styles.css
│ └── script.js
├── task6/
│ ├── index.html
│ ├── styles.css
│ └── script.js
├── task7/
│ ├── index.html
│ ├── styles.css
│ └── script.js
├── assets/
│ ├── css/
│ │ └── bootstrap.min.css
│ └── img/
│ ├── yacht.jpg
│ ├── inn.jpg
│ └── super_yatch.png
└── README.md
- Bootstrap Integration: All tasks use Bootstrap for responsive design and styling.
- Custom CSS: Each task has its own
styles.cssfile for additional styling. - JavaScript Functionality: Interactive elements are implemented using
script.js. - Navigation Tabs: A tab-based navigation system connects all tasks for seamless browsing.
- Images: High-quality images are used to enhance the visual appeal of the tasks.
- Clone the repository or download the project folder.
- Open any
index.htmlfile from thetask1totask7folders in your browser. - Ensure the
assetsfolder is in the correct relative path for images and Bootstrap CSS.
- Displays a polaroid-style image gallery.
- Users can hover over images to reveal hidden content.
- Includes a form to select options and claim rewards.
- Each task has unique functionality and design.
- Navigate between tasks using the tabs at the top of the page.
This project is open-source and can be modified or distributed freely.