samwaugh commited on
Commit
0976499
·
1 Parent(s): a79170a

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

  • SHA256: dcd2bac8e7550e224147da909bbbcb97fa42976f98434f87cdc65b2c3af90e40
  • Pointer size: 132 Bytes
  • Size of remote file: 8.95 MB
frontend/images/examples/Van_Gogh_Cafeteras_bij_nacht.jpg ADDED

Git LFS Details

  • SHA256: 871f7c0d3cd90044b0ab9764432ae875619e606286e362c8257b8a88126be201
  • Pointer size: 132 Bytes
  • Size of remote file: 7.69 MB
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/Vincent_van_Gogh_(1853-1890)_Caféterras_bij_nacht_(place_du_Forum)_Kröller-Müller_Museum_Otterlo_23-8-2016_13-35-40.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,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/Claude_Monet,_Saint-Georges_majeur_au_crépuscule.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">
 
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">