Compare commits
No commits in common. "5b9d6c94b834f8e1d7deb4b7383506057ec84b69" and "9e7743e16d3b937d7a444f3ea7ac8ba00d0a07d1" have entirely different histories.
5b9d6c94b8
...
9e7743e16d
8 changed files with 9 additions and 25 deletions
|
@ -196,7 +196,6 @@ SECRET # Hash utilisé pour pour sauvegardé les dessions (par défaut waemaeMe5
|
|||
DISCOGS_TOKEN # Token Discogs (vous devez créer un compte sur discogs afin d'en obtenir un gratuitement)
|
||||
FORMSPREE_ID # Id du formulaire formspree pour la page "nous-contacter"
|
||||
MATOMO_URL # Url vers l'instance matomo (exemple: https://analytics.darkou.fr/)
|
||||
MATOMO_ID # Id du site sur votre instance matomo (exemple: 1)
|
||||
SITE_NAME # Nom du site (utilisé dans le titre des pages)
|
||||
```
|
||||
|
||||
|
|
|
@ -26,7 +26,6 @@ services:
|
|||
DISCOGS_TOKEN: ${DISCOGS_TOKEN}
|
||||
FORMSPREE_ID: ${FORMSPREE_ID}
|
||||
MATOMO_URL: ${MATOMO_URL}
|
||||
MATOMO_ID: ${MATOMO_ID}
|
||||
SITE_NAME: ${SITE_NAME}
|
||||
networks:
|
||||
- musictopus
|
||||
|
|
|
@ -26,7 +26,6 @@ services:
|
|||
DISCOGS_TOKEN: ${DISCOGS_TOKEN}
|
||||
FORMSPREE_ID: ${FORMSPREE_ID}
|
||||
MATOMO_URL: ${MATOMO_URL}
|
||||
MATOMO_ID: ${MATOMO_ID}
|
||||
SITE_NAME: ${SITE_NAME}
|
||||
networks:
|
||||
- musictopus
|
||||
|
|
|
@ -54,7 +54,7 @@
|
|||
&.is-link {
|
||||
background-color: transparent;
|
||||
border-color: $nord9;
|
||||
color: var(--button-link-text-color);
|
||||
color: $nord9;
|
||||
|
||||
&:hover {
|
||||
border-color: darken($nord9, $hoverAmount);
|
||||
|
|
|
@ -29,7 +29,7 @@ $danger-color-hl: darken($danger-color, $hoverAmount);
|
|||
$warning-color-hl: darken($warning-color, $hoverAmount);
|
||||
$success-color-hl: darken($success-color, $hoverAmount);
|
||||
|
||||
$button-font-color: #2C364A;
|
||||
$button-font-color: $nord1;
|
||||
$button-alternate-color: #01103C;
|
||||
|
||||
$pagination-border-color: $nord3;
|
||||
|
@ -54,8 +54,6 @@ $pagination-hover-color: rgb(115, 151, 186);
|
|||
|
||||
--border-color: #{$nord4};
|
||||
|
||||
--button-link-text-color: #2C364A;
|
||||
|
||||
--nord0: #{$nord0};
|
||||
--nord1: #{$nord1};
|
||||
--nord2: #{$nord2};
|
||||
|
@ -92,6 +90,4 @@ $pagination-hover-color: rgb(115, 151, 186);
|
|||
--box-shadow-color: #{rgba($nord4, 0.2)};
|
||||
|
||||
--border-color: #{$nord1};
|
||||
|
||||
--button-link-text-color: #{$white};
|
||||
}
|
|
@ -6,6 +6,5 @@ module.exports = {
|
|||
discogsToken: process.env.DISCOGS_TOKEN,
|
||||
formspreeId: process.env.FORMSPREE_ID,
|
||||
matomoUrl: process.env.MATOMO_URL || "",
|
||||
matomoId: process.env.MATOMO_ID || "",
|
||||
siteName: process.env.SITE_NAME || "MusicTopus",
|
||||
};
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
(function() {
|
||||
var u="<%= config.matomoUrl %>";
|
||||
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
||||
_paq.push(['setSiteId', <%= config.matomoId %>]);
|
||||
_paq.push(['setSiteId', '3']);
|
||||
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||
g.async=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s);
|
||||
})();
|
||||
|
|
|
@ -121,13 +121,13 @@
|
|||
|
||||
<h2 id="formulaires">Les formulaires</h2>
|
||||
<div class="field">
|
||||
<label for="demo-email">Adresse e-mail</label>
|
||||
<input type="email" name="email" id="demo-email" placeholder="ex : damien@darkou.fr">
|
||||
<label for="email">Adresse e-mail</label>
|
||||
<input type="email" name="email" id="email" placeholder="ex : damien@darkou.fr">
|
||||
</div>
|
||||
<pre>
|
||||
<div class="field">
|
||||
<label for="demo-email">Adresse e-mail</label>
|
||||
<input type="email" name="email" id="demo-email" placeholder="ex : damien@darkou.fr">
|
||||
<label for="email">Adresse e-mail</label>
|
||||
<input type="email" name="email" id="email" placeholder="ex : damien@darkou.fr">
|
||||
</div>
|
||||
</pre>
|
||||
<div class="field">
|
||||
|
@ -168,24 +168,16 @@
|
|||
</select>
|
||||
</div>
|
||||
</pre>
|
||||
<form>
|
||||
<fieldset>
|
||||
<div class="field inline">
|
||||
<div class="field">
|
||||
<label for="choix1">choix 1</label>
|
||||
<input type="radio" id="choix1" name="choix" value="choix1" checked>
|
||||
</div>
|
||||
<div class="field inline">
|
||||
<label for="choix2">choix 2</label>
|
||||
<input type="radio" id="choix2" name="choix" value="choix2">
|
||||
</div>
|
||||
</fieldset>
|
||||
</form>
|
||||
<pre>
|
||||
<div class="field inline">
|
||||
<div class="field">
|
||||
<label for="choix1">choix 1</label>
|
||||
<input type="radio" id="choix1" name="choix" value="choix1" checked>
|
||||
</div>
|
||||
<div class="field inline">
|
||||
<label for="choix2">choix 2</label>
|
||||
<input type="radio" id="choix2" name="choix" value="choix2">
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue