diff --git a/b2-cwd/integration/evaluation/travaux-rendus/Dorian_Gautier/README.md b/b2-cwd/integration/evaluation/travaux-rendus/Dorian_Gautier/README.md new file mode 100644 index 0000000..21f6435 --- /dev/null +++ b/b2-cwd/integration/evaluation/travaux-rendus/Dorian_Gautier/README.md @@ -0,0 +1,17 @@ +Les plus : + - lisibilité et modularité du CSS. Des classes, en complément ou en remplacement, pour le h1 et le p aurait été un parfait en terme de modularité. + - bonne indentation et exploitation du scss, commentaires sont un plus. + - menu responsive + + +Les moins : + - Un overlay aurait été un plus + - la popin tout en violet est un peu raide, surtout avec un texte noir + - certaines couleurs définies en variables ne sont pas utilisées. + - il aurait fallut fusionner icon-style et main pour éviter un appel réseau + - checkbox newsletter ko, checkbox popin ok + - footer non responsive + - type de l'input mail aurait du etre email + - pourquoi une div dans le footer ? + - manque de title, aria- + - pas de description ni keywords diff --git a/b2-cwd/integration/evaluation/travaux-rendus/Dorian_Gautier/desktop.css b/b2-cwd/integration/evaluation/travaux-rendus/Dorian_Gautier/desktop.css new file mode 100644 index 0000000..031175e --- /dev/null +++ b/b2-cwd/integration/evaluation/travaux-rendus/Dorian_Gautier/desktop.css @@ -0,0 +1,15 @@ +.menu { + flex-basis: auto; + display: block; + margin: 0; + padding: 0; +} +.menu li { + display: inline-block; +} + +.menu-toggle, .menu-checkbox { + display: none; +} + +/*# sourceMappingURL=desktop.css.map */ diff --git a/b2-cwd/integration/evaluation/travaux-rendus/Dorian_Gautier/desktop.scss b/b2-cwd/integration/evaluation/travaux-rendus/Dorian_Gautier/desktop.scss new file mode 100644 index 0000000..961c3ba --- /dev/null +++ b/b2-cwd/integration/evaluation/travaux-rendus/Dorian_Gautier/desktop.scss @@ -0,0 +1,14 @@ +.menu { + flex-basis: auto; + display: block; + margin: 0; + padding: 0; + li { + display: inline-block; + } + } + + .menu-toggle, .menu-checkbox { + display: none; + } + \ No newline at end of file diff --git a/b2-cwd/integration/evaluation/travaux-rendus/Dorian_Gautier/fonts/icomoon.svg b/b2-cwd/integration/evaluation/travaux-rendus/Dorian_Gautier/fonts/icomoon.svg new file mode 100644 index 0000000..8ad8ba2 --- /dev/null +++ b/b2-cwd/integration/evaluation/travaux-rendus/Dorian_Gautier/fonts/icomoon.svg @@ -0,0 +1,11 @@ + + + +Generated by IcoMoon + + + + + + + \ No newline at end of file diff --git a/b2-cwd/integration/evaluation/travaux-rendus/Dorian_Gautier/fonts/icomoon.ttf b/b2-cwd/integration/evaluation/travaux-rendus/Dorian_Gautier/fonts/icomoon.ttf new file mode 100644 index 0000000..e4b34f3 Binary files /dev/null and b/b2-cwd/integration/evaluation/travaux-rendus/Dorian_Gautier/fonts/icomoon.ttf differ diff --git a/b2-cwd/integration/evaluation/travaux-rendus/Dorian_Gautier/fonts/icomoon.woff b/b2-cwd/integration/evaluation/travaux-rendus/Dorian_Gautier/fonts/icomoon.woff new file mode 100644 index 0000000..3997956 Binary files /dev/null and b/b2-cwd/integration/evaluation/travaux-rendus/Dorian_Gautier/fonts/icomoon.woff differ diff --git a/b2-cwd/integration/evaluation/travaux-rendus/Dorian_Gautier/icon-style.css b/b2-cwd/integration/evaluation/travaux-rendus/Dorian_Gautier/icon-style.css new file mode 100644 index 0000000..2edea0f --- /dev/null +++ b/b2-cwd/integration/evaluation/travaux-rendus/Dorian_Gautier/icon-style.css @@ -0,0 +1,29 @@ +@font-face { + font-family: 'icomoon'; + src: + url('fonts/icomoon.ttf?l7lvwf') format('truetype'), + url('fonts/icomoon.woff?l7lvwf') format('woff'), + url('fonts/icomoon.svg?l7lvwf#icomoon') format('svg'); + font-weight: normal; + font-style: normal; + font-display: block; +} + +i { + /* use !important to prevent issues with browser extensions that change fonts */ + font-family: 'icomoon' !important; + speak: never; + font-style: normal; + font-weight: normal; + font-variant: normal; + text-transform: none; + line-height: 1; + + /* Better Font Rendering =========== */ + -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; +} + +.icon-cross:before { + content: "\ea0f"; +} diff --git a/b2-cwd/integration/evaluation/travaux-rendus/Dorian_Gautier/index.html b/b2-cwd/integration/evaluation/travaux-rendus/Dorian_Gautier/index.html new file mode 100644 index 0000000..690f7ea --- /dev/null +++ b/b2-cwd/integration/evaluation/travaux-rendus/Dorian_Gautier/index.html @@ -0,0 +1,48 @@ + + + + + + + + + + + +
+

Site d’information culturelles et sportives

+

Bonjour et bienvenue sur notre site,
+ Depuis cette page nous vous invitons à choisir les abonnements aux newsletters qui vous conviennent.

+ +
+
+ +

S'abonner à

