commit da4547fd2ee5409fb9ce409a4efb1851d6296d1d Author: Pontoporeia Date: Fri Dec 16 15:56:03 2022 +0100 fichier original diff --git a/apropos.html b/apropos.html new file mode 100644 index 0000000..4c53a51 --- /dev/null +++ b/apropos.html @@ -0,0 +1,48 @@ + + + + + + + + + + + + Post-ERG + + + + +
+ + + + +
+ + + + + + + + + +
+
Colonne 1
+
Colonne 2
+
+ + + + + \ No newline at end of file diff --git a/contact.html b/contact.html new file mode 100644 index 0000000..89e6cfc --- /dev/null +++ b/contact.html @@ -0,0 +1,48 @@ + + + + + + + + + + + + Post-ERG + + + + +
+ + + + +
+ + + + + + + + + +
+
Colonne 1
+
Colonne 2
+
+ + + + + \ No newline at end of file diff --git a/fonts/Combinedd.otf b/fonts/Combinedd.otf new file mode 100755 index 0000000..d3305b8 Binary files /dev/null and b/fonts/Combinedd.otf differ diff --git a/formulaire.html b/formulaire.html new file mode 100644 index 0000000..faeaac9 --- /dev/null +++ b/formulaire.html @@ -0,0 +1,119 @@ + + + + + + + formulaire mémoire + + + + +
+ + +
+

Post-erg

+ +
+ +
+ + +

Partager son mémoire

+
+ +
+ + +
+ +
+ + +
+ +
+ + +
+ +
+ + +
+ +
+ + +
+ +
+ + +
+ +
+ + +
+ +
+ + +
+ +
+ + +
+ +
+ + +
+ +
+ + +
+ +
+ + +
+ +
+ +
+ + + +
+
+ + +
+ + diff --git a/index.html b/index.html new file mode 100644 index 0000000..4c53a51 --- /dev/null +++ b/index.html @@ -0,0 +1,48 @@ + + + + + + + + + + + + Post-ERG + + + + +
+ + + + +
+ + + + + + + + + +
+
Colonne 1
+
Colonne 2
+
+ + + + + \ No newline at end of file diff --git a/licences.html b/licences.html new file mode 100644 index 0000000..4c53a51 --- /dev/null +++ b/licences.html @@ -0,0 +1,48 @@ + + + + + + + + + + + + Post-ERG + + + + +
+ + + + +
+ + + + + + + + + +
+
Colonne 1
+
Colonne 2
+
+ + + + + \ No newline at end of file diff --git a/partagerunmemoire.html b/partagerunmemoire.html new file mode 100644 index 0000000..3c6c273 --- /dev/null +++ b/partagerunmemoire.html @@ -0,0 +1,48 @@ + + + + + + + + + + + + Post-ERG + + + + +
+ + + + +
+ + + + + + + + + +
+
Colonne 1
+
Colonne 2
+
+ + + + + \ No newline at end of file diff --git a/style.css b/style.css new file mode 100644 index 0000000..9a6fc23 --- /dev/null +++ b/style.css @@ -0,0 +1,89 @@ +html{ + display: block; +} + +header{ + position: fixed; + background: rgb(77,168,112); + background: linear-gradient(315deg, rgba(77,168,112,1) 0%, rgba(193,4,252,1) 66%); + top: 0; + left: 0; + margin: 0; + height: 10vh; + width: 100%;} + +body { + background-color:white; + /* overflow-x: hidden; */ + /* width: 100%; */ + margin-top: 8vh; + margin-left: 0s; +} + +@font-face{ + font-family:police1; + src:url("fonts/Combinedd.otf");} + +h1{ + font-family:police1; + font-size: 2rem; + color: white; + margin-left: 1.5vw; + margin-top: 4vh; +} + + + /* MENU */ + +.menu { + display: flex; + flex-direction: row; + justify-content:left; + align-items: flex-start; + margin: 0; + padding: 2em; + gap: 0.3em; + align-self: flex-start; + width: 70vw; +} + +.boutton { + /* border: none; */ + margin: 0; + width: auto; + padding: 0.8rem; + text-align: center; + text-decoration: none; + font-size: 0.8rem; + font-family: police1; + transition-duration: 0.4s; + cursor: pointer; + border-radius: 16px;} +.boutton1 { + background-color: none; + color: rgb(193,4,252); + border: 1px solid rgb(193,4,252);} +.boutton1:hover { + background-color: rgb(193,4,252); + color: white;} + + + /* GRILLE */ + +.grille01 { + display: grid; + margin-top: 40vh; + margin-right: 1vw; + grid-template-columns: repeat(5, 1fr); + grid-gap: 10px; + grid-auto-rows: minmax(100px, auto); +} +.grille_01 { + grid-column: 1 / 5; + grid-row: 1 / 12; + background-color: #c104fc; +} +.grille_02 { + grid-column: 5 / 5; + grid-row: 1 / 12; + background-color: #4da870;} \ No newline at end of file