This is the website of LinuxUPC, a community at the UPC dedicated to Free Software.
The project is organized as follows:
assets/css/
: Contains CSS files.assets/js/
: Contains JavaScript files.assets/fonts
: Contains the font files.assets/icons/
: Contains icon files used in the project.assets/img/
: Contains image files used in the project.components/
: Contains HTML files for components.index.html
: The main page and the entry point of the website.
To avoid issues with fetch
and file://
, the project should be served from a local server. Here are some options:
python -m http.server 8000
npx http-server -p 8000
php -S localhost:8000
Contributions are welcome! Feel free to open an issue or submit a pull request.
This project is licensed under the MIT License.