+
+ + + +
+ + + +
+ +
+
+
+ + + \ No newline at end of file diff --git a/b2-cwd/integration/evaluation/travaux-rendus/Dorian_Gautier/main-style.css b/b2-cwd/integration/evaluation/travaux-rendus/Dorian_Gautier/main-style.css new file mode 100644 index 0000000..8b989b6 --- /dev/null +++ b/b2-cwd/integration/evaluation/travaux-rendus/Dorian_Gautier/main-style.css @@ -0,0 +1,135 @@ +.div-form { + font-family: Arial, Helvetica, sans-serif; + font-size: 14px; + display: none; +} +.div-form #form { + position: absolute; + top: 50%; + transform: Translate(-50%, -50%); + left: 50%; + height: 25%; + border-radius: 10px; + border: 1px solid black; + padding: 10px; + background-color: #663366; + color: #330033; +} +.div-form #form .icon-cross { + color: #fcfafc; + float: right; +} +.div-form #form button { + border-radius: 5px; + background-color: white; + border: 1px solid #a7a7a7; + font-family: Arial, Helvetica, sans-serif; +} +.div-form #form button:hover { + color: #eeaaee; + background-color: lightgrey; +} + +#form-checkbox:checked ~ .div-form { + display: flex; +} + +.form-checkbox:checked ~ .menu { + display: none; +} + +.main-navigation { + display: flex; + align-items: center; + justify-content: space-between; + flex-wrap: wrap; + background-color: rgba(204, 204, 204, 0.159); + margin-top: -10px; + margin-left: -10px; + margin-right: -10px; +} + +.menu { + display: none; + flex-basis: 100%; + list-style: none; +} +.menu li { + padding: 15px; +} +.menu a, .menu .show-form { + display: inline-block; + font-family: Arial, Helvetica, sans-serif; + font-size: 14px; + text-decoration: none; + color: #660066; +} +.menu a:hover, .menu .show-form:hover { + color: #eeaaee; + text-decoration: underline; +} + +.menu-checkbox:checked ~ .menu { + display: block; +} + +.menu-toggle { + padding: 0.5em 1em; +} +.menu-toggle:hover { + color: #eeaaee; + text-decoration: underline; +} + +input { + background-color: white; +} + +h1 { + font-size: 35px; + color: #fcfafc; + background-color: #663366; + text-align: center; + font-family: Arial, Helvetica, sans-serif; + padding: 15px; +} + +p { + font-size: 14px; + font-family: Arial, Helvetica, sans-serif; + text-align: center; + color: #330033; +} + +#foot { + text-align: center; + font-family: Arial, Helvetica, sans-serif; + color: #330033; + font-size: 14px; + padding: 25px; + position: absolute; + bottom: 0; + transform: Translate(-50%); + left: 50%; +} +#foot span, #foot a { + padding-left: 20px; +} +#foot a { + color: #660066; + text-decoration: none; +} +#foot a:hover { + color: #eeaaee; + text-decoration: underline; +} + +.c_hebdo, .c_daily { + display: none; +} + +.s_daily, .s_hebdo { + display: none; +} + +/*# sourceMappingURL=main-style.css.map */ diff --git a/b2-cwd/integration/evaluation/travaux-rendus/Dorian_Gautier/main-style.scss b/b2-cwd/integration/evaluation/travaux-rendus/Dorian_Gautier/main-style.scss new file mode 100644 index 0000000..6d6a2b7 --- /dev/null +++ b/b2-cwd/integration/evaluation/travaux-rendus/Dorian_Gautier/main-style.scss @@ -0,0 +1,147 @@ +//déclaration des variables +$font : Arial, Helvetica, sans-serif; +$normalfontsize : 14px; +$titlecrosscolor: #fcfafc; +$linkcolor: #660066; +$linkhovercolor:#eeaaee; +$fontcolor:#330033; +$inputcolor: white; +$backgroundtitlecolor: #663366; + +//Mise en form du formulaire +.div-form{ + font-family: $font; + font-size: $normalfontsize; + display: none; + #form{ + position: absolute; + top: 50%; + transform: Translate(-50%, -50%); + left: 50%; + height: 25%; + border-radius: 10px; + border: 1px solid black ; + padding: 10px; + background-color: #663366; + color: $fontcolor; + .icon-cross{ + color: $titlecrosscolor; + float: right; + } + button{ + border-radius: 5px; + background-color: white; + border: 1px solid rgb(167, 167, 167); + font-family: $font; + &:hover{ + color: $linkhovercolor; + background-color: lightgrey; + } + } + } +} + +//fermeture du formulaire +#form-checkbox:checked ~ .div-form { + display: flex; + } + + .form-checkbox:checked ~ .menu { + display: none; + } +//Mise en form de la nav bar + .main-navigation { + display: flex; + align-items: center; + justify-content: space-between; + flex-wrap: wrap; + background-color: rgba(204, 204, 204, 0.159); + margin-top: -10px; + margin-left: -10px; + margin-right: -10px; + } + .menu { + display: none; + flex-basis: 100%; + list-style: none; + + li{ + padding: 15px; + } + a, .show-form { + display: inline-block; + font-family: $font; + font-size: $normalfontsize; + text-decoration: none; + color: $linkcolor; + &:hover{ + color: $linkhovercolor; + text-decoration: underline; + } + } + + } + + + //Mise en place de la navbar responsive + .menu-checkbox:checked ~ .menu { + display: block; + } + .menu-toggle { + padding: 0.5em 1em; + &:hover{ + color: $linkhovercolor; + text-decoration: underline + } + } + //style des liens + input{ + background-color: $inputcolor; + } +//Style du titre + h1{ + font-size: 35px; + color: $titlecrosscolor; + background-color: $backgroundtitlecolor; + text-align: center; + font-family: $font; + padding: 15px; + } + //style du paragraphe + p{ + font-size: $normalfontsize; + font-family: $font; + text-align: center; + color: $fontcolor; + } + // Mise en form du footer + #foot{ + text-align: center; + font-family: $font; + color: $fontcolor; + font-size: $normalfontsize; + padding: 25px; + position:absolute; + bottom:0; + transform: Translate(-50%); + left: 50%; + span, a{ + padding-left: 20px; + } + a { + color: $linkcolor; + text-decoration: none; + &:hover{ + color: $linkhovercolor; + text-decoration: underline; + } + } + } +//début affichage boutton +.c_hebdo, .c_daily{ + display: none; +} + +.s_daily, .s_hebdo{ + display: none; +} diff --git a/b2-cwd/integration/evaluation/travaux-rendus/Gregorie_Vexier/README.md b/b2-cwd/integration/evaluation/travaux-rendus/Gregorie_Vexier/README.md new file mode 100644 index 0000000..a127379 --- /dev/null +++ b/b2-cwd/integration/evaluation/travaux-rendus/Gregorie_Vexier/README.md @@ -0,0 +1,18 @@ +Les plus : + - footer responsive + - overlay + - type email sur champs email + pattern + - lisibilité du code + - utilisation d'icones font (même si pas icomoon) + +Les moins : + - manque un peu de padding dans certaines résolutions + - menu un peu limite en petite résolutions + - popin non ouvert au chargement + - checkbox des newsletter ko + - beaucoup de divs imbriquées + - intégralité du contenu en h2 ? + - manque de title, aria- + - pas de description ni keywords + + diff --git a/b2-cwd/integration/evaluation/travaux-rendus/Gregorie_Vexier/css/normalize.css b/b2-cwd/integration/evaluation/travaux-rendus/Gregorie_Vexier/css/normalize.css new file mode 100644 index 0000000..486e299 --- /dev/null +++ b/b2-cwd/integration/evaluation/travaux-rendus/Gregorie_Vexier/css/normalize.css @@ -0,0 +1,343 @@ +/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */ +/* Document + ========================================================================== */ +/** + * 1. Correct the line height in all browsers. + * 2. Prevent adjustments of font size after orientation changes in iOS. + */ +html { + line-height: 1.15; + /* 1 */ + -webkit-text-size-adjust: 100%; + /* 2 */ +} + +/* Sections + ========================================================================== */ +/** + * Remove the margin in all browsers. + */ +body { + margin: 0; +} + +/** + * Render the `main` element consistently in IE. + */ +main { + display: block; +} + +/** + * Correct the font size and margin on `h1` elements within `section` and + * `article` contexts in Chrome, Firefox, and Safari. + */ +h1 { + font-size: 2em; + margin: 0.67em 0; +} + +/* Grouping content + ========================================================================== */ +/** + * 1. Add the correct box sizing in Firefox. + * 2. Show the overflow in Edge and IE. + */ +hr { + -webkit-box-sizing: content-box; + box-sizing: content-box; + /* 1 */ + height: 0; + /* 1 */ + overflow: visible; + /* 2 */ +} + +/** + * 1. Correct the inheritance and scaling of font size in all browsers. + * 2. Correct the odd `em` font sizing in all browsers. + */ +pre { + font-family: monospace, monospace; + /* 1 */ + font-size: 1em; + /* 2 */ +} + +/* Text-level semantics + ========================================================================== */ +/** + * Remove the gray background on active links in IE 10. + */ +a { + background-color: transparent; +} + +/** + * 1. Remove the bottom border in Chrome 57- + * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari. + */ +abbr[title] { + border-bottom: none; + /* 1 */ + text-decoration: underline; + /* 2 */ + -webkit-text-decoration: underline dotted; + text-decoration: underline dotted; + /* 2 */ +} + +/** + * Add the correct font weight in Chrome, Edge, and Safari. + */ +b, +strong { + font-weight: bolder; +} + +/** + * 1. Correct the inheritance and scaling of font size in all browsers. + * 2. Correct the odd `em` font sizing in all browsers. + */ +code, +kbd, +samp { + font-family: monospace, monospace; + /* 1 */ + font-size: 1em; + /* 2 */ +} + +/** + * Add the correct font size in all browsers. + */ +small { + font-size: 80%; +} + +/** + * Prevent `sub` and `sup` elements from affecting the line height in + * all browsers. + */ +sub, +sup { + font-size: 75%; + line-height: 0; + position: relative; + vertical-align: baseline; +} + +sub { + bottom: -0.25em; +} + +sup { + top: -0.5em; +} + +/* Embedded content + ========================================================================== */ +/** + * Remove the border on images inside links in IE 10. + */ +img { + border-style: none; +} + +/* Forms + ========================================================================== */ +/** + * 1. Change the font styles in all browsers. + * 2. Remove the margin in Firefox and Safari. + */ +button, +input, +optgroup, +select, +textarea { + font-family: inherit; + /* 1 */ + font-size: 100%; + /* 1 */ + line-height: 1.15; + /* 1 */ + margin: 0; + /* 2 */ +} + +/** + * Show the overflow in IE. + * 1. Show the overflow in Edge. + */ +button, +input { + /* 1 */ + overflow: visible; +} + +/** + * Remove the inheritance of text transform in Edge, Firefox, and IE. + * 1. Remove the inheritance of text transform in Firefox. + */ +button, +select { + /* 1 */ + text-transform: none; +} + +/** + * Correct the inability to style clickable types in iOS and Safari. + */ +button, +[type="button"], +[type="reset"], +[type="submit"] { + -webkit-appearance: button; +} + +/** + * Remove the inner border and padding in Firefox. + */ +button::-moz-focus-inner, +[type="button"]::-moz-focus-inner, +[type="reset"]::-moz-focus-inner, +[type="submit"]::-moz-focus-inner { + border-style: none; + padding: 0; +} + +/** + * Restore the focus styles unset by the previous rule. + */ +button:-moz-focusring, +[type="button"]:-moz-focusring, +[type="reset"]:-moz-focusring, +[type="submit"]:-moz-focusring { + outline: 1px dotted ButtonText; +} + +/** + * Correct the padding in Firefox. + */ +fieldset { + padding: 0.35em 0.75em 0.625em; +} + +/** + * 1. Correct the text wrapping in Edge and IE. + * 2. Correct the color inheritance from `fieldset` elements in IE. + * 3. Remove the padding so developers are not caught out when they zero out + * `fieldset` elements in all browsers. + */ +legend { + -webkit-box-sizing: border-box; + box-sizing: border-box; + /* 1 */ + color: inherit; + /* 2 */ + display: table; + /* 1 */ + max-width: 100%; + /* 1 */ + padding: 0; + /* 3 */ + white-space: normal; + /* 1 */ +} + +/** + * Add the correct vertical alignment in Chrome, Firefox, and Opera. + */ +progress { + vertical-align: baseline; +} + +/** + * Remove the default vertical scrollbar in IE 10+. + */ +textarea { + overflow: auto; +} + +/** + * 1. Add the correct box sizing in IE 10. + * 2. Remove the padding in IE 10. + */ +[type="checkbox"], +[type="radio"] { + -webkit-box-sizing: border-box; + box-sizing: border-box; + /* 1 */ + padding: 0; + /* 2 */ +} + +/** + * Correct the cursor style of increment and decrement buttons in Chrome. + */ +[type="number"]::-webkit-inner-spin-button, +[type="number"]::-webkit-outer-spin-button { + height: auto; +} + +/** + * 1. Correct the odd appearance in Chrome and Safari. + * 2. Correct the outline style in Safari. + */ +[type="search"] { + -webkit-appearance: textfield; + /* 1 */ + outline-offset: -2px; + /* 2 */ +} + +/** + * Remove the inner padding in Chrome and Safari on macOS. + */ +[type="search"]::-webkit-search-decoration { + -webkit-appearance: none; +} + +/** + * 1. Correct the inability to style clickable types in iOS and Safari. + * 2. Change font properties to `inherit` in Safari. + */ +::-webkit-file-upload-button { + -webkit-appearance: button; + /* 1 */ + font: inherit; + /* 2 */ +} + +/* Interactive + ========================================================================== */ +/* + * Add the correct display in Edge, IE 10+, and Firefox. + */ +details { + display: block; +} + +/* + * Add the correct display in all browsers. + */ +summary { + display: list-item; +} + +/* Misc + ========================================================================== */ +/** + * Add the correct display in IE 10+. + */ +template { + display: none; +} + +/** + * Add the correct display in IE 10. + */ +[hidden] { + display: none; +} +/*# sourceMappingURL=normalize.css.map */ \ No newline at end of file diff --git a/b2-cwd/integration/evaluation/travaux-rendus/Gregorie_Vexier/css/normalize.scss b/b2-cwd/integration/evaluation/travaux-rendus/Gregorie_Vexier/css/normalize.scss new file mode 100644 index 0000000..c45a85f --- /dev/null +++ b/b2-cwd/integration/evaluation/travaux-rendus/Gregorie_Vexier/css/normalize.scss @@ -0,0 +1,349 @@ +/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */ + +/* Document + ========================================================================== */ + +/** + * 1. Correct the line height in all browsers. + * 2. Prevent adjustments of font size after orientation changes in iOS. + */ + + html { + line-height: 1.15; /* 1 */ + -webkit-text-size-adjust: 100%; /* 2 */ + } + + /* Sections + ========================================================================== */ + + /** + * Remove the margin in all browsers. + */ + + body { + margin: 0; + } + + /** + * Render the `main` element consistently in IE. + */ + + main { + display: block; + } + + /** + * Correct the font size and margin on `h1` elements within `section` and + * `article` contexts in Chrome, Firefox, and Safari. + */ + + h1 { + font-size: 2em; + margin: 0.67em 0; + } + + /* Grouping content + ========================================================================== */ + + /** + * 1. Add the correct box sizing in Firefox. + * 2. Show the overflow in Edge and IE. + */ + + hr { + box-sizing: content-box; /* 1 */ + height: 0; /* 1 */ + overflow: visible; /* 2 */ + } + + /** + * 1. Correct the inheritance and scaling of font size in all browsers. + * 2. Correct the odd `em` font sizing in all browsers. + */ + + pre { + font-family: monospace, monospace; /* 1 */ + font-size: 1em; /* 2 */ + } + + /* Text-level semantics + ========================================================================== */ + + /** + * Remove the gray background on active links in IE 10. + */ + + a { + background-color: transparent; + } + + /** + * 1. Remove the bottom border in Chrome 57- + * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari. + */ + + abbr[title] { + border-bottom: none; /* 1 */ + text-decoration: underline; /* 2 */ + text-decoration: underline dotted; /* 2 */ + } + + /** + * Add the correct font weight in Chrome, Edge, and Safari. + */ + + b, + strong { + font-weight: bolder; + } + + /** + * 1. Correct the inheritance and scaling of font size in all browsers. + * 2. Correct the odd `em` font sizing in all browsers. + */ + + code, + kbd, + samp { + font-family: monospace, monospace; /* 1 */ + font-size: 1em; /* 2 */ + } + + /** + * Add the correct font size in all browsers. + */ + + small { + font-size: 80%; + } + + /** + * Prevent `sub` and `sup` elements from affecting the line height in + * all browsers. + */ + + sub, + sup { + font-size: 75%; + line-height: 0; + position: relative; + vertical-align: baseline; + } + + sub { + bottom: -0.25em; + } + + sup { + top: -0.5em; + } + + /* Embedded content + ========================================================================== */ + + /** + * Remove the border on images inside links in IE 10. + */ + + img { + border-style: none; + } + + /* Forms + ========================================================================== */ + + /** + * 1. Change the font styles in all browsers. + * 2. Remove the margin in Firefox and Safari. + */ + + button, + input, + optgroup, + select, + textarea { + font-family: inherit; /* 1 */ + font-size: 100%; /* 1 */ + line-height: 1.15; /* 1 */ + margin: 0; /* 2 */ + } + + /** + * Show the overflow in IE. + * 1. Show the overflow in Edge. + */ + + button, + input { /* 1 */ + overflow: visible; + } + + /** + * Remove the inheritance of text transform in Edge, Firefox, and IE. + * 1. Remove the inheritance of text transform in Firefox. + */ + + button, + select { /* 1 */ + text-transform: none; + } + + /** + * Correct the inability to style clickable types in iOS and Safari. + */ + + button, + [type="button"], + [type="reset"], + [type="submit"] { + -webkit-appearance: button; + } + + /** + * Remove the inner border and padding in Firefox. + */ + + button::-moz-focus-inner, + [type="button"]::-moz-focus-inner, + [type="reset"]::-moz-focus-inner, + [type="submit"]::-moz-focus-inner { + border-style: none; + padding: 0; + } + + /** + * Restore the focus styles unset by the previous rule. + */ + + button:-moz-focusring, + [type="button"]:-moz-focusring, + [type="reset"]:-moz-focusring, + [type="submit"]:-moz-focusring { + outline: 1px dotted ButtonText; + } + + /** + * Correct the padding in Firefox. + */ + + fieldset { + padding: 0.35em 0.75em 0.625em; + } + + /** + * 1. Correct the text wrapping in Edge and IE. + * 2. Correct the color inheritance from `fieldset` elements in IE. + * 3. Remove the padding so developers are not caught out when they zero out + * `fieldset` elements in all browsers. + */ + + legend { + box-sizing: border-box; /* 1 */ + color: inherit; /* 2 */ + display: table; /* 1 */ + max-width: 100%; /* 1 */ + padding: 0; /* 3 */ + white-space: normal; /* 1 */ + } + + /** + * Add the correct vertical alignment in Chrome, Firefox, and Opera. + */ + + progress { + vertical-align: baseline; + } + + /** + * Remove the default vertical scrollbar in IE 10+. + */ + + textarea { + overflow: auto; + } + + /** + * 1. Add the correct box sizing in IE 10. + * 2. Remove the padding in IE 10. + */ + + [type="checkbox"], + [type="radio"] { + box-sizing: border-box; /* 1 */ + padding: 0; /* 2 */ + } + + /** + * Correct the cursor style of increment and decrement buttons in Chrome. + */ + + [type="number"]::-webkit-inner-spin-button, + [type="number"]::-webkit-outer-spin-button { + height: auto; + } + + /** + * 1. Correct the odd appearance in Chrome and Safari. + * 2. Correct the outline style in Safari. + */ + + [type="search"] { + -webkit-appearance: textfield; /* 1 */ + outline-offset: -2px; /* 2 */ + } + + /** + * Remove the inner padding in Chrome and Safari on macOS. + */ + + [type="search"]::-webkit-search-decoration { + -webkit-appearance: none; + } + + /** + * 1. Correct the inability to style clickable types in iOS and Safari. + * 2. Change font properties to `inherit` in Safari. + */ + + ::-webkit-file-upload-button { + -webkit-appearance: button; /* 1 */ + font: inherit; /* 2 */ + } + + /* Interactive + ========================================================================== */ + + /* + * Add the correct display in Edge, IE 10+, and Firefox. + */ + + details { + display: block; + } + + /* + * Add the correct display in all browsers. + */ + + summary { + display: list-item; + } + + /* Misc + ========================================================================== */ + + /** + * Add the correct display in IE 10+. + */ + + template { + display: none; + } + + /** + * Add the correct display in IE 10. + */ + + [hidden] { + display: none; + } \ No newline at end of file diff --git a/b2-cwd/integration/evaluation/travaux-rendus/Gregorie_Vexier/css/style.css b/b2-cwd/integration/evaluation/travaux-rendus/Gregorie_Vexier/css/style.css new file mode 100644 index 0000000..fd0b613 --- /dev/null +++ b/b2-cwd/integration/evaluation/travaux-rendus/Gregorie_Vexier/css/style.css @@ -0,0 +1,586 @@ +@charset "UTF-8"; +/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */ +/* Document + ========================================================================== */ +/** + * 1. Correct the line height in all browsers. + * 2. Prevent adjustments of font size after orientation changes in iOS. + */ +@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@300&display=swap"); +html { + line-height: 1.15; + /* 1 */ + -webkit-text-size-adjust: 100%; + /* 2 */ +} + +/* Sections + ========================================================================== */ +/** + * Remove the margin in all browsers. + */ +body { + margin: 0; +} + +/** + * Render the `main` element consistently in IE. + */ +main { + display: block; +} + +/** + * Correct the font size and margin on `h1` elements within `section` and + * `article` contexts in Chrome, Firefox, and Safari. + */ +h1 { + font-size: 2em; + margin: 0.67em 0; +} + +/* Grouping content + ========================================================================== */ +/** + * 1. Add the correct box sizing in Firefox. + * 2. Show the overflow in Edge and IE. + */ +hr { + -webkit-box-sizing: content-box; + box-sizing: content-box; + /* 1 */ + height: 0; + /* 1 */ + overflow: visible; + /* 2 */ +} + +/** + * 1. Correct the inheritance and scaling of font size in all browsers. + * 2. Correct the odd `em` font sizing in all browsers. + */ +pre { + font-family: monospace, monospace; + /* 1 */ + font-size: 1em; + /* 2 */ +} + +/* Text-level semantics + ========================================================================== */ +/** + * Remove the gray background on active links in IE 10. + */ +a { + background-color: transparent; +} + +/** + * 1. Remove the bottom border in Chrome 57- + * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari. + */ +abbr[title] { + border-bottom: none; + /* 1 */ + text-decoration: underline; + /* 2 */ + -webkit-text-decoration: underline dotted; + text-decoration: underline dotted; + /* 2 */ +} + +/** + * Add the correct font weight in Chrome, Edge, and Safari. + */ +b, +strong { + font-weight: bolder; +} + +/** + * 1. Correct the inheritance and scaling of font size in all browsers. + * 2. Correct the odd `em` font sizing in all browsers. + */ +code, +kbd, +samp { + font-family: monospace, monospace; + /* 1 */ + font-size: 1em; + /* 2 */ +} + +/** + * Add the correct font size in all browsers. + */ +small { + font-size: 80%; +} + +/** + * Prevent `sub` and `sup` elements from affecting the line height in + * all browsers. + */ +sub, +sup { + font-size: 75%; + line-height: 0; + position: relative; + vertical-align: baseline; +} + +sub { + bottom: -0.25em; +} + +sup { + top: -0.5em; +} + +/* Embedded content + ========================================================================== */ +/** + * Remove the border on images inside links in IE 10. + */ +img { + border-style: none; +} + +/* Forms + ========================================================================== */ +/** + * 1. Change the font styles in all browsers. + * 2. Remove the margin in Firefox and Safari. + */ +button, +input, +optgroup, +select, +textarea { + font-family: inherit; + /* 1 */ + font-size: 100%; + /* 1 */ + line-height: 1.15; + /* 1 */ + margin: 0; + /* 2 */ +} + +/** + * Show the overflow in IE. + * 1. Show the overflow in Edge. + */ +button, +input { + /* 1 */ + overflow: visible; +} + +/** + * Remove the inheritance of text transform in Edge, Firefox, and IE. + * 1. Remove the inheritance of text transform in Firefox. + */ +button, +select { + /* 1 */ + text-transform: none; +} + +/** + * Correct the inability to style clickable types in iOS and Safari. + */ +button, +[type="button"], +[type="reset"], +[type="submit"] { + -webkit-appearance: button; +} + +/** + * Remove the inner border and padding in Firefox. + */ +button::-moz-focus-inner, +[type="button"]::-moz-focus-inner, +[type="reset"]::-moz-focus-inner, +[type="submit"]::-moz-focus-inner { + border-style: none; + padding: 0; +} + +/** + * Restore the focus styles unset by the previous rule. + */ +button:-moz-focusring, +[type="button"]:-moz-focusring, +[type="reset"]:-moz-focusring, +[type="submit"]:-moz-focusring { + outline: 1px dotted ButtonText; +} + +/** + * Correct the padding in Firefox. + */ +fieldset { + padding: 0.35em 0.75em 0.625em; +} + +/** + * 1. Correct the text wrapping in Edge and IE. + * 2. Correct the color inheritance from `fieldset` elements in IE. + * 3. Remove the padding so developers are not caught out when they zero out + * `fieldset` elements in all browsers. + */ +legend { + -webkit-box-sizing: border-box; + box-sizing: border-box; + /* 1 */ + color: inherit; + /* 2 */ + display: table; + /* 1 */ + max-width: 100%; + /* 1 */ + padding: 0; + /* 3 */ + white-space: normal; + /* 1 */ +} + +/** + * Add the correct vertical alignment in Chrome, Firefox, and Opera. + */ +progress { + vertical-align: baseline; +} + +/** + * Remove the default vertical scrollbar in IE 10+. + */ +textarea { + overflow: auto; +} + +/** + * 1. Add the correct box sizing in IE 10. + * 2. Remove the padding in IE 10. + */ +[type="checkbox"], +[type="radio"] { + -webkit-box-sizing: border-box; + box-sizing: border-box; + /* 1 */ + padding: 0; + /* 2 */ +} + +/** + * Correct the cursor style of increment and decrement buttons in Chrome. + */ +[type="number"]::-webkit-inner-spin-button, +[type="number"]::-webkit-outer-spin-button { + height: auto; +} + +/** + * 1. Correct the odd appearance in Chrome and Safari. + * 2. Correct the outline style in Safari. + */ +[type="search"] { + -webkit-appearance: textfield; + /* 1 */ + outline-offset: -2px; + /* 2 */ +} + +/** + * Remove the inner padding in Chrome and Safari on macOS. + */ +[type="search"]::-webkit-search-decoration { + -webkit-appearance: none; +} + +/** + * 1. Correct the inability to style clickable types in iOS and Safari. + * 2. Change font properties to `inherit` in Safari. + */ +::-webkit-file-upload-button { + -webkit-appearance: button; + /* 1 */ + font: inherit; + /* 2 */ +} + +/* Interactive + ========================================================================== */ +/* + * Add the correct display in Edge, IE 10+, and Firefox. + */ +details { + display: block; +} + +/* + * Add the correct display in all browsers. + */ +summary { + display: list-item; +} + +/* Misc + ========================================================================== */ +/** + * Add the correct display in IE 10+. + */ +template { + display: none; +} + +/** + * Add the correct display in IE 10. + */ +[hidden] { + display: none; +} + +/**************************************************** + VARIABLES COULEURS +*****************************************************/ +:root { + --fond-standard: #fcfafc; + --couleur-liens: #660066; + --couleur-ecriture: #330033; + --liens-hover: #eeaaee; + --couleur-white: #ffffff; + --couleur-fond-titre: #663366; + --fond: var(--fond-standard); + --liens: var(--couleur-liens); + --ecriture: var(--couleur-ecriture); + --hover: var(--liens-hover); + --white: var(--couleur-white); + --fond-titre: var(--couleur-fond-titre); +} + +/**************************************************** + GLOBAL +*****************************************************/ +* { + -webkit-box-sizing: border-box; + box-sizing: border-box; +} + +img { + max-width: 100%; +} + +html, body { + height: 100%; + margin: 0; + padding: 0; +} + +html body, body body { + display: table; + width: 100%; + background-color: var(--fond); + font-family: "Rubik", sans-serif; +} + +a { + text-decoration: none; + color: var(--liens); +} + +a:hover { + color: var(--hover); + text-decoration: underline; +} + +/**************************************************** + HEADER +*****************************************************/ +nav { + text-align: center; +} + +nav a { + margin-left: 10px; +} + +/**************************************************** + MAIN +*****************************************************/ +h1, h2, h3 { + background-color: var(--fond-titre); + color: var(--fond); +} + +p { + color: var(--ecriture); + text-align: center; +} + +.haut, .millieu { + text-align: center; +} + +.haut a { + font-size: 25px; +} + +.modal-dialog .modal-content { + width: 100%; + height: 100%; +} + +.row-form { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -ms-flex-direction: row; + flex-direction: row; +} + +.row-form label { + width: 50%; +} + +.row-form input { + width: 50%; + height: 20%; + margin: auto; +} + +@-webkit-keyframes slideDownFadeIN { + from { + top: -100px; + opacity: 0; + } + to { + top: 0px; + opacity: 1; + } +} + +@keyframes slideDownFadeIN { + from { + top: -100px; + opacity: 0; + } + to { + top: 0px; + opacity: 1; + } +} + +.modal { + display: none; + left: 0; + top: 0; + top: 130px; + width: 100%; + height: 80%; + overflow: auto; + background-color: black; + background-color: rgba(0, 0, 0, 0.4); +} + +.modal:target { + display: table; + position: absolute; +} + +.modal:target .modal-dialog { + display: table-cell; + vertical-align: middle; +} + +.modal-dialog .modal-content { + margin: auto; + background-color: white; + position: relative; + padding: 0; + outline: 0; + border: 1px #777 solid; + text-align: justify; + height: 75%; + -webkit-animation-name: slideDownFadeIN; + animation-name: slideDownFadeIN; + -webkit-animation-duration: 0.5s; + animation-duration: 0.5s; + border-radius: 30px; +} + +.modal-dialog .modal-content .closebtn { + text-decoration: none; + float: left; + font-size: 20px; + font-weight: bold; + color: black; + padding: -20px -20px 0 -20px; +} + +.container-contact { + margin-top: 20px; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center; +} + +input { + margin-left: 20px; + margin-top: 10px; +} + +/**************************************************** + FOOTER +*****************************************************/ +footer { + display: table-row; + height: 100px; +} + +footer nav { + margin-top: 30px; +} + +/******************************************************************************/ +/*======================================================= + MEDIA QUERIES +=========================================================*/ +/******************************************************************************/ +/*========================= RESPONSIVE TABLETTE ======================*/ +@media screen and (min-width: 768px) { + /*s'applique à partir de 768px et au-delà*/ + /* ============ GLOBAL ==============*/ + /* ============ HEADER ==============*/ + /* ============ MAIN ==============*/ + .modal-dialog .modal-content { + width: 50%; + } + .modal { + top: 130px; + width: 100%; + height: 50%; + } + /* ============ FOOTER ==============*/ +} + +/*fermeture @media tablette*/ +/******************************************************************************/ +/*========================= RESPONSIVE DESKTOP ======================*/ +@media screen and (min-width: 1025px) { + /*s'applique à partir de 1025px et au-delà*/ + /* ============ GLOBAL ==============*/ + /* ============ HEADER ==============*/ + /* ============ MAIN ==============*/ + /* ============ FOOTER ==============*/ +} + +/*fermeture @media desktop*/ +/*# sourceMappingURL=style.css.map */ \ No newline at end of file diff --git a/b2-cwd/integration/evaluation/travaux-rendus/Gregorie_Vexier/css/style.scss b/b2-cwd/integration/evaluation/travaux-rendus/Gregorie_Vexier/css/style.scss new file mode 100644 index 0000000..d608a7a --- /dev/null +++ b/b2-cwd/integration/evaluation/travaux-rendus/Gregorie_Vexier/css/style.scss @@ -0,0 +1,228 @@ +@import "normalize.scss"; +@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@300&display=swap'); +$font: 'Rubik', sans-serif; + +/**************************************************** + VARIABLES COULEURS +*****************************************************/ + +:root { + --fond-standard: #fcfafc; + --couleur-liens: #660066; + --couleur-ecriture: #330033; + --liens-hover: #eeaaee; + --couleur-white: #ffffff; + --couleur-fond-titre: #663366; + + --fond: var(--fond-standard); + --liens: var(--couleur-liens); + --ecriture: var(--couleur-ecriture); + --hover: var(--liens-hover); + --white: var(--couleur-white); + --fond-titre: var(--couleur-fond-titre); +} + +/**************************************************** + GLOBAL +*****************************************************/ + +* { + box-sizing: border-box; +} + +img { + max-width: 100%; +} + +html, body { + height: 100%; + margin: 0; padding: 0; + body { + display : table; + width: 100%; + background-color: var(--fond); + font-family: $font; + } +} + +a { + text-decoration: none; + color: var(--liens); + &:hover { + color: var(--hover); + text-decoration: underline; + } +} + +/**************************************************** + HEADER +*****************************************************/ + +nav { + text-align: center; + a { + margin-left: 10px; + } +} + +/**************************************************** + MAIN +*****************************************************/ + +h1, h2, h3 { + background-color: var(--fond-titre); + color: var(--fond); +} + +p { + color: var(--ecriture); + text-align: center; +} + +.haut, .millieu { + text-align: center; +} + +.haut { + a { + font-size: 25px; + } +} + +.modal-dialog .modal-content { + width: 100%; + height: 100%; +} + +.row-form { + display: flex; + flex-direction: row; + label { + width: 50%; + } + input { + width: 50%; + height: 20%; + margin: auto; + } +} + +@keyframes slideDownFadeIN { + from {top:-100px;opacity: 0;} + to {top:0px;opacity:1;} +} + +.modal { + display: none; + left: 0; + top: 0; + top: 130px; + width: 100%; + height: 80%; + overflow: auto; + background-color: rgb(0, 0, 0); + background-color: rgba(0, 0, 0, 0.4); +} + +.modal:target { + display: table; + position: absolute; + .modal-dialog { + display: table-cell; + vertical-align: middle; + } +} + +.modal-dialog .modal-content { + margin: auto; + background-color: white; + position: relative; + padding: 0; + outline: 0; + border: 1px #777 solid; + text-align: justify; + height: 75%; + animation-name: slideDownFadeIN; + animation-duration: 0.5s; + border-radius: 30px; + .closebtn { + text-decoration: none; + float: left; + font-size: 20px; + font-weight: bold; + color: black; + padding: -20px -20px 0 -20px; + } +} + +.container-contact { + margin-top: 20px; + display: flex; + justify-content: center; +} + +input { + margin-left: 20px; + margin-top: 10px; +} + +/**************************************************** + FOOTER +*****************************************************/ + +footer { + display : table-row; + height: 100px; + nav { + margin-top: 30px; + } +} + +/******************************************************************************/ +/*======================================================= + MEDIA QUERIES +=========================================================*/ +/******************************************************************************/ + +/*========================= RESPONSIVE TABLETTE ======================*/ + +@media screen and (min-width: 768px){ /*s'applique à partir de 768px et au-delà*/ + +/* ============ GLOBAL ==============*/ + +/* ============ HEADER ==============*/ + +/* ============ MAIN ==============*/ + +.modal-dialog .modal-content { + width: 50%; + // height: 100%; +} + +.modal { + top: 130px; + width: 100%; + height: 50%; +} + +/* ============ FOOTER ==============*/ + +} /*fermeture @media tablette*/ + +/******************************************************************************/ + +/*========================= RESPONSIVE DESKTOP ======================*/ + +@media screen and (min-width: 1025px){ /*s'applique à partir de 1025px et au-delà*/ + +/* ============ GLOBAL ==============*/ + +/* ============ HEADER ==============*/ + +/* ============ MAIN ==============*/ + +/* ============ FOOTER ==============*/ + +} /*fermeture @media desktop*/ + + diff --git a/b2-cwd/integration/evaluation/travaux-rendus/Gregorie_Vexier/index.html b/b2-cwd/integration/evaluation/travaux-rendus/Gregorie_Vexier/index.html new file mode 100644 index 0000000..31a388e --- /dev/null +++ b/b2-cwd/integration/evaluation/travaux-rendus/Gregorie_Vexier/index.html @@ -0,0 +1,75 @@ + + + + + + + + Site d’information culturelles et sportives + + + + + +
+ +
+
+
+

