diff --git a/docs/projects/fdf_demo.gif b/docs/projects/fdf_demo.gif new file mode 100644 index 0000000..62e3f78 Binary files /dev/null and b/docs/projects/fdf_demo.gif differ diff --git a/docs/projects/fdf_pyramide_2.gif b/docs/projects/fdf_pyramide_2.gif new file mode 100644 index 0000000..75ba394 Binary files /dev/null and b/docs/projects/fdf_pyramide_2.gif differ diff --git a/index.html b/index.html index 6aad56e..ec8835f 100644 --- a/index.html +++ b/index.html @@ -136,24 +136,11 @@ +

quelques projets réalisés

+
-

projets réalisés

-
-
-

extension wordpress :

extension wordpress affichant les articles du site sur une carte, et permettant d'affiner la selection avec des critères

-
    -
  • lien du site :
  • -
  • lien du code :
  • -
  • technologies : wordpress backend, php, javascript, html, css, google maps javascript API, google maps geocoding API, google maps markerclusterer
  • -
-
- -
+ +
diff --git a/styles/elements/projects.css b/styles/elements/projects.css index 2649e37..a6a1ee8 100644 --- a/styles/elements/projects.css +++ b/styles/elements/projects.css @@ -1,31 +1,45 @@ -#projects header { - height: 300px; -} -#projects .project { - max-width: 900px; - display: flex; - flex-direction: column; -} -#projects article h2 { - text-align: center; -} -#projects .project_description { - padding: 20px 0px; -} -#projects #ljdp iframe { - height: 550px; - border: none; - overflow: hidden; -} -@media only screen and (min-width: 741px) { - #projects #ljdp iframe { - height: 660px; +/* + +
+
+ +
+

+ +

+ +
+ +

quelques projets réalisés

+ +
+ + +
+ +
+ + +
+*/ + +#projects { + header { + height: 300px; + } + article { + display: flex; + flex-direction: row; + flex-wrap: wrap; + gap: 20px; + img { + max-height: 500px; + max-width: 500px; + margin: 0px auto; + } + } + .mouse { + margin-top: 100px; } } -#projects .project_description p { - margin: 0px 0px 10px 0px; -} -#projects .mouse { - margin-top: 100px; -}