Nanoparticles is an informative website created as part of a college research project, aimed at educating users about nanoparticles and their potential applications across various fields. This project showcases the significance of nanoparticles in modern science and technology.
Experience the full website here: Nanoparticles Website
- Detailed Information: Explore various aspects of nanoparticles, including their definition, properties, and applications.
- Interactive Hero Section: Users can zoom in and out on a human body to compare nanoparticle sizes to human body muscles, cells, tissues, etc.
- User-Friendly Interface: Designed for easy navigation.
- Frontend: HTML, CSS, JavaScript
- Frameworks: Bootstrap (for potential future responsive design)
- Hosting: GitHub Pages
The project structure is as follows:
nanoparticles/
├── index.html # Homepage HTML file
├── applications.html # Applications page HTML file
├── innovations.html # Innovations HTML file
├── nanosafety.html # Nanosafety HTML file
├── horizon.html # Horizon HTML file
├── components/ # Folder containing components used in website
│ ├── header.html
│ ├── nav.html
│ ├── footer.html
├── assets/ # Folder containing images and other assets
│ └── icon/
│ └── clips/
│ └── scenes/
│ └── innovations/
│ └── horizon/
│ ├── images/
└── style.css # Project css file
└── script.js # Project script file
└── README.md # Project documentation
Contributions are welcome! Please follow these steps:
- Fork the repository.
- Create a feature branch (
git checkout -b feature/new-feature
). - Commit your changes (
git commit -m "Add some feature"
). - Push to the branch (
git push origin feature/new-feature
). - Create a new Pull Request.
If you have any questions or suggestions, feel free to open an issue on GitHub or contact me directly via GitHub Issues.
This project is licensed under the MIT License - see the LICENSE file for details.
Made with 🧠 by LuckyGoswami