Site d’information culturelles et sportives

+

+ Bonjour et bienvenu sur notre site, + Depuis cette page nous vous invitons à choisir les abonnements aux newsletter qui vous conviennent. +

+ Découvrir nos newsletters +
+
+ +
+
+ + + + \ No newline at end of file diff --git a/b2-cwd/integration/evaluation/travaux-rendus/Jessy_Leblond/README.md b/b2-cwd/integration/evaluation/travaux-rendus/Jessy_Leblond/README.md new file mode 100644 index 0000000..f1810fc --- /dev/null +++ b/b2-cwd/integration/evaluation/travaux-rendus/Jessy_Leblond/README.md @@ -0,0 +1,15 @@ +Les plus : + - switch newsletter ok + - type email sur champs de saisie mail + - menu responsive (mais pourquoi nos newsletters est pas dans le menu ?) + - case à cocher masquage / affichage de la popin fonctionne (mais pas lié à un label ?) + +Les moins : + - il y a beaucoup de fichier inutiles à la racine + - manque de title, aria- + - pas de description ni keywords + - pas de header / footer + - pas de variables ni css ni scss + - pas de commentaires + - pas d'overlay + - bleu des liens hors charte et non lisible sur le violet \ No newline at end of file diff --git a/b2-cwd/integration/evaluation/travaux-rendus/Jessy_Leblond/burgermenu.PNG b/b2-cwd/integration/evaluation/travaux-rendus/Jessy_Leblond/burgermenu.PNG new file mode 100644 index 0000000..4737d92 Binary files /dev/null and b/b2-cwd/integration/evaluation/travaux-rendus/Jessy_Leblond/burgermenu.PNG differ diff --git a/b2-cwd/integration/evaluation/travaux-rendus/Jessy_Leblond/crossform.css b/b2-cwd/integration/evaluation/travaux-rendus/Jessy_Leblond/crossform.css new file mode 100644 index 0000000..840c3e8 --- /dev/null +++ b/b2-cwd/integration/evaluation/travaux-rendus/Jessy_Leblond/crossform.css @@ -0,0 +1,30 @@ +@font-face { + font-family: 'icomoon'; + src: url('fonts/icomoon.eot?ppseg1'); + src: url('fonts/icomoon.eot?ppseg1#iefix') format('embedded-opentype'), + url('fonts/icomoon.ttf?ppseg1') format('truetype'), + url('fonts/icomoon.woff?ppseg1') format('woff'), + url('fonts/icomoon.svg?ppseg1#icomoon') format('svg'); + font-weight: normal; + font-style: normal; + font-display: block; +} + +[class^="icon-"], [class*=" icon-"] { + /* use !important to prevent issues with browser extensions that change fonts */ + font-family: 'icomoon' !important; + speak: never; + font-style: normal; + font-weight: normal; + font-variant: normal; + text-transform: none; + line-height: 1; + + /* Better Font Rendering =========== */ + -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; +} + +.icon-cross:before { + content: "\ea0f"; +} diff --git a/b2-cwd/integration/evaluation/travaux-rendus/Jessy_Leblond/fonts/icomoon.eot b/b2-cwd/integration/evaluation/travaux-rendus/Jessy_Leblond/fonts/icomoon.eot new file mode 100644 index 0000000..ec0f7ce Binary files /dev/null and b/b2-cwd/integration/evaluation/travaux-rendus/Jessy_Leblond/fonts/icomoon.eot differ diff --git a/b2-cwd/integration/evaluation/travaux-rendus/Jessy_Leblond/fonts/icomoon.svg b/b2-cwd/integration/evaluation/travaux-rendus/Jessy_Leblond/fonts/icomoon.svg new file mode 100644 index 0000000..8ad8ba2 --- /dev/null +++ b/b2-cwd/integration/evaluation/travaux-rendus/Jessy_Leblond/fonts/icomoon.svg @@ -0,0 +1,11 @@ + + + +Generated by IcoMoon + + + + + + + \ No newline at end of file diff --git a/b2-cwd/integration/evaluation/travaux-rendus/Jessy_Leblond/fonts/icomoon.ttf b/b2-cwd/integration/evaluation/travaux-rendus/Jessy_Leblond/fonts/icomoon.ttf new file mode 100644 index 0000000..693fd06 Binary files /dev/null and b/b2-cwd/integration/evaluation/travaux-rendus/Jessy_Leblond/fonts/icomoon.ttf differ diff --git a/b2-cwd/integration/evaluation/travaux-rendus/Jessy_Leblond/fonts/icomoon.woff b/b2-cwd/integration/evaluation/travaux-rendus/Jessy_Leblond/fonts/icomoon.woff new file mode 100644 index 0000000..19111cb Binary files /dev/null and b/b2-cwd/integration/evaluation/travaux-rendus/Jessy_Leblond/fonts/icomoon.woff differ diff --git a/b2-cwd/integration/evaluation/travaux-rendus/Jessy_Leblond/icomoon.zip b/b2-cwd/integration/evaluation/travaux-rendus/Jessy_Leblond/icomoon.zip new file mode 100644 index 0000000..a136d5e Binary files /dev/null and b/b2-cwd/integration/evaluation/travaux-rendus/Jessy_Leblond/icomoon.zip differ diff --git a/b2-cwd/integration/evaluation/travaux-rendus/Jessy_Leblond/index.html b/b2-cwd/integration/evaluation/travaux-rendus/Jessy_Leblond/index.html new file mode 100644 index 0000000..fa84650 --- /dev/null +++ b/b2-cwd/integration/evaluation/travaux-rendus/Jessy_Leblond/index.html @@ -0,0 +1,68 @@ + + + + + + + + + + Site d'informations culturelles et sportives + + + + + +
+

Site d'informations culturelles et sportives

+

+ Bonjour et bienvenu sur notre site, + Depuis cette page nous vous invitons à choisir les abonnements aux newsletter qui vous conviennent. +

+
+ + + +
+

S'abonner à

+ + fermer le formulaire + +
+ + + + +
+ + + + +
+ + +
+
+

+ © S&C diffusion 2021 +

+

+ Rejoindre notre communauté + Nous écrire +

