summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore3
-rw-r--r--public/css/main.css10
-rw-r--r--public/images/DPpiscines.pngbin15359 -> 0 bytes
-rw-r--r--public/images/SAR_Constructions.jpgbin571935 -> 0 bytes
-rw-r--r--public/images/beatrice_carre.jpgbin4475 -> 0 bytes
-rw-r--r--public/images/eaulibre.jpgbin53251 -> 0 bytes
-rw-r--r--public/images/frank_pouliquen.jpgbin27842 -> 0 bytes
-rw-r--r--public/images/kerne-elagage.pngbin31766 -> 0 bytes
-rw-r--r--public/images/kerne.pngbin13272 -> 0 bytes
-rw-r--r--public/images/leclerc_bigouden.pngbin82228 -> 0 bytes
-rw-r--r--public/images/mako.pngbin3011 -> 0 bytes
-rw-r--r--public/images/meeting_aquabaie.pngbin456439 -> 0 bytes
-rw-r--r--public/images/silhouette nageur.jpgbin11805 -> 0 bytes
-rw-r--r--public/images/silhouette nageuse.jpgbin18499 -> 0 bytes
-rw-r--r--public/images/ysoline_rabin.jpgbin4993 -> 0 bytes
-rw-r--r--public/images/yves_pouliquen.jpgbin37276 -> 0 bytes
-rw-r--r--src/view/templates/new.php4
17 files changed, 9 insertions, 8 deletions
diff --git a/.gitignore b/.gitignore
index 631f78b..34cbac9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,5 +3,6 @@ node_modules/
3public/js/tinymce/ 3public/js/tinymce/
4public/js/tinymce-langs/ 4public/js/tinymce-langs/
5config/config.ini 5config/config.ini
6data/ 6public/images/
7public/images-mini/
7bdd_nageurs.sql 8bdd_nageurs.sql
diff --git a/public/css/main.css b/public/css/main.css
index b297a65..c5289f0 100644
--- a/public/css/main.css
+++ b/public/css/main.css
@@ -50,16 +50,16 @@ article .logo2
50{ 50{
51 width: 100%; 51 width: 100%;
52} 52}
53.new_content
54{
55 /*max-height: 400;*/
56 overflow: hidden;
57}
53article img 58article img
54{ 59{
55 max-width: 100%; 60 max-width: 100%;
56 height: auto; 61 height: auto;
57} 62}
58.new_content_text
59{
60 max-height: 250px;
61 overflow: hidden;
62}
63 63
64.action_icon 64.action_icon
65{ 65{
diff --git a/public/images/DPpiscines.png b/public/images/DPpiscines.png
deleted file mode 100644
index 3cb40ba..0000000
--- a/public/images/DPpiscines.png
+++ /dev/null
Binary files differ
diff --git a/public/images/SAR_Constructions.jpg b/public/images/SAR_Constructions.jpg
deleted file mode 100644
index 1b9cb81..0000000
--- a/public/images/SAR_Constructions.jpg
+++ /dev/null
Binary files differ
diff --git a/public/images/beatrice_carre.jpg b/public/images/beatrice_carre.jpg
deleted file mode 100644
index 8db4036..0000000
--- a/public/images/beatrice_carre.jpg
+++ /dev/null
Binary files differ
diff --git a/public/images/eaulibre.jpg b/public/images/eaulibre.jpg
deleted file mode 100644
index 02b1917..0000000
--- a/public/images/eaulibre.jpg
+++ /dev/null
Binary files differ
diff --git a/public/images/frank_pouliquen.jpg b/public/images/frank_pouliquen.jpg
deleted file mode 100644
index 7bb3ead..0000000
--- a/public/images/frank_pouliquen.jpg
+++ /dev/null
Binary files differ
diff --git a/public/images/kerne-elagage.png b/public/images/kerne-elagage.png
deleted file mode 100644
index 5416517..0000000
--- a/public/images/kerne-elagage.png
+++ /dev/null
Binary files differ
diff --git a/public/images/kerne.png b/public/images/kerne.png
deleted file mode 100644
index eea9107..0000000
--- a/public/images/kerne.png
+++ /dev/null
Binary files differ
diff --git a/public/images/leclerc_bigouden.png b/public/images/leclerc_bigouden.png
deleted file mode 100644
index 596ead7..0000000
--- a/public/images/leclerc_bigouden.png
+++ /dev/null
Binary files differ
diff --git a/public/images/mako.png b/public/images/mako.png
deleted file mode 100644
index 5ba6263..0000000
--- a/public/images/mako.png
+++ /dev/null
Binary files differ
diff --git a/public/images/meeting_aquabaie.png b/public/images/meeting_aquabaie.png
deleted file mode 100644
index 58bc1f7..0000000
--- a/public/images/meeting_aquabaie.png
+++ /dev/null
Binary files differ
diff --git a/public/images/silhouette nageur.jpg b/public/images/silhouette nageur.jpg
deleted file mode 100644
index 526cc0f..0000000
--- a/public/images/silhouette nageur.jpg
+++ /dev/null
Binary files differ
diff --git a/public/images/silhouette nageuse.jpg b/public/images/silhouette nageuse.jpg
deleted file mode 100644
index e4f7307..0000000
--- a/public/images/silhouette nageuse.jpg
+++ /dev/null
Binary files differ
diff --git a/public/images/ysoline_rabin.jpg b/public/images/ysoline_rabin.jpg
deleted file mode 100644
index 2ecfcc4..0000000
--- a/public/images/ysoline_rabin.jpg
+++ /dev/null
Binary files differ
diff --git a/public/images/yves_pouliquen.jpg b/public/images/yves_pouliquen.jpg
deleted file mode 100644
index 435c69e..0000000
--- a/public/images/yves_pouliquen.jpg
+++ /dev/null
Binary files differ
diff --git a/src/view/templates/new.php b/src/view/templates/new.php
index 2a965cb..fce0702 100644
--- a/src/view/templates/new.php
+++ b/src/view/templates/new.php
@@ -7,11 +7,11 @@
7 </div> 7 </div>
8 <?= $title_buttons ?> 8 <?= $title_buttons ?>
9 </div> 9 </div>
10 <div class="data" id="<?= $id_preview ?>" class="new_content_text"> 10 <div class="data new_content_text" id="<?= $id_preview ?>">
11 <?= $preview ?> 11 <?= $preview ?>
12 </div> 12 </div>
13 <?= $preview_buttons ?> 13 <?= $preview_buttons ?>
14 <div class="data" id="<?= $id ?>" class="article_content_text"> 14 <div class="data article_content_text" id="<?= $id ?>">
15 <?= $content ?> 15 <?= $content ?>
16 </div> 16 </div>
17 <?= $article_buttons ?> 17 <?= $article_buttons ?>