diff options
author | LUXEY Adrien <adrien.luxey@inria.fr> | 2021-02-03 00:12:30 +0100 |
---|---|---|
committer | LUXEY Adrien <adrien.luxey@inria.fr> | 2021-02-03 00:12:30 +0100 |
commit | 05d4edffcd1ab9af446947fb3d2a19b1acca979e (patch) | |
tree | ceef8275a3d85e506165c09bec14d17cd9f706e8 | |
parent | e834841b46d25512891fcfe6ed39acc713fc1b3b (diff) | |
download | design-05d4edffcd1ab9af446947fb3d2a19b1acca979e.tar.gz design-05d4edffcd1ab9af446947fb3d2a19b1acca979e.zip |
LICENSE partout, border-image dans le README
-rw-r--r-- | LICENSE | 4 | ||||
-rw-r--r-- | README.md | 5 | ||||
-rw-r--r-- | lab/assets/images/LICENCE | 1 |
3 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,7 @@ +Images named or under folders called "ronce" or "illustration-ronce" are not free of rights. + +Otherwise: + Creative Commons Attribution-NonCommercial 4.0 International Creative Commons Corporation ("Creative Commons") is not a law firm and does not provide legal services or legal advice. Distribution of Creative Commons public licenses @@ -9,6 +9,7 @@ ## Idées graphiques * **Branches et canopée** : Des bouts de branches et de canopée qui défilent lors du scroll, contenant des éléments de texte ou autre contenu. + * **Parallax** : Exploiter l'illustration au maximum, en la laissant fixée en fond de page tandis que les éléments graphiques défilent (parallax). * S'il faut un menu : barre d'onglets sur PC, menu « sandwich » qui révèle une colonne d'onglets sur smartphone. * Couleurs : Ronce a proposé quelques couleurs dans `/lab/gimp/branches-et-canopee`. @@ -31,6 +32,10 @@ Néanmoins, *rendre un site accessible sans outils a l'air compliqué*. +* [CSS Border Effects](https://speckyboy.com/css-border-effects/) : Notamment 'Cool Clippings', 'Hand Drawn' (et 'Attention Getter' for fun) + +* [border-image sur css-tricks](https://css-tricks.com/almanac/properties/b/border-image/) notamment « More Demos ». + * [W3C Semantic HTML](https://www.w3schools.com/html/html5_semantic_elements.asp) Utiliser des bannières qui donnent du sens au contenu. diff --git a/lab/assets/images/LICENCE b/lab/assets/images/LICENCE new file mode 100644 index 0000000..029432a --- /dev/null +++ b/lab/assets/images/LICENCE @@ -0,0 +1 @@ +illustration-ronce is not free of rights.
\ No newline at end of file |