AsciiDoc Logo Published.

Change-Id: I96b24a0b074fe5e4a2630683f392d03fe87b9fff
Signed-off-by: Christie Witt <christie.witt@eclipse-foundation.org>
diff --git a/workinggroups/assets/images/wg_asciidoc.svg b/workinggroups/assets/images/wg_asciidoc.svg
new file mode 100644
index 0000000..a9c9fea
--- /dev/null
+++ b/workinggroups/assets/images/wg_asciidoc.svg
@@ -0,0 +1,39 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 24.2.1, SVG Export Plug-In . SVG Version: 6.00 Build 0)  -->
+<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
+	 viewBox="0 0 228.3 56.2" style="enable-background:new 0 0 228.3 56.2;" xml:space="preserve">
+<style type="text/css">
+	.st0{fill:#203B70;}
+	.st1{fill:#F15F29;}
+	.st2{fill:#FFFFFF;}
+</style>
+<g>
+	<polygon class="st0" points="64.1,11.9 50.9,44.5 55.4,44.5 66.2,17.5 72.4,32.8 61.7,32.8 60.1,36.8 74,36.8 77.1,44.5 81.9,44.5 
+		68.3,11.9 	"/>
+	<path class="st0" d="M98.3,30.6h-9.1c-1.5,0-2.2-0.6-2.2-2v-1.8c0-1.5,0.7-2.2,2.4-2.2h13.3v-3.7H88.7c-3.7,0-5.7,1.9-5.7,5.5V29
+		c0,3.4,1.9,5.1,5.5,5.1h9.1c1.5,0,2.1,0.6,2.1,2v2.5c0,1-0.3,2.2-2.6,2.2H83.2v3.7h14.7c3.8,0,5.8-1.9,5.8-5.5v-3.3
+		C103.8,32.3,101.9,30.6,98.3,30.6z"/>
+	<path class="st0" d="M106.9,28.6v8.1c0,5.1,2.5,7.7,7.5,7.7H125v-4.1h-10c-2.7,0-4-1.3-4-4.1v-7.1c0-2.8,1.3-4.1,4-4.1h10v-4.2
+		h-10.6C109.4,20.9,106.9,23.5,106.9,28.6z"/>
+	<rect x="128.8" y="11.6" class="st0" width="4.2" height="6"/>
+	<rect x="128.8" y="21.1" class="st0" width="4.2" height="23.3"/>
+	<rect x="137.3" y="21.1" class="st0" width="4.2" height="23.3"/>
+	<rect x="137.3" y="11.6" class="st0" width="4.2" height="6"/>
+	<path class="st0" d="M161.8,11.9h-15.9v32.5h4.3V16.2h11.3c3.3,0,4.9,1.6,4.9,4.9v14.2c0,3.4-1.5,4.9-4.9,4.9h-9.6v4.2h9.9
+		c5.8,0,8.8-3,8.8-9V20.9C170.6,15,167.6,11.9,161.8,11.9z"/>
+	<path class="st0" d="M189.6,20.9H182c-5,0-7.5,2.6-7.5,7.7v8.1c0,5.1,2.5,7.7,7.5,7.7h7.6c5,0,7.5-2.6,7.5-7.7v-8.1
+		C197.2,23.5,194.6,20.9,189.6,20.9z M193,29.2v7.1c0,2.8-1.3,4.1-4,4.1h-6.4c-2.7,0-4-1.3-4-4.1v-7.1c0-2.8,1.3-4.1,4-4.1h6.4
+		C191.8,25.1,193,26.4,193,29.2z"/>
+	<path class="st0" d="M209.2,25.1h10v-4.2h-10.6c-5,0-7.5,2.6-7.5,7.7v8.1c0,5.1,2.5,7.7,7.5,7.7h10.6v-4.1h-10c-2.7,0-4-1.3-4-4.1
+		v-7.1C205.2,26.4,206.4,25.1,209.2,25.1z"/>
+</g>
+<path class="st1" d="M42.2,21.4c3,3,3,8,0,11.1l-10,10c-3,3-8,3-11.1,0l-10-10c-3-3-3-8,0-11.1l10-10c3-3,8-3,11.1,0L42.2,21.4z"/>
+<g>
+	<g>
+		<rect x="16.3" y="23" class="st2" width="20.7" height="2.5"/>
+	</g>
+	<g>
+		<rect x="16.3" y="28.3" class="st2" width="20.7" height="2.5"/>
+	</g>
+</g>
+</svg>
diff --git a/workinggroups/assets/inc/app.php b/workinggroups/assets/inc/app.php
index daedd61..c13c04d 100644
--- a/workinggroups/assets/inc/app.php
+++ b/workinggroups/assets/inc/app.php
@@ -2,7 +2,7 @@
 
 $working_group[] = array(
   'title' => 'AsciiDoc',
-  'logo' => '',
+  'logo' => 'wg_asciidoc.svg',
   'body' => 'The AsciiDoc Working Group drives the standardization, adoption, and evolution of AsciiDoc. This group encourages and shapes the open, collaborative development of the AsciiDoc language and its processors in order to provide a lexicon for authoring technical content and a common interface for AsciiDoc-compatible applications and services.',
   'website' => '',
   'charter' => '/org/workinggroups/asciidoc-charter.php',