Website for Aahan in Space volunteers
This website can be accessed here: https://volunteer.aahaninspace.tk It is a free domain brought from Freenom. It is hosted by CloudFlare, which is pointed to GitHub Pages.
Please contribute to specifically resolve GitHub Issues GitHub Issues for bugs should start with Issue - ... GitHub Issues for features should start with Feature - ... Please note in most cases it is preferred for bugs to take priority over features Anyone can create a GitHub Issue. Before contributing please read the rest of this README.md and the LICENSE.md. Please note we have a GitHub Pages Static HTML workflow enabled, so please make sure your code complies with that. For this website we use (HyperText Markup Language)HTML. You can use whatver IDE you wish. Personally, I am using Microsoft Visual Studio Community 2022.
We use HTML5 It is preferred if you keep tags lowercase so...
<p>HTML5 is the best HTML version</p>
Instead of
<P>HTML5 is the best HTML version</P>
It is also preferred if you could start your HTML code with ...
<!DOCTYPE> html
Instead of...
<!doctype> html
Do not use this repository as a place for any sort of discrimination or humiliation. Do not spam issues in GitHub Issues. Do not spame pull requests. Do not submit pull requests with purposeful intent to be incorrect or to be unethical or hurtful to other people. Do not submit pull request / create branches / create forks which attempt to edit the README.md, LICENSE.md or the CNAME. There are other things that have not been mentioned (but please use common sense to determine whether you should do them). Anybody in violation of these rules could be reported to GitHub ; have banned code and/or issues removed or marked as spam ; and lose ability to edit/view repository.
We at Aahan in Space use the MIT license (recommened by GitHub). When you submit any code for contributing purposes you agree that it becomes the property of Aahan in Space. Please make sure you agree to the LICENSE.md before contributing. If you contribute it will be automatically assumed you have agreed.