Ciranda is a simple and interactive web application designed to facilitate access to web systems.
The Ciranda interface organizes representative icons into two groups arranged as concentric circles. Each icon provides a direct link to essential tools and systems, optimizing navigation, in addition to a top and bottom bar for the same purpose.
- HTML5: Application structuring.
- CSS3: Styling and responsive design.
- JavaScript: Logic for dynamic icon arrangement and interactivity.
- Bootstrap: For the grid in the secsecond.html page.
- Circular Arrangement: Icons distributed in inner and outer circles.
- Responsive Design: Layout adaptable to different screen sizes.
- Direct Links: Quick access to systems and tools through clickable icons.
- Interactivity: Visual effects when hovering over the icons.
-
Clone this repository:
git clone https://github.com/hipolitorodrigues/ciranda.git
-
Navigate to the project directory:
cd ciranda
-
Open the
index.html
file in a browser of your choice.
ciranda/
├── index.html # Main application file
├── assets/
│ ├── bootstrap/ # Bootstrap resources
│ │ ├── bootstrap-icons/ # Bootstrap icons
│ │ ├── css/ # Bootstrap style files
│ │ └── js/ # Bootstrap scripts
│ ├── css/ # Custom style files
│ ├── images/ # Project images
│ ├── js/ # Custom scripts
│ └── pages/ # Additional project pages
Make sure you have an updated browser to ensure compatibility with the modern features used in the application.
To add or modify icons and links:
- Open the
script.js
file. - Find the JavaScript settings for
innerLinks
(inner circle) andouterLinks
(outer circle). - Add or modify objects in the format:
{ id: 'icon-name', url: 'https://link.com', image: 'path/to/image.png' }
- Developer: Hipolito Rodrigues
- Creation Date: 11/11/2024
- Last Update: 01/16/2025
- Current Version: 1.2
This project is licensed under the MIT License. This means you are free to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the software, as long as you keep the original copyright notice and license included in all copies or substantial portions of the software.