diff --git a/marketing/branding/styleguide/cartography.md b/marketing/branding/styleguide/cartography.md
new file mode 100644
index 0000000..f81340b
--- /dev/null
+++ b/marketing/branding/styleguide/cartography.md
@@ -0,0 +1,18 @@
+# Cartography
+
+## Cartographic style
+
+Cartographic style varies considerably depending on zoom level, available data or location. The OSGeo style, as applied to cartography, will vary for the same reasons. The main solution to providing a consistent look and feel within that framework is to ensure that all OSGeo styled maps use the OSGeo [color palette](colors.md#Primary_palette).
+
+
Features with the most visibility, area, and/ or quantity, should most often be styled with the two main colors where possible. All else being equal, #4CB05B should be the dominant color for area features, #00393F should be the second most dominant color for area features. White and the colors from the secondary palette (see Principles of colours) should be assigned for other features as shown
+
+
+## Map examples
+
+## Branding elements
+
Branding elements can be combined with your own photos, using the following rules:
+
50% Multiply Opacity with the Dark Green colour to fade out the photo (White text can be place on top)
OSGeo Green always on top
Points touching the side of the canvas
Draw compass shapes
+
+
+
+
diff --git a/marketing/branding/styleguide/colors.md b/marketing/branding/styleguide/colors.md
new file mode 100644
index 0000000..4155200
--- /dev/null
+++ b/marketing/branding/styleguide/colors.md
@@ -0,0 +1,18 @@
+# Colors
+
+## Primary palette
+
+Color is the other fundamental aspect of the OSGeo Foundation brand. The new branding uses a fresh and vibrant color palette, yet still recognizable from the former OSGeo green colors. Please use the following color codes for any OSGeo brand related design work.
+
+
+
+
+
+
diff --git a/marketing/branding/styleguide/fonts.md b/marketing/branding/styleguide/fonts.md
new file mode 100644
index 0000000..186ae90
--- /dev/null
+++ b/marketing/branding/styleguide/fonts.md
@@ -0,0 +1,82 @@
+# Fonts
+
+## Sans serif fonts
+
+
+Typography tells a story. The right typeface, used consistently, builds character. Two sans serif open fonts have been selected for the new OSGeo branding. Used in conjunction they carry across the open source and participatory community driven OSGeo platform.
+
+### Miriam Libre
+
+Text **headers** are written using the [Miriam Libre](https://github.com/OSGeo/osgeo/tree/master/marketing/branding/fonts/MiriamLibre) open font.
+
+
+
+### Sintony
+
+Text **body** are written using the [Sintony](https://github.com/OSGeo/osgeo/tree/master/marketing/branding/fonts/Sintony) open font.
+
+
The **Miriam Libre** and **Sintony** fonts are bundled in a ready-to-use web font. Download and follow the instructions below to start using it in your work.
Download and extract **OSGeo-webfont.zip**. Copy the `/fonts` and `/css` folders to your working directory. The `/fonts` folder must contain all the ownloaded`.svg`, `.ttf` , `.eot` and `.woff` files. The `/css` folder must contain the `OSGeo-webfont.css` file.
+
Include the following link tag in the `head` section of your HTML document":
+
+```http
+
+```
+Use the font names in your CSS, for example:
+
+```css
+h1, h2, h3 {
+font-family: miriam_librebold;
+}
+```
+```css
+h4, h5, h6 {
+font-family: miriam_libreregular;
+}
+```
+```css
+.text-default {
+font-family: sintonyregular;
+}
+```
+```css
+.text-bold {
+font-family: sintonybold;
+}
+```
+
**OSGeo web font** is designed to work with all modern browsers supporting CSS3.
+
+
+## License
+
+All font material used by the OSGeo brand are licensed under the under the [SIL Open Font License](http://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&id=OFL).
+
+### Miriam Libre
+
+Copyright 2016 Michal Sahar. All rights reserved.
+
+**URL**: https://github.com/MichalSahar/Miriam-Libre
+**License**: [OFL 1.1](https://github.com/MichalSahar/Miriam-Libre/blob/master/OFL.txt)
+
+### Sintony
+
+Copyright 2017 Eduardo Tunni. All rights reserved.
+
+**URL**: https://github.com/etunni/sintony
+**License**: [OFL 1.1](https://github.com/etunni/sintony/blob/master/OFL.txt)
+
+
+
+
+
+
+
diff --git a/marketing/branding/styleguide/fonts/miriamlibre-bold-webfont.eot b/marketing/branding/styleguide/fonts/miriamlibre-bold-webfont.eot
new file mode 100755
index 0000000..5011261
Binary files /dev/null and b/marketing/branding/styleguide/fonts/miriamlibre-bold-webfont.eot differ
diff --git a/marketing/branding/styleguide/fonts/miriamlibre-bold-webfont.svg b/marketing/branding/styleguide/fonts/miriamlibre-bold-webfont.svg
new file mode 100755
index 0000000..4d1525d
--- /dev/null
+++ b/marketing/branding/styleguide/fonts/miriamlibre-bold-webfont.svg
@@ -0,0 +1,1942 @@
+
+
+
\ No newline at end of file
diff --git a/marketing/branding/styleguide/fonts/miriamlibre-bold-webfont.ttf b/marketing/branding/styleguide/fonts/miriamlibre-bold-webfont.ttf
new file mode 100755
index 0000000..68d9f15
Binary files /dev/null and b/marketing/branding/styleguide/fonts/miriamlibre-bold-webfont.ttf differ
diff --git a/marketing/branding/styleguide/fonts/miriamlibre-bold-webfont.woff b/marketing/branding/styleguide/fonts/miriamlibre-bold-webfont.woff
new file mode 100755
index 0000000..c4afebf
Binary files /dev/null and b/marketing/branding/styleguide/fonts/miriamlibre-bold-webfont.woff differ
diff --git a/marketing/branding/styleguide/fonts/miriamlibre-bold-webfont.woff2 b/marketing/branding/styleguide/fonts/miriamlibre-bold-webfont.woff2
new file mode 100755
index 0000000..00074cd
Binary files /dev/null and b/marketing/branding/styleguide/fonts/miriamlibre-bold-webfont.woff2 differ
diff --git a/marketing/branding/styleguide/fonts/miriamlibre-regular-webfont.eot b/marketing/branding/styleguide/fonts/miriamlibre-regular-webfont.eot
new file mode 100755
index 0000000..0828b01
Binary files /dev/null and b/marketing/branding/styleguide/fonts/miriamlibre-regular-webfont.eot differ
diff --git a/marketing/branding/styleguide/fonts/miriamlibre-regular-webfont.svg b/marketing/branding/styleguide/fonts/miriamlibre-regular-webfont.svg
new file mode 100755
index 0000000..1c1560e
--- /dev/null
+++ b/marketing/branding/styleguide/fonts/miriamlibre-regular-webfont.svg
@@ -0,0 +1,1774 @@
+
+
+
\ No newline at end of file
diff --git a/marketing/branding/styleguide/fonts/miriamlibre-regular-webfont.ttf b/marketing/branding/styleguide/fonts/miriamlibre-regular-webfont.ttf
new file mode 100755
index 0000000..991982d
Binary files /dev/null and b/marketing/branding/styleguide/fonts/miriamlibre-regular-webfont.ttf differ
diff --git a/marketing/branding/styleguide/fonts/miriamlibre-regular-webfont.woff b/marketing/branding/styleguide/fonts/miriamlibre-regular-webfont.woff
new file mode 100755
index 0000000..23c0b81
Binary files /dev/null and b/marketing/branding/styleguide/fonts/miriamlibre-regular-webfont.woff differ
diff --git a/marketing/branding/styleguide/fonts/miriamlibre-regular-webfont.woff2 b/marketing/branding/styleguide/fonts/miriamlibre-regular-webfont.woff2
new file mode 100755
index 0000000..4981734
Binary files /dev/null and b/marketing/branding/styleguide/fonts/miriamlibre-regular-webfont.woff2 differ
diff --git a/marketing/branding/styleguide/fonts/sintony-bold-webfont.eot b/marketing/branding/styleguide/fonts/sintony-bold-webfont.eot
new file mode 100755
index 0000000..5bfe552
Binary files /dev/null and b/marketing/branding/styleguide/fonts/sintony-bold-webfont.eot differ
diff --git a/marketing/branding/styleguide/fonts/sintony-bold-webfont.svg b/marketing/branding/styleguide/fonts/sintony-bold-webfont.svg
new file mode 100755
index 0000000..670fa21
--- /dev/null
+++ b/marketing/branding/styleguide/fonts/sintony-bold-webfont.svg
@@ -0,0 +1,410 @@
+
+
+
\ No newline at end of file
diff --git a/marketing/branding/styleguide/fonts/sintony-bold-webfont.ttf b/marketing/branding/styleguide/fonts/sintony-bold-webfont.ttf
new file mode 100755
index 0000000..d04db3c
Binary files /dev/null and b/marketing/branding/styleguide/fonts/sintony-bold-webfont.ttf differ
diff --git a/marketing/branding/styleguide/fonts/sintony-bold-webfont.woff b/marketing/branding/styleguide/fonts/sintony-bold-webfont.woff
new file mode 100755
index 0000000..5926038
Binary files /dev/null and b/marketing/branding/styleguide/fonts/sintony-bold-webfont.woff differ
diff --git a/marketing/branding/styleguide/fonts/sintony-bold-webfont.woff2 b/marketing/branding/styleguide/fonts/sintony-bold-webfont.woff2
new file mode 100755
index 0000000..056661a
Binary files /dev/null and b/marketing/branding/styleguide/fonts/sintony-bold-webfont.woff2 differ
diff --git a/marketing/branding/styleguide/fonts/sintony-regular-webfont.eot b/marketing/branding/styleguide/fonts/sintony-regular-webfont.eot
new file mode 100755
index 0000000..60e5714
Binary files /dev/null and b/marketing/branding/styleguide/fonts/sintony-regular-webfont.eot differ
diff --git a/marketing/branding/styleguide/fonts/sintony-regular-webfont.svg b/marketing/branding/styleguide/fonts/sintony-regular-webfont.svg
new file mode 100755
index 0000000..26996d5
--- /dev/null
+++ b/marketing/branding/styleguide/fonts/sintony-regular-webfont.svg
@@ -0,0 +1,411 @@
+
+
+
\ No newline at end of file
diff --git a/marketing/branding/styleguide/fonts/sintony-regular-webfont.ttf b/marketing/branding/styleguide/fonts/sintony-regular-webfont.ttf
new file mode 100755
index 0000000..e029a7f
Binary files /dev/null and b/marketing/branding/styleguide/fonts/sintony-regular-webfont.ttf differ
diff --git a/marketing/branding/styleguide/fonts/sintony-regular-webfont.woff b/marketing/branding/styleguide/fonts/sintony-regular-webfont.woff
new file mode 100755
index 0000000..ad6b2dd
Binary files /dev/null and b/marketing/branding/styleguide/fonts/sintony-regular-webfont.woff differ
diff --git a/marketing/branding/styleguide/fonts/sintony-regular-webfont.woff2 b/marketing/branding/styleguide/fonts/sintony-regular-webfont.woff2
new file mode 100755
index 0000000..4be8d05
Binary files /dev/null and b/marketing/branding/styleguide/fonts/sintony-regular-webfont.woff2 differ
diff --git a/marketing/branding/styleguide/img/.DS_Store b/marketing/branding/styleguide/img/.DS_Store
new file mode 100644
index 0000000..5008ddf
Binary files /dev/null and b/marketing/branding/styleguide/img/.DS_Store differ
diff --git a/marketing/branding/styleguide/img/aaron-burden-151465.jpg b/marketing/branding/styleguide/img/aaron-burden-151465.jpg
new file mode 100644
index 0000000..2c58647
Binary files /dev/null and b/marketing/branding/styleguide/img/aaron-burden-151465.jpg differ
diff --git a/marketing/branding/styleguide/img/bg-intro.jpg b/marketing/branding/styleguide/img/bg-intro.jpg
new file mode 100644
index 0000000..e4df44f
Binary files /dev/null and b/marketing/branding/styleguide/img/bg-intro.jpg differ
diff --git a/marketing/branding/styleguide/img/logo-osgeo.svg b/marketing/branding/styleguide/img/logo-osgeo.svg
new file mode 100644
index 0000000..dc9b39e
--- /dev/null
+++ b/marketing/branding/styleguide/img/logo-osgeo.svg
@@ -0,0 +1,136 @@
+
+
+
+
diff --git a/marketing/branding/styleguide/img/osgeo-acronym-correct.png b/marketing/branding/styleguide/img/osgeo-acronym-correct.png
new file mode 100644
index 0000000..c67016d
Binary files /dev/null and b/marketing/branding/styleguide/img/osgeo-acronym-correct.png differ
diff --git a/marketing/branding/styleguide/img/osgeo-acronym-incorrect1.png b/marketing/branding/styleguide/img/osgeo-acronym-incorrect1.png
new file mode 100644
index 0000000..2d0abf0
Binary files /dev/null and b/marketing/branding/styleguide/img/osgeo-acronym-incorrect1.png differ
diff --git a/marketing/branding/styleguide/img/osgeo-acronym-incorrect2.png b/marketing/branding/styleguide/img/osgeo-acronym-incorrect2.png
new file mode 100644
index 0000000..637cd25
Binary files /dev/null and b/marketing/branding/styleguide/img/osgeo-acronym-incorrect2.png differ
diff --git a/marketing/branding/styleguide/img/osgeo-board.png b/marketing/branding/styleguide/img/osgeo-board.png
new file mode 100644
index 0000000..03d8516
Binary files /dev/null and b/marketing/branding/styleguide/img/osgeo-board.png differ
diff --git a/marketing/branding/styleguide/img/osgeo-branding-element_01.png b/marketing/branding/styleguide/img/osgeo-branding-element_01.png
new file mode 100644
index 0000000..f60bb08
Binary files /dev/null and b/marketing/branding/styleguide/img/osgeo-branding-element_01.png differ
diff --git a/marketing/branding/styleguide/img/osgeo-branding-element_02.png b/marketing/branding/styleguide/img/osgeo-branding-element_02.png
new file mode 100644
index 0000000..f17a1e3
Binary files /dev/null and b/marketing/branding/styleguide/img/osgeo-branding-element_02.png differ
diff --git a/marketing/branding/styleguide/img/osgeo-branding-element_03.png b/marketing/branding/styleguide/img/osgeo-branding-element_03.png
new file mode 100644
index 0000000..4d525b3
Binary files /dev/null and b/marketing/branding/styleguide/img/osgeo-branding-element_03.png differ
diff --git a/marketing/branding/styleguide/img/osgeo-business-card_01.png b/marketing/branding/styleguide/img/osgeo-business-card_01.png
new file mode 100644
index 0000000..47f0752
Binary files /dev/null and b/marketing/branding/styleguide/img/osgeo-business-card_01.png differ
diff --git a/marketing/branding/styleguide/img/osgeo-business-card_02.png b/marketing/branding/styleguide/img/osgeo-business-card_02.png
new file mode 100644
index 0000000..6fc73a4
Binary files /dev/null and b/marketing/branding/styleguide/img/osgeo-business-card_02.png differ
diff --git a/marketing/branding/styleguide/img/osgeo-charter-member.png b/marketing/branding/styleguide/img/osgeo-charter-member.png
new file mode 100644
index 0000000..e6bfef1
Binary files /dev/null and b/marketing/branding/styleguide/img/osgeo-charter-member.png differ
diff --git a/marketing/branding/styleguide/img/osgeo-code-sprint.png b/marketing/branding/styleguide/img/osgeo-code-sprint.png
new file mode 100644
index 0000000..41cdb33
Binary files /dev/null and b/marketing/branding/styleguide/img/osgeo-code-sprint.png differ
diff --git a/marketing/branding/styleguide/img/osgeo-committee.png b/marketing/branding/styleguide/img/osgeo-committee.png
new file mode 100644
index 0000000..ecdb9d9
Binary files /dev/null and b/marketing/branding/styleguide/img/osgeo-committee.png differ
diff --git a/marketing/branding/styleguide/img/osgeo-community.png b/marketing/branding/styleguide/img/osgeo-community.png
new file mode 100644
index 0000000..11021f5
Binary files /dev/null and b/marketing/branding/styleguide/img/osgeo-community.png differ
diff --git a/marketing/branding/styleguide/img/osgeo-emblem-cmyk.svg b/marketing/branding/styleguide/img/osgeo-emblem-cmyk.svg
new file mode 100644
index 0000000..df9317a
--- /dev/null
+++ b/marketing/branding/styleguide/img/osgeo-emblem-cmyk.svg
@@ -0,0 +1,19 @@
+
+
+
diff --git a/marketing/branding/styleguide/img/osgeo-flyer-front.png b/marketing/branding/styleguide/img/osgeo-flyer-front.png
new file mode 100644
index 0000000..a41ee2b
Binary files /dev/null and b/marketing/branding/styleguide/img/osgeo-flyer-front.png differ
diff --git a/marketing/branding/styleguide/img/osgeo-foss4g.png b/marketing/branding/styleguide/img/osgeo-foss4g.png
new file mode 100644
index 0000000..2bca423
Binary files /dev/null and b/marketing/branding/styleguide/img/osgeo-foss4g.png differ
diff --git a/marketing/branding/styleguide/img/osgeo-geo4all.png b/marketing/branding/styleguide/img/osgeo-geo4all.png
new file mode 100644
index 0000000..d554f32
Binary files /dev/null and b/marketing/branding/styleguide/img/osgeo-geo4all.png differ
diff --git a/marketing/branding/styleguide/img/osgeo-letterhead_01.png b/marketing/branding/styleguide/img/osgeo-letterhead_01.png
new file mode 100644
index 0000000..92aa309
Binary files /dev/null and b/marketing/branding/styleguide/img/osgeo-letterhead_01.png differ
diff --git a/marketing/branding/styleguide/img/osgeo-local-chapter_01.png b/marketing/branding/styleguide/img/osgeo-local-chapter_01.png
new file mode 100644
index 0000000..69a2b1b
Binary files /dev/null and b/marketing/branding/styleguide/img/osgeo-local-chapter_01.png differ
diff --git a/marketing/branding/styleguide/img/osgeo-local-chapter_02.png b/marketing/branding/styleguide/img/osgeo-local-chapter_02.png
new file mode 100644
index 0000000..3c42496
Binary files /dev/null and b/marketing/branding/styleguide/img/osgeo-local-chapter_02.png differ
diff --git a/marketing/branding/styleguide/img/osgeo-local-chapter_03.png b/marketing/branding/styleguide/img/osgeo-local-chapter_03.png
new file mode 100644
index 0000000..d7a879e
Binary files /dev/null and b/marketing/branding/styleguide/img/osgeo-local-chapter_03.png differ
diff --git a/marketing/branding/styleguide/img/osgeo-local-chapter_04.png b/marketing/branding/styleguide/img/osgeo-local-chapter_04.png
new file mode 100644
index 0000000..d6eabb4
Binary files /dev/null and b/marketing/branding/styleguide/img/osgeo-local-chapter_04.png differ
diff --git a/marketing/branding/styleguide/img/osgeo-local-chapter_05.png b/marketing/branding/styleguide/img/osgeo-local-chapter_05.png
new file mode 100644
index 0000000..c410002
Binary files /dev/null and b/marketing/branding/styleguide/img/osgeo-local-chapter_05.png differ
diff --git a/marketing/branding/styleguide/img/osgeo-local-chapter_06.png b/marketing/branding/styleguide/img/osgeo-local-chapter_06.png
new file mode 100644
index 0000000..8b3fac3
Binary files /dev/null and b/marketing/branding/styleguide/img/osgeo-local-chapter_06.png differ
diff --git a/marketing/branding/styleguide/img/osgeo-localchapter-distinct_01.png b/marketing/branding/styleguide/img/osgeo-localchapter-distinct_01.png
new file mode 100644
index 0000000..e5de83d
Binary files /dev/null and b/marketing/branding/styleguide/img/osgeo-localchapter-distinct_01.png differ
diff --git a/marketing/branding/styleguide/img/osgeo-localchapter-distinct_02.png b/marketing/branding/styleguide/img/osgeo-localchapter-distinct_02.png
new file mode 100644
index 0000000..3dd779e
Binary files /dev/null and b/marketing/branding/styleguide/img/osgeo-localchapter-distinct_02.png differ
diff --git a/marketing/branding/styleguide/img/osgeo-logo-blackandwhite.png b/marketing/branding/styleguide/img/osgeo-logo-blackandwhite.png
new file mode 100644
index 0000000..d081ca7
Binary files /dev/null and b/marketing/branding/styleguide/img/osgeo-logo-blackandwhite.png differ
diff --git a/marketing/branding/styleguide/img/osgeo-logo-clearspace.png b/marketing/branding/styleguide/img/osgeo-logo-clearspace.png
new file mode 100644
index 0000000..3a95b03
Binary files /dev/null and b/marketing/branding/styleguide/img/osgeo-logo-clearspace.png differ
diff --git a/marketing/branding/styleguide/img/osgeo-logo-dont_01.png b/marketing/branding/styleguide/img/osgeo-logo-dont_01.png
new file mode 100644
index 0000000..ee3d9e1
Binary files /dev/null and b/marketing/branding/styleguide/img/osgeo-logo-dont_01.png differ
diff --git a/marketing/branding/styleguide/img/osgeo-logo-dont_02.png b/marketing/branding/styleguide/img/osgeo-logo-dont_02.png
new file mode 100644
index 0000000..f418e90
Binary files /dev/null and b/marketing/branding/styleguide/img/osgeo-logo-dont_02.png differ
diff --git a/marketing/branding/styleguide/img/osgeo-logo-dont_03.png b/marketing/branding/styleguide/img/osgeo-logo-dont_03.png
new file mode 100644
index 0000000..fceaacc
Binary files /dev/null and b/marketing/branding/styleguide/img/osgeo-logo-dont_03.png differ
diff --git a/marketing/branding/styleguide/img/osgeo-logo-dont_04.png b/marketing/branding/styleguide/img/osgeo-logo-dont_04.png
new file mode 100644
index 0000000..7b76586
Binary files /dev/null and b/marketing/branding/styleguide/img/osgeo-logo-dont_04.png differ
diff --git a/marketing/branding/styleguide/img/osgeo-logo-minsize.png b/marketing/branding/styleguide/img/osgeo-logo-minsize.png
new file mode 100644
index 0000000..01427c6
Binary files /dev/null and b/marketing/branding/styleguide/img/osgeo-logo-minsize.png differ
diff --git a/marketing/branding/styleguide/img/osgeo-map-style_01.png b/marketing/branding/styleguide/img/osgeo-map-style_01.png
new file mode 100644
index 0000000..e34a6aa
Binary files /dev/null and b/marketing/branding/styleguide/img/osgeo-map-style_01.png differ
diff --git a/marketing/branding/styleguide/img/osgeo-map-style_02.png b/marketing/branding/styleguide/img/osgeo-map-style_02.png
new file mode 100644
index 0000000..78cd57e
Binary files /dev/null and b/marketing/branding/styleguide/img/osgeo-map-style_02.png differ
diff --git a/marketing/branding/styleguide/img/osgeo-onepageinfo_01.png b/marketing/branding/styleguide/img/osgeo-onepageinfo_01.png
new file mode 100644
index 0000000..c9e1935
Binary files /dev/null and b/marketing/branding/styleguide/img/osgeo-onepageinfo_01.png differ
diff --git a/marketing/branding/styleguide/img/osgeo-photo-palette_01.png b/marketing/branding/styleguide/img/osgeo-photo-palette_01.png
new file mode 100644
index 0000000..71e9860
Binary files /dev/null and b/marketing/branding/styleguide/img/osgeo-photo-palette_01.png differ
diff --git a/marketing/branding/styleguide/img/osgeo-photo-palette_02.png b/marketing/branding/styleguide/img/osgeo-photo-palette_02.png
new file mode 100644
index 0000000..adc2ab3
Binary files /dev/null and b/marketing/branding/styleguide/img/osgeo-photo-palette_02.png differ
diff --git a/marketing/branding/styleguide/img/osgeo-photo-palette_03.png b/marketing/branding/styleguide/img/osgeo-photo-palette_03.png
new file mode 100644
index 0000000..cbd2552
Binary files /dev/null and b/marketing/branding/styleguide/img/osgeo-photo-palette_03.png differ
diff --git a/marketing/branding/styleguide/img/osgeo-photo-seaside_01.png b/marketing/branding/styleguide/img/osgeo-photo-seaside_01.png
new file mode 100644
index 0000000..1df4cb7
Binary files /dev/null and b/marketing/branding/styleguide/img/osgeo-photo-seaside_01.png differ
diff --git a/marketing/branding/styleguide/img/osgeo-photo-seaside_02.png b/marketing/branding/styleguide/img/osgeo-photo-seaside_02.png
new file mode 100644
index 0000000..8904eca
Binary files /dev/null and b/marketing/branding/styleguide/img/osgeo-photo-seaside_02.png differ
diff --git a/marketing/branding/styleguide/img/osgeo-photo-urban_01.png b/marketing/branding/styleguide/img/osgeo-photo-urban_01.png
new file mode 100644
index 0000000..6f9097a
Binary files /dev/null and b/marketing/branding/styleguide/img/osgeo-photo-urban_01.png differ
diff --git a/marketing/branding/styleguide/img/osgeo-photo-urban_02.png b/marketing/branding/styleguide/img/osgeo-photo-urban_02.png
new file mode 100644
index 0000000..647222e
Binary files /dev/null and b/marketing/branding/styleguide/img/osgeo-photo-urban_02.png differ
diff --git a/marketing/branding/styleguide/img/osgeo-planet.png b/marketing/branding/styleguide/img/osgeo-planet.png
new file mode 100644
index 0000000..6a07258
Binary files /dev/null and b/marketing/branding/styleguide/img/osgeo-planet.png differ
diff --git a/marketing/branding/styleguide/img/osgeo-presentation_slides.png b/marketing/branding/styleguide/img/osgeo-presentation_slides.png
new file mode 100644
index 0000000..ee3b027
Binary files /dev/null and b/marketing/branding/styleguide/img/osgeo-presentation_slides.png differ
diff --git a/marketing/branding/styleguide/img/osgeo-project.png b/marketing/branding/styleguide/img/osgeo-project.png
new file mode 100644
index 0000000..f9cda44
Binary files /dev/null and b/marketing/branding/styleguide/img/osgeo-project.png differ
diff --git a/marketing/branding/styleguide/img/osgeo-rollup-banner_01.png b/marketing/branding/styleguide/img/osgeo-rollup-banner_01.png
new file mode 100644
index 0000000..231a9c0
Binary files /dev/null and b/marketing/branding/styleguide/img/osgeo-rollup-banner_01.png differ
diff --git a/marketing/branding/styleguide/img/osgeo-service-provider.png b/marketing/branding/styleguide/img/osgeo-service-provider.png
new file mode 100644
index 0000000..a4d58c5
Binary files /dev/null and b/marketing/branding/styleguide/img/osgeo-service-provider.png differ
diff --git a/marketing/branding/styleguide/img/osgeo-social-facebook.png b/marketing/branding/styleguide/img/osgeo-social-facebook.png
new file mode 100644
index 0000000..8a9d900
Binary files /dev/null and b/marketing/branding/styleguide/img/osgeo-social-facebook.png differ
diff --git a/marketing/branding/styleguide/img/osgeo-social-profile_01.png b/marketing/branding/styleguide/img/osgeo-social-profile_01.png
new file mode 100644
index 0000000..a07bc51
Binary files /dev/null and b/marketing/branding/styleguide/img/osgeo-social-profile_01.png differ
diff --git a/marketing/branding/styleguide/img/osgeo-social-profile_02.png b/marketing/branding/styleguide/img/osgeo-social-profile_02.png
new file mode 100644
index 0000000..34fd72e
Binary files /dev/null and b/marketing/branding/styleguide/img/osgeo-social-profile_02.png differ
diff --git a/marketing/branding/styleguide/img/osgeo-social-profile_03.png b/marketing/branding/styleguide/img/osgeo-social-profile_03.png
new file mode 100644
index 0000000..0369579
Binary files /dev/null and b/marketing/branding/styleguide/img/osgeo-social-profile_03.png differ
diff --git a/marketing/branding/styleguide/img/osgeo-social-profile_04.png b/marketing/branding/styleguide/img/osgeo-social-profile_04.png
new file mode 100644
index 0000000..c4eff1e
Binary files /dev/null and b/marketing/branding/styleguide/img/osgeo-social-profile_04.png differ
diff --git a/marketing/branding/styleguide/img/osgeo-social-twitter.png b/marketing/branding/styleguide/img/osgeo-social-twitter.png
new file mode 100644
index 0000000..1560644
Binary files /dev/null and b/marketing/branding/styleguide/img/osgeo-social-twitter.png differ
diff --git a/marketing/branding/styleguide/img/osgeo-sticker_01.png b/marketing/branding/styleguide/img/osgeo-sticker_01.png
new file mode 100644
index 0000000..dc18b63
Binary files /dev/null and b/marketing/branding/styleguide/img/osgeo-sticker_01.png differ
diff --git a/marketing/branding/styleguide/img/osgeo-sticker_02.png b/marketing/branding/styleguide/img/osgeo-sticker_02.png
new file mode 100644
index 0000000..875b963
Binary files /dev/null and b/marketing/branding/styleguide/img/osgeo-sticker_02.png differ
diff --git a/marketing/branding/styleguide/img/osgeo-table_cloth.png b/marketing/branding/styleguide/img/osgeo-table_cloth.png
new file mode 100644
index 0000000..7bb1cbe
Binary files /dev/null and b/marketing/branding/styleguide/img/osgeo-table_cloth.png differ
diff --git a/marketing/branding/styleguide/img/osgeo-tshirt_01.png b/marketing/branding/styleguide/img/osgeo-tshirt_01.png
new file mode 100644
index 0000000..47021b2
Binary files /dev/null and b/marketing/branding/styleguide/img/osgeo-tshirt_01.png differ
diff --git a/marketing/branding/styleguide/img/osgeo-tshirt_02.png b/marketing/branding/styleguide/img/osgeo-tshirt_02.png
new file mode 100644
index 0000000..80314f2
Binary files /dev/null and b/marketing/branding/styleguide/img/osgeo-tshirt_02.png differ
diff --git a/marketing/branding/styleguide/img/osgeo-tshirt_03.png b/marketing/branding/styleguide/img/osgeo-tshirt_03.png
new file mode 100644
index 0000000..d216bcd
Binary files /dev/null and b/marketing/branding/styleguide/img/osgeo-tshirt_03.png differ
diff --git a/marketing/branding/styleguide/img/osgeo-website_desktop_01.png b/marketing/branding/styleguide/img/osgeo-website_desktop_01.png
new file mode 100644
index 0000000..ed3ed02
Binary files /dev/null and b/marketing/branding/styleguide/img/osgeo-website_desktop_01.png differ
diff --git a/marketing/branding/styleguide/img/osgeo-website_desktop_02.png b/marketing/branding/styleguide/img/osgeo-website_desktop_02.png
new file mode 100644
index 0000000..b41d782
Binary files /dev/null and b/marketing/branding/styleguide/img/osgeo-website_desktop_02.png differ
diff --git a/marketing/branding/styleguide/img/osgeo-website_desktop_03.png b/marketing/branding/styleguide/img/osgeo-website_desktop_03.png
new file mode 100644
index 0000000..7017454
Binary files /dev/null and b/marketing/branding/styleguide/img/osgeo-website_desktop_03.png differ
diff --git a/marketing/branding/styleguide/img/osgeo-website_mobile_01.png b/marketing/branding/styleguide/img/osgeo-website_mobile_01.png
new file mode 100644
index 0000000..fb45dd2
Binary files /dev/null and b/marketing/branding/styleguide/img/osgeo-website_mobile_01.png differ
diff --git a/marketing/branding/styleguide/img/osgeo-website_mobile_02.png b/marketing/branding/styleguide/img/osgeo-website_mobile_02.png
new file mode 100644
index 0000000..3f48726
Binary files /dev/null and b/marketing/branding/styleguide/img/osgeo-website_mobile_02.png differ
diff --git a/marketing/branding/styleguide/img/osgeo-website_mobile_03.png b/marketing/branding/styleguide/img/osgeo-website_mobile_03.png
new file mode 100644
index 0000000..f73b036
Binary files /dev/null and b/marketing/branding/styleguide/img/osgeo-website_mobile_03.png differ
diff --git a/marketing/branding/styleguide/img/osgeo-website_mobile_04.png b/marketing/branding/styleguide/img/osgeo-website_mobile_04.png
new file mode 100644
index 0000000..c285395
Binary files /dev/null and b/marketing/branding/styleguide/img/osgeo-website_mobile_04.png differ
diff --git a/marketing/branding/styleguide/img/paul-gilmore-167024.jpg b/marketing/branding/styleguide/img/paul-gilmore-167024.jpg
new file mode 100644
index 0000000..f749e70
Binary files /dev/null and b/marketing/branding/styleguide/img/paul-gilmore-167024.jpg differ
diff --git a/marketing/branding/styleguide/index.html b/marketing/branding/styleguide/index.html
new file mode 100644
index 0000000..fe649a8
--- /dev/null
+++ b/marketing/branding/styleguide/index.html
@@ -0,0 +1,28 @@
+
+
+
+ OSGeo Branding Style Guide
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/marketing/branding/styleguide/index.md b/marketing/branding/styleguide/index.md
new file mode 100644
index 0000000..1c278ad
--- /dev/null
+++ b/marketing/branding/styleguide/index.md
@@ -0,0 +1,11 @@
+
+
+# Branding Style Guide
+
+## Open Source Geospatial Foundation
+
+
This document contains the collected elements of the new **[OSGeo](http://osgeo.org)** visual identity and provides guidelines for their use. This is a toolkit designed to help us create more consistent visual communications pieces. The system is both unifying and extensible allowing enough diversity to meet the demands presented by different audiences and applications while maintaining a consistent visual character that is both distinct and concise.
+
+**An Identity is more than a logo, typeface or color**.
+When used thoughtfully and consistently, our identity becomes the unified voice of our organization. With so many variables, this style guide should be used to ensure brand consistency for current and
+future use.
+
+
+## Styleguide
+
+This is the HTML version of the **OSGeo branding styleguide** built on top of [mdwiki](http://dynalon.github.io/mdwiki/#!index.md). Content is written into markdown files from which the top and sidebar menu are generated. Some additional inline HTML markup is included in the markdown to improve the styleguide presentation and correctly meet the guidelines.
+
+This ocument is an entry point to the OSGeo branding assets and guidelines. Every material and content is available on [Github](https://github.com/OSGeo/osgeo/tree/master/marketing/branding), so feel free to reuse it and please help us to make it better !
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/marketing/branding/styleguide/js/highlight-7.3.pack.min.js b/marketing/branding/styleguide/js/highlight-7.3.pack.min.js
new file mode 100644
index 0000000..3e918e4
--- /dev/null
+++ b/marketing/branding/styleguide/js/highlight-7.3.pack.min.js
@@ -0,0 +1,5 @@
+/* highlight.js Copyright (c) 2006, Ivan Sagalaev. Licensed under BSD 3-clause.
+ See https://github.com/isagalaev/highlight.js/blob/master/LICENSE
+*/
+
+var hljs=new function(){function l(o){return o.replace(/&/gm,"&").replace(//gm,">")}function b(p){for(var o=p.firstChild;o;o=o.nextSibling){if(o.nodeName=="CODE"){return o}if(!(o.nodeType==3&&o.nodeValue.match(/\s+/))){break}}}function h(p,o){return Array.prototype.map.call(p.childNodes,function(q){if(q.nodeType==3){return o?q.nodeValue.replace(/\n/g,""):q.nodeValue}if(q.nodeName=="BR"){return"\n"}return h(q,o)}).join("")}function a(q){var p=(q.className+" "+q.parentNode.className).split(/\s+/);p=p.map(function(r){return r.replace(/^language-/,"")});for(var o=0;o"}while(x.length||v.length){var u=t().splice(0,1)[0];y+=l(w.substr(p,u.offset-p));p=u.offset;if(u.event=="start"){y+=s(u.node);r.push(u.node)}else{if(u.event=="stop"){var o,q=r.length;do{q--;o=r[q];y+=(""+o.nodeName.toLowerCase()+">")}while(o!=u.node);r.splice(q,1);while(q'+L[0]+""}else{r+=L[0]}N=A.lR.lastIndex;L=A.lR.exec(K)}return r+K.substr(N)}function z(){if(A.sL&&!e[A.sL]){return l(w)}var r=A.sL?d(A.sL,w):g(w);if(A.r>0){v+=r.keyword_count;B+=r.r}return''+r.value+""}function J(){return A.sL!==undefined?z():G()}function I(L,r){var K=L.cN?'':"";if(L.rB){x+=K;w=""}else{if(L.eB){x+=l(r)+K;w=""}else{x+=K;w=r}}A=Object.create(L,{parent:{value:A}});B+=L.r}function C(K,r){w+=K;if(r===undefined){x+=J();return 0}var L=o(r,A);if(L){x+=J();I(L,r);return L.rB?0:r.length}var M=s(A,r);if(M){if(!(M.rE||M.eE)){w+=r}x+=J();do{if(A.cN){x+=""}A=A.parent}while(A!=M.parent);if(M.eE){x+=l(r)}w="";if(M.starts){I(M.starts,"")}return M.rE?0:r.length}if(t(r,A)){throw"Illegal"}w+=r;return r.length||1}var F=e[D];f(F);var A=F;var w="";var B=0;var v=0;var x="";try{var u,q,p=0;while(true){A.t.lastIndex=p;u=A.t.exec(E);if(!u){break}q=C(E.substr(p,u.index-p),u[0]);p=u.index+q}C(E.substr(p));return{r:B,keyword_count:v,value:x,language:D}}catch(H){if(H=="Illegal"){return{r:0,keyword_count:0,value:l(E)}}else{throw H}}}function g(s){var o={keyword_count:0,r:0,value:l(s)};var q=o;for(var p in e){if(!e.hasOwnProperty(p)){continue}var r=d(p,s);r.language=p;if(r.keyword_count+r.r>q.keyword_count+q.r){q=r}if(r.keyword_count+r.r>o.keyword_count+o.r){q=o;o=r}}if(q.language){o.second_best=q}return o}function i(q,p,o){if(p){q=q.replace(/^((<[^>]+>|\t)+)/gm,function(r,v,u,t){return v.replace(/\t/g,p)})}if(o){q=q.replace(/\n/g," ")}return q}function m(r,u,p){var v=h(r,p);var t=a(r);if(t=="no-highlight"){return}var w=t?d(t,v):g(v);t=w.language;var o=c(r);if(o.length){var q=document.createElement("pre");q.innerHTML=w.value;w.value=j(o,c(q),v)}w.value=i(w.value,u,p);var s=r.className;if(!s.match("(\\s|^)(language-)?"+t+"(\\s|$)")){s=s?(s+" "+t):t}r.innerHTML=w.value;r.className=s;r.result={language:t,kw:w.keyword_count,re:w.r};if(w.second_best){r.second_best={language:w.second_best.language,kw:w.second_best.keyword_count,re:w.second_best.r}}}function n(){if(n.called){return}n.called=true;Array.prototype.map.call(document.getElementsByTagName("pre"),b).filter(Boolean).forEach(function(o){m(o,hljs.tabReplace)})}function k(){window.addEventListener("DOMContentLoaded",n,false);window.addEventListener("load",n,false)}var e={};this.LANGUAGES=e;this.highlight=d;this.highlightAuto=g;this.fixMarkup=i;this.highlightBlock=m;this.initHighlighting=n;this.initHighlightingOnLoad=k;this.IR="[a-zA-Z][a-zA-Z0-9_]*";this.UIR="[a-zA-Z_][a-zA-Z0-9_]*";this.NR="\\b\\d+(\\.\\d+)?";this.CNR="(\\b0[xX][a-fA-F0-9]+|(\\b\\d+(\\.\\d*)?|\\.\\d+)([eE][-+]?\\d+)?)";this.BNR="\\b(0b[01]+)";this.RSR="!|!=|!==|%|%=|&|&&|&=|\\*|\\*=|\\+|\\+=|,|\\.|-|-=|/|/=|:|;|<|<<|<<=|<=|=|==|===|>|>=|>>|>>=|>>>|>>>=|\\?|\\[|\\{|\\(|\\^|\\^=|\\||\\|=|\\|\\||~";this.BE={b:"\\\\[\\s\\S]",r:0};this.ASM={cN:"string",b:"'",e:"'",i:"\\n",c:[this.BE],r:0};this.QSM={cN:"string",b:'"',e:'"',i:"\\n",c:[this.BE],r:0};this.CLCM={cN:"comment",b:"//",e:"$"};this.CBLCLM={cN:"comment",b:"/\\*",e:"\\*/"};this.HCM={cN:"comment",b:"#",e:"$"};this.NM={cN:"number",b:this.NR,r:0};this.CNM={cN:"number",b:this.CNR,r:0};this.BNM={cN:"number",b:this.BNR,r:0};this.inherit=function(q,r){var o={};for(var p in q){o[p]=q[p]}if(r){for(var p in r){o[p]=r[p]}}return o}}();hljs.LANGUAGES.bash=function(a){var g="true false";var e="if then else elif fi for break continue while in do done echo exit return set declare";var c={cN:"variable",b:"\\$[a-zA-Z0-9_#]+"};var b={cN:"variable",b:"\\${([^}]|\\\\})+}"};var h={cN:"string",b:'"',e:'"',i:"\\n",c:[a.BE,c,b],r:0};var d={cN:"string",b:"'",e:"'",c:[{b:"''"}],r:0};var f={cN:"test_condition",b:"",e:"",c:[h,d,c,b],k:{literal:g},r:0};return{k:{keyword:e,literal:g},c:[{cN:"shebang",b:"(#!\\/bin\\/bash)|(#!\\/bin\\/sh)",r:10},c,b,a.HCM,h,d,a.inherit(f,{b:"\\[ ",e:" \\]",r:0}),a.inherit(f,{b:"\\[\\[ ",e:" \\]\\]"})]}}(hljs);hljs.LANGUAGES.cs=function(a){return{k:"abstract as base bool break byte case catch char checked class const continue decimal default delegate do double else enum event explicit extern false finally fixed float for foreach goto if implicit in int interface internal is lock long namespace new null object operator out override params private protected public readonly ref return sbyte sealed short sizeof stackalloc static string struct switch this throw true try typeof uint ulong unchecked unsafe ushort using virtual volatile void while ascending descending from get group into join let orderby partial select set value var where yield",c:[{cN:"comment",b:"///",e:"$",rB:true,c:[{cN:"xmlDocTag",b:"///|"},{cN:"xmlDocTag",b:"?",e:">"}]},a.CLCM,a.CBLCLM,{cN:"preprocessor",b:"#",e:"$",k:"if else elif endif define undef warning error line region endregion pragma checksum"},{cN:"string",b:'@"',e:'"',c:[{b:'""'}]},a.ASM,a.QSM,a.CNM]}}(hljs);hljs.LANGUAGES.ruby=function(e){var a="[a-zA-Z_][a-zA-Z0-9_]*(\\!|\\?)?";var j="[a-zA-Z_]\\w*[!?=]?|[-+~]\\@|<<|>>|=~|===?|<=>|[<>]=?|\\*\\*|[-/+%^&*~`|]|\\[\\]=?";var g={keyword:"and false then defined module in return redo if BEGIN retry end for true self when next until do begin unless END rescue nil else break undef not super class case require yield alias while ensure elsif or include"};var c={cN:"yardoctag",b:"@[A-Za-z]+"};var k=[{cN:"comment",b:"#",e:"$",c:[c]},{cN:"comment",b:"^\\=begin",e:"^\\=end",c:[c],r:10},{cN:"comment",b:"^__END__",e:"\\n$"}];var d={cN:"subst",b:"#\\{",e:"}",l:a,k:g};var i=[e.BE,d];var b=[{cN:"string",b:"'",e:"'",c:i,r:0},{cN:"string",b:'"',e:'"',c:i,r:0},{cN:"string",b:"%[qw]?\\(",e:"\\)",c:i},{cN:"string",b:"%[qw]?\\[",e:"\\]",c:i},{cN:"string",b:"%[qw]?{",e:"}",c:i},{cN:"string",b:"%[qw]?<",e:">",c:i,r:10},{cN:"string",b:"%[qw]?/",e:"/",c:i,r:10},{cN:"string",b:"%[qw]?%",e:"%",c:i,r:10},{cN:"string",b:"%[qw]?-",e:"-",c:i,r:10},{cN:"string",b:"%[qw]?\\|",e:"\\|",c:i,r:10}];var h={cN:"function",bWK:true,e:" |$|;",k:"def",c:[{cN:"title",b:j,l:a,k:g},{cN:"params",b:"\\(",e:"\\)",l:a,k:g}].concat(k)};var f=k.concat(b.concat([{cN:"class",bWK:true,e:"$|;",k:"class module",c:[{cN:"title",b:"[A-Za-z_]\\w*(::\\w+)*(\\?|\\!)?",r:0},{cN:"inheritance",b:"<\\s*",c:[{cN:"parent",b:"("+e.IR+"::)?"+e.IR}]}].concat(k)},h,{cN:"constant",b:"(::)?(\\b[A-Z]\\w*(::)?)+",r:0},{cN:"symbol",b:":",c:b.concat([{b:j}]),r:0},{cN:"symbol",b:a+":",r:0},{cN:"number",b:"(\\b0[0-7_]+)|(\\b0x[0-9a-fA-F_]+)|(\\b[1-9][0-9_]*(\\.[0-9_]+)?)|[0_]\\b",r:0},{cN:"number",b:"\\?\\w"},{cN:"variable",b:"(\\$\\W)|((\\$|\\@\\@?)(\\w+))"},{b:"("+e.RSR+")\\s*",c:k.concat([{cN:"regexp",b:"/",e:"/[a-z]*",i:"\\n",c:[e.BE,d]}]),r:0}]));d.c=f;h.c[1].c=f;return{l:a,k:g,c:f}}(hljs);hljs.LANGUAGES.javascript=function(a){return{k:{keyword:"in if for while finally var new function do return void else break catch instanceof with throw case default try this switch continue typeof delete let yield const",literal:"true false null undefined NaN Infinity"},c:[a.ASM,a.QSM,a.CLCM,a.CBLCLM,a.CNM,{b:"("+a.RSR+"|\\b(case|return|throw)\\b)\\s*",k:"return throw case",c:[a.CLCM,a.CBLCLM,{cN:"regexp",b:"/",e:"/[gim]*",i:"\\n",c:[{b:"\\\\/"}]},{b:"<",e:">;",sL:"xml"}],r:0},{cN:"function",bWK:true,e:"{",k:"function",c:[{cN:"title",b:"[A-Za-z$_][0-9A-Za-z$_]*"},{cN:"params",b:"\\(",e:"\\)",c:[a.CLCM,a.CBLCLM],i:"[\"'\\(]"}],i:"\\[|%"}]}}(hljs);hljs.LANGUAGES.xml=function(a){var c="[A-Za-z0-9\\._:-]+";var b={eW:true,c:[{cN:"attribute",b:c,r:0},{b:'="',rB:true,e:'"',c:[{cN:"value",b:'"',eW:true}]},{b:"='",rB:true,e:"'",c:[{cN:"value",b:"'",eW:true}]},{b:"=",c:[{cN:"value",b:"[^\\s/>]+"}]}]};return{cI:true,c:[{cN:"pi",b:"<\\?",e:"\\?>",r:10},{cN:"doctype",b:"",r:10,c:[{b:"\\[",e:"\\]"}]},{cN:"comment",b:"",r:10},{cN:"cdata",b:"<\\!\\[CDATA\\[",e:"\\]\\]>",r:10},{cN:"tag",b:"",rE:true,sL:"css"}},{cN:"tag",b:"