Skip to content

Nanoparticles is a college research project website designed to educate users about nanoparticles and their applications in science and technology.

License

Notifications You must be signed in to change notification settings

luckygoswami/Nanoparticles

Repository files navigation

Nanoparticles: Research Project

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.

Live Demo

Experience the full website here: Nanoparticles Website

Features

  • 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.

Technologies Used

  • Frontend: HTML, CSS, JavaScript
  • Frameworks: Bootstrap (for potential future responsive design)
  • Hosting: GitHub Pages

Structure

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

Contributing

Contributions are welcome! Please follow these steps:

  1. Fork the repository.
  2. Create a feature branch (git checkout -b feature/new-feature).
  3. Commit your changes (git commit -m "Add some feature").
  4. Push to the branch (git push origin feature/new-feature).
  5. Create a new Pull Request.

Contact

If you have any questions or suggestions, feel free to open an issue on GitHub or contact me directly via GitHub Issues.

License

This project is licensed under the MIT License - see the LICENSE file for details.


Made with 🧠 by LuckyGoswami