Skip to content

vulnerablebydesign/vulnerablebydesign.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

83 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README for Vulnerable by Design GitHub Pages

This project is a GitHub Pages website that displays the content of a log file in a terminal-like format with syntax highlighting. The website is designed to present the log file in a readable manner, mimicking the appearance of terminal output.

Project Structure

The project has the following structure:

vulnerablebydesign.github.io
├── assets
│   └── styles
│       └── terminal.css
├── index.html
├── README.md
└── .gitignore

Files Description

  • index.html: The main HTML document for the website. It includes the structure of the webpage, links to stylesheets, and the content of the log file displayed in a terminal font with syntax highlighting.

  • assets/styles/terminal.css: This file contains the CSS styles for the terminal font and syntax highlighting. It defines the appearance of the text to make it look like terminal output.

  • README.md: This documentation file provides an overview of the project, its structure, and instructions for setup and deployment.

  • .gitignore: This file specifies files and directories that should be ignored by Git, ensuring that unnecessary files are not included in the repository.

Setup Instructions

  1. Clone the Repository: Clone this repository to your local machine using the following command:

    git clone https://github.com/yourusername/vulnerablebydesign.github.io.git
    
  2. Navigate to the Project Directory:

    cd vulnerablebydesign.github.io
    
  3. Open the Project: Open the project in your preferred code editor.

  4. Modify Content: If necessary, update the content in index.html or terminal.css to customize the appearance or content of the log file.

  5. Deploy to GitHub Pages:

    • Push your changes to the main branch of your GitHub repository.
    • Go to the repository settings on GitHub.
    • Under the "Pages" section, select the main branch as the source for GitHub Pages.
    • Your site will be published at https://yourusername.github.io/vulnerablebydesign.github.io.

License

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

About

Vulnerable by Design - A Portal-themed cybersecurity narrative

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •