Use ASCII-safe filenames for Monet & Van Gogh examples
Browse files
frontend/images/examples/Claude_Monet_Saint-Georges_majeur_au_crepuscule.jpg
ADDED
|
Git LFS Details
|
frontend/images/examples/Van_Gogh_Cafeteras_bij_nacht.jpg
ADDED
|
Git LFS Details
|
frontend/index.html
CHANGED
|
@@ -97,7 +97,7 @@
|
|
| 97 |
<img class="example-img rounded border" src="images/examples/Titian_Bacchus_and_Ariadne.jpg" alt="" height="300">
|
| 98 |
|
| 99 |
<!-- 3. Café Terrace at Night -->
|
| 100 |
-
<img class="example-img rounded border" src="images/examples/
|
| 101 |
|
| 102 |
<!-- 4. The School of Athens -->
|
| 103 |
<img class="example-img rounded border" src="images/examples/_The_School_of_Athens__by_Raffaello_Sanzio_da_Urbino.jpg" alt="" height="300">
|
|
@@ -106,7 +106,7 @@
|
|
| 106 |
<img class="example-img rounded border" src="images/examples/Giotto_-_Scrovegni_-_-31-_-_Kiss_of_Judas.jpg" alt="" height="300">
|
| 107 |
|
| 108 |
<!-- 6. San Giorgio Maggiore at Dusk -->
|
| 109 |
-
<img class="example-img rounded border" src="images/examples/
|
| 110 |
|
| 111 |
<!-- 7. The Last Supper -->
|
| 112 |
<img class="example-img rounded border" src="images/examples/The_Last_Supper_-_Leonardo_Da_Vinci_-_High_Resolution_32x16.jpg" alt="" height="300">
|
|
|
|
| 97 |
<img class="example-img rounded border" src="images/examples/Titian_Bacchus_and_Ariadne.jpg" alt="" height="300">
|
| 98 |
|
| 99 |
<!-- 3. Café Terrace at Night -->
|
| 100 |
+
<img class="example-img rounded border" src="images/examples/Van_Gogh_Cafe_Terrace_at_Night.jpg" alt="" height="300">
|
| 101 |
|
| 102 |
<!-- 4. The School of Athens -->
|
| 103 |
<img class="example-img rounded border" src="images/examples/_The_School_of_Athens__by_Raffaello_Sanzio_da_Urbino.jpg" alt="" height="300">
|
|
|
|
| 106 |
<img class="example-img rounded border" src="images/examples/Giotto_-_Scrovegni_-_-31-_-_Kiss_of_Judas.jpg" alt="" height="300">
|
| 107 |
|
| 108 |
<!-- 6. San Giorgio Maggiore at Dusk -->
|
| 109 |
+
<img class="example-img rounded border" src="images/examples/Claude_Monet_Saint-Georges_majeur_au_crepuscule.jpg" alt="" height="300">
|
| 110 |
|
| 111 |
<!-- 7. The Last Supper -->
|
| 112 |
<img class="example-img rounded border" src="images/examples/The_Last_Supper_-_Leonardo_Da_Vinci_-_High_Resolution_32x16.jpg" alt="" height="300">
|