This was part of a school project in collaboration with Lockheed Martin.
An educational cybersecurity website aimed at students from grades 8-12
Fully operational site: https://zberritt.github.io/cybersecurity-website
- Expose students from grades 8-12 on the dangers of hacking
- Expose students to the basics of cybersecurity
The files are pure HTML, CSS and JS with no backend components. Files should be compatible with any hosting solution (apache, nginx, github pages, etc).
Since our code is hosted on github, forking the code to host on github pages is very simple. For more info: https://pages.github.com/
-
Fork this repo by clicking the "Fork" button on the top right
-
On your forked repo (https://github.com/your-name/cybersecurity-website), open you repo's settings
-
Scroll down to "Github Pages" and change your branch to main and your source to / (root) and save
-
Your website will be ready at https://your-name.github.io/cybersecurity website
All issues with the software can be reported on the issue tab. For direct communication, please send an email to zberritt@gmail.com.
Anyone is welcome to create pull requests. For any major changes, open an issue to discuss before making any changes.
Created by Zachary Berritt, Patrick Miller and Peter Gallina.
Special thanks to Lockheed Martin for providing images and resources for the project.