This repository has been archived on 2024-04-25. You can view files and clone it, but cannot push or open issues or pull requests.
quintolin/website
Krzysztof Sikorski b66ec3dbb1
Update release notes copied from v2 to mimic original HTML markup
Notes:
- most of the markup was copied directly from v2 source code
- whitespace was reformatted to match editor config
- single quotes converted to double quotes
- added `rel="external"` attributes to all external links
- added `data-link-status="dead"` attributes to all dead links
2024-02-02 02:12:51 +01:00
..
assets Add CSS styling for external links and dead links 2024-02-02 01:16:34 +01:00
bin Manually add missing strict type to `website/bin/console` 2023-12-28 05:18:33 +01:00
config Convert `app_page_title` global var into a set of Twig functions 2024-02-01 00:56:02 +01:00
data/release-notes Update release notes copied from v2 to mimic original HTML markup 2024-02-02 02:12:51 +01:00
public Use favicon from v3 2024-01-17 01:23:05 +01:00
src Mark properties of `AppExtension` class as readonly 2024-02-01 00:59:42 +01:00
templates Mark dead links in Twig templates with `data-link-status="dead"` 2024-02-02 01:44:27 +01:00
.env Generate standard project files in website directory 2023-06-26 03:52:08 +02:00
.gitignore Add `Asset` & `AssetMapper` components to dependencies 2023-12-29 04:35:35 +01:00
README.md Initialize directories for core library and website code 2023-06-17 17:57:13 +02:00
composer.json Remove hard-coded versions from `composer.json` files 2024-01-31 23:37:11 +01:00
composer.lock Remove hard-coded versions from `composer.json` files 2024-01-31 23:37:11 +01:00
importmap.php Rename `website.*` assets back to `app.*` 2024-01-03 19:28:09 +01:00
symfony.lock Upgrade Symfony Flex recipes to latest versions 2024-01-27 23:13:12 +01:00

README.md

Quintolin: website and UI

This directory contains Quintolin website and UI for playing the game.

Planned technology stack:

  • PHP language
  • Symfony framework
  • PostgreSQL for data storage