]> git.parisson.com Git - mezzo.git/commitdiff
versionning static img
authorEmilie <zawadzki@ircam.fr>
Tue, 14 Mar 2017 15:57:30 +0000 (16:57 +0100)
committerEmilie <zawadzki@ircam.fr>
Tue, 14 Mar 2017 16:23:09 +0000 (17:23 +0100)
33 files changed:
.gitignore
app/themes/base/static/img/blank.gif [new file with mode: 0755]
app/themes/base/static/img/logo-ircam-white.png [new file with mode: 0644]
app/themes/base/static/img/logo-ircam.png [new file with mode: 0644]
app/themes/base/static/img/logo-manifest.png [new file with mode: 0644]
app/themes/base/static/img/map-legend-blue.png [new file with mode: 0644]
app/themes/base/static/img/map-legend-green.png [new file with mode: 0644]
app/themes/base/static/img/map-legend-red.png [new file with mode: 0644]
app/themes/base/static/img/map-marker-blue.png [new file with mode: 0644]
app/themes/base/static/img/map-marker-green.png [new file with mode: 0644]
app/themes/base/static/img/map-marker-red.png [new file with mode: 0644]
app/themes/base/static/img/partners/logo-cnrs.png [new file with mode: 0644]
app/themes/base/static/img/partners/logo-inria.png [new file with mode: 0644]
app/themes/base/static/img/partners/logo-ministere-culture.png [new file with mode: 0644]
app/themes/base/static/img/partners/logo-upmc.png [new file with mode: 0644]
app/themes/base/static/img/patterns/circles.png [new file with mode: 0644]
app/themes/base/static/img/patterns/squares.png [new file with mode: 0644]
app/themes/base/static/img/patterns/stripes.png [new file with mode: 0644]
app/themes/base/static/img/patterns/triangles.png [new file with mode: 0644]
app/themes/base/static/img/placeholder-media.png [new file with mode: 0644]
app/themes/base/static/img/services/applications.jpg [new file with mode: 0644]
app/themes/base/static/img/services/forumnet.jpg [new file with mode: 0644]
app/themes/base/static/img/services/resources.jpg [new file with mode: 0644]
app/themes/base/static/img/services/tours.jpg [new file with mode: 0644]
app/themes/base/static/img/services/ulysses.jpg [new file with mode: 0644]
app/themes/base/static/img/vertigo-starts/vertigo_tx.png [new file with mode: 0644]
app/themes/base/static/img/vertigo/hero-left-date.png [new file with mode: 0644]
app/themes/base/static/img/vertigo/hero-left.png [new file with mode: 0644]
app/themes/base/static/img/vertigo/hero-logo.png [new file with mode: 0644]
app/themes/base/static/img/vertigo/hero-maps.jpg [new file with mode: 0644]
app/themes/base/static/img/vertigo/hero-right.png [new file with mode: 0644]
app/themes/base/static/img/vertigo/hero-title.png [new file with mode: 0644]
app/themes/base/static/img/vertigo/hero.jpg [new file with mode: 0644]

index 3f3530c63010f30f40ec563889b6d6e8ac706657..8e4ef4e0b48e1e0218f51bec933cc430e0a7ee84 100644 (file)
@@ -47,7 +47,7 @@ node_modules
 .bundle
 app/themes/base/static/js
 app/themes/base/static/css
-app/themes/base/static/img
+app/themes/base/static/img/favicons
 app/themes/base/static/vendors
 
 ### SublimeText ###
