remove attribution

This commit is contained in:
sehnryr
2022-10-11 16:52:55 +02:00
parent a4a84cf46d
commit 8ed3dc4726
4 changed files with 0 additions and 16 deletions

View File

@@ -1,13 +0,0 @@
# Site Interpromos
![Repo Size](https://img.shields.io/github/repo-size/Appen-ISEN/site-interpromos) ![License](https://img.shields.io/github/license/Appen-ISEN/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.

View File

@@ -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