diff --git a/fonts/Combinedd.otf b/fonts/Combinedd.otf old mode 100755 new mode 100644 diff --git a/formulaire.html b/formulaire.html index 57ade12..48b6e66 100644 --- a/formulaire.html +++ b/formulaire.html @@ -30,106 +30,94 @@

Partager son mémoire

-
- Informations personnelles +
+ + +
-
- - -
+
+ + +
-
- - -
+
+ + +
-
- - -
+
+ + +
-
- - -
+
+ + +
-
- - -
-
+
+ + +
+
+ + +
-
- Information à propos du mémoire -
- - -
+
+ + +
-
- - -
+
+ + +
-
- - -
+
+ + +
-
- - -
-
+
+ + +
-
- Information équipe autour du mémoire -
- - -
-
+
+ + +
-
- Upload de fichier -
- - -
- -
- - -
-
- -
+
+ + +
diff --git a/item.html b/item.html new file mode 100644 index 0000000..13aa028 --- /dev/null +++ b/item.html @@ -0,0 +1,46 @@ + + + + + + + + + + Post-ERG + + + + + + + +
+ Mémoire post-ERG / A life after 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 index 372f9eb..8cea227 100644 --- a/style.css +++ b/style.css @@ -49,8 +49,6 @@ text-decoration: none; outline: none; font-size: 2rem; - box-shadow: 2px 4px 8px 6px rgba(218, 109, 109, 0.2), 0 6px 20px 0 rgba(216, 24, 24, 0.19); - } header a { @@ -331,31 +329,4 @@ .memoire img { max-width: 40%; margin: 0.5rem; - } - - #page_content h1,h2,h3,h4,h5{ - font-family: police1; - } - - #page_content { - font-family: sans-serif; - } - - /* form h1,h2,h3,h4,h5{ - font-family: sans-serif; - } */ - - details{ - padding: 1rem; - margin: 0.5rem; - border-radius: 16px; - box-shadow: 2px 4px 8px 2px rgba(218, 109, 109, 0.2), 0 6px 20px 0 rgba(216, 24, 24, 0.19); - } - - details input { - width: auto; - } - - details summary::-webkit-details-marker { - display:none; -} + } \ No newline at end of file