diff --git a/app/themes/base/static/img/blank.gif b/app/themes/base/static/img/blank.gif
new file mode 100755 (executable)
index 0000000..f191b28
Binary files /dev/null and b/app/themes/base/static/img/blank.gif differ
diff --git a/app/themes/base/static/img/logo-ircam-white.png b/app/themes/base/static/img/logo-ircam-white.png
new file mode 100644 (file)
index 0000000..526c4c5
Binary files /dev/null and b/app/themes/base/static/img/logo-ircam-white.png differ
diff --git a/app/themes/base/static/img/logo-ircam.png b/app/themes/base/static/img/logo-ircam.png
new file mode 100644 (file)
index 0000000..2102967
Binary files /dev/null and b/app/themes/base/static/img/logo-ircam.png differ
diff --git a/app/themes/base/static/img/logo-manifest.png b/app/themes/base/static/img/logo-manifest.png
new file mode 100644 (file)
index 0000000..a5734c9
Binary files /dev/null and b/app/themes/base/static/img/logo-manifest.png differ
diff --git a/app/themes/base/static/img/map-legend-blue.png b/app/themes/base/static/img/map-legend-blue.png
new file mode 100644 (file)
index 0000000..207d32c
Binary files /dev/null and b/app/themes/base/static/img/map-legend-blue.png differ
diff --git a/app/themes/base/static/img/map-legend-green.png b/app/themes/base/static/img/map-legend-green.png
new file mode 100644 (file)
index 0000000..8943dd2
Binary files /dev/null and b/app/themes/base/static/img/map-legend-green.png differ
diff --git a/app/themes/base/static/img/map-legend-red.png b/app/themes/base/static/img/map-legend-red.png
new file mode 100644 (file)
index 0000000..c0227e6
Binary files /dev/null and b/app/themes/base/static/img/map-legend-red.png differ
diff --git a/app/themes/base/static/img/map-marker-blue.png b/app/themes/base/static/img/map-marker-blue.png
new file mode 100644 (file)
index 0000000..df1353a
Binary files /dev/null and b/app/themes/base/static/img/map-marker-blue.png differ
diff --git a/app/themes/base/static/img/map-marker-green.png b/app/themes/base/static/img/map-marker-green.png
new file mode 100644 (file)
index 0000000..02819f6
Binary files /dev/null and b/app/themes/base/static/img/map-marker-green.png differ
diff --git a/app/themes/base/static/img/map-marker-red.png b/app/themes/base/static/img/map-marker-red.png
new file mode 100644 (file)
index 0000000..d1943c3
Binary files /dev/null and b/app/themes/base/static/img/map-marker-red.png differ
diff --git a/app/themes/base/static/img/partners/logo-cnrs.png b/app/themes/base/static/img/partners/logo-cnrs.png
new file mode 100644 (file)
index 0000000..2680924
Binary files /dev/null and b/app/themes/base/static/img/partners/logo-cnrs.png differ
diff --git a/app/themes/base/static/img/partners/logo-inria.png b/app/themes/base/static/img/partners/logo-inria.png
new file mode 100644 (file)
index 0000000..d88db8e
Binary files /dev/null and b/app/themes/base/static/img/partners/logo-inria.png differ
diff --git a/app/themes/base/static/img/partners/logo-ministere-culture.png b/app/themes/base/static/img/partners/logo-ministere-culture.png
new file mode 100644 (file)
index 0000000..852f47d
Binary files /dev/null and b/app/themes/base/static/img/partners/logo-ministere-culture.png differ
diff --git a/app/themes/base/static/img/partners/logo-upmc.png b/app/themes/base/static/img/partners/logo-upmc.png
new file mode 100644 (file)
index 0000000..60c2710
Binary files /dev/null and b/app/themes/base/static/img/partners/logo-upmc.png differ
diff --git a/app/themes/base/static/img/patterns/circles.png b/app/themes/base/static/img/patterns/circles.png
new file mode 100644 (file)
index 0000000..da4d761
Binary files /dev/null and b/app/themes/base/static/img/patterns/circles.png differ
diff --git a/app/themes/base/static/img/patterns/squares.png b/app/themes/base/static/img/patterns/squares.png
new file mode 100644 (file)
index 0000000..b1ac337
Binary files /dev/null and b/app/themes/base/static/img/patterns/squares.png differ
diff --git a/app/themes/base/static/img/patterns/stripes.png b/app/themes/base/static/img/patterns/stripes.png
new file mode 100644 (file)
index 0000000..502323d
Binary files /dev/null and b/app/themes/base/static/img/patterns/stripes.png differ
diff --git a/app/themes/base/static/img/patterns/triangles.png b/app/themes/base/static/img/patterns/triangles.png
new file mode 100644 (file)
index 0000000..ec9db13
Binary files /dev/null and b/app/themes/base/static/img/patterns/triangles.png differ
diff --git a/app/themes/base/static/img/placeholder-media.png b/app/themes/base/static/img/placeholder-media.png
new file mode 100644 (file)
index 0000000..f863702
Binary files /dev/null and b/app/themes/base/static/img/placeholder-media.png differ
diff --git a/app/themes/base/static/img/services/applications.jpg b/app/themes/base/static/img/services/applications.jpg
new file mode 100644 (file)
index 0000000..6680073
Binary files /dev/null and b/app/themes/base/static/img/services/applications.jpg differ
diff --git a/app/themes/base/static/img/services/forumnet.jpg b/app/themes/base/static/img/services/forumnet.jpg
new file mode 100644 (file)
index 0000000..c77b042
Binary files /dev/null and b/app/themes/base/static/img/services/forumnet.jpg differ
diff --git a/app/themes/base/static/img/services/resources.jpg b/app/themes/base/static/img/services/resources.jpg
new file mode 100644 (file)
index 0000000..c0e80d0
Binary files /dev/null and b/app/themes/base/static/img/services/resources.jpg differ
diff --git a/app/themes/base/static/img/services/tours.jpg b/app/themes/base/static/img/services/tours.jpg
new file mode 100644 (file)
index 0000000..821711d
Binary files /dev/null and b/app/themes/base/static/img/services/tours.jpg differ
diff --git a/app/themes/base/static/img/services/ulysses.jpg b/app/themes/base/static/img/services/ulysses.jpg
new file mode 100644 (file)
index 0000000..c4a03e6
Binary files /dev/null and b/app/themes/base/static/img/services/ulysses.jpg differ
diff --git a/app/themes/base/static/img/vertigo-starts/vertigo_tx.png b/app/themes/base/static/img/vertigo-starts/vertigo_tx.png
new file mode 100644 (file)
index 0000000..b8bc2d8
Binary files /dev/null and b/app/themes/base/static/img/vertigo-starts/vertigo_tx.png differ
diff --git a/app/themes/base/static/img/vertigo/hero-left-date.png b/app/themes/base/static/img/vertigo/hero-left-date.png
new file mode 100644 (file)
index 0000000..acfef71
Binary files /dev/null and b/app/themes/base/static/img/vertigo/hero-left-date.png differ
diff --git a/app/themes/base/static/img/vertigo/hero-left.png b/app/themes/base/static/img/vertigo/hero-left.png
new file mode 100644 (file)
index 0000000..bdf1b63
Binary files /dev/null and b/app/themes/base/static/img/vertigo/hero-left.png differ
diff --git a/app/themes/base/static/img/vertigo/hero-logo.png b/app/themes/base/static/img/vertigo/hero-logo.png
new file mode 100644 (file)
index 0000000..1791a84
Binary files /dev/null and b/app/themes/base/static/img/vertigo/hero-logo.png differ
diff --git a/app/themes/base/static/img/vertigo/hero-maps.jpg b/app/themes/base/static/img/vertigo/hero-maps.jpg
new file mode 100644 (file)
index 0000000..2ac282c
Binary files /dev/null and b/app/themes/base/static/img/vertigo/hero-maps.jpg differ
diff --git a/app/themes/base/static/img/vertigo/hero-right.png b/app/themes/base/static/img/vertigo/hero-right.png
new file mode 100644 (file)
index 0000000..c8b4182
Binary files /dev/null and b/app/themes/base/static/img/vertigo/hero-right.png differ
diff --git a/app/themes/base/static/img/vertigo/hero-title.png b/app/themes/base/static/img/vertigo/hero-title.png
new file mode 100644 (file)
index 0000000..7d5d48c
Binary files /dev/null and b/app/themes/base/static/img/vertigo/hero-title.png differ
diff --git a/app/themes/base/static/img/vertigo/hero.jpg b/app/themes/base/static/img/vertigo/hero.jpg
new file mode 100644 (file)
index 0000000..713eb53
Binary files /dev/null and b/app/themes/base/static/img/vertigo/hero.jpg differ