+
+ + + \ No newline at end of file diff --git a/b2-cwd/integration/evaluation/travaux-rendus/Jessy_Leblond/style-main.css b/b2-cwd/integration/evaluation/travaux-rendus/Jessy_Leblond/style-main.css new file mode 100644 index 0000000..cd26586 --- /dev/null +++ b/b2-cwd/integration/evaluation/travaux-rendus/Jessy_Leblond/style-main.css @@ -0,0 +1,128 @@ +* { + font-family: sans-serif; +} + +nav { + font-family: sans-serif; + color: black; + font-weight: bold; + text-align: center; +} + +#menuburger { + max-width: 10%; + position: center; +} + +.boutons { + display: none; +} + +#switch:checked ~ .boutons { + display: block; +} + +.frequence1 { + display: none; +} + +.frequence2 { + display: none; +} + +#sport:checked ~ .frequence1 { + display: block; +} + +#culture:checked ~ .frequence2 { + display: block; +} + +a { + text-decoration: none; +} + +#formulairecontact { + display: flex; + flex-direction: column; + background-color: #fcfafc; + color: #330033; + border-radius: 6px; + position: absolute; + transform: translate(-50%, -50%); + top: 50%; + left: 50%; + max-width: 70%; +} + +#formswitch:checked ~ #formulairecontact { + display: none; +} + +#mainpagetext { + text-align: center; + margin-top: 50px; + color: #330033; +} + +h1 { + font-size: x-large; +} + +h4 { + background-color: #663366; + color: #fcfafc; +} + +label { + background-color: white; +} + +span { + color: #660066; +} + +span:hover { + color: #eeaaee; + text-decoration: underline; +} + +.icon-cross { + padding-left: 100px; +} + +#basdepage { + display: flex; + justify-content: center; + text-align: center; + background-color: #660066; + color: white; + position: absolute; + transform: translate(-50%, -50%); + top: 100%; + left: 50%; + min-width: 100%; +} + +@media (min-width: 480px) { + #main-menu { + margin: -6px; + } + + #main-menu .boutons { + display: inline-block; + width: 25%; + margin: 0; + padding: 3px; + box-sizing: border-box; + margin-top: 10px; + margin-bottom: 12px; + text-align: center; + } + + #main-menu #menuburger, #main-menu .menu-label { + display: none; + } +} + +/*# sourceMappingURL=style-main.css.map */ diff --git a/b2-cwd/integration/evaluation/travaux-rendus/Jessy_Leblond/style-main.scss b/b2-cwd/integration/evaluation/travaux-rendus/Jessy_Leblond/style-main.scss new file mode 100644 index 0000000..d89ba5a --- /dev/null +++ b/b2-cwd/integration/evaluation/travaux-rendus/Jessy_Leblond/style-main.scss @@ -0,0 +1,125 @@ +* { + font-family: sans-serif; + } + + nav { + font-family: sans-serif; + color: black; + font-weight: bold; + text-align: center; + } + + #menuburger { + max-width: 10%; + position: center; + } + + .boutons{ + display:none; +} + +#switch:checked ~ .boutons{ + display:block; +} + +.frequence1{ + display: none; +} + +.frequence2{ + display: none; +} + + +#sport:checked ~ .frequence1{ + display:block; +} + +#culture:checked ~ .frequence2{ + display:block; +} + + a{ + text-decoration: none; + } + + #formulairecontact { + display: flex; + flex-direction: column; + background-color: #fcfafc; + color: #330033; + border-radius: 6px; + position: absolute; + transform: translate(-50%, -50%); + top: 50%; + left: 50%; + max-width:70%; + } + + #formswitch:checked ~ #formulairecontact{ + display: none; + } + + #mainpagetext{ + text-align: center; + margin-top: 50px; + color: #330033; + } + + h1{ + font-size: x-large; + } + + h4{ + background-color: #663366; + color:#fcfafc; + } + + label{ + background-color: white; + } + + span{ + color: #660066; + } + + span:hover { + color:#eeaaee; + text-decoration: underline; + } + + .icon-cross{ + padding-left: 100px; + } + + #basdepage{ + display:flex; + justify-content: center; + text-align: center; + background-color: #660066; + color:white; + position: absolute; + transform: translate(-50%, -50%); + top: 100%; + left: 50%; + min-width:100%; +} + + @media (min-width: 480px) { + #main-menu { + margin: -6px; + } + #main-menu .boutons { + display: inline-block; + width: 25%; + margin: 0; + padding: 3px; + box-sizing: border-box; + margin-top: 10px; + margin-bottom: 12px; + text-align: center; + } + #main-menu #menuburger, #main-menu .menu-label { + display: none; + } + } \ No newline at end of file diff --git a/b2-cwd/integration/evaluation/travaux-rendus/Jessy_Leblond/style.css b/b2-cwd/integration/evaluation/travaux-rendus/Jessy_Leblond/style.css new file mode 100644 index 0000000..d89ba5a --- /dev/null +++ b/b2-cwd/integration/evaluation/travaux-rendus/Jessy_Leblond/style.css @@ -0,0 +1,125 @@ +* { + font-family: sans-serif; + } + + nav { + font-family: sans-serif; + color: black; + font-weight: bold; + text-align: center; + } + + #menuburger { + max-width: 10%; + position: center; + } + + .boutons{ + display:none; +} + +#switch:checked ~ .boutons{ + display:block; +} + +.frequence1{ + display: none; +} + +.frequence2{ + display: none; +} + + +#sport:checked ~ .frequence1{ + display:block; +} + +#culture:checked ~ .frequence2{ + display:block; +} + + a{ + text-decoration: none; + } + + #formulairecontact { + display: flex; + flex-direction: column; + background-color: #fcfafc; + color: #330033; + border-radius: 6px; + position: absolute; + transform: translate(-50%, -50%); + top: 50%; + left: 50%; + max-width:70%; + } + + #formswitch:checked ~ #formulairecontact{ + display: none; + } + + #mainpagetext{ + text-align: center; + margin-top: 50px; + color: #330033; + } + + h1{ + font-size: x-large; + } + + h4{ + background-color: #663366; + color:#fcfafc; + } + + label{ + background-color: white; + } + + span{ + color: #660066; + } + + span:hover { + color:#eeaaee; + text-decoration: underline; + } + + .icon-cross{ + padding-left: 100px; + } + + #basdepage{ + display:flex; + justify-content: center; + text-align: center; + background-color: #660066; + color:white; + position: absolute; + transform: translate(-50%, -50%); + top: 100%; + left: 50%; + min-width:100%; +} + + @media (min-width: 480px) { + #main-menu { + margin: -6px; + } + #main-menu .boutons { + display: inline-block; + width: 25%; + margin: 0; + padding: 3px; + box-sizing: border-box; + margin-top: 10px; + margin-bottom: 12px; + text-align: center; + } + #main-menu #menuburger, #main-menu .menu-label { + display: none; + } + } \ No newline at end of file diff --git a/b2-cwd/integration/evaluation/travaux-rendus/Jérémy_Brohan/README.md b/b2-cwd/integration/evaluation/travaux-rendus/Jérémy_Brohan/README.md new file mode 100644 index 0000000..b188e7b --- /dev/null +++ b/b2-cwd/integration/evaluation/travaux-rendus/Jérémy_Brohan/README.md @@ -0,0 +1,13 @@ +Les plus : + - variables scss, même si leur utilisation est partielle + - l'utilisation du pattern (même si limitant) + +Les moins : + - pourquoi avoir laissé tous les fichiers icomoon à la racine ? c'est source de confusion + - manque de title, aria- + - pas de description ni keywords + - pas de police sans serif, pas de reponsive + - contenu de la page pas dans le main ? + - impossible de fermer la popin + - pattern de l'email n'autorisent que les mails globex ??? un type email aurait été un plus + - style css aurait put être inclu... diff --git a/b2-cwd/integration/evaluation/travaux-rendus/Jérémy_Brohan/Read Me.txt b/b2-cwd/integration/evaluation/travaux-rendus/Jérémy_Brohan/Read Me.txt new file mode 100644 index 0000000..8491652 --- /dev/null +++ b/b2-cwd/integration/evaluation/travaux-rendus/Jérémy_Brohan/Read Me.txt @@ -0,0 +1,7 @@ +Open *demo.html* to see a list of all the glyphs in your font along with their codes/ligatures. + +To use the generated font in desktop programs, you can install the TTF font. In order to copy the character associated with each icon, refer to the text box at the bottom right corner of each glyph in demo.html. The character inside this text box may be invisible; but it can still be copied. See this guide for more info: https://icomoon.io/#docs/local-fonts + +You won't need any of the files located under the *demo-files* directory when including the generated font in your own projects. + +You can import *selection.json* back to the IcoMoon app using the *Import Icons* button (or via Main Menu → Manage Projects) to retrieve your icon selection. diff --git a/b2-cwd/integration/evaluation/travaux-rendus/Jérémy_Brohan/demo-files/demo.css b/b2-cwd/integration/evaluation/travaux-rendus/Jérémy_Brohan/demo-files/demo.css new file mode 100644 index 0000000..39b8991 --- /dev/null +++ b/b2-cwd/integration/evaluation/travaux-rendus/Jérémy_Brohan/demo-files/demo.css @@ -0,0 +1,152 @@ +body { + padding: 0; + margin: 0; + font-family: sans-serif; + font-size: 1em; + line-height: 1.5; + color: #555; + background: #fff; +} +h1 { + font-size: 1.5em; + font-weight: normal; +} +small { + font-size: .66666667em; +} +a { + color: #e74c3c; + text-decoration: none; +} +a:hover, a:focus { + box-shadow: 0 1px #e74c3c; +} +.bshadow0, input { + box-shadow: inset 0 -2px #e7e7e7; +} +input:hover { + box-shadow: inset 0 -2px #ccc; +} +input, fieldset { + font-family: sans-serif; + font-size: 1em; + margin: 0; + padding: 0; + border: 0; +} +input { + color: inherit; + line-height: 1.5; + height: 1.5em; + padding: .25em 0; +} +input:focus { + outline: none; + box-shadow: inset 0 -2px #449fdb; +} +.glyph { + font-size: 16px; + width: 15em; + padding-bottom: 1em; + margin-right: 4em; + margin-bottom: 1em; + float: left; + overflow: hidden; +} +.liga { + width: 80%; + width: calc(100% - 2.5em); +} +.talign-right { + text-align: right; +} +.talign-center { + text-align: center; +} +.bgc1 { + background: #f1f1f1; +} +.fgc1 { + color: #999; +} +.fgc0 { + color: #000; +} +p { + margin-top: 1em; + margin-bottom: 1em; +} +.mvm { + margin-top: .75em; + margin-bottom: .75em; +} +.mtn { + margin-top: 0; +} +.mtl, .mal { + margin-top: 1.5em; +} +.mbl, .mal { + margin-bottom: 1.5em; +} +.mal, .mhl { + margin-left: 1.5em; + margin-right: 1.5em; +} +.mhmm { + margin-left: 1em; + margin-right: 1em; +} +.mls { + margin-left: .25em; +} +.ptl { + padding-top: 1.5em; +} +.pbs, .pvs { + padding-bottom: .25em; +} +.pvs, .pts { + padding-top: .25em; +} +.unit { + float: left; +} +.unitRight { + float: right; +} +.size1of2 { + width: 50%; +} +.size1of1 { + width: 100%; +} +.clearfix:before, .clearfix:after { + content: " "; + display: table; +} +.clearfix:after { + clear: both; +} +.hidden-true { + display: none; +} +.textbox0 { + width: 3em; + background: #f1f1f1; + padding: .25em .5em; + line-height: 1.5; + height: 1.5em; +} +#testDrive { + display: block; + padding-top: 24px; + line-height: 1.5; +} +.fs0 { + font-size: 16px; +} +.fs1 { + font-size: 32px; +} + diff --git a/b2-cwd/integration/evaluation/travaux-rendus/Jérémy_Brohan/demo-files/demo.js b/b2-cwd/integration/evaluation/travaux-rendus/Jérémy_Brohan/demo-files/demo.js new file mode 100644 index 0000000..6f45f1c --- /dev/null +++ b/b2-cwd/integration/evaluation/travaux-rendus/Jérémy_Brohan/demo-files/demo.js @@ -0,0 +1,30 @@ +if (!('boxShadow' in document.body.style)) { + document.body.setAttribute('class', 'noBoxShadow'); +} + +document.body.addEventListener("click", function(e) { + var target = e.target; + if (target.tagName === "INPUT" && + target.getAttribute('class').indexOf('liga') === -1) { + target.select(); + } +}); + +(function() { + var fontSize = document.getElementById('fontSize'), + testDrive = document.getElementById('testDrive'), + testText = document.getElementById('testText'); + function updateTest() { + testDrive.innerHTML = testText.value || String.fromCharCode(160); + if (window.icomoonLiga) { + window.icomoonLiga(testDrive); + } + } + function updateSize() { + testDrive.style.fontSize = fontSize.value + 'px'; + } + fontSize.addEventListener('change', updateSize, false); + testText.addEventListener('input', updateTest, false); + testText.addEventListener('change', updateTest, false); + updateSize(); +}()); diff --git a/b2-cwd/integration/evaluation/travaux-rendus/Jérémy_Brohan/demo.html b/b2-cwd/integration/evaluation/travaux-rendus/Jérémy_Brohan/demo.html new file mode 100644 index 0000000..80a279f --- /dev/null +++ b/b2-cwd/integration/evaluation/travaux-rendus/Jérémy_Brohan/demo.html @@ -0,0 +1,52 @@ + + + + + IcoMoon Demo + + + + + +
+

Font Name: icomoon (Glyphs: 1)

+
+
+

Grid Size: 16

+
+
+ + icon-cross +
+
+ + +
+
+ liga: + +
+
+
+ + +
+

Font Test Drive

+ + +
  +
+
+ +
+

Generated by IcoMoon

+
+ + + + diff --git a/b2-cwd/integration/evaluation/travaux-rendus/Jérémy_Brohan/fonts/icomoon.svg b/b2-cwd/integration/evaluation/travaux-rendus/Jérémy_Brohan/fonts/icomoon.svg new file mode 100644 index 0000000..8ad8ba2 --- /dev/null +++ b/b2-cwd/integration/evaluation/travaux-rendus/Jérémy_Brohan/fonts/icomoon.svg @@ -0,0 +1,11 @@ + + + +Generated by IcoMoon + + + + + + + \ No newline at end of file diff --git a/b2-cwd/integration/evaluation/travaux-rendus/Jérémy_Brohan/fonts/icomoon.ttf b/b2-cwd/integration/evaluation/travaux-rendus/Jérémy_Brohan/fonts/icomoon.ttf new file mode 100644 index 0000000..6a4627d Binary files /dev/null and b/b2-cwd/integration/evaluation/travaux-rendus/Jérémy_Brohan/fonts/icomoon.ttf differ diff --git a/b2-cwd/integration/evaluation/travaux-rendus/Jérémy_Brohan/fonts/icomoon.woff b/b2-cwd/integration/evaluation/travaux-rendus/Jérémy_Brohan/fonts/icomoon.woff new file mode 100644 index 0000000..6a49fc0 Binary files /dev/null and b/b2-cwd/integration/evaluation/travaux-rendus/Jérémy_Brohan/fonts/icomoon.woff differ diff --git a/b2-cwd/integration/evaluation/travaux-rendus/Jérémy_Brohan/index.html b/b2-cwd/integration/evaluation/travaux-rendus/Jérémy_Brohan/index.html new file mode 100644 index 0000000..5556d3c --- /dev/null +++ b/b2-cwd/integration/evaluation/travaux-rendus/Jérémy_Brohan/index.html @@ -0,0 +1,66 @@ + + + + + + + + Site d’information culturelles et sportives + + + + +
+ +
+

Bonjour et bienvenu sur notre site

+

Depuis cette page nous vous invitons à choisir les abonnements aux newsletter qui vous conviennent.

+
+ +
+

S'abonner à

