mirror of
https://github.com/appen-isen/site-interpromos.git
synced 2026-01-18 16:37:33 +01:00
remove attribution
This commit is contained in:
13
README.md
13
README.md
@@ -1,13 +0,0 @@
|
||||
# Site Interpromos
|
||||
|
||||
 
|
||||
|
||||
Site des interpromos de l'ISEN Nantes 2022-2023.
|
||||
|
||||
Pour tester le projet, il faut dans un premier temps installer [PHP](https://www.php.net/downloads.php) et avoir la base de données [PorstgeSQL](https://www.postgresql.org/download/) d'installée, puis le projet peut être lancé avec la commande suivante :
|
||||
|
||||
```bash
|
||||
php -S 0.0.0.0:8000
|
||||
```
|
||||
|
||||
Le projet est lancé en local sur le port 8000.
|
||||
@@ -2,7 +2,6 @@
|
||||
<html lang="fr">
|
||||
|
||||
<body>
|
||||
<navbar><img class="Sign" src="public_html/img/SignB.png"></navbar>
|
||||
<link href="public_html/css/style.css" rel="stylesheet">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<div class="container"></div>
|
||||
@@ -19,7 +18,6 @@
|
||||
Choices.forEach(choice => {
|
||||
choice.style.color = 'rgb(14, 14, 14)';
|
||||
});
|
||||
document.querySelector('.sign').setAttribute('src', "public_html/img/SignN.png")
|
||||
window.IsDark = 1;
|
||||
console.log("White")
|
||||
} else {
|
||||
@@ -28,7 +26,6 @@
|
||||
Choices.forEach(choice => {
|
||||
choice.style.color = 'rgb(193, 193, 193)';
|
||||
});
|
||||
document.querySelector('.sign').setAttribute('src', "public_html/img/SignB.png")
|
||||
window.IsDark = 0;
|
||||
console.log("Dark");
|
||||
}
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 105 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 14 KiB |
Reference in New Issue
Block a user