Skip to content

SilvaMoreno/CyberSec25

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CyberSec25 Conference - Official Website

This repository contains the official website for the conference organized by the students of the Cybersecurity Master's. The website is built with HTML and TailwindCSS and includes instructions for running in development mode and testing in production.


Project Structure

├── src/
│   ├── images              # Images
│   ├── input.css           # Tailwind configuration file
│   ├── output.css          # Generated CSS file
│   └── index.html          # Main website page
└── README.md               # This file
└── tailwind.config.js      # Tailwind configuration file

Open the Website

After downloading the repository, open the src/index.html file in your browser.


Using TailwindCSS in Development

If you're only using precompiled CSS without customization, you can skip this section

Prerequisites Ensure that Node.js is installed on your machine if you plan to use TailwindCSS for compiling and dynamically purging unused classes.

  1. Install TailwindCSS: If TailwindCSS is not already installed, you can set it up as a local dependency within the project directory:

        npm install -D tailwindcss
  2. Compile and Watch for Changes: To compile and watch for changes to Tailwind classes, run:

        npx tailwindcss -i ./src/input.css -o ./src/output.css --watch

Page Preview

Page Screenshot

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published