+ + fermer le formulaire +
+ + +
+ + +
+
+ + +
+ + +
+
+
+ +
+
+
+ + + + \ No newline at end of file diff --git a/b2-cwd/integration/evaluation/travaux-rendus/Jérémy_Brohan/selection.json b/b2-cwd/integration/evaluation/travaux-rendus/Jérémy_Brohan/selection.json new file mode 100644 index 0000000..2c18d38 --- /dev/null +++ b/b2-cwd/integration/evaluation/travaux-rendus/Jérémy_Brohan/selection.json @@ -0,0 +1 @@ +{"IcoMoonType":"selection","icons":[{"icon":{"paths":["M1014.662 822.66c-0.004-0.004-0.008-0.008-0.012-0.010l-310.644-310.65 310.644-310.65c0.004-0.004 0.008-0.006 0.012-0.010 3.344-3.346 5.762-7.254 7.312-11.416 4.246-11.376 1.824-24.682-7.324-33.83l-146.746-146.746c-9.148-9.146-22.45-11.566-33.828-7.32-4.16 1.55-8.070 3.968-11.418 7.31 0 0.004-0.004 0.006-0.008 0.010l-310.648 310.652-310.648-310.65c-0.004-0.004-0.006-0.006-0.010-0.010-3.346-3.342-7.254-5.76-11.414-7.31-11.38-4.248-24.682-1.826-33.83 7.32l-146.748 146.748c-9.148 9.148-11.568 22.452-7.322 33.828 1.552 4.16 3.97 8.072 7.312 11.416 0.004 0.002 0.006 0.006 0.010 0.010l310.65 310.648-310.65 310.652c-0.002 0.004-0.006 0.006-0.008 0.010-3.342 3.346-5.76 7.254-7.314 11.414-4.248 11.376-1.826 24.682 7.322 33.83l146.748 146.746c9.15 9.148 22.452 11.568 33.83 7.322 4.16-1.552 8.070-3.97 11.416-7.312 0.002-0.004 0.006-0.006 0.010-0.010l310.648-310.65 310.648 310.65c0.004 0.002 0.008 0.006 0.012 0.008 3.348 3.344 7.254 5.762 11.414 7.314 11.378 4.246 24.684 1.826 33.828-7.322l146.746-146.748c9.148-9.148 11.57-22.454 7.324-33.83-1.552-4.16-3.97-8.068-7.314-11.414z"],"tags":["cross","cancel","close","quit","remove"],"defaultCode":59919,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"cross, cancel","name":"cross","order":6,"id":272,"prevSize":32,"code":59919},"setIdx":0,"setId":1,"iconIdx":271}],"height":1024,"metadata":{"name":"icomoon"},"preferences":{"showGlyphs":true,"showQuickUse":true,"showQuickUse2":true,"showSVGs":true,"fontPref":{"prefix":"icon-","metadata":{"fontFamily":"icomoon","majorVersion":1,"minorVersion":0},"metrics":{"emSize":1024,"baseline":6.25,"whitespace":50},"embed":false,"noie8":true,"ie7":false,"showSelector":true,"selector":"i"},"imagePref":{"prefix":"icon-","png":true,"useClassSelector":true,"color":0,"bgColor":16777215,"classSelector":".icon","name":"icomoon"},"historySize":50,"showCodes":true,"gridSize":16}} \ No newline at end of file diff --git a/b2-cwd/integration/evaluation/travaux-rendus/Jérémy_Brohan/style.css b/b2-cwd/integration/evaluation/travaux-rendus/Jérémy_Brohan/style.css new file mode 100644 index 0000000..4f25556 --- /dev/null +++ b/b2-cwd/integration/evaluation/travaux-rendus/Jérémy_Brohan/style.css @@ -0,0 +1,29 @@ +@font-face { + font-family: 'icomoon'; + src: + url('fonts/icomoon.ttf?tm4k0u') format('truetype'), + url('fonts/icomoon.woff?tm4k0u') format('woff'), + url('fonts/icomoon.svg?tm4k0u#icomoon') format('svg'); + font-weight: normal; + font-style: normal; + font-display: block; +} + +i { + /* use !important to prevent issues with browser extensions that change fonts */ + font-family: 'icomoon' !important; + speak: never; + font-style: normal; + font-weight: normal; + font-variant: normal; + text-transform: none; + line-height: 1; + + /* Better Font Rendering =========== */ + -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; +} + +.icon-cross:before { + content: "\ea0f"; +} diff --git a/b2-cwd/integration/evaluation/travaux-rendus/Jérémy_Brohan/styles.css b/b2-cwd/integration/evaluation/travaux-rendus/Jérémy_Brohan/styles.css new file mode 100644 index 0000000..2d0e1b7 --- /dev/null +++ b/b2-cwd/integration/evaluation/travaux-rendus/Jérémy_Brohan/styles.css @@ -0,0 +1,106 @@ +body { + font-style: sans-serif; + margin: 0; + padding: 0; +} + +.container { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; +} + +.container form { + border: 1px solid black; + border-radius: 5px; + padding: 10px; + background-color: #fcfafc; +} + +.container form .icon-cross { + font-size: 70%; +} + +h1 { + background-color: #663366; + text-align: center; + color: #fcfafc; +} + +h4 { + background-color: #663366; + color: #fcfafc; +} + +label { + color: #330033; +} + +nav ul { + list-style-type: none; + margin: 0; + padding: 0; +} + +.expandable { + visibility: collapse; + background: #ddd; +} + +#sport:checked ~ * .expandable { + visibility: visible; +} + +#sport:checked ~ #expand-btn { + background-color: #ccc; +} + +#culture:checked ~ * .expandable { + visibility: visible; +} + +#culture:checked ~ #expand-btn { + background-color: #ccc; +} + +footer { + text-align: center; +} + +footer ul { + text-align: left; +} + +p { + color: #330033; + text-align: center; +} + +input { + background-color: white; +} + +a { + text-decoration: none; +} + +a:hover { + color: #eeaaee; + text-decoration: underline; +} + +li { + display: inline; + -webkit-box-pack: justify; + -ms-flex-pack: justify; + justify-content: space-between; + padding: 10px; + text-decoration: none; +} +/*# sourceMappingURL=styles.css.map */ \ No newline at end of file diff --git a/b2-cwd/integration/evaluation/travaux-rendus/Jérémy_Brohan/styles.scss b/b2-cwd/integration/evaluation/travaux-rendus/Jérémy_Brohan/styles.scss new file mode 100644 index 0000000..0513c30 --- /dev/null +++ b/b2-cwd/integration/evaluation/travaux-rendus/Jérémy_Brohan/styles.scss @@ -0,0 +1,100 @@ +///////////////variables///////////////////////////////// + +$background_principal: #fcfafc; +$couleur_police_standard: #330033; +$couleur_liens: #660066; +$couleur_liens_hover: #eeaaee; +$couleur_champs_fond_form: white; +$text_titre: #fcfafc; +$couleur_titre_fond: #663366; +$font_sans_serif: sans-serif; + +/////////////////////////////////////////////////////// + +body { + font-style: $font_sans_serif; + margin: 0; + padding: 0; +} +.container { + display: flex; + justify-content: center; + align-items: center; + form { + border: 1px solid black; + border-radius: 5px; + padding: 10px; + background-color: $background_principal; + .icon-cross { + font-size: 70%; + } + } +} +h1 { + background-color: $couleur_titre_fond; + text-align: center; + color: $text_titre; +} +h4 { + background-color: $couleur_titre_fond; + color: $text_titre; +} +label { + color: $couleur_police_standard; +} +nav { + ul { + list-style-type: none; + margin: 0; + padding: 0; + } +} + +.expandable { + visibility: collapse; + background: #ddd; +} + +#sport:checked ~ * .expandable { + visibility: visible; +} + +#sport:checked ~ #expand-btn { + background-color: #ccc; +} + +#culture:checked ~ * .expandable { + visibility: visible; +} + +#culture:checked ~ #expand-btn { + background-color: #ccc; +} +footer { + text-align: center; + ul { + text-align: left; + } +} +p { + color: $couleur_police_standard; + text-align: center; +} +input { + background-color: white; +} + +a { + text-decoration: none; +} +a:hover { + color: $couleur_liens_hover; + text-decoration: underline; +} +li { + display: inline; + + justify-content: space-between; + padding: 10px; + text-decoration: none; +} diff --git a/b2-cwd/integration/evaluation/travaux-rendus/Lea_Picot/Index.html b/b2-cwd/integration/evaluation/travaux-rendus/Lea_Picot/Index.html new file mode 100644 index 0000000..3e1fb3e --- /dev/null +++ b/b2-cwd/integration/evaluation/travaux-rendus/Lea_Picot/Index.html @@ -0,0 +1,77 @@ + + + + + + + + + + + + + +
+

Site d’information culturelles et sportives

+

Bonjour et bienvenu sur notre site, + Depuis cette page nous vous invitons à choisir les abonnements aux newsletter qui vous conviennent.

+
+
+ +
+ + +
+ + + + + +
+ +
+ + + +
+ + +
+ + +
+ + +
+ + + +
+ +
+ +
+ + + + +
+ + + + \ No newline at end of file diff --git a/b2-cwd/integration/evaluation/travaux-rendus/Lea_Picot/README.md b/b2-cwd/integration/evaluation/travaux-rendus/Lea_Picot/README.md new file mode 100644 index 0000000..176d21a --- /dev/null +++ b/b2-cwd/integration/evaluation/travaux-rendus/Lea_Picot/README.md @@ -0,0 +1,11 @@ +Les plus : + - éléments sémantiques présents + - élément figure utilisé + +Les moins : + - pas de description ni keywords ni title... + - pas de scss + - fichier icomoon manquants + - pas de type email sur saisie du mail + - pas de responsive + - pas de couleurs de la charte diff --git a/b2-cwd/integration/evaluation/travaux-rendus/Lea_Picot/icon1.css b/b2-cwd/integration/evaluation/travaux-rendus/Lea_Picot/icon1.css new file mode 100644 index 0000000..741eddb --- /dev/null +++ b/b2-cwd/integration/evaluation/travaux-rendus/Lea_Picot/icon1.css @@ -0,0 +1,54 @@ +@font-face { + font-family: 'icomoon'; + src: url('fonts/icomoon.eot?oqewlq'); + src: url('fonts/icomoon.eot?oqewlq#iefix') format('embedded-opentype'), + url('fonts/icomoon.ttf?oqewlq') format('truetype'), + url('fonts/icomoon.woff?oqewlq') format('woff'), + url('fonts/icomoon.svg?oqewlq#icomoon') format('svg'); + font-weight: normal; + font-style: normal; + font-display: block; +} + +[class^="icon-"], [class*=" icon-"] { + /* use !important to prevent issues with browser extensions that change fonts */ + font-family: 'icomoon' !important; + speak-as: never; + font-style: normal; + font-weight: normal; + font-variant: normal; + text-transform: none; + line-height: 1; + + /* Better Font Rendering =========== */ + -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; +} + +.icon-cheveron-outline-left:before { + content: "\e900"; +} +.icon-cheveron-outline-right:before { + content: "\e901"; +} +.icon-cross:before { + content: "\ea0f"; +} +.icon-circle-down:before { + content: "\ea43"; +} +.icon-checkbox-checked:before { + content: "\ea52"; +} +.icon-checkbox-unchecked:before { + content: "\ea53"; +} +.icon-radio-checked:before { + content: "\ea54"; +} +.icon-radio-checked2:before { + content: "\ea55"; +} +.icon-radio-unchecked:before { + content: "\ea56"; +} diff --git a/b2-cwd/integration/evaluation/travaux-rendus/Lea_Picot/image-sport.jpg b/b2-cwd/integration/evaluation/travaux-rendus/Lea_Picot/image-sport.jpg new file mode 100644 index 0000000..311b343 Binary files /dev/null and b/b2-cwd/integration/evaluation/travaux-rendus/Lea_Picot/image-sport.jpg differ diff --git a/b2-cwd/integration/evaluation/travaux-rendus/Lea_Picot/style-form.css b/b2-cwd/integration/evaluation/travaux-rendus/Lea_Picot/style-form.css new file mode 100644 index 0000000..c863baa --- /dev/null +++ b/b2-cwd/integration/evaluation/travaux-rendus/Lea_Picot/style-form.css @@ -0,0 +1,18 @@ +*{ + font-family: 'Lato'; +} +button { + background-color: black; + border: solid 2px black; + border-radius: 4px; + padding: 5px 20px; + text-align: center; + color:white; + + } + +button:hover { + background-color: white; + color: black; + +} \ No newline at end of file diff --git a/b2-cwd/integration/evaluation/travaux-rendus/Lea_Picot/style-main.css b/b2-cwd/integration/evaluation/travaux-rendus/Lea_Picot/style-main.css new file mode 100644 index 0000000..7f128da --- /dev/null +++ b/b2-cwd/integration/evaluation/travaux-rendus/Lea_Picot/style-main.css @@ -0,0 +1,70 @@ +* { + font-family: "Lato"; +} +#navigation { + display: flex; + justify-content: flex-start; + padding-left: 1px; + height: 40px; + background-color: rgba(255, 207, 145, 0.815); +} +a{ + text-decoration: none; + color: black; + font-family: "Lato", bold; + font-weight: 20px; + margin-left: 20px; + margin-inline: 30px; + margin-bottom: 20px; + margin-top: 10px; + text-align: left; +} +#liens{ + text-decoration: none; + color: black; + font-family: "Lato", bold; + font-weight: 20px; + margin-left: 20px; + margin-inline: 30px; + margin-bottom: 20px; + text-align: left; +} + +#formulaire{ + display: flex; + border-radius: 4px; + padding: 70px; + margin: 40px; + position: absolute; + top: 30%; + left: 10%; + border-right: 20px; + flex-direction: column; + justify-content: flex-start; + align-items: center; + position: fixed; + border-radius: 6px; + background-color: white; + +} +button { + background-color: black; + border: solid 2px black; + border-radius: 4px; + padding: 20px; + text-align: center; + color:white; + +} + +button:hover { + background-color: white; + color: black; + +} +img { + width: 90vw; + flex-direction: column; + align-items: center; + margin-left: 30px; +} \ No newline at end of file diff --git a/b2-cwd/integration/evaluation/travaux-rendus/Lise_Boutier/README.md b/b2-cwd/integration/evaluation/travaux-rendus/Lise_Boutier/README.md new file mode 100644 index 0000000..841a8fe --- /dev/null +++ b/b2-cwd/integration/evaluation/travaux-rendus/Lise_Boutier/README.md @@ -0,0 +1,13 @@ +Les plus : + - media queries + - respect des couleurs + - switchs newsletters fonctionnels + - si le css généré avait utilisé : hovers ok (mais couleurs incorrectes) + +Les moins : + - pas de header, pas de main + - pas de description ni keywords ni title... + - selecteurs principaux sur balises et pas sur classes + - html utilise le scss directement ... ce qui ne fonctionne que partiellement + - pas de type email sur saisie du mail + - inclure le icon.css dans le scss aurait permi un appel réseau de moins \ No newline at end of file diff --git a/b2-cwd/integration/evaluation/travaux-rendus/Lise_Boutier/fonts/icomoon.svg b/b2-cwd/integration/evaluation/travaux-rendus/Lise_Boutier/fonts/icomoon.svg new file mode 100644 index 0000000..8ad8ba2 --- /dev/null +++ b/b2-cwd/integration/evaluation/travaux-rendus/Lise_Boutier/fonts/icomoon.svg @@ -0,0 +1,11 @@ + + + +Generated by IcoMoon + + + + + + + \ No newline at end of file diff --git a/b2-cwd/integration/evaluation/travaux-rendus/Lise_Boutier/fonts/icomoon.ttf b/b2-cwd/integration/evaluation/travaux-rendus/Lise_Boutier/fonts/icomoon.ttf new file mode 100644 index 0000000..1eef1a1 Binary files /dev/null and b/b2-cwd/integration/evaluation/travaux-rendus/Lise_Boutier/fonts/icomoon.ttf differ diff --git a/b2-cwd/integration/evaluation/travaux-rendus/Lise_Boutier/fonts/icomoon.woff b/b2-cwd/integration/evaluation/travaux-rendus/Lise_Boutier/fonts/icomoon.woff new file mode 100644 index 0000000..1db1354 Binary files /dev/null and b/b2-cwd/integration/evaluation/travaux-rendus/Lise_Boutier/fonts/icomoon.woff differ diff --git a/b2-cwd/integration/evaluation/travaux-rendus/Lise_Boutier/icon.css b/b2-cwd/integration/evaluation/travaux-rendus/Lise_Boutier/icon.css new file mode 100644 index 0000000..a897dd0 --- /dev/null +++ b/b2-cwd/integration/evaluation/travaux-rendus/Lise_Boutier/icon.css @@ -0,0 +1,29 @@ +@font-face { + font-family: 'icomoon'; + src: + url('fonts/icomoon.ttf?hzi61v') format('truetype'), + url('fonts/icomoon.woff?hzi61v') format('woff'), + url('fonts/icomoon.svg?hzi61v#icomoon') format('svg'); + font-weight: normal; + font-style: normal; + font-display: block; +} + +[class^="icon-"], [class*=" icon-"] { + /* use !important to prevent issues with browser extensions that change fonts */ + font-family: 'icomoon' !important; + speak: never; + font-style: normal; + font-weight: normal; + font-variant: normal; + text-transform: none; + line-height: 1; + + /* Better Font Rendering =========== */ + -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; +} + +.icon-cross:before { + content: "\ea0f"; +} diff --git a/b2-cwd/integration/evaluation/travaux-rendus/Lise_Boutier/index.html b/b2-cwd/integration/evaluation/travaux-rendus/Lise_Boutier/index.html new file mode 100644 index 0000000..2784bc9 --- /dev/null +++ b/b2-cwd/integration/evaluation/travaux-rendus/Lise_Boutier/index.html @@ -0,0 +1,66 @@ + + + + + + + + + + + + +

Sport et culture

+

Bonjour et bienvenu sur notre site, + Depuis cette page nous vous invitons à choisir les abonnements aux newsletter qui vous conviennent.

+ +
+ +
+ + + + + + + + + + \ No newline at end of file diff --git a/b2-cwd/integration/evaluation/travaux-rendus/Lise_Boutier/style.css b/b2-cwd/integration/evaluation/travaux-rendus/Lise_Boutier/style.css new file mode 100644 index 0000000..6fd737e --- /dev/null +++ b/b2-cwd/integration/evaluation/travaux-rendus/Lise_Boutier/style.css @@ -0,0 +1,136 @@ +@media (max-width: 778px) { + #modal { + width: 50%; + } +} +@media (max-width: 386px) { + #modal { + width: 60%; + } +} +body { + margin: 0; + background-color: #fcfafc; + color: #330033; + font-family: sans-serif; +} + +h1, h4 { + background-color: #663366; + color: #fcfafc; + text-align: center; + padding: 5px; +} + +ul { + list-style: none; + display: flex; + justify-content: space-evenly; +} +ul li { + display: inline-block; +} + +a { + color: #660066; +} +a:hover { + color: #aaeed7; + text-decoration: underline; +} + +p { + text-align: center; + width: 70%; + margin: auto; +} + +form > div { + display: flex; + flex-wrap: wrap; +} + +#modal { + width: 50%; + height: 30%; + border-radius: 20px; + box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; + display: flex; + justify-content: center; + position: absolute; + top: 50%; + left: 50%; + transform: translate(-50%, -50%); +} + +input { + background-color: white; +} + +.sport_abo { + display: none; +} + +.culture_abo { + display: none; +} + +#sport:checked ~ .sport_abo { + display: block; +} + +#culture:checked ~ .culture_abo { + display: block; +} + +#close:checked ~ #modal { + display: none; +} + +#close:checked + #open { + display: none; +} + +#open:checked + #modal { + width: 50%; + height: 30%; + border-radius: 20px; + box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; + display: flex; + justify-content: center; + position: absolute; + top: 50%; + left: 50%; + transform: translate(-50%, -50%); +} + +#abonnement { + display: flex; + justify-content: center; + position: absolute; + left: 50%; + transform: translate(-50%); + padding: 10px; + background-color: #663366; + color: #fcfafc; + margin-top: 20px; + border-radius: 10px; +} + +span { + margin-left: 30px; +} + +footer { + position: absolute; + left: 0; + right: 0; + bottom: 0; +} + +footer > a { + display: flex; + justify-content: center; +} + +/*# sourceMappingURL=style.css.map */ diff --git a/b2-cwd/integration/evaluation/travaux-rendus/Lise_Boutier/style.scss b/b2-cwd/integration/evaluation/travaux-rendus/Lise_Boutier/style.scss new file mode 100644 index 0000000..0e16924 --- /dev/null +++ b/b2-cwd/integration/evaluation/travaux-rendus/Lise_Boutier/style.scss @@ -0,0 +1,149 @@ +@media (max-width: 778px) { + #modal{ + width: 50%; + + } +} + +@media (max-width: 386px) { + #modal{ + width: 60%; + + } +} + +body{ +margin: 0; +background-color: #fcfafc; +color: #330033; +font-family: sans-serif; +} + +h1, h4{ + background-color: #663366; + color: #fcfafc; + text-align: center; + padding: 5px; + +} + +ul{ + list-style: none; + display: flex; + justify-content: space-evenly; + + li{ + display: inline-block; + } +} + + +a{ + color: #660066; + + &:hover{ + color: #aaeed7; + text-decoration: underline; + } +// le hover ne marche pas en css mais pas en scss // +} + +p{ + text-align: center; + width: 70%; + margin: auto; +} + +// mise en forme de la modal // + +form>div{ + display: flex; + flex-wrap: wrap; +} + +#modal{ + width: 50%; + height: 30%; + border-radius: 20px; + box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; + display: flex; + justify-content: center; + position: absolute; + top:50%; + left:50%; + transform: translate(-50%,-50%); + +} + +input{ + background-color: white; +} +.sport_abo{ + display: none; +} + +.culture_abo{ + display: none; +} + +#sport:checked ~ .sport_abo{ + display: block; +} + +#culture:checked ~ .culture_abo{ + display: block; +} + +// fermeture et ouverture de la modal// + +#close:checked ~#modal{ + display: none; +} + +#close:checked + #open{ + display: none; +} + +#open:checked + #modal{ + width: 50%; + height: 30%; + border-radius: 20px; + box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; + display: flex; + justify-content: center; + position: absolute; + top:50%; + left:50%; + transform: translate(-50%,-50%); +} + +#abonnement{ + display: flex; + justify-content: center; + position: absolute; + left:50%; + transform: translate(-50%); + padding: 10px; + background-color: #663366; + color: #fcfafc; + margin-top: 20px; + border-radius: 10px; +} + +span{ + margin-left: 30px; +} + +footer{ + position: absolute; + left: 0; + right: 0; + bottom: 0; +} + +footer>a{ + display: flex; + justify-content: center; + +} + diff --git a/b2-cwd/integration/evaluation/travaux-rendus/Luis_Zuniga/README.md b/b2-cwd/integration/evaluation/travaux-rendus/Luis_Zuniga/README.md new file mode 100644 index 0000000..3de789a --- /dev/null +++ b/b2-cwd/integration/evaluation/travaux-rendus/Luis_Zuniga/README.md @@ -0,0 +1,17 @@ +Les plus : + - elements SEO + - ensemble des éléments fonctionels faits + - menu responsive + - type email sur champs email + - centrage et overlay + + +Les moins : + - pourquoi du js pour la modale ? + - un footer aurait été un plus + - fusionner css icomoon et css de base aurait évité un appel réseau. + - manque de title, aria- + - pas de variables + - pas de commentaires + - appels externes inutiles + - un peu de padding / margin sur le body aurait été un plus diff --git a/b2-cwd/integration/evaluation/travaux-rendus/Luis_Zuniga/css/main.sass b/b2-cwd/integration/evaluation/travaux-rendus/Luis_Zuniga/css/main.sass new file mode 100644 index 0000000..5ba9181 --- /dev/null +++ b/b2-cwd/integration/evaluation/travaux-rendus/Luis_Zuniga/css/main.sass @@ -0,0 +1,128 @@ +body + margin: 0 + padding: 0 + font-family: 'Poppins', sans-serif + +.modal-background + background-color: rgba(0, 0, 0, 0.4) + position: fixed + top: 0 + left: 0 + width: 100% + height: 100vh + + .modal + background-color: #fcfafc + color: #330033 + width: 40% + margin: 50vh auto + transform: translateY(-50%) + padding: 60px 40px + box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px + border-radius: 2px + position: relative + + h4 + font-size: 22px + + .cursor-pointer + cursor: pointer + float: right + padding-top: 5px + padding-right: 2px + + .modal-btn + float: right + font-family: 'Poppins', sans-serif + padding: 6px 10px + + .modal-mail + display: block + width: 100% + margin: 20px 0 + padding: 10px 6px + font-family: 'Poppins', sans-serif + + &:focus + outline: none + + .hidden-radio ~ .hides + display: none + + .hidden-radio:checked ~ .hides + display: inline-block + +.hidden + display: none + +h1, h2, h3, h4, h5, h6 + background-color: #663366 + color: #fcfafc + +a + color: #660066 + text-decoration: none + +.active + color: #eeaaee + text-decoration: underline + +a:hover + color: #eeaaee + text-decoration: underline + +nav + background-color: #eeeeee + + .burger-btn + flex-direction: column + gap: 3px + align-items: center + display: none + justify-content: center + + &:hover + cursor: pointer + + .burger-btn-bar + height: 3px + display: block + width: 20px + background-color: black + + + ul + display: flex + gap: 30px + margin: 0 30px + padding: 0 + height: 50px + align-items: center + + li + list-style-type: none + +@media (max-width: 1000px) + .modal + width: 60%!important + +@media (max-width: 560px) + .modal + width: 80%!important + + nav + + .burger-btn + display: flex + height: 30px + + ul + max-height: 0 + overflow: hidden + transition: 300ms ease + display: block + height: auto + + #burger:checked ~ ul + max-height: 300px + padding-bottom: 30px \ No newline at end of file diff --git a/b2-cwd/integration/evaluation/travaux-rendus/Luis_Zuniga/css/style.css b/b2-cwd/integration/evaluation/travaux-rendus/Luis_Zuniga/css/style.css new file mode 100644 index 0000000..00598a9 --- /dev/null +++ b/b2-cwd/integration/evaluation/travaux-rendus/Luis_Zuniga/css/style.css @@ -0,0 +1,139 @@ +body { + margin: 0; + padding: 0; + font-family: "Poppins", sans-serif; +} + +.modal-background { + background-color: rgba(0, 0, 0, 0.4); + position: fixed; + top: 0; + left: 0; + width: 100%; + height: 100vh; +} +.modal-background .modal { + background-color: #fcfafc; + color: #330033; + width: 40%; + margin: 50vh auto; + transform: translateY(-50%); + padding: 60px 40px; + box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; + border-radius: 2px; + position: relative; +} +.modal-background .modal h4 { + font-size: 22px; +} +.modal-background .modal h4 .cursor-pointer { + cursor: pointer; + float: right; + padding-top: 5px; + padding-right: 2px; +} +.modal-background .modal .modal-btn { + float: right; + font-family: "Poppins", sans-serif; + padding: 6px 10px; +} +.modal-background .modal .modal-mail { + display: block; + width: 100%; + margin: 20px 0; + padding: 10px 6px; + font-family: "Poppins", sans-serif; +} +.modal-background .modal .modal-mail:focus { + outline: none; +} +.modal-background .modal .hidden-radio ~ .hides { + display: none; +} +.modal-background .modal .hidden-radio:checked ~ .hides { + display: inline-block; +} + +.hidden { + display: none; +} + +h1, h2, h3, h4, h5, h6 { + background-color: #663366; + color: #fcfafc; +} + +a { + color: #660066; + text-decoration: none; +} + +.active { + color: #eeaaee; + text-decoration: underline; +} + +a:hover { + color: #eeaaee; + text-decoration: underline; +} + +nav { + background-color: #eeeeee; +} +nav .burger-btn { + flex-direction: column; + gap: 3px; + align-items: center; + display: none; + justify-content: center; +} +nav .burger-btn:hover { + cursor: pointer; +} +nav .burger-btn .burger-btn-bar { + height: 3px; + display: block; + width: 20px; + background-color: black; +} +nav ul { + display: flex; + gap: 30px; + margin: 0 30px; + padding: 0; + height: 50px; + align-items: center; +} +nav ul li { + list-style-type: none; +} + +@media (max-width: 1000px) { + .modal { + width: 60% !important; + } +} +@media (max-width: 560px) { + .modal { + width: 80% !important; + } + + nav .burger-btn { + display: flex; + height: 30px; + } + nav ul { + max-height: 0; + overflow: hidden; + transition: 300ms ease; + display: block; + height: auto; + } + nav #burger:checked ~ ul { + max-height: 300px; + padding-bottom: 30px; + } +} + +/*# sourceMappingURL=style.css.map */ diff --git a/b2-cwd/integration/evaluation/travaux-rendus/Luis_Zuniga/icomoon/Read Me.txt b/b2-cwd/integration/evaluation/travaux-rendus/Luis_Zuniga/icomoon/Read Me.txt new file mode 100644 index 0000000..8491652 --- /dev/null +++ b/b2-cwd/integration/evaluation/travaux-rendus/Luis_Zuniga/icomoon/Read Me.txt @@ -0,0 +1,7 @@ +Open *demo.html* to see a list of all the glyphs in your font along with their codes/ligatures. + +To use the generated font in desktop programs, you can install the TTF font. In order to copy the character associated with each icon, refer to the text box at the bottom right corner of each glyph in demo.html. The character inside this text box may be invisible; but it can still be copied. See this guide for more info: https://icomoon.io/#docs/local-fonts + +You won't need any of the files located under the *demo-files* directory when including the generated font in your own projects. + +You can import *selection.json* back to the IcoMoon app using the *Import Icons* button (or via Main Menu → Manage Projects) to retrieve your icon selection. diff --git a/b2-cwd/integration/evaluation/travaux-rendus/Luis_Zuniga/icomoon/demo-files/demo.css b/b2-cwd/integration/evaluation/travaux-rendus/Luis_Zuniga/icomoon/demo-files/demo.css new file mode 100644 index 0000000..39b8991 --- /dev/null +++ b/b2-cwd/integration/evaluation/travaux-rendus/Luis_Zuniga/icomoon/demo-files/demo.css @@ -0,0 +1,152 @@ +body { + padding: 0; + margin: 0; + font-family: sans-serif; + font-size: 1em; + line-height: 1.5; + color: #555; + background: #fff; +} +h1 { + font-size: 1.5em; + font-weight: normal; +} +small { + font-size: .66666667em; +} +a { + color: #e74c3c; + text-decoration: none; +} +a:hover, a:focus { + box-shadow: 0 1px #e74c3c; +} +.bshadow0, input { + box-shadow: inset 0 -2px #e7e7e7; +} +input:hover { + box-shadow: inset 0 -2px #ccc; +} +input, fieldset { + font-family: sans-serif; + font-size: 1em; + margin: 0; + padding: 0; + border: 0; +} +input { + color: inherit; + line-height: 1.5; + height: 1.5em; + padding: .25em 0; +} +input:focus { + outline: none; + box-shadow: inset 0 -2px #449fdb; +} +.glyph { + font-size: 16px; + width: 15em; + padding-bottom: 1em; + margin-right: 4em; + margin-bottom: 1em; + float: left; + overflow: hidden; +} +.liga { + width: 80%; + width: calc(100% - 2.5em); +} +.talign-right { + text-align: right; +} +.talign-center { + text-align: center; +} +.bgc1 { + background: #f1f1f1; +} +.fgc1 { + color: #999; +} +.fgc0 { + color: #000; +} +p { + margin-top: 1em; + margin-bottom: 1em; +} +.mvm { + margin-top: .75em; + margin-bottom: .75em; +} +.mtn { + margin-top: 0; +} +.mtl, .mal { + margin-top: 1.5em; +} +.mbl, .mal { + margin-bottom: 1.5em; +} +.mal, .mhl { + margin-left: 1.5em; + margin-right: 1.5em; +} +.mhmm { + margin-left: 1em; + margin-right: 1em; +} +.mls { + margin-left: .25em; +} +.ptl { + padding-top: 1.5em; +} +.pbs, .pvs { + padding-bottom: .25em; +} +.pvs, .pts { + padding-top: .25em; +} +.unit { + float: left; +} +.unitRight { + float: right; +} +.size1of2 { + width: 50%; +} +.size1of1 { + width: 100%; +} +.clearfix:before, .clearfix:after { + content: " "; + display: table; +} +.clearfix:after { + clear: both; +} +.hidden-true { + display: none; +} +.textbox0 { + width: 3em; + background: #f1f1f1; + padding: .25em .5em; + line-height: 1.5; + height: 1.5em; +} +#testDrive { + display: block; + padding-top: 24px; + line-height: 1.5; +} +.fs0 { + font-size: 16px; +} +.fs1 { + font-size: 32px; +} + diff --git a/b2-cwd/integration/evaluation/travaux-rendus/Luis_Zuniga/icomoon/demo-files/demo.js b/b2-cwd/integration/evaluation/travaux-rendus/Luis_Zuniga/icomoon/demo-files/demo.js new file mode 100644 index 0000000..6f45f1c --- /dev/null +++ b/b2-cwd/integration/evaluation/travaux-rendus/Luis_Zuniga/icomoon/demo-files/demo.js @@ -0,0 +1,30 @@ +if (!('boxShadow' in document.body.style)) { + document.body.setAttribute('class', 'noBoxShadow'); +} + +document.body.addEventListener("click", function(e) { + var target = e.target; + if (target.tagName === "INPUT" && + target.getAttribute('class').indexOf('liga') === -1) { + target.select(); + } +}); + +(function() { + var fontSize = document.getElementById('fontSize'), + testDrive = document.getElementById('testDrive'), + testText = document.getElementById('testText'); + function updateTest() { + testDrive.innerHTML = testText.value || String.fromCharCode(160); + if (window.icomoonLiga) { + window.icomoonLiga(testDrive); + } + } + function updateSize() { + testDrive.style.fontSize = fontSize.value + 'px'; + } + fontSize.addEventListener('change', updateSize, false); + testText.addEventListener('input', updateTest, false); + testText.addEventListener('change', updateTest, false); + updateSize(); +}()); diff --git a/b2-cwd/integration/evaluation/travaux-rendus/Luis_Zuniga/icomoon/demo.html b/b2-cwd/integration/evaluation/travaux-rendus/Luis_Zuniga/icomoon/demo.html new file mode 100644 index 0000000..dd0b780 --- /dev/null +++ b/b2-cwd/integration/evaluation/travaux-rendus/Luis_Zuniga/icomoon/demo.html @@ -0,0 +1,52 @@ + + + + + IcoMoon Demo + + + + + +
+

Font Name: icomoon (Glyphs: 1)

+
+
+

Grid Size: 16

+
+
+ + icon-cross +
+
+ + +
+
+ liga: + +
+
+
+ + +
+

Font Test Drive

+ + +
  +
+
+ +
+

Generated by IcoMoon

+
+ + + + diff --git a/b2-cwd/integration/evaluation/travaux-rendus/Luis_Zuniga/icomoon/fonts/icomoon.eot b/b2-cwd/integration/evaluation/travaux-rendus/Luis_Zuniga/icomoon/fonts/icomoon.eot new file mode 100644 index 0000000..98f9b4d Binary files /dev/null and b/b2-cwd/integration/evaluation/travaux-rendus/Luis_Zuniga/icomoon/fonts/icomoon.eot differ diff --git a/b2-cwd/integration/evaluation/travaux-rendus/Luis_Zuniga/icomoon/fonts/icomoon.svg b/b2-cwd/integration/evaluation/travaux-rendus/Luis_Zuniga/icomoon/fonts/icomoon.svg new file mode 100644 index 0000000..8ad8ba2 --- /dev/null +++ b/b2-cwd/integration/evaluation/travaux-rendus/Luis_Zuniga/icomoon/fonts/icomoon.svg @@ -0,0 +1,11 @@ + + + +Generated by IcoMoon + + + + + + + \ No newline at end of file diff --git a/b2-cwd/integration/evaluation/travaux-rendus/Luis_Zuniga/icomoon/fonts/icomoon.ttf b/b2-cwd/integration/evaluation/travaux-rendus/Luis_Zuniga/icomoon/fonts/icomoon.ttf new file mode 100644 index 0000000..d384dd9 Binary files /dev/null and b/b2-cwd/integration/evaluation/travaux-rendus/Luis_Zuniga/icomoon/fonts/icomoon.ttf differ diff --git a/b2-cwd/integration/evaluation/travaux-rendus/Luis_Zuniga/icomoon/fonts/icomoon.woff b/b2-cwd/integration/evaluation/travaux-rendus/Luis_Zuniga/icomoon/fonts/icomoon.woff new file mode 100644 index 0000000..b429766 Binary files /dev/null and b/b2-cwd/integration/evaluation/travaux-rendus/Luis_Zuniga/icomoon/fonts/icomoon.woff differ diff --git a/b2-cwd/integration/evaluation/travaux-rendus/Luis_Zuniga/icomoon/selection.json b/b2-cwd/integration/evaluation/travaux-rendus/Luis_Zuniga/icomoon/selection.json new file mode 100644 index 0000000..9c9bdc7 --- /dev/null +++ b/b2-cwd/integration/evaluation/travaux-rendus/Luis_Zuniga/icomoon/selection.json @@ -0,0 +1 @@ +{"IcoMoonType":"selection","icons":[{"icon":{"paths":["M1014.662 822.66c-0.004-0.004-0.008-0.008-0.012-0.010l-310.644-310.65 310.644-310.65c0.004-0.004 0.008-0.006 0.012-0.010 3.344-3.346 5.762-7.254 7.312-11.416 4.246-11.376 1.824-24.682-7.324-33.83l-146.746-146.746c-9.148-9.146-22.45-11.566-33.828-7.32-4.16 1.55-8.070 3.968-11.418 7.31 0 0.004-0.004 0.006-0.008 0.010l-310.648 310.652-310.648-310.65c-0.004-0.004-0.006-0.006-0.010-0.010-3.346-3.342-7.254-5.76-11.414-7.31-11.38-4.248-24.682-1.826-33.83 7.32l-146.748 146.748c-9.148 9.148-11.568 22.452-7.322 33.828 1.552 4.16 3.97 8.072 7.312 11.416 0.004 0.002 0.006 0.006 0.010 0.010l310.65 310.648-310.65 310.652c-0.002 0.004-0.006 0.006-0.008 0.010-3.342 3.346-5.76 7.254-7.314 11.414-4.248 11.376-1.826 24.682 7.322 33.83l146.748 146.746c9.15 9.148 22.452 11.568 33.83 7.322 4.16-1.552 8.070-3.97 11.416-7.312 0.002-0.004 0.006-0.006 0.010-0.010l310.648-310.65 310.648 310.65c0.004 0.002 0.008 0.006 0.012 0.008 3.348 3.344 7.254 5.762 11.414 7.314 11.378 4.246 24.684 1.826 33.828-7.322l146.746-146.748c9.148-9.148 11.57-22.454 7.324-33.83-1.552-4.16-3.97-8.068-7.314-11.414z"],"tags":["cross","cancel","close","quit","remove"],"defaultCode":59919,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"cross, cancel","name":"cross","order":2,"id":272,"prevSize":32,"code":59919},"setIdx":0,"setId":1,"iconIdx":271}],"height":1024,"metadata":{"name":"icomoon"},"preferences":{"showGlyphs":true,"showQuickUse":true,"showQuickUse2":true,"showSVGs":true,"fontPref":{"prefix":"icon-","metadata":{"fontFamily":"icomoon"},"metrics":{"emSize":1024,"baseline":6.25,"whitespace":50},"embed":false},"imagePref":{"prefix":"icon-","png":true,"useClassSelector":true,"color":0,"bgColor":16777215,"classSelector":".icon"},"historySize":50,"showCodes":true,"gridSize":16}} \ No newline at end of file diff --git a/b2-cwd/integration/evaluation/travaux-rendus/Luis_Zuniga/icomoon/style.css b/b2-cwd/integration/evaluation/travaux-rendus/Luis_Zuniga/icomoon/style.css new file mode 100644 index 0000000..1cecb15 --- /dev/null +++ b/b2-cwd/integration/evaluation/travaux-rendus/Luis_Zuniga/icomoon/style.css @@ -0,0 +1,30 @@ +@font-face { + font-family: 'icomoon'; + src: url('fonts/icomoon.eot?q7a1t3'); + src: url('fonts/icomoon.eot?q7a1t3#iefix') format('embedded-opentype'), + url('fonts/icomoon.ttf?q7a1t3') format('truetype'), + url('fonts/icomoon.woff?q7a1t3') format('woff'), + url('fonts/icomoon.svg?q7a1t3#icomoon') format('svg'); + font-weight: normal; + font-style: normal; + font-display: block; +} + +[class^="icon-"], [class*=" icon-"] { + /* use !important to prevent issues with browser extensions that change fonts */ + font-family: 'icomoon' !important; + speak: never; + font-style: normal; + font-weight: normal; + font-variant: normal; + text-transform: none; + line-height: 1; + + /* Better Font Rendering =========== */ + -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; +} + +.icon-cross:before { + content: "\ea0f"; +} diff --git a/b2-cwd/integration/evaluation/travaux-rendus/Luis_Zuniga/index.html b/b2-cwd/integration/evaluation/travaux-rendus/Luis_Zuniga/index.html new file mode 100644 index 0000000..b496dc7 --- /dev/null +++ b/b2-cwd/integration/evaluation/travaux-rendus/Luis_Zuniga/index.html @@ -0,0 +1,84 @@ + + + + + Site d'information culturelle et sportive + + + + + + + + + + + + + + +
+ +
+ +
+

Site d'information culturelles et sportives.

+ S'inscrire à notre newsletter +

Bonjour et bienvenu sur notre site,
+ Depuis cette page nous vous invitons à choisir les abonnements aux newsletter qui vous conviennent.
+ © S&C diffusion 2021
+ Rejoignez notre communauté
+ Nous écrire +

+ + + + + + \ No newline at end of file diff --git a/b2-cwd/integration/evaluation/travaux-rendus/Luis_Zuniga/js/script.js b/b2-cwd/integration/evaluation/travaux-rendus/Luis_Zuniga/js/script.js new file mode 100644 index 0000000..0a339f6 --- /dev/null +++ b/b2-cwd/integration/evaluation/travaux-rendus/Luis_Zuniga/js/script.js @@ -0,0 +1,10 @@ +function toggleModal() +{ + document.getElementById('modal').classList.toggle('hidden'); +} + +document.addEventListener('click', function(event) { + if(!document.getElementById('modal').classList.contains('hidden') && !event.target.closest('.modal') && !event.target.closest('.openModal')){ + toggleModal() + } +}) \ No newline at end of file diff --git a/b2-cwd/integration/evaluation/travaux-rendus/Maeva_Salmon/README.md b/b2-cwd/integration/evaluation/travaux-rendus/Maeva_Salmon/README.md new file mode 100644 index 0000000..8de3228 --- /dev/null +++ b/b2-cwd/integration/evaluation/travaux-rendus/Maeva_Salmon/README.md @@ -0,0 +1,13 @@ +Les plus : + - switchs newsletters fonctionnels + - centrage ok + +Les moins : + - pas de description ni keywords + - pas de scss + - pas de commentaires + - pas d'icones + - pas de responsive + - bleu sur violet non lisible + - que des titres pas de main ? + - pas de type email sur input mail \ No newline at end of file diff --git a/b2-cwd/integration/evaluation/travaux-rendus/Maeva_Salmon/index.html b/b2-cwd/integration/evaluation/travaux-rendus/Maeva_Salmon/index.html new file mode 100644 index 0000000..830fff8 --- /dev/null +++ b/b2-cwd/integration/evaluation/travaux-rendus/Maeva_Salmon/index.html @@ -0,0 +1,57 @@ + + + + + + + Site d’information culturelles et sportives + + + +
+ +

Bonjour et bienvenu sur notre site,

+

Depuis cette page nous vous invitons à choisir les abonnements aux newsletter qui vous conviennent.

+
+ + + +
+
+

S'abonner à

+ fermer le formulaire +
+ +
+ + +
+
+ +
+ + +
+
+ +
+
+ +
+ +
+ + + + \ No newline at end of file diff --git a/b2-cwd/integration/evaluation/travaux-rendus/Maeva_Salmon/style.css b/b2-cwd/integration/evaluation/travaux-rendus/Maeva_Salmon/style.css new file mode 100644 index 0000000..8363cb7 --- /dev/null +++ b/b2-cwd/integration/evaluation/travaux-rendus/Maeva_Salmon/style.css @@ -0,0 +1,116 @@ +html { + font-family: sans-serif; + color: #330033; + background-color: #fcfafc; +} + +h2, h3 { + text-align: center; +} + +h2 { + padding-top: 20px; +} + +.container { + position: fixed; + top: 0; + bottom: 0; + right: 0; + left: 0; +} + +form { + background-color: white; + position: absolute; + top: 50%; + transform: translate(-50%, -50%); + left: 50%; + padding: 25px; + border-radius: 10px; +} + +button { + background-color: #fcfafc; + color: #330033; + border-radius: 5px; + padding: 8px; + margin-top: 5px; + font-size: 12px; + border-color: #330033; + margin-left: 6px; +} + +input { + border-radius: 5px; + padding: 6.4px; +} + +ul { + list-style-type: none; + margin: 0; + padding: 0; + list-style-type: none; + margin: 0; + padding: 0; + overflow: hidden; + background-color:#663366; +} + +li { + display: inline; + float: left; +} + +li a { + display: block; + color: white; + text-align: center; + padding: 14px 16px; + text-decoration: none; +} + +footer { + text-align: center; + display: inline; + color: white; + background-color: #663366; + padding-bottom: 15px; + padding-top: 15px; + bottom: 0; + left: 0; + right: 0; + position: absolute; +} + +footer a { + margin: 25px; +} + +html{ + height: 100%; +} +body { + min-height: 100%; + margin: 0; + padding: 0; + width: 100%; +} + +.choix-1 { + display: none; +} + +#sport:checked ~ .choix-1 { + display: block; +} + +.choix-2 { + display: none; +} + +#culture:checked ~ .choix-2 { + display: block; +} + + diff --git a/b2-cwd/integration/evaluation/travaux-rendus/Mathis_Frain/README.md b/b2-cwd/integration/evaluation/travaux-rendus/Mathis_Frain/README.md new file mode 100644 index 0000000..4264723 --- /dev/null +++ b/b2-cwd/integration/evaluation/travaux-rendus/Mathis_Frain/README.md @@ -0,0 +1,15 @@ +Les plus : + - modularité (beaucoup de classes et d'id) + - un certain respect des couleurs + - fermeture popin ok + +Les moins : + - pas de main + - pas de mots-clef ni description + - pas de variables + - switch inline et js + - impossible de réouvrir la popin si fermée + - pas de scss pas de variables + - même pas un require sur l'email, qui aurait du être de type email + - x pour un bouton fermer n'est pas accessible + diff --git a/b2-cwd/integration/evaluation/travaux-rendus/Mathis_Frain/index.html b/b2-cwd/integration/evaluation/travaux-rendus/Mathis_Frain/index.html new file mode 100644 index 0000000..aac71ab --- /dev/null +++ b/b2-cwd/integration/evaluation/travaux-rendus/Mathis_Frain/index.html @@ -0,0 +1,63 @@ + + + + + + + + + Site d’information culturelles et sportives + + + +

Site d’information culturelles et sportives

+ +

Bonjour et bienvenu sur notre site, + Depuis cette page nous vous invitons à choisir les abonnements aux newsletter qui vous conviennent.

+

Rejoignez notre communauté (lien vers https://www.instagram.com/s-et-c) + nous écrire (liens vers contact@s-et-c.fr)

+ + + + + + + + \ No newline at end of file diff --git a/b2-cwd/integration/evaluation/travaux-rendus/Mathis_Frain/style.css b/b2-cwd/integration/evaluation/travaux-rendus/Mathis_Frain/style.css new file mode 100644 index 0000000..e65dcb1 --- /dev/null +++ b/b2-cwd/integration/evaluation/travaux-rendus/Mathis_Frain/style.css @@ -0,0 +1,144 @@ +* { + padding: 0; + margin: 0; + box-sizing: border-box; + list-style: none; + text-decoration: none; + font-family: Arial, Helvetica, sans-serif; +} + +h1 { + color: #fcfafc; + background-color: #663366; + font-size: 1.4em; + padding: 0.9em; +} + +p { + color: #330033; + font-size: 1.4em; + padding: 0.9em; +} + +body { + background-color: #fcfafc; +} + +.nav-list { + padding: 1rem 0; + display: flex; + justify-content: flex-end; + align-items: center; +} + +.nav-item { + margin-right: 2rem; + text-decoration: uppercase; + font-size: 1.1em; +} + +.nav-item a { + color: #330033; +} + +.nav-item:first-child{ + margin-right: auto; + margin-left: 2rem; +} + +.popup { + position: absolute; + top: 50%; + left: 50%; + transform: translate(-50%, -50%); + width: 560px; + height: 270px; + padding: 20px 30px; + background: #fff; + box-shadow: 2px 2px 5px 5px rgba(0,0,0,0.15); + border-radius: 10px; +} + +.popup .close-btn { + position: absolute; + top: 10px; + right: 10px; + width: 15px; + background: #888; + color: #eee; + text-align: center; + line-height: 15px; + border-radius: 15px; + cursor: pointer; +} + +.popup.closed { + display: none; + } + +h4{ + color: #330033; + font-size: 1.4em; + padding: 0.1em; +} + +#culture { + margin: 0.9em; + color: #330033; +} + +#sport { + margin: 0.9em; + color: #330033; +} + +#s_hebdo { + margin: 0.9em; + color: #330033; +} + +#s_daily { + margin: 0.9em; + color: #330033; +} + +#c_hebdo { + margin: 0.9em; + color: #330033; +} + +#c_daily { + margin: 0.9em; + color: #330033; +} + +hr { + margin: 1em; + color: #330033; +} + +button { + color: #fcfafc; + background-color: #663366; + margin: 0.1em; + margin-left: 10em; + padding: 0.5em; + border-radius: 10px; + box-shadow: 2px 2px 2px 2px rgba(0,0,0,0.15); +} + +h3{ + margin-top: 650px; +} + + + + + + + + + + + + diff --git a/b2-cwd/integration/evaluation/travaux-rendus/Pierre_Dupont/README.md b/b2-cwd/integration/evaluation/travaux-rendus/Pierre_Dupont/README.md new file mode 100644 index 0000000..e3156ca --- /dev/null +++ b/b2-cwd/integration/evaluation/travaux-rendus/Pierre_Dupont/README.md @@ -0,0 +1,15 @@ +Les plus : + - modularité (beaucoup de classes et d'id) + - un certain respect des couleurs + - switch fonctionnels + - centrage + +Les moins : + - impossible de réouvrir la popin si fermée + - pas de type email sur input mail + - À majuscule dans menu + - un peu plus de responsive aurait été apprécié + - pas de scss + - pas d'alternative sur la croix de fermeture + - footer gris non lisible + - pas de description ni keywords ni title... diff --git a/b2-cwd/integration/evaluation/travaux-rendus/Pierre_Dupont/index.html b/b2-cwd/integration/evaluation/travaux-rendus/Pierre_Dupont/index.html new file mode 100644 index 0000000..818a4f3 --- /dev/null +++ b/b2-cwd/integration/evaluation/travaux-rendus/Pierre_Dupont/index.html @@ -0,0 +1,64 @@ + + + + + + + + + +
+ + + retour à l'accueil + à propos + nos newsletters + + +
+
+
+

Site d’information culturelles et sportives.

+

Bonjour et bienvenu sur notre site,
Depuis cette page nous vous invitons à choisir les abonnements + aux newsletter qui vous conviennent.

+
+ +
+ +
+
+ + + + \ No newline at end of file diff --git a/b2-cwd/integration/evaluation/travaux-rendus/Pierre_Dupont/picture/272-cross.png b/b2-cwd/integration/evaluation/travaux-rendus/Pierre_Dupont/picture/272-cross.png new file mode 100644 index 0000000..6479b29 Binary files /dev/null and b/b2-cwd/integration/evaluation/travaux-rendus/Pierre_Dupont/picture/272-cross.png differ diff --git a/b2-cwd/integration/evaluation/travaux-rendus/Pierre_Dupont/style.css b/b2-cwd/integration/evaluation/travaux-rendus/Pierre_Dupont/style.css new file mode 100644 index 0000000..75ef679 --- /dev/null +++ b/b2-cwd/integration/evaluation/travaux-rendus/Pierre_Dupont/style.css @@ -0,0 +1,102 @@ +body { + background-color: #fcfafc; + color: #330033; + font-family: Arial, Helvetica, sans-serif; +} +header { + text-align: center; + margin: 3% 0; +} +header a{ + color: #330033; + text-decoration: none; + text-transform: capitalize; + margin: 0 5%; +} +#title { + color: #fcfafc; + background-color: #663366; + text-align: center; + padding: 4% 0; +} +div#form { + display: none; + position: fixed; + top: 0; + background-color: rgba(0,0,0, 0.3); + bottom: 0; + left: 0; + right: 0; +} +#formswitch:checked ~ div#form { + display: block; +} +#popup { + background-color: white; + position: absolute; + top: 50%; + transform: translate(-50%,-50%); + left: 50%; + padding: 30px; + border-radius: 15px; +} +form span{ + margin-left: 95%; +} +form h4 { + text-align: center; + text-decoration: underline; +} +hr { + margin: 3% 0; + background-color: black; + height: 1.5px; + border: none; +} +form .choix { + display: none; +} +#sport:checked ~ div.choix { + display: inline-block; +} +#culture:checked ~ div.choix { + display: inline-block; +} +input#mail { + width: 100%; + margin: 2% 0; + border: solid black 1px; + border-radius: 5px; + padding: 1% 0.8%; +} +form button { + border: solid 1px; + border-radius: 10px; + background-color: black; + color: white; + padding: 2.5% 12%; + margin-left: 13%; +} +form button:hover { + background-color: white; + color: black; + transition: color 1s; + border: solid black 1px; +} +footer { + background-color: grey; + padding: 5%; + text-align: center; +} +footer a { + color: #660066; + text-decoration: none; +} +footer a:hover { + color: #eeaaee; + text-decoration: underline; + transition: color 0.5s; +} +footer a, span { + margin: 0 7%; +} \ No newline at end of file diff --git a/b2-cwd/integration/evaluation/travaux-rendus/Quentin_Nau/README.md b/b2-cwd/integration/evaluation/travaux-rendus/Quentin_Nau/README.md new file mode 100644 index 0000000..6a63c1d --- /dev/null +++ b/b2-cwd/integration/evaluation/travaux-rendus/Quentin_Nau/README.md @@ -0,0 +1,12 @@ +Les plus : + - style présentable + - centrage ok + - switch popin ok + +Les moins : + - pas de description ni keywords + - title sans raport avec le contenu + - pas de main pas de footer + - pas de switchs checkbox + - pages apropos et accueil non demandées + - croix de femeture non accessible \ No newline at end of file diff --git a/b2-cwd/integration/evaluation/travaux-rendus/Quentin_Nau/accueil.html b/b2-cwd/integration/evaluation/travaux-rendus/Quentin_Nau/accueil.html new file mode 100644 index 0000000..b92d9dd --- /dev/null +++ b/b2-cwd/integration/evaluation/travaux-rendus/Quentin_Nau/accueil.html @@ -0,0 +1,20 @@ + + + + + + Document + + + +
+ +
+

Bienvenue à l'accueil

+ + + \ No newline at end of file diff --git a/b2-cwd/integration/evaluation/travaux-rendus/Quentin_Nau/apropos.html b/b2-cwd/integration/evaluation/travaux-rendus/Quentin_Nau/apropos.html new file mode 100644 index 0000000..23ba32d --- /dev/null +++ b/b2-cwd/integration/evaluation/travaux-rendus/Quentin_Nau/apropos.html @@ -0,0 +1,20 @@ + + + + + + Document + + + +
+ +
+

À propos de nous

+ + + \ No newline at end of file diff --git a/b2-cwd/integration/evaluation/travaux-rendus/Quentin_Nau/index.html b/b2-cwd/integration/evaluation/travaux-rendus/Quentin_Nau/index.html new file mode 100644 index 0000000..333fe56 --- /dev/null +++ b/b2-cwd/integration/evaluation/travaux-rendus/Quentin_Nau/index.html @@ -0,0 +1,51 @@ + + + + + + Contrôle + + + + +
+ +
+

Site d’information culturelles et sportives

+

Bonjour et bienvenu sur notre site, + Depuis cette page nous vous invitons à choisir les abonnements aux newsletter qui vous conviennent. + © S&C diffusion 2021 +


+ rejoigner notre communauté instagram + ou écrivez nous!!! +

+ Formulaire + +
+
+
+

S'abonner à la Newsletter

+
+ + + +
+ + + +
+ +
+ × +
+
+ + + + \ No newline at end of file diff --git a/b2-cwd/integration/evaluation/travaux-rendus/Quentin_Nau/style.css b/b2-cwd/integration/evaluation/travaux-rendus/Quentin_Nau/style.css new file mode 100644 index 0000000..4a086b6 --- /dev/null +++ b/b2-cwd/integration/evaluation/travaux-rendus/Quentin_Nau/style.css @@ -0,0 +1,101 @@ +body { + font-family: Arial, Helvetica, sans-serif; + color: #330033; + background-color: #fcfafc; +} + +ul { + list-style-type: none; + margin: 0; + padding: 0; + overflow: hidden; + background-color: #663366; +} + +li { + float: left; +} + +li a { + display: block; + color: #fcfafc; + text-align: center; + padding: 14px 16px; + text-decoration: none; +} + +li a:hover { + background-color:#eeaaee; + text-decoration: underline; +} + +h1 { + padding: 1em; + background-color: #660066; + color: #fcfafc; +} + +.formulaire { + text-decoration: none; + padding: 15px; + background-color: #660066; + border-radius: 5px; + text-transform: uppercase; + color: #fcfafc; +} + +.form { + visibility: hidden; + opacity: 0; + position: absolute; + top: 0; right: 0; + bottom: 0; left: 0; + display: flex; + align-items: center; + justify-content: center; + background: rgba(77, 77, 77, .7); + transition: all .4s; +} + +.form:target { + visibility: visible; + opacity: 1; +} + +.form_content { + border-radius: 4px; + position: relative; + width: 500px; + max-width: 90%; + background: white; + padding: 1.5em 2em; +} + + .form_close { + position: absolute; + top: 10px; + right: 10px; + color: #330033; + text-decoration: none; +} + +.email { + text-decoration: none; + padding: 15px; +} + +.enregistrer { + float: right; + cursor: pointer; + text-decoration: none; + padding: 15px; + background-color: #660066; + border-radius: 5px; + text-transform: uppercase; + color: #fcfafc; +} + + +a { + color: #660066; +} \ No newline at end of file diff --git a/b2-cwd/integration/evaluation/travaux-rendus/Simon_Givry/README.md b/b2-cwd/integration/evaluation/travaux-rendus/Simon_Givry/README.md new file mode 100644 index 0000000..6c55cde --- /dev/null +++ b/b2-cwd/integration/evaluation/travaux-rendus/Simon_Givry/README.md @@ -0,0 +1,12 @@ +Les plus : + - style présentable + + +Les moins : + - pas de sémantique + - pas de seo + - pas de popin + - pas de switch + - les css auraient pu être fusionnés + - pas de variables + - fichiers icomoon à la racine sont source de confusion \ No newline at end of file diff --git a/b2-cwd/integration/evaluation/travaux-rendus/Simon_Givry/Read Me.txt b/b2-cwd/integration/evaluation/travaux-rendus/Simon_Givry/Read Me.txt new file mode 100644 index 0000000..8491652 --- /dev/null +++ b/b2-cwd/integration/evaluation/travaux-rendus/Simon_Givry/Read Me.txt @@ -0,0 +1,7 @@ +Open *demo.html* to see a list of all the glyphs in your font along with their codes/ligatures. + +To use the generated font in desktop programs, you can install the TTF font. In order to copy the character associated with each icon, refer to the text box at the bottom right corner of each glyph in demo.html. The character inside this text box may be invisible; but it can still be copied. See this guide for more info: https://icomoon.io/#docs/local-fonts + +You won't need any of the files located under the *demo-files* directory when including the generated font in your own projects. + +You can import *selection.json* back to the IcoMoon app using the *Import Icons* button (or via Main Menu → Manage Projects) to retrieve your icon selection. diff --git a/b2-cwd/integration/evaluation/travaux-rendus/Simon_Givry/demo.html b/b2-cwd/integration/evaluation/travaux-rendus/Simon_Givry/demo.html new file mode 100644 index 0000000..ad72cd4 --- /dev/null +++ b/b2-cwd/integration/evaluation/travaux-rendus/Simon_Givry/demo.html @@ -0,0 +1,55 @@ + + + + + + IcoMoon Demo + + + + + + + +
+

Font Name: icomoon (Glyphs: 1) +

+
+
+

Grid Size: 16

+
+
+ + icon-cross +
+
+ + +
+
+ liga: + +
+
+
+ + +
+

Font Test Drive

+ + +
  +
+
+ +
+

Generated by IcoMoon

+
+ + + + + \ No newline at end of file diff --git a/b2-cwd/integration/evaluation/travaux-rendus/Simon_Givry/eval.html b/b2-cwd/integration/evaluation/travaux-rendus/Simon_Givry/eval.html new file mode 100644 index 0000000..c1032d9 --- /dev/null +++ b/b2-cwd/integration/evaluation/travaux-rendus/Simon_Givry/eval.html @@ -0,0 +1,37 @@ + + + + + + Site d'information culturelles et sportives + + + + + +
+

Site d'information culturelles et sportives

+

S'abonner à

+

Bonjour et bienvenu sur notre site, Depuis cette page nous vous invitons à choisir les abonnements aux + newsletter qui vous conviennent.

+ fermer le formulaire +
+ + + +
+ + + +
+ +
+

rejoigner notre communauté (lien vers https://www.instagram.com)

+

nous écrire (lien vers contact@s-et-c.fr)

+ + + + \ No newline at end of file diff --git a/b2-cwd/integration/evaluation/travaux-rendus/Simon_Givry/fonts/icomoon.svg b/b2-cwd/integration/evaluation/travaux-rendus/Simon_Givry/fonts/icomoon.svg new file mode 100644 index 0000000..8ad8ba2 --- /dev/null +++ b/b2-cwd/integration/evaluation/travaux-rendus/Simon_Givry/fonts/icomoon.svg @@ -0,0 +1,11 @@ + + + +Generated by IcoMoon + + + + + + + \ No newline at end of file diff --git a/b2-cwd/integration/evaluation/travaux-rendus/Simon_Givry/fonts/icomoon.ttf b/b2-cwd/integration/evaluation/travaux-rendus/Simon_Givry/fonts/icomoon.ttf new file mode 100644 index 0000000..ed55bea Binary files /dev/null and b/b2-cwd/integration/evaluation/travaux-rendus/Simon_Givry/fonts/icomoon.ttf differ diff --git a/b2-cwd/integration/evaluation/travaux-rendus/Simon_Givry/fonts/icomoon.woff b/b2-cwd/integration/evaluation/travaux-rendus/Simon_Givry/fonts/icomoon.woff new file mode 100644 index 0000000..8dafe7d Binary files /dev/null and b/b2-cwd/integration/evaluation/travaux-rendus/Simon_Givry/fonts/icomoon.woff differ diff --git a/b2-cwd/integration/evaluation/travaux-rendus/Simon_Givry/selection.json b/b2-cwd/integration/evaluation/travaux-rendus/Simon_Givry/selection.json new file mode 100644 index 0000000..d7a52bf --- /dev/null +++ b/b2-cwd/integration/evaluation/travaux-rendus/Simon_Givry/selection.json @@ -0,0 +1 @@ +{"IcoMoonType":"selection","icons":[{"icon":{"paths":["M1014.662 822.66c-0.004-0.004-0.008-0.008-0.012-0.010l-310.644-310.65 310.644-310.65c0.004-0.004 0.008-0.006 0.012-0.010 3.344-3.346 5.762-7.254 7.312-11.416 4.246-11.376 1.824-24.682-7.324-33.83l-146.746-146.746c-9.148-9.146-22.45-11.566-33.828-7.32-4.16 1.55-8.070 3.968-11.418 7.31 0 0.004-0.004 0.006-0.008 0.010l-310.648 310.652-310.648-310.65c-0.004-0.004-0.006-0.006-0.010-0.010-3.346-3.342-7.254-5.76-11.414-7.31-11.38-4.248-24.682-1.826-33.83 7.32l-146.748 146.748c-9.148 9.148-11.568 22.452-7.322 33.828 1.552 4.16 3.97 8.072 7.312 11.416 0.004 0.002 0.006 0.006 0.010 0.010l310.65 310.648-310.65 310.652c-0.002 0.004-0.006 0.006-0.008 0.010-3.342 3.346-5.76 7.254-7.314 11.414-4.248 11.376-1.826 24.682 7.322 33.83l146.748 146.746c9.15 9.148 22.452 11.568 33.83 7.322 4.16-1.552 8.070-3.97 11.416-7.312 0.002-0.004 0.006-0.006 0.010-0.010l310.648-310.65 310.648 310.65c0.004 0.002 0.008 0.006 0.012 0.008 3.348 3.344 7.254 5.762 11.414 7.314 11.378 4.246 24.684 1.826 33.828-7.322l146.746-146.748c9.148-9.148 11.57-22.454 7.324-33.83-1.552-4.16-3.97-8.068-7.314-11.414z"],"tags":["cross","cancel","close","quit","remove"],"defaultCode":59919,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"cross, cancel","name":"cross","order":15,"id":272,"prevSize":32,"code":59919},"setIdx":0,"setId":1,"iconIdx":271}],"height":1024,"metadata":{"name":"icomoon"},"preferences":{"showGlyphs":true,"showQuickUse":true,"showQuickUse2":true,"showSVGs":true,"fontPref":{"prefix":"icon-","metadata":{"fontFamily":"icomoon","majorVersion":1,"minorVersion":0},"metrics":{"emSize":1024,"baseline":6.25,"whitespace":50},"embed":false,"noie8":true,"ie7":false,"showSelector":true,"selector":"i"},"imagePref":{"prefix":"icon-","png":true,"useClassSelector":true,"color":0,"bgColor":16777215,"classSelector":".icon"},"historySize":50,"showCodes":true,"gridSize":16}} \ No newline at end of file diff --git a/b2-cwd/integration/evaluation/travaux-rendus/Simon_Givry/style.css b/b2-cwd/integration/evaluation/travaux-rendus/Simon_Givry/style.css new file mode 100644 index 0000000..fd67f6f --- /dev/null +++ b/b2-cwd/integration/evaluation/travaux-rendus/Simon_Givry/style.css @@ -0,0 +1,30 @@ +body { + color: #330033; + font: 1em sans-serif; + background-color: #fcfafc; + margin: 0; +} +a { + color: #660066; +} +a:hover { + color: #eeaaee; +} +h1 { + font-size: 20px; + background-color: #663366; + color: #fcfafc; + margin: auto; + block-size: 45px; + text-align: center; +} +#icon { + font-size: 13px; +} +#fermer { + font-size: 19px; +} +#mail { + border-radius: 6px; + font-size: 15px; +} diff --git a/b2-cwd/integration/evaluation/travaux-rendus/Simon_Givry/style2.css b/b2-cwd/integration/evaluation/travaux-rendus/Simon_Givry/style2.css new file mode 100644 index 0000000..c669871 --- /dev/null +++ b/b2-cwd/integration/evaluation/travaux-rendus/Simon_Givry/style2.css @@ -0,0 +1,29 @@ +@font-face { + font-family: 'icomoon'; + src: + url('fonts/icomoon.ttf?dgzgp6') format('truetype'), + url('fonts/icomoon.woff?dgzgp6') format('woff'), + url('fonts/icomoon.svg?dgzgp6#icomoon') format('svg'); + font-weight: normal; + font-style: normal; + font-display: block; +} + +i { + /* use !important to prevent issues with browser extensions that change fonts */ + font-family: 'icomoon' !important; + speak: never; + font-style: normal; + font-weight: normal; + font-variant: normal; + text-transform: none; + line-height: 1; + + /* Better Font Rendering =========== */ + -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; +} + +.icon-cross:before { + content: "\ea0f"; +} diff --git a/b2-cwd/integration/live/session5/README.md b/b2-cwd/integration/live/session5/README.md new file mode 100644 index 0000000..766e6c8 --- /dev/null +++ b/b2-cwd/integration/live/session5/README.md @@ -0,0 +1,6 @@ +# SESSION 5 : sujets traités. +- evaluation +- le carrousel en javascript: une solution +- 2 exemple de carousel CSS pur +- rappel sur les variable en CSS +