first commit
@@ -0,0 +1,208 @@
|
||||
types:
|
||||
defaults:
|
||||
type: file
|
||||
thumb: media/thumb.png
|
||||
mime: application/octet-stream
|
||||
image:
|
||||
filters:
|
||||
default: [enableProgressive]
|
||||
jpg:
|
||||
type: image
|
||||
thumb: media/thumb-jpg.png
|
||||
mime: image/jpeg
|
||||
jpe:
|
||||
type: image
|
||||
thumb: media/thumb-jpg.png
|
||||
mime: image/jpeg
|
||||
jpeg:
|
||||
type: image
|
||||
thumb: media/thumb-jpg.png
|
||||
mime: image/jpeg
|
||||
png:
|
||||
type: image
|
||||
thumb: media/thumb-png.png
|
||||
mime: image/png
|
||||
gif:
|
||||
type: animated
|
||||
thumb: media/thumb-gif.png
|
||||
mime: image/gif
|
||||
svg:
|
||||
type: vector
|
||||
thumb: media/thumb-svg.png
|
||||
mime: image/svg+xml
|
||||
mp4:
|
||||
type: video
|
||||
thumb: media/thumb-mp4.png
|
||||
mime: video/mp4
|
||||
mov:
|
||||
type: video
|
||||
thumb: media/thumb-mov.png
|
||||
mime: video/quicktime
|
||||
m4v:
|
||||
type: video
|
||||
thumb: media/thumb-m4v.png
|
||||
mime: video/x-m4v
|
||||
swf:
|
||||
type: video
|
||||
thumb: media/thumb-swf.png
|
||||
mime: video/x-flv
|
||||
flv:
|
||||
type: video
|
||||
thumb: media/thumb-flv.png
|
||||
mime: video/x-flv
|
||||
webm:
|
||||
type: video
|
||||
thumb: media/thumb-webm.png
|
||||
mime: video/webm
|
||||
ogv:
|
||||
type: video
|
||||
thumb: media/thumb-ogg.png
|
||||
mime: video/ogg
|
||||
mp3:
|
||||
type: audio
|
||||
thumb: media/thumb-mp3.png
|
||||
mime: audio/mp3
|
||||
ogg:
|
||||
type: audio
|
||||
thumb: media/thumb-ogg.png
|
||||
mime: audio/ogg
|
||||
wma:
|
||||
type: audio
|
||||
thumb: media/thumb-wma.png
|
||||
mime: audio/wma
|
||||
m4a:
|
||||
type: audio
|
||||
thumb: media/thumb-m4a.png
|
||||
mime: audio/m4a
|
||||
wav:
|
||||
type: audio
|
||||
thumb: media/thumb-wav.png
|
||||
mime: audio/wav
|
||||
aiff:
|
||||
type: audio
|
||||
thumb: media/thumb-aif.png
|
||||
mime: audio/aiff
|
||||
aif:
|
||||
type: audio
|
||||
thumb: media/thumb-aif.png
|
||||
mime: audio/aif
|
||||
txt:
|
||||
type: file
|
||||
thumb: media/thumb-txt.png
|
||||
mime: text/plain
|
||||
xml:
|
||||
type: file
|
||||
thumb: media/thumb-xml.png
|
||||
mime: application/xml
|
||||
doc:
|
||||
type: file
|
||||
thumb: media/thumb-doc.png
|
||||
mime: application/msword
|
||||
docx:
|
||||
type: file
|
||||
thumb: media/thumb-docx.png
|
||||
mime: application/msword
|
||||
xls:
|
||||
type: file
|
||||
thumb: media/thumb-xls.png
|
||||
mime: application/vnd.ms-excel
|
||||
xlsx:
|
||||
type: file
|
||||
thumb: media/thumb-xlsx.png
|
||||
mime: application/vnd.ms-excel
|
||||
ppt:
|
||||
type: file
|
||||
thumb: media/thumb-ppt.png
|
||||
mime: application/vnd.ms-powerpoint
|
||||
pptx:
|
||||
type: file
|
||||
thumb: media/thumb-pptx.png
|
||||
mime: application/vnd.ms-powerpoint
|
||||
pps:
|
||||
type: file
|
||||
thumb: media/thumb-pps.png
|
||||
mime: application/vnd.ms-powerpoint
|
||||
rtf:
|
||||
type: file
|
||||
thumb: media/thumb-rtf.png
|
||||
mime: application/rtf
|
||||
bmp:
|
||||
type: file
|
||||
thumb: media/thumb-bmp.png
|
||||
mime: image/bmp
|
||||
tiff:
|
||||
type: file
|
||||
thumb: media/thumb-tiff.png
|
||||
mime: image/tiff
|
||||
mpeg:
|
||||
type: file
|
||||
thumb: media/thumb-mpg.png
|
||||
mime: video/mpeg
|
||||
mpg:
|
||||
type: file
|
||||
thumb: media/thumb-mpg.png
|
||||
mime: video/mpeg
|
||||
mpe:
|
||||
type: file
|
||||
thumb: media/thumb-mpe.png
|
||||
mime: video/mpeg
|
||||
avi:
|
||||
type: file
|
||||
thumb: media/thumb-avi.png
|
||||
mime: video/msvideo
|
||||
wmv:
|
||||
type: file
|
||||
thumb: media/thumb-wmv.png
|
||||
mime: video/x-ms-wmv
|
||||
html:
|
||||
type: file
|
||||
thumb: media/thumb-html.png
|
||||
mime: text/html
|
||||
htm:
|
||||
type: file
|
||||
thumb: media/thumb-html.png
|
||||
mime: text/html
|
||||
ics:
|
||||
type: iCal
|
||||
thumb: media/thumb-ics.png
|
||||
mime: text/calendar
|
||||
pdf:
|
||||
type: file
|
||||
thumb: media/thumb-pdf.png
|
||||
mime: application/pdf
|
||||
ai:
|
||||
type: file
|
||||
thumb: media/thumb-ai.png
|
||||
mime: image/ai
|
||||
psd:
|
||||
type: file
|
||||
thumb: media/thumb-psd.png
|
||||
mime: image/psd
|
||||
zip:
|
||||
type: file
|
||||
thumb: media/thumb-zip.png
|
||||
mime: application/zip
|
||||
7z:
|
||||
type: file
|
||||
thumb: media/thumb-7z.png
|
||||
mime: application/x-7z-compressed
|
||||
gz:
|
||||
type: file
|
||||
thumb: media/thumb-gz.png
|
||||
mime: application/gzip
|
||||
tar:
|
||||
type: file
|
||||
thumb: media/thumb-tar.png
|
||||
mime: application/x-tar
|
||||
css:
|
||||
type: file
|
||||
thumb: media/thumb-css.png
|
||||
mime: text/css
|
||||
js:
|
||||
type: file
|
||||
thumb: media/thumb-js.png
|
||||
mime: application/javascript
|
||||
json:
|
||||
type: file
|
||||
thumb: media/thumb-json.png
|
||||
mime: application/json
|
||||
@@ -0,0 +1,3 @@
|
||||
enabled: true
|
||||
cache: false
|
||||
mode: smallest
|
||||
@@ -0,0 +1,6 @@
|
||||
enabled: true
|
||||
route: /sitemap
|
||||
changefreq: daily
|
||||
priority: !!float 1
|
||||
ignores:
|
||||
- /contact
|
||||
@@ -0,0 +1,2 @@
|
||||
enabled: true
|
||||
route: /blog
|
||||
@@ -0,0 +1,19 @@
|
||||
title: Burodesformes
|
||||
default_lang: fr
|
||||
author:
|
||||
name: 'Gilles Acézat'
|
||||
email: burodesformes@yahoo.fr
|
||||
taxonomies:
|
||||
- category
|
||||
- tag
|
||||
metadata:
|
||||
description: 'Burodesformes est le pseudo qu’à choisi Gilles Acézat en 2004 pour exercer son activité de graphiste indépendant. En créant burodesformes il s''est donné comme priorité d’aborder le design graphique comme une discipline de transmission des savoirs'
|
||||
summary:
|
||||
enabled: true
|
||||
format: short
|
||||
size: 300
|
||||
delimiter: '==='
|
||||
blog:
|
||||
route: /blog
|
||||
header:
|
||||
status: 'Design graphique'
|
||||
@@ -0,0 +1,155 @@
|
||||
absolute_urls: false
|
||||
timezone: Europe/Paris
|
||||
param_sep: ':'
|
||||
wrapped_site: false
|
||||
reverse_proxy_setup: false
|
||||
force_ssl: false
|
||||
force_lowercase_urls: true
|
||||
username_regex: '^[a-z0-9_-]{3,16}$'
|
||||
pwd_regex: '(?=.*\d)(?=.*[a-z])(?=.*[A-Z]).{8,}'
|
||||
intl_enabled: true
|
||||
languages:
|
||||
include_default_lang: true
|
||||
pages_fallback_only: false
|
||||
translations: true
|
||||
translations_fallback: true
|
||||
session_store_active: false
|
||||
http_accept_language: false
|
||||
override_locale: false
|
||||
home:
|
||||
alias: /projets
|
||||
hide_in_urls: true
|
||||
pages:
|
||||
theme: gilles_acezat
|
||||
order:
|
||||
by: default
|
||||
dir: asc
|
||||
list:
|
||||
count: 20
|
||||
dateformat:
|
||||
short: 'jS M Y'
|
||||
long: 'F jS \a\t g:ia'
|
||||
publish_dates: true
|
||||
process:
|
||||
markdown: true
|
||||
twig: false
|
||||
twig_first: false
|
||||
never_cache_twig: false
|
||||
events:
|
||||
page: true
|
||||
twig: true
|
||||
markdown:
|
||||
extra: false
|
||||
auto_line_breaks: true
|
||||
auto_url_links: false
|
||||
escape_markup: false
|
||||
special_chars:
|
||||
'>': gt
|
||||
'<': lt
|
||||
types:
|
||||
- txt
|
||||
- xml
|
||||
- html
|
||||
- htm
|
||||
- json
|
||||
- rss
|
||||
- atom
|
||||
expires: 604800
|
||||
cache_control: '31536000'
|
||||
last_modified: false
|
||||
etag: false
|
||||
vary_accept_encoding: false
|
||||
redirect_default_route: false
|
||||
redirect_default_code: '302'
|
||||
redirect_trailing_slash: true
|
||||
ignore_files:
|
||||
- .DS_Store
|
||||
ignore_folders:
|
||||
- .git
|
||||
- .idea
|
||||
ignore_hidden: true
|
||||
url_taxonomy_filters: true
|
||||
frontmatter:
|
||||
process_twig: false
|
||||
ignore_fields:
|
||||
- form
|
||||
- forms
|
||||
cache:
|
||||
enabled: true
|
||||
check:
|
||||
method: file
|
||||
driver: auto
|
||||
prefix: g
|
||||
purge_at: '0 4 * * *'
|
||||
clear_at: '0 3 * * *'
|
||||
clear_job_type: standard
|
||||
clear_images_by_default: false
|
||||
cli_compatibility: false
|
||||
lifetime: 604800
|
||||
gzip: true
|
||||
allow_webserver_gzip: true
|
||||
twig:
|
||||
cache: false
|
||||
debug: true
|
||||
auto_reload: true
|
||||
autoescape: false
|
||||
undefined_functions: true
|
||||
undefined_filters: true
|
||||
umask_fix: false
|
||||
assets:
|
||||
css_pipeline: false
|
||||
css_pipeline_include_externals: true
|
||||
css_pipeline_before_excludes: true
|
||||
css_minify: true
|
||||
css_minify_windows: false
|
||||
css_rewrite: true
|
||||
js_pipeline: false
|
||||
js_pipeline_include_externals: true
|
||||
js_pipeline_before_excludes: true
|
||||
js_minify: true
|
||||
enable_asset_timestamp: false
|
||||
collections:
|
||||
jquery: 'system://assets/jquery/jquery-2.x.min.js'
|
||||
errors:
|
||||
display: 1
|
||||
log: true
|
||||
log:
|
||||
handler: file
|
||||
syslog:
|
||||
facility: local6
|
||||
debugger:
|
||||
enabled: false
|
||||
shutdown:
|
||||
close_connection: true
|
||||
twig: true
|
||||
images:
|
||||
default_image_quality: 85
|
||||
cache_all: true
|
||||
cache_perms: '0755'
|
||||
debug: false
|
||||
auto_fix_orientation: false
|
||||
seofriendly: false
|
||||
media:
|
||||
enable_media_timestamp: false
|
||||
auto_metadata_exif: false
|
||||
upload_limit: 67108864
|
||||
session:
|
||||
enabled: true
|
||||
initialize: true
|
||||
timeout: 1800
|
||||
name: Burodesformes
|
||||
uniqueness: path
|
||||
secure: false
|
||||
httponly: true
|
||||
split: true
|
||||
gpm:
|
||||
releases: stable
|
||||
method: auto
|
||||
verify_peer: true
|
||||
official_gpm_only: true
|
||||
accounts:
|
||||
type: data
|
||||
storage: file
|
||||
strict_mode:
|
||||
yaml_compat: true
|
||||
twig_compat: true
|
||||
|
After Width: | Height: | Size: 193 KiB |
|
After Width: | Height: | Size: 144 KiB |
|
After Width: | Height: | Size: 136 KiB |
|
After Width: | Height: | Size: 138 KiB |
|
After Width: | Height: | Size: 167 KiB |
|
After Width: | Height: | Size: 137 KiB |
|
After Width: | Height: | Size: 232 KiB |
|
After Width: | Height: | Size: 126 KiB |
@@ -0,0 +1,14 @@
|
||||
---
|
||||
title: 'Ateliers des Beaux-Arts ESADHaR'
|
||||
media_order: 'C_ESADHaR_depliant2019_02.jpg,C_ESADHaR_depliant2019_01.jpg,C_ESADHaR_depliant2019_03.jpg,C_ESADHaR_depliant2019_04.jpg,C_ESADHaR_depliant2019_05.jpg,C_ESADHaR_depliant2019_06.jpg,C_ESADHaR_depliant2019_07.jpg,C_ESADHaR_depliant2019_08.jpg,C_ESADHaR_depliant2019_09.jpg'
|
||||
mea: false
|
||||
meaimg: C_ESADHaR_depliant2019_accueil3.jpg
|
||||
date: '20-09-2019 14:27'
|
||||
taxonomy:
|
||||
category:
|
||||
- Print
|
||||
tag:
|
||||
- Esadhar
|
||||
---
|
||||
|
||||
Réalisation de la plaquette de présentation des ateliers des Beaux-Arts de Rouen et du Havre pour l’ESADHaR, 2019. Dépliant accordéon 6 volets recto-verso pour Le Havre et 8 volets pour Rouen.
|
||||
@@ -0,0 +1,12 @@
|
||||
---
|
||||
title: Projets
|
||||
content:
|
||||
items:
|
||||
- '@self.children'
|
||||
limit: 0
|
||||
order:
|
||||
by: date
|
||||
dir: desc
|
||||
pagination: true
|
||||
url_taxonomy_filters: true
|
||||
---
|
||||
|
After Width: | Height: | Size: 246 KiB |
|
After Width: | Height: | Size: 172 KiB |
|
After Width: | Height: | Size: 90 KiB |
|
After Width: | Height: | Size: 145 KiB |
|
After Width: | Height: | Size: 117 KiB |
|
After Width: | Height: | Size: 154 KiB |
|
After Width: | Height: | Size: 113 KiB |
|
After Width: | Height: | Size: 148 KiB |
|
After Width: | Height: | Size: 152 KiB |
|
After Width: | Height: | Size: 145 KiB |
|
After Width: | Height: | Size: 176 KiB |
@@ -0,0 +1,15 @@
|
||||
---
|
||||
title: 'Cahiers du musée des Beaux-arts de Caen'
|
||||
media_order: 'A_MBA_cahiers02.jpg,A_MBA_Cahiers01.jpg,A_MBA_cahiers04.jpg,A_MBA_Cahiers10.jpg,A_MBA_cahiers03.jpg,A_MBA_cahiers06.jpg,A_MBA_cahiers11.jpg,A_MBA_cahiers05.jpg,A_MBA_cahiers07.jpg,A_MBA_cahiers08.jpg,A_MBA_cahiers09.jpg'
|
||||
mea: true
|
||||
meaimg: A_MBA_Cahiers10.jpg
|
||||
date: '10-07-2014 14:27'
|
||||
taxonomy:
|
||||
category:
|
||||
- Éditions
|
||||
tag:
|
||||
- 'Musée des beaux art de Caen'
|
||||
---
|
||||
|
||||
Revues du musée des Beaux-Arts de Caen et des Amis du musée. Trois parutions.
|
||||
Format : Reliés / Nb de pages : 68 pages / Poids : 150 g / Dimensions : 22cm X 26cm / Dates de parution : 12/2010 / 06/2012 / 07/2014
|
||||
|
After Width: | Height: | Size: 33 KiB |
|
After Width: | Height: | Size: 61 KiB |
|
After Width: | Height: | Size: 32 KiB |
|
After Width: | Height: | Size: 116 KiB |
|
After Width: | Height: | Size: 154 KiB |
|
After Width: | Height: | Size: 259 KiB |
|
After Width: | Height: | Size: 202 KiB |
|
After Width: | Height: | Size: 316 KiB |
|
After Width: | Height: | Size: 292 KiB |
|
After Width: | Height: | Size: 168 KiB |
|
After Width: | Height: | Size: 130 KiB |
|
After Width: | Height: | Size: 550 KiB |
|
After Width: | Height: | Size: 133 KiB |
|
After Width: | Height: | Size: 198 KiB |
|
After Width: | Height: | Size: 102 KiB |
|
After Width: | Height: | Size: 225 KiB |
|
After Width: | Height: | Size: 220 KiB |
@@ -0,0 +1,14 @@
|
||||
---
|
||||
title: 'Identité visuelle ESADHaR'
|
||||
media_order: 'B_ESADHaR_01.jpg,B_ESADHaR_02.jpg,B_ESADHaR_03.jpg,B_ESADHaR_04.jpg,B_ESADHaR_05.jpg,B_ESADHaR_06.jpg,B_ESADHaR_07.jpg,B_ESADHaR_09.jpg,B_ESADHaR_08.jpg,B_ESADHaR_10.jpg,B_ESADHaR_12.jpg,B_ESADHaR_13.jpg,B_ESADHaR_15.jpg,B_ESADHaR_11.jpg,B_ESADHaR_14.jpg,B_ESADHaR_16.jpg,B_ESADHaR_17.jpg'
|
||||
mea: false
|
||||
meaimg: B_ESADHaR_01.jpg
|
||||
date: '10-10-2015 14:38'
|
||||
taxonomy:
|
||||
category:
|
||||
- logo
|
||||
tag:
|
||||
- ESADHaR
|
||||
---
|
||||
|
||||
Refonte de l’identité visuelle de l’ESADHaR, 2014. L’identité visuelle de l'École Supérieure d’Art et Design Le Havre Rouen s'appuie sur le site Internet développé par Bachir Soussi Chiadmi > [esadhar.fr](http://esadhar.fr/). Il s’articule autour du sigle ESADHaR en caractères OpenSource et d’une grille modulaire perceptible. Ce système se décline sur l’ensemble des supports imprimés ou numériques, qu’ils soient administratifs, pédagogiques, éditoriaux ou de communication.
|
||||
|
After Width: | Height: | Size: 71 KiB |
|
After Width: | Height: | Size: 63 KiB |
|
After Width: | Height: | Size: 261 KiB |
|
After Width: | Height: | Size: 513 KiB |
|
After Width: | Height: | Size: 63 KiB |
|
After Width: | Height: | Size: 198 KiB |
|
After Width: | Height: | Size: 149 KiB |
|
After Width: | Height: | Size: 56 KiB |
|
After Width: | Height: | Size: 150 KiB |
|
After Width: | Height: | Size: 68 KiB |
|
After Width: | Height: | Size: 206 KiB |
|
After Width: | Height: | Size: 146 KiB |
|
After Width: | Height: | Size: 214 KiB |
|
After Width: | Height: | Size: 134 KiB |
|
After Width: | Height: | Size: 162 KiB |
@@ -0,0 +1,14 @@
|
||||
---
|
||||
title: 'Identité visuelle Little Asia'
|
||||
media_order: 'B_Littleasia_01.jpg,B_Littleasia_15.jpg,B_Littleasia_02.jpg,B_Littleasia_08.jpg,B_Littleasia_05.jpg,B_Littleasia_03.jpg,B_Littleasia_13.jpg,B_Littleasia_07.jpg,B_Littleasia_12.jpg,B_Littleasia_09.jpg,B_Littleasia_04.jpg,B_Littleasia_10.jpg,B_Littleasia_11.jpg,B_Littleasia_06.jpg,B_Littleasia_14.jpg'
|
||||
mea: true
|
||||
meaimg: B_Littleasia_15.jpg
|
||||
date: '05-12-2019 14:39'
|
||||
taxonomy:
|
||||
category:
|
||||
- logo
|
||||
tag:
|
||||
- 'Little Asia'
|
||||
---
|
||||
|
||||
Identité visuelle de Little Asia, restaurant asiatique à Mimizan plage. Depuis 2013, le principe du logo, de ses mises en applications et de son environnement visuel évoluent au fil des saisons. Fresque murale dessinée en collaboration avec Cédric Bordessoulle.
|
||||
|
After Width: | Height: | Size: 54 KiB |
|
After Width: | Height: | Size: 58 KiB |
|
After Width: | Height: | Size: 72 KiB |
|
After Width: | Height: | Size: 84 KiB |
|
After Width: | Height: | Size: 125 KiB |
|
After Width: | Height: | Size: 77 KiB |
@@ -0,0 +1,14 @@
|
||||
---
|
||||
title: 'Identité visuelle Territoire Lecture'
|
||||
media_order: 'B_TTL_01.jpg,B_TTL_02.jpg,B_TTL_03.jpg,B_TTL_04.jpg,B_TTL_05.jpg,B_TTL_06.jpg'
|
||||
date: '01-01-2013 13:19'
|
||||
taxonomy:
|
||||
category:
|
||||
- logo
|
||||
tag:
|
||||
- 'le réseau Territoire Lecture'
|
||||
---
|
||||
|
||||
Réalisation de l’identité visuelle pour le réseau Territoire Lecture, 2013.
|
||||
Le réseau Territoire Lecture de Caen la mer œuvre pour que les publics éloignés de la culture puissent trouver leur chemin vers la lecture.
|
||||
[https://bibliotheques.caenlamer.fr/RTL/reseau-des-bibliotheques-de-caen-la-mer-accueil.aspx](https://bibliotheques.caenlamer.fr/RTL/reseau-des-bibliotheques-de-caen-la-mer-accueil.aspx)
|
||||
|
After Width: | Height: | Size: 321 KiB |
|
After Width: | Height: | Size: 73 KiB |
|
After Width: | Height: | Size: 76 KiB |
|
After Width: | Height: | Size: 55 KiB |
|
After Width: | Height: | Size: 77 KiB |
|
After Width: | Height: | Size: 50 KiB |
|
After Width: | Height: | Size: 82 KiB |
|
After Width: | Height: | Size: 113 KiB |
|
After Width: | Height: | Size: 84 KiB |
|
After Width: | Height: | Size: 118 KiB |
|
After Width: | Height: | Size: 84 KiB |
|
After Width: | Height: | Size: 81 KiB |
|
After Width: | Height: | Size: 82 KiB |
|
After Width: | Height: | Size: 76 KiB |
@@ -0,0 +1,14 @@
|
||||
---
|
||||
title: 'Livrets jeux Musée de Normandie'
|
||||
media_order: 'C_MDN-livretmusee_01.jpg,C_MDN-livretmusee_11.jpg,C_MDN-livretmusee_12.jpg,C_MDN-livretmusee_09.jpg,C_MDN-livretmusee_06.jpg,C_MDN_livret-musee_15.jpg,C_MDN-livretmusee_07.jpg,C_MDN-livretmusee_02.jpg,C_MDN-livretmusee_03.jpg,C_MDN-livretmusee_04.jpg,C_MDN-livretmusee_05.jpg,C_MDN-livretmusee_10.jpg,C_MDN-livretmusee_13.jpg,C_MDN-livretmusee_14.jpg'
|
||||
mea: false
|
||||
meaimg: C_MDN-livretmusee_11.jpg
|
||||
date: '07-03-2014 14:40'
|
||||
taxonomy:
|
||||
category:
|
||||
- Print
|
||||
tag:
|
||||
- 'musée de Normandie'
|
||||
---
|
||||
|
||||
Réalisation de l’ensemble des livrets jeux pour accompagner les jeunes visiteurs dans les collections permanentes du musée de Normandie. Depuis 2014.
|
||||
|
After Width: | Height: | Size: 226 KiB |
|
After Width: | Height: | Size: 132 KiB |
|
After Width: | Height: | Size: 104 KiB |
|
After Width: | Height: | Size: 135 KiB |
|
After Width: | Height: | Size: 171 KiB |
|
After Width: | Height: | Size: 136 KiB |