Skip to content

Instantly share code, notes, and snippets.

@shgysk8zer0
Last active August 29, 2015 14:22
Show Gist options
  • Save shgysk8zer0/ba1b82709aec256a7af1 to your computer and use it in GitHub Desktop.
Save shgysk8zer0/ba1b82709aec256a7af1 to your computer and use it in GitHub Desktop.
HTML Import Demo
# Auto detect text files and perform LF normalization
* text=auto
# Custom for Visual Studio
*.cs diff=csharp
# Standard to msysgit
*.doc diff=astextplain
*.DOC diff=astextplain
*.docx diff=astextplain
*.DOCX diff=astextplain
*.dot diff=astextplain
*.DOT diff=astextplain
*.pdf diff=astextplain
*.PDF diff=astextplain
*.rtf diff=astextplain
*.RTF diff=astextplain
# Ignore
*.dav
*.bak
*.save
*~
*.log
*.orig
Thumbs.db
#################
## Eclipse
#################
*.pydevproject
.project
.metadata
bin/
tmp/
*.tmp
*.bak
*.swp
*~.nib
local.properties
.classpath
.settings/
.loadpath
# External tool builders
.externalToolBuilders/
# Locally stored "Eclipse launch configurations"
*.launch
# CDT-specific
.cproject
# PDT-specific
.buildpath
#################
## Visual Studio
#################
## Ignore Visual Studio temporary files, build results, and
## files generated by popular Visual Studio add-ons.
# User-specific files
*.suo
*.user
*.sln.docstates
# Build results
[Dd]ebug/
[Rr]elease/
x64/
build/
[Bb]in/
[Oo]bj/
# MSTest test Results
[Tt]est[Rr]esult*/
[Bb]uild[Ll]og.*
*_i.c
*_p.c
*.ilk
*.meta
*.obj
*.pch
*.pdb
*.pgc
*.pgd
*.rsp
*.sbr
*.tlb
*.tli
*.tlh
*.tmp
*.tmp_proj
*.log
*.vspscc
*.vssscc
.builds
*.pidb
*.log
*.scc
# Visual C++ cache files
ipch/
*.aps
*.ncb
*.opensdf
*.sdf
*.cachefile
# Visual Studio profiler
*.psess
*.vsp
*.vspx
# Guidance Automation Toolkit
*.gpState
# ReSharper is a .NET coding add-in
_ReSharper*/
*.[Rr]e[Ss]harper
# TeamCity is a build add-in
_TeamCity*
# DotCover is a Code Coverage Tool
*.dotCover
# NCrunch
*.ncrunch*
.*crunch*.local.xml
# Installshield output folder
[Ee]xpress/
# DocProject is a documentation generator add-in
DocProject/buildhelp/
DocProject/Help/*.HxT
DocProject/Help/*.HxC
DocProject/Help/*.hhc
DocProject/Help/*.hhk
DocProject/Help/*.hhp
DocProject/Help/Html2
DocProject/Help/html
# Click-Once directory
publish/
# Publish Web Output
*.Publish.xml
*.pubxml
*.publishproj
# NuGet Packages Directory
## TODO: If you have NuGet Package Restore enabled, uncomment the next line
#packages/
# Windows Azure Build Output
csx
*.build.csdef
# Windows Store app package directory
AppPackages/
# Others
sql/
*.Cache
ClientBin/
[Ss]tyle[Cc]op.*
~$*
*~
*.dbmdl
*.[Pp]ublish.xml
*.pfx
*.publishsettings
# RIA/Silverlight projects
Generated_Code/
# Backup & report files from converting an old project file to a newer
# Visual Studio version. Backup files are not needed, because we have git ;-)
_UpgradeReport_Files/
Backup*/
UpgradeLog*.XML
UpgradeLog*.htm
# SQL Server files
App_Data/*.mdf
App_Data/*.ldf
#############
## Windows detritus
#############
# Windows image file caches
Thumbs.db
ehthumbs.db
# Folder config file
Desktop.ini
# Recycle Bin used on file shares
$RECYCLE.BIN/
# Mac crap
.DS_Store
#############
## Python
#############
*.py[cod]
# Packages
*.egg
*.egg-info
dist/
build/
eggs/
parts/
var/
sdist/
develop-eggs/
.installed.cfg
# Installer logs
pip-log.txt
# Unit test / coverage reports
.coverage
.tox
#Translations
*.mo
#Mr Developer
.mr.developer.cfg
Options -Indexes +SymLinksIfOwnerMatch
DirectoryIndex index.html
<IfModule headers_module>
Header set X-Frame-Options "SAMEORIGIN"
Header set X-Content-Type-Options nosniff
Header set X-XSS-Protection "1; mode=block"
Header set Cache-Control "public, must-revalidate, proxy-revalidate, no-transform"
Header set X-UA-Compatible "IE=edge,chrome=1"
Header set Connection "Keep-Alive"
# `mod_headers` can't match based on the content-type, however, we only
# want to send this header for HTML pages and not for the other resources
<FilesMatch "\.(appcache|crx|css|eot|gif|htc|ico|jpe?g|js|m4a|m4v|manifest|mp4|oex|oga|ogg|ogv|otf|pdf|png|safariextz|svg|svgz|ttf|vcf|webapp|webm|webp|woff2?|xml|xpi)$">
Header set Cache-Control "public, must-revalidate, proxy-revalidate, no-transform"
Header unset X-Frame-Options
Header unset X-XSS-Protection
Header unset X-UA-Compatible
</FilesMatch>
<Files manifest.appcache>
# Header set Cache-Control "public, no-store, must-revalidate, proxy-revalidate, no-transform"
# Header set Cache-Control "public, no-cache, no-store, must-revalidate, proxy-revalidate, no-transform"
Header unset Accept-Ranges
</Files>
<IfModule ssl_module>
Header set Strict-Transport-Security max-age=16070400;
</IfModule>
<IfModule setenvif_module>
<FilesMatch "\.(gif|ico|jpe?g|png|svgz?|webp)$">
SetEnvIf Origin ":" IS_CORS
Header set Access-Control-Allow-Origin "*" env=IS_CORS
</FilesMatch>
</IfModule>
</IfModule>
# ------------------------------------------------------------------------------
# | UTF-8 encoding |
# ------------------------------------------------------------------------------
# Use UTF-8 encoding for anything served as `text/html` or `text/plain`.
AddDefaultCharset utf-8
# ------------------------------------------------------------------------------
# | Proper MIME types for all files |
# ------------------------------------------------------------------------------
<IfModule mime_module>
AddCharset utf-8 .atom .css .js .json .rss .vtt .webapp .xml
# Audio
AddType audio/mp4 .m4a .f4a .f4b
AddType audio/ogg .oga .ogg
# JavaScript
# Normalize to standard type (it's sniffed in IE anyways):
# http://tools.ietf.org/html/rfc4329#section-7.2
AddType application/javascript .js .jsonp
AddType application/json .json
# Video
AddType video/mp4 .mp4 .m4v .f4v .f4p
AddType video/ogg .ogv
AddType video/webm .webm
AddType video/x-flv .flv
# Web fonts
AddType application/font-woff .woff
AddType application/font-woff2 .woff2
AddType application/vnd.ms-fontobject .eot
# Browsers usually ignore the font MIME types and sniff the content,
# however, Chrome shows a warning if other MIME types are used for the
# following fonts.
AddType application/x-font-ttf .ttc .ttf
AddType font/opentype .otf
# Make SVGZ fonts work on iPad:
# https://twitter.com/FontSquirrel/status/14855840545
AddType image/svg+xml .svg .svgz
AddEncoding gzip .svgz
# Other
AddType application/octet-stream .safariextz
AddType application/x-chrome-extension .crx
AddType application/x-opera-extension .oex
AddType application/x-shockwave-flash .swf
AddType application/x-web-app-manifest+json .webapp
AddType application/x-xpinstall .xpi
AddType application/xml .atom .rdf .rss .xml
AddType text/x-markdown .md
AddType image/webp .webp
AddType image/x-icon .ico
AddType text/cache-manifest .appcache .manifest
AddType text/vtt .vtt
AddType text/x-component .htc
AddType text/x-vcard .vcf
AddType application/pgp-keys .gpg .pgp
</IfModule>
# Block access to backup and source files.
# These files may be left by some text editors and can pose a great security
# danger when anyone has access to them.
<FilesMatch "(^#.*|~.*|\.(bak|ht.*|dav|conf(ig)?|dist|fla|inc|ini|log|psd|sql|sw[op]|asc|(ba)?sh|md|yml|lock|log|git.*|gpg|pgp))$">
Require all denied
</FilesMatch>
<FilesMatch "^(ajax|custom|unit)\.php$">
Require all denied
</FilesMatch>
<FilesMatch "\.html$">
Require all granted
</FilesMatch>
<IfModule deflate_module>
# Force compression for mangled headers.
# http://developer.yahoo.com/blogs/ydn/posts/2010/12/pushing-beyond-gzipping
<IfModule setenvif_module>
<IfModule headers_module>
SetEnvIfNoCase ^(Accept-EncodXng|X-cept-Encoding|X{15}|~{15}|-{15})$ ^((gzip|deflate)\s*,?\s*)+|[X~-]{4,13}$ HAVE_Accept-Encoding
RequestHeader append Accept-Encoding "gzip,deflate" env=HAVE_Accept-Encoding
</IfModule>
</IfModule>
# Compress all output labeled with one of the following MIME-types
# (for Apache versions below 2.3.7, you don't need to enable `mod_filter`
# and can remove the `<IfModule filter_module>` and `</IfModule>` lines
# as `AddOutputFilterByType` is still in the core directives).
<IfModule filter_module>
AddOutputFilterByType DEFLATE application/atom+xml \
application/javascript \
application/json \
application/rss+xml \
application/vnd.ms-fontobject \
application/x-font-ttf \
application/x-web-app-manifest+json \
application/xhtml+xml \
application/xml \
font/opentype \
image/svg+xml \
image/x-icon \
text/css \
text/html \
text/plain \
text/x-component \
text/xml
</IfModule>
</IfModule>
# ------------------------------------------------------------------------------
# | Content transformations |
# ------------------------------------------------------------------------------
# Prevent some of the mobile network providers from modifying the content of
# your site: http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.9.5.
# ------------------------------------------------------------------------------
# | ETag removal |
# ------------------------------------------------------------------------------
# Since we're sending far-future expires headers (see below), ETags can
# be removed: http://developer.yahoo.com/performance/rules.html#etags.
# `FileETag None` is not enough for every server.
# <IfModule headers_module>
# Header unset ETag
# </IfModule>
#
# FileETag None
# ------------------------------------------------------------------------------
# | Expires headers (for better cache control) |
# ------------------------------------------------------------------------------
# The following expires headers are set pretty far in the future. If you don't
# control versioning with filename-based cache busting, consider lowering the
# cache time for resources like CSS and JS to something like 1 week.
# The following expires headers are set pretty far in the future. If you don't
# control versioning with filename-based cache busting, consider lowering the
# cache time for resources like CSS and JS to something like 1 week.
<IfModule expires_module>
ExpiresActive on
ExpiresDefault "access plus 1 month"
# CSS
ExpiresByType text/css "access plus 1 year"
# Data interchange
ExpiresByType application/json "access plus 0 seconds"
ExpiresByType application/xml "access plus 0 seconds"
ExpiresByType text/xml "access plus 0 seconds"
# Favicon (cannot be renamed!)
ExpiresByType image/x-icon "access plus 1 week"
# HTML components (HTCs)
ExpiresByType text/x-component "access plus 1 month"
# HTML
ExpiresByType text/html "access plus 0 seconds"
# JavaScript
ExpiresByType application/javascript "access plus 1 year"
# Manifest files
ExpiresByType application/x-web-app-manifest+json "access plus 0 seconds"
ExpiresByType text/cache-manifest "access plus 0 seconds"
# Media
ExpiresByType audio/ogg "access plus 1 month"
ExpiresByType image/gif "access plus 1 month"
ExpiresByType image/jpeg "access plus 1 month"
ExpiresByType image/png "access plus 1 month"
ExpiresByType video/mp4 "access plus 1 month"
ExpiresByType video/ogg "access plus 1 month"
ExpiresByType video/webm "access plus 1 month"
# Web feeds
ExpiresByType application/atom+xml "access plus 1 hour"
ExpiresByType application/rss+xml "access plus 1 hour"
# Web fonts
ExpiresByType application/font-woff "access plus 1 month"
ExpiresByType application/vnd.ms-fontobject "access plus 1 month"
ExpiresByType application/x-font-ttf "access plus 1 month"
ExpiresByType font/opentype "access plus 1 month"
ExpiresByType image/svg+xml "access plus 1 month"
</IfModule>
# ------------------------------------------------------------------------------
# | Filename-based cache busting |
# ------------------------------------------------------------------------------
# If you're not using a build process to manage your filename version revving,
# you might want to consider enabling the following directives to route all
# requests such as `/css/style.12345.css` to `/css/style.css`.
# To understand why this is important and a better idea than `*.css?v231`, read:
# http://stevesouders.com/blog/2008/08/23/revving-filenames-dont-use-querystring
# ------------------------------------------------------------------------------
# | File concatenation |
# ------------------------------------------------------------------------------
# Allow concatenation from within specific CSS and JS files, e.g.:
# Inside of `script.combined.js` you could have
# <!--#include file="libs/jquery.js" -->
# <!--#include file="plugins/jquery.idletimer.js" -->
# and they would be included into this single file.
# <IfModule include_module>
# <FilesMatch "\.?(combined|polyfills)\.js$">
# Options +Includes
# AddOutputFilterByType INCLUDES application/javascript application/json
# SetOutputFilter INCLUDES
# </FilesMatch>
# </IfModule>
<IfModule rewrite_module>
# Redirect all non-existing to index.php
RewriteEngine on
<IfModule ssl_module>
# Force HTTPS
RewriteCond %{HTTPS} !=on
RewriteRule .* https://%{SERVER_NAME}%{REQUEST_URI} [R=301,L]
</IfModule>
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-l
RewriteRule . ./index.php [L]
</IfModule>
# ------------------------------------------------------------------------------
# | Error pages |
# ------------------------------------------------------------------------------
ErrorDocument 400 /index.php
ErrorDocument 401 /index.php
ErrorDocument 402 /index.php
ErrorDocument 403 /index.php
ErrorDocument 404 /index.php
ErrorDocument 500 /index.php
if (('applicationCache' in window) && document.documentElement.hasAttribute('manifest')) {
applicationCache.addEventListener('updateready', function(event) {
if (applicationCache.status === applicationCache.UPDATEREADY) {
applicationCache.update() && applicationCache.swapCache();
if (confirm('A new version of this site is available. Load it?')) {
location.reload();
}
}
});
}
.links {
font-size: 2em;
}
.icon {
height: 1em;
width: 1em;
}
.icon > use {
fill: currentColor;
}
.flex {
display: flex;
}
.flex.row {
flex-direction: row;
}
.flex.column {
flex-direction: column;
}
.flex.wrap {
flex-wrap: wrap;
}
Display the source blob
Display the rendered blob
Raw
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Display the source blob
Display the rendered blob
Raw
<svg xmlns="http://www.w3.org/2000/svg"><symbol xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" enable-background="new 0 0 134.658 131.646" xml:space="preserve" height="100%" viewBox="0 0 134.658 131.646" width="100%" version="1.1" y="0px" x="0px" id="Google_plus"><metadata><rdf:RDF><cc:Work rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"></dc:type><dc:title></dc:title></cc:Work></rdf:RDF></metadata><path d="M126.52,4.109h-118.38c-2.177,0-3.94,1.763-3.94,3.938v115.55c0,2.179,1.763,3.942,3.94,3.942h118.37c2.177,0,3.94-1.764,3.94-3.942v-115.54c0-2.176-1.77-3.939-3.94-3.939z" fill="#DC4A38"></path><path d="M70.479,71.845l-3.983-3.093c-1.213-1.006-2.872-2.334-2.872-4.765,0-2.441,1.659-3.993,3.099-5.43,4.64-3.652,9.276-7.539,9.276-15.73,0-8.423-5.3-12.854-7.84-14.956h6.849l7.189-4.517h-21.779c-5.976,0-14.588,1.414-20.893,6.619-4.752,4.1-7.07,9.753-7.07,14.842,0,8.639,6.633,17.396,18.346,17.396,1.106,0,2.316-0.109,3.534-0.222-0.547,1.331-1.1,2.439-1.1,4.32,0,3.431,1.763,5.535,3.317,7.528-4.977,0.342-14.268,0.893-21.117,5.103-6.523,3.879-8.508,9.525-8.508,13.51,0,8.202,7.731,15.842,23.762,15.842,19.01,0,29.074-10.519,29.074-20.932,0.001-7.649-4.419-11.415-9.284-15.513zm-14.479-12.738c-9.51,0-13.818-12.294-13.818-19.712,0-2.888,0.547-5.87,2.428-8.199,1.773-2.218,4.861-3.657,7.744-3.657,9.168,0,13.923,12.404,13.923,20.382,0,1.996-0.22,5.533-2.762,8.09-1.778,1.774-4.753,3.096-7.515,3.096zm0.109,44.543c-11.826,0-19.452-5.657-19.452-13.523,0-7.864,7.071-10.524,9.504-11.405,4.64-1.561,10.611-1.779,11.607-1.779,1.105,0,1.658,0,2.538,0.111,8.407,5.983,12.056,8.965,12.056,14.629,0,6.859-5.639,11.967-16.253,11.967z" fill="#FFF"></path><polygon points="98.393,58.938,98.393,47.863,92.923,47.863,92.923,58.938,81.866,58.938,81.866,64.469,92.923,64.469,92.923,75.612,98.393,75.612,98.393,64.469,109.51,64.469,109.51,58.938" fill="#FFF"></polygon></symbol><symbol xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xml:space="preserve" height="100%" viewBox="0 0 266.893 266.895" width="100%" version="1.1" y="0px" x="0px" id="Facebook"><path d="M248.08,262.31c7.854,0,14.223-6.369,14.223-14.225v-229.27c0-7.857-6.368-14.224-14.223-14.224h-229.27c-7.857,0-14.224,6.367-14.224,14.224v229.27c0,7.855,6.366,14.225,14.224,14.225h229.27z" fill="#3C5A99"></path><path d="M182.41,262.31v-99.803h33.499l5.016-38.895h-38.515v-24.843c0-11.261,3.127-18.935,19.275-18.935l20.596-0.009v-34.788c-3.562-0.474-15.788-1.533-30.012-1.533-29.695,0-50.025,18.126-50.025,51.413v28.684h-33.585v38.895h33.585v99.803h40.149z" fill="#FFF"></path></symbol><symbol xml:space="preserve" version="1.1" viewBox="0 0 341.7375 277.725" width="100%" height="100%" id="twitter"><g transform="matrix(1.25,0,0,-1.25,0,277.725)"><g transform="scale(0.1,0.1)"><path fill-rule="nonzero" fill="#6babe1" d="M859.797,0c-316.75,0-611.574,92.8516-859.797,251.988,43.8789-5.179,88.5273-7.828,133.801-7.828,262.781,0,504.629,89.672,696.59,240.102-245.442,4.527-452.578,166.687-523.953,389.527,34.246-6.551,69.382-10.059,105.527-10.059,51.148,0,100.703,6.852,147.769,19.668-256.589,51.524-449.929,278.222-449.929,549.982,0,2.37,0.008,4.71,0.047,7.05,75.628-42.01,162.113-67.24,254.054-70.15-150.5,100.58-249.519,272.26-249.519,466.85,0,102.8,27.652,199.14,75.933,281.98,276.645-339.34,689.934-562.64,1156.09-586.03-9.56,41.05-14.53,83.86-14.53,127.82,0,309.75,251.14,560.88,560.91,560.88,161.32,0,307.09-68.12,409.41-177.13,127.76,25.16,247.8,71.84,356.17,136.12-41.88-130.98-130.81-240.9-246.62-310.32,113.46,13.56,221.56,43.71,322.15,88.32-75.2-112.48-170.3-211.27-279.88-290.35,1.08-24.05,1.62-48.24,1.62-72.56,0-741.188-564.16-1595.86-1595.843-1595.86"></path></g></g></symbol><symbol xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" id="YouTube" height="100%" viewBox="0 0 100 99.148132" width="100%" version="1.1" y="0px" x="0px"><metadata id="metadata27"><rdf:RDF><cc:Work rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"></dc:type><dc:title></dc:title></cc:Work></rdf:RDF></metadata><defs id="defs25"></defs><path id="rect1942" fill="#e5e5e5" d="M84.18401,0h-69.21103c-8.26938,0-14.97298,6.7036-14.97298,14.97298v69.2026c0,8.26937,6.7036,14.97255,14.97298,14.97255h69.21019c8.2698,0,14.97297-6.7036,15.81683-14.69113v-69.20217c-0.84344-8.55081-7.54746-15.25483-15.81599-15.25483z"></path><g id="g12" transform="matrix(0.42192847,0,0,0.42192847,-162.07876,-138.75075)"><path id="path14" d="m433.279,353.763h15.304l1.97,7.879,1.667,5.818,1.364,5.697,1.364,5.939,1.061,4.97h0.606l1.061-4.97,1.212-5.939,1.515-5.697,1.515-5.818,2.121-7.879h14.849l-15.758,47.274v33.577h-14.091v-33.577l-15.76-47.274z"></path><path id="path16" d="m497.826,373.642c11.97,0,18.031,5.697,18.031,16.97v27.88c0,11.273-6.061,16.97-18.031,16.97s-18.031-5.697-18.031-16.97v-27.88c0-11.272,6.06-16.97,18.031-16.97zm0,9.698c-3.182,0-4.849,1.939-4.849,5.576v31.272c0,3.515,1.818,5.576,4.849,5.576s4.849-2.061,4.849-5.576v-31.272c-0.001-3.637-1.819-5.576-4.849-5.576z"></path><path id="path18" d="m553.433,434.614-1.061-5.212c-5.455,4.485-8.638,6.061-12.426,6.061-3.182,0-6.515-1.455-8.029-3.394-1.668-2.061-2.121-4.243-2.121-10.425v-47.274h13.182v46.911c0,3.03,1.061,4.485,3.484,4.485,1.668,0,3.183-0.606,5.91-2.424v-48.972h13.183v60.244h-12.122z"></path></g><path id="rect3708" fill="#cb322c" d="m21.1998,49.25382h56.14813c8.26979,0,14.97339,6.70698,14.97339,14.97678v13.05488c0,8.2698-6.70444,14.97298-14.97339,14.97298h-56.14813c-8.26938,0-14.97298-6.70444-14.97298-14.97298v-13.05488c0-8.2698,6.7036-14.97678,14.97298-14.97678z"></path><g id="g26" fill="#linearGradient3805" transform="matrix(0.42192847,0,0,0.42192847,-4.4285612,-4.43235)"><g id="g20" fill="#FFF"><path id="path28" d="M56.337,150.482h-11.983v-9.588h37.328v9.588h-12.535v63.914h-12.81v-63.914z"></path><path id="path30" d="m105.372,214.396-0.964-4.737c-4.958,4.077-7.851,5.51-11.294,5.51-2.893,0-5.923-1.321-7.3-3.086-1.515-1.873-1.929-3.856-1.929-9.478v-42.978h11.984v42.646c0,2.756,0.964,4.078,3.168,4.078,1.515,0,2.893-0.552,5.372-2.203v-44.521h11.984v54.77h-11.021v-0.001z"></path><path id="path32" d="m129.34,140.895h11.983v23.914c4.683-4.188,7.851-5.841,11.433-5.841,2.756,0,5.785,1.322,7.162,3.085,1.516,1.983,1.93,3.969,1.93,9.809v30.414c0,5.73-0.414,7.715-1.93,9.697-1.377,1.875-4.406,3.196-7.3,3.196-3.582,0-6.612-1.653-11.295-5.951v5.181h-11.983v-73.504zm17.355,65.459c2.203,0,3.168-1.322,3.168-4.078v-30.416c0-2.864-0.965-4.076-3.168-4.076-1.516,0-2.894,0.551-5.372,2.203v34.162c2.48,1.653,3.857,2.205,5.372,2.205z"></path><path id="path34" d="m207.163,195.223v1.983c0.138,1.433,0.138,2.425,0.138,2.976,0,9.697-5.923,14.987-16.805,14.987-10.33,0-16.115-5.51-16.115-15.428v-25.456c0-10.358,5.51-15.317,16.666-15.317,9.918,0,16.116,5.179,16.116,13.664v16.089h-20.799v12.012c0,3.969,1.239,5.621,4.407,5.621,1.516,0,2.893-0.662,3.58-1.652,0.689-0.992,0.828-2.204,0.828-6.171v-3.308h11.984zm-11.983-14.216v-9.257c0-2.534-1.652-3.967-4.408-3.967-2.754,0-4.406,1.433-4.406,3.967v9.257h8.814z"></path></g></g></symbol><symbol xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xml:space="preserve" version="1.1" viewBox="0 0 114.8625 114.8625" id="git" width="100%" height="100%"><title>Git Logo</title><metadata><rdf:RDF><cc:Work rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"></dc:type><dc:title>Git Logo</dc:title><dc:creator><cc:Agent><dc:title>Jason Long</dc:title></cc:Agent></dc:creator><cc:license rdf:resource="http://creativecommons.org/licenses/by-sa/3.0/"></cc:license><dc:publisher><cc:Agent><dc:title>http://git-scm.com/downloads/logos</dc:title></cc:Agent></dc:publisher><dc:description>Orange logomark for light backgrounds</dc:description><dc:source>http://git-scm.com/images/logos/downloads/Git-Icon-1788C.eps</dc:source></cc:Work><cc:License rdf:about="http://creativecommons.org/licenses/by-sa/3.0/"><cc:permits rdf:resource="http://creativecommons.org/ns#Reproduction"></cc:permits><cc:permits rdf:resource="http://creativecommons.org/ns#Distribution"></cc:permits><cc:requires rdf:resource="http://creativecommons.org/ns#Notice"></cc:requires><cc:requires rdf:resource="http://creativecommons.org/ns#Attribution"></cc:requires><cc:permits rdf:resource="http://creativecommons.org/ns#DerivativeWorks"></cc:permits><cc:requires rdf:resource="http://creativecommons.org/ns#ShareAlike"></cc:requires></cc:License></rdf:RDF></metadata><g transform="matrix(1.25,0,0,-1.25,0,114.8625)"><g transform="scale(0.1,0.1)"><path fill-rule="nonzero" fill="#f03c2e" d="M901.543,500.352,500.352,901.527c-23.094,23.11-60.567,23.11-83.692,0l-83.301-83.316,105.672-105.676c24.563,8.293,52.727,2.727,72.297-16.847,19.688-19.696,25.203-48.102,16.699-72.75l101.856-101.844c24.648,8.496,53.066,3.004,72.754-16.711,27.5-27.492,27.5-72.059,0-99.574-27.52-27.516-72.078-27.516-99.61,0-20.683,20.703-25.8,51.097-15.312,76.582l-95,94.992v-249.969c6.699-3.32,13.027-7.742,18.613-13.312,27.5-27.497,27.5-72.059,0-99.598-27.5-27.488-72.09-27.488-99.57,0-27.5,27.539-27.5,72.101,0,99.598,6.797,6.789,14.668,11.925,23.066,15.363v252.281c-8.398,3.438-16.25,8.531-23.066,15.367-20.828,20.821-25.84,51.395-15.156,76.977l-104.18,104.195-275.0978-275.074c-23.10545-23.129-23.10545-60.602,0-83.711l401.2108-401.1758c23.098-23.10545,60.559-23.10545,83.692,0l399.316,399.3168c23.113,23.113,23.113,60.605,0,83.711"></path></g></g></symbol><symbol height="100%" width="100%" version="1.1" viewBox="0 0 90 85" id="people"><g id="g4" fill="#333" transform="translate(0,-967.3622)"><g id="g6" fill="#333" transform="matrix(1.25,0,0,1.25,0,-263.09055)" fill-rule="nonzero"><path id="path8" d="m23.989,984.36c-13.993,0-15.992,5.6375-15.992,16.905v1.879c0,8.3244,8.9482,25.228,16.005,25.228,7.0569,0,15.978-16.904,15.978-25.228v-1.879c0-11.268-1.999-16.905-15.992-16.905z"></path><path id="path10" d="M12.25,1024.4c-9.7854,0.2-12.25,1.9-12.25,13.2v9.7499c0,5.003,1.5918,5,6.375,5h35.25c4.7986,0,6.375,0,6.375-4.875v-9.8749c0-11.318-2.5144-12.786-12.375-13-1.0678,1.4295-2.1486,2.8515-3.375,4-2.2444,2.102-4.854,3.8749-8.25,3.8749s-6.1437-1.7684-8.375-3.8749c-1.2828-1.211-2.2998-2.7345-3.375-4.25z"></path><path id="path12" d="m55.898,996.36c-10.459,0-11.954,3.9945-11.954,11.977v1.3315c0,5.898,6.6886,17.875,11.963,17.875,5.2749,0,11.944-11.977,11.944-17.875v-1.3315c0-7.9829-1.4942-11.977-11.954-11.977z"></path><path id="path14" d="m65.875,1024.9c-0.95518,1.3265-1.9457,2.577-3.125,3.625-1.7603,1.5645-3.9631,2.875-6.75,2.875-1.8153,0-3.3914-0.555-4.75-1.375,0.46445,2.1914,0.625,4.7474,0.625,7.6249v6.75h15.625c3.3655,0,4.5-0.05,4.5-3.5v-7c0-6.8974-1.3663-8.5519-6.125-8.9999z"></path></g></g></symbol><symbol viewBox="0 0 99.999597 100.0002" height="100%" width="100%" version="1.1" id="copyleft"><g transform="matrix(0.10204037,0,0,0.10204106,1.7249971e-5,-1.7250029e-5)"><circle stroke-width="100" d="M 930,490 C 930,733.00529 733.00529,930 490,930 246.99471,930 50,733.00529 50,490 50,246.99471 246.99471,50 490,50 733.00529,50 930,246.99471 930,490 z" cy="490" stroke="#333" cx="490" r="440" fill="none"></circle><path d="m486,215c-130,0-239,91-267,213h131c24-52,76-88,136-88,83,0,150,67,150,150s-67,150-150,150c-60,0-112-36-136-87h-131c28,121,137,212,267,212,152,0,275-123,275-275s-123-275-275-275z" fill="#333"></path></g></symbol><symbol xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" version="1.0" viewBox="0 0 120 42" id="CreativeCommons" width="100%" height="100%"><metadata><rdf:RDF><cc:Work rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"></dc:type><dc:title></dc:title></cc:Work></rdf:RDF></metadata><g><g transform="matrix(0.9937807,0,0,0.9936694,-177.69409,-74.436409)"><path fill="#aab2ab" nodetypes="ccccccc" d="M182.24,75.39l114.06,0.203c1.59,0,3.02-0.237,3.02,3.18l-0.14,37.567h-119.82v-37.706c0-1.685,0.16-3.244,2.88-3.244z"></path><g transform="matrix(0.872921,0,0,0.872921,50.12536,143.2144)"><path d="M187.21-55.679c0.01,8.68-7.03,15.721-15.71,15.727-8.68,0.005-15.72-7.028-15.73-15.708v-0.019c0-8.682,7.03-15.722,15.71-15.727,8.68-0.006,15.72,7.028,15.73,15.708v0.019z" rx="22.939548" ry="22.939548" cy="264.3577" cx="296.35416" type="arc" fill="#FFF"></path><g transform="translate(-289.6157,99.0653)"><path d="M473.88-167.55c3.49,3.49,5.23,7.76,5.23,12.81,0,5.04-1.71,9.27-5.14,12.66-3.63,3.58-7.93,5.37-12.88,5.37-4.9,0-9.12-1.78-12.67-5.32-3.55-3.55-5.32-7.79-5.32-12.71,0-4.93,1.77-9.2,5.32-12.81,3.46-3.48,7.68-5.23,12.67-5.23,5.04,0,9.31,1.75,12.79,5.23zm-23.11,2.35c-2.95,2.97-4.42,6.46-4.42,10.46s1.46,7.46,4.37,10.37c2.92,2.92,6.39,4.38,10.42,4.38s7.53-1.48,10.5-4.42c2.83-2.74,4.24-6.18,4.24-10.33,0-4.12-1.43-7.61-4.3-10.48-2.87-2.88-6.35-4.31-10.44-4.31s-7.55,1.44-10.37,4.33zm7.75,8.7c-0.45-0.98-1.12-1.47-2.02-1.47-1.59,0-2.39,1.07-2.39,3.21s0.8,3.21,2.39,3.21c1.05,0,1.8-0.53,2.25-1.57l2.2,1.17c-1.05,1.87-2.63,2.8-4.73,2.8-1.62,0-2.91-0.49-3.89-1.49-0.97-0.99-1.46-2.36-1.46-4.1,0-1.72,0.5-3.08,1.51-4.09,1-1.01,2.25-1.51,3.75-1.51,2.22,0,3.81,0.87,4.78,2.62l-2.39,1.22zm10.36,0c-0.45-0.98-1.11-1.47-1.98-1.47-1.62,0-2.43,1.07-2.43,3.21s0.81,3.21,2.43,3.21c1.05,0,1.79-0.53,2.21-1.57l2.25,1.17c-1.05,1.87-2.62,2.8-4.72,2.8-1.61,0-2.91-0.49-3.88-1.49-0.98-0.99-1.46-2.36-1.46-4.1,0-1.72,0.49-3.08,1.48-4.09s2.25-1.51,3.77-1.51c2.22,0,3.81,0.87,4.77,2.62l-2.44,1.22z"></path></g></g><path d="M297.3,74.911h-116.23c-1.25,0-2.26,1.014-2.26,2.261v39.498c0,0.28,0.22,0.51,0.51,0.51h119.73c0.28,0,0.51-0.23,0.51-0.51v-39.498c0-1.247-1.02-2.261-2.26-2.261zm-116.23,1.021h116.23c0.68,0,1.24,0.556,1.24,1.24v27.418h-83.08c-3.04,5.51-8.91,9.24-15.64,9.24-6.74,0-12.6-3.73-15.65-9.24h-4.34v-27.418c0-0.684,0.55-1.24,1.24-1.24z"></path><g enable-background="new " fill="#FFF"><path d="M265.61,112.88c0.08,0.16,0.19,0.29,0.32,0.38,0.13,0.1,0.29,0.17,0.47,0.22,0.18,0.04,0.37,0.07,0.56,0.07,0.13,0,0.27-0.01,0.42-0.04,0.15-0.02,0.29-0.06,0.42-0.12s0.24-0.15,0.32-0.26c0.09-0.11,0.13-0.25,0.13-0.41,0-0.18-0.05-0.33-0.17-0.44-0.11-0.12-0.26-0.21-0.45-0.28-0.19-0.08-0.4-0.14-0.63-0.2-0.24-0.06-0.48-0.12-0.72-0.19-0.25-0.06-0.49-0.13-0.73-0.22-0.23-0.09-0.45-0.21-0.63-0.35-0.19-0.15-0.34-0.33-0.45-0.54-0.12-0.22-0.18-0.48-0.18-0.78,0-0.34,0.08-0.64,0.22-0.89,0.15-0.25,0.34-0.46,0.58-0.63,0.23-0.17,0.5-0.3,0.8-0.38s0.59-0.12,0.89-0.12c0.35,0,0.69,0.04,1.01,0.12,0.31,0.08,0.6,0.2,0.85,0.38,0.25,0.17,0.44,0.4,0.59,0.67s0.22,0.6,0.22,0.98h-1.42c-0.01-0.2-0.06-0.36-0.13-0.49s-0.16-0.24-0.28-0.31c-0.12-0.08-0.25-0.13-0.4-0.16-0.16-0.03-0.32-0.05-0.5-0.05-0.12,0-0.24,0.02-0.35,0.04-0.12,0.03-0.23,0.07-0.32,0.13-0.1,0.06-0.18,0.14-0.24,0.23-0.06,0.1-0.09,0.22-0.09,0.36,0,0.13,0.02,0.24,0.07,0.32s0.15,0.15,0.29,0.22c0.15,0.07,0.35,0.14,0.61,0.21s0.59,0.15,1.01,0.26c0.12,0.02,0.3,0.07,0.52,0.13,0.22,0.07,0.44,0.17,0.65,0.32,0.22,0.14,0.41,0.33,0.57,0.57s0.24,0.55,0.24,0.92c0,0.31-0.06,0.59-0.18,0.85s-0.3,0.49-0.53,0.68-0.52,0.33-0.87,0.44c-0.34,0.11-0.74,0.16-1.2,0.16-0.36,0-0.72-0.05-1.06-0.14-0.35-0.09-0.65-0.23-0.92-0.42-0.26-0.2-0.47-0.44-0.63-0.74-0.15-0.3-0.23-0.65-0.22-1.07h1.42c0,0.23,0.04,0.42,0.12,0.57z"></path><path d="M273.87,107.87l2.49,6.66h-1.52l-0.51-1.48h-2.49l-0.52,1.48h-1.48l2.52-6.66h1.51zm0.08,4.08l-0.84-2.44h-0.02l-0.87,2.44h1.73z"></path></g><g enable-background="new " fill="#FFF"><path d="M239.18,107.87c0.32,0,0.61,0.03,0.87,0.08,0.26,0.06,0.48,0.15,0.67,0.28,0.19,0.12,0.33,0.29,0.44,0.5,0.1,0.22,0.15,0.48,0.15,0.79,0,0.33-0.08,0.61-0.23,0.84-0.15,0.22-0.38,0.4-0.68,0.55,0.41,0.12,0.72,0.32,0.93,0.62,0.2,0.29,0.3,0.65,0.3,1.07,0,0.33-0.07,0.63-0.2,0.87-0.13,0.25-0.3,0.45-0.52,0.6-0.23,0.16-0.48,0.27-0.76,0.35-0.29,0.07-0.58,0.11-0.88,0.11h-3.23v-6.66h3.14zm-0.19,2.69c0.26,0,0.48-0.06,0.65-0.18,0.16-0.13,0.25-0.33,0.25-0.61,0-0.15-0.03-0.28-0.09-0.38-0.05-0.1-0.13-0.18-0.22-0.23-0.09-0.06-0.2-0.1-0.32-0.12s-0.25-0.03-0.38-0.03h-1.37v1.55h1.48zm0.09,2.83c0.14,0,0.28-0.01,0.41-0.04s0.24-0.08,0.34-0.14c0.1-0.07,0.18-0.16,0.24-0.27s0.09-0.25,0.09-0.43c0-0.34-0.1-0.58-0.29-0.73-0.19-0.14-0.45-0.22-0.77-0.22h-1.59v1.83h1.57z"></path><path d="M241.89,107.87h1.64l1.56,2.63,1.55-2.63h1.64l-2.48,4.1v2.56h-1.46v-2.59l-2.45-4.07z"></path></g><g transform="matrix(0.624995,0,0,0.624995,391.2294,176.9332)"><path d="M-175.01-139.12c0.01,9.42-7.62,17.05-17.03,17.06s-17.05-7.62-17.05-17.03v-0.03c-0.01-9.41,7.62-17.04,17.03-17.05s17.05,7.62,17.05,17.03v0.02z" rx="29.209877" ry="29.209877" cy="252.08646" cx="475.97119" type="arc" fill="#FFF"></path><g transform="translate(-23.9521,-89.72962)"><path d="M-168.22-68.055c-5.17,0-9.55,1.804-13.13,5.413-3.68,3.734-5.52,8.153-5.52,13.256s1.84,9.492,5.52,13.163c3.67,3.672,8.05,5.508,13.13,5.508,5.14,0,9.59-1.852,13.37-5.555,3.55-3.516,5.32-7.888,5.32-13.116,0-5.226-1.8-9.647-5.42-13.256-3.61-3.609-8.04-5.413-13.27-5.413zm0.05,3.36c4.23,0,7.83,1.493,10.79,4.48,2.99,2.957,4.49,6.566,4.49,10.829,0,4.294-1.46,7.857-4.39,10.689-3.09,3.05-6.72,4.574-10.89,4.574-4.18,0-7.78-1.509-10.8-4.527-3.02-3.019-4.53-6.597-4.53-10.736,0-4.138,1.52-7.748,4.58-10.829,2.93-2.987,6.51-4.48,10.75-4.48z"></path><path d="M-176.5-52.021c0.75-4.698,4.06-7.208,8.2-7.208,5.96,0,9.59,4.325,9.59,10.092,0,5.627-3.86,9.999-9.68,9.999-4.01,0-7.59-2.465-8.25-7.301h4.71c0.14,2.511,1.77,3.395,4.1,3.395,2.65,0,4.37-2.465,4.37-6.233,0-3.952-1.49-6.045-4.28-6.045-2.05,0-3.82,0.744-4.19,3.301l1.37-0.007-3.71,3.702-3.7-3.702,1.47,0.007z"></path></g></g><g><circle d="m 253.36866,90.224609 c 0,5.96821 -4.83819,10.806401 -10.8064,10.806401 -5.96821,0 -10.8064,-4.838191 -10.8064,-10.806401 0,-5.96821 4.83819,-10.8064 10.8064,-10.8064 5.96821,0 10.8064,4.83819 10.8064,10.8064 z" cy="90.225" cx="242.56" r="10.806" fill="#FFF"></circle><g><path d="M245.69,87.098c0-0.417-0.34-0.754-0.75-0.754h-4.78c-0.41,0-0.75,0.337-0.75,0.754v4.773h1.33v5.652h3.62v-5.652h1.33v-4.773z"></path><circle d="m 244.18212,84.083008 c 0,0.901505 -0.73081,1.63232 -1.63232,1.63232 -0.9015,0 -1.63232,-0.730815 -1.63232,-1.63232 0,-0.901506 0.73082,-1.63232 1.63232,-1.63232 0.90151,0 1.63232,0.730814 1.63232,1.63232 z" cy="84.083" cx="242.55" r="1.6323"></circle></g><path fill-rule="evenodd" clip-rule="evenodd" d="M242.53,78.318c-3.23,0-5.96,1.128-8.2,3.384-2.3,2.333-3.45,5.095-3.45,8.284s1.15,5.932,3.45,8.227c2.29,2.297,5.03,3.447,8.2,3.447,3.22,0,6-1.16,8.36-3.476,2.22-2.197,3.33-4.93,3.33-8.198,0-3.267-1.13-6.028-3.39-8.284s-5.02-3.384-8.3-3.384zm0.03,2.1c2.65,0,4.9,0.934,6.75,2.801,1.87,1.847,2.81,4.103,2.81,6.767,0,2.684-0.92,4.911-2.75,6.681-1.93,1.906-4.2,2.858-6.81,2.858s-4.85-0.942-6.74-2.829c-1.89-1.886-2.84-4.123-2.84-6.71,0-2.586,0.96-4.842,2.87-6.767,1.83-1.867,4.07-2.801,6.71-2.801z"></path></g></g></g></symbol><symbol id="html5" viewBox="0 0 512 512" width="100%" height="100%"><title>HTML5 Logo</title><polygon fill="#E44D26" points="107.644,470.877 74.633,100.62 437.367,100.62 404.321,470.819 255.778,512"></polygon><polygon fill="#F16529" points="256,480.523 376.03,447.246 404.27,130.894 256,130.894"></polygon><polygon fill="#EBEBEB" points="256,268.217 195.91,268.217 191.76,221.716 256,221.716 256,176.305 255.843,176.305 142.132,176.305 143.219,188.488 154.38,313.627 256,313.627"></polygon><polygon fill="#EBEBEB" points="256,386.153 255.801,386.206 205.227,372.55 201.994,336.333 177.419,336.333 156.409,336.333 162.771,407.634 255.791,433.457 256,433.399"></polygon><path d="M108.382,0h23.077v22.8h21.11V0h23.078v69.044H152.57v-23.12h-21.11v23.12h-23.077V0z"></path><path d="M205.994,22.896h-20.316V0h63.72v22.896h-20.325v46.148h-23.078V22.896z"></path><path d="M259.511,0h24.063l14.802,24.26L313.163,0h24.072v69.044h-22.982V34.822l-15.877,24.549h-0.397l-15.888-24.549v34.222h-22.58V0z"></path><path d="M348.72,0h23.084v46.222h32.453v22.822H348.72V0z"></path><polygon fill="#FFFFFF" points="255.843,268.217 255.843,313.627 311.761,313.627 306.49,372.521 255.843,386.191 255.843,433.435 348.937,407.634 349.62,399.962 360.291,280.411 361.399,268.217 349.162,268.217"></polygon><polygon fill="#FFFFFF" points="255.843,176.305 255.843,204.509 255.843,221.605 255.843,221.716 365.385,221.716 365.385,221.716 365.531,221.716 366.442,211.509 368.511,188.488 369.597,176.305"></polygon></symbol><symbol id="css3" viewBox="0 0 298 420" version="1.1" width="100%" height="100%"><title>CSS3 Logo</title><g id="Page_1" stroke="none" stroke-width="1" fill="none"><g id="Layer_1"><path d="M233.164,15.681 L208.476,15.681 L234.15,43.54 L234.15,56.801 L181.268,56.801 L181.268,41.275 L206.937,41.275 L181.268,13.415 L181.268,0.135 L233.164,0.135 L233.164,15.681 L233.164,15.681 Z M170.786,15.681 L146.098,15.681 L171.771,43.54 L171.771,56.801 L118.889,56.801 L118.889,41.275 L144.561,41.275 L118.889,13.415 L118.889,0.135 L170.786,0.135 L170.786,15.681 L170.786,15.681 Z M109.018,16.312 L82.378,16.312 L82.378,40.625 L109.018,40.625 L109.018,56.801 L63.444,56.801 L63.444,0.135 L109.018,0.135 L109.018,16.312 L109.018,16.312 Z M109.018,16.312" id="Shape1" fill="#131313"></path><path d="M27.142,386.29 L0.071,82.67 L297.521,82.67 L270.425,386.241 L148.614,420.011 L27.142,386.29 Z M27.142,386.29" id="Shape2" fill="#1572B6"></path><path d="M148.798,394.199 L247.225,366.911 L270.382,107.496 L148.798,107.496 L148.798,394.199 Z M148.798,394.199" id="Shape3" fill="#33A9DC"></path><g id="Group" transform="translate(55.000000, 142.000000)"><path d="M93.797,75.496 L143.072,75.496 L146.475,37.364 L93.797,37.364 L93.797,0.125 L93.926,0.125 L187.172,0.125 L186.279,10.116 L177.127,112.732 L93.797,112.732 L93.797,75.496 Z M93.797,75.496" id="Shape4" fill="#FFFFFF"></path><path d="M94.02,172.204 L93.857,172.25 L52.385,161.051 L49.733,131.353 L29.582,131.353 L12.354,131.353 L17.57,189.82 L93.848,210.996 L94.02,210.948 L94.02,172.204 Z M94.02,172.204" id="Shape5" fill="#EBEBEB"></path><path d="M139.907,111.156 L135.423,161.026 L93.891,172.236 L93.891,210.978 L170.23,189.82 L170.79,183.53 L177.268,111.156 L139.907,111.156 Z M139.907,111.156" id="Shape6" fill="#FFFFFF"></path><path d="M93.926,0.125 L93.926,23.253 L93.926,37.272 L93.926,37.364 L4.098,37.364 L3.979,37.364 L3.232,28.994 L1.535,10.116 L0.645,0.125 L93.926,0.125 Z M93.926,0.125" id="Shape7" fill="#EBEBEB"></path><path d="M93.797,75.5 L93.797,98.629 L93.797,112.646 L93.797,112.738 L52.969,112.738 L52.85,112.738 L52.104,104.369 L50.406,85.491 L49.516,75.5 L93.797,75.5 Z M93.797,75.5" id="Shape8" fill="#EBEBEB"></path></g></g></g></symbol><symbol xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" height="100%" width="100%" version="1.1" preserveAspectRatio="xMidYMid" viewBox="0 0 1 1" id="bitcoin"><metadata><rdf:RDF><cc:Work rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"></dc:type><dc:title></dc:title></cc:Work></rdf:RDF></metadata><defs><linearGradient id="coin-gradient" x2="0%" y2="100%"><stop stop-color="#f9aa4b" offset="0"></stop><stop stop-color="#f7931a" offset="1"></stop></linearGradient></defs><g transform="scale(0.015625)"><path fill="url(#coin-gradient)" d="m63.0359,39.741c-4.274,17.143-21.637,27.576-38.782,23.301-17.138-4.274-27.571-21.638-23.295-38.78,4.272-17.145,21.635-27.579,38.775-23.305,17.144,4.274,27.576,21.64,23.302,38.784z"></path><path fill="#FFF" d="m46.1009,27.441c0.637-4.258-2.605-6.547-7.038-8.074l1.438-5.768-3.511-0.875-1.4,5.616c-0.923-0.23-1.871-0.447-2.813-0.662l1.41-5.653-3.509-0.875-1.439,5.766c-0.764-0.174-1.514-0.346-2.242-0.527l0.004-0.018-4.842-1.209-0.934,3.75s2.605,0.597,2.55,0.634c1.422,0.355,1.679,1.296,1.636,2.042l-1.638,6.571c0.098,0.025,0.225,0.061,0.365,0.117-0.117-0.029-0.242-0.061-0.371-0.092l-2.296,9.205c-0.174,0.432-0.615,1.08-1.609,0.834,0.035,0.051-2.552-0.637-2.552-0.637l-1.743,4.019,4.569,1.139c0.85,0.213,1.683,0.436,2.503,0.646l-1.453,5.834,3.507,0.875,1.439-5.772c0.958,0.26,1.888,0.5,2.798,0.726l-1.434,5.745,3.511,0.875,1.453-5.823c5.987,1.133,10.489,0.676,12.384-4.739,1.527-4.36-0.076-6.875-3.226-8.515,2.294-0.529,4.022-2.038,4.483-5.155zm-8.022,11.249c-1.085,4.36-8.426,2.003-10.806,1.412l1.928-7.729c2.38,0.594,10.012,1.77,8.878,6.317zm1.086-11.312c-0.99,3.966-7.1,1.951-9.082,1.457l1.748-7.01c1.982,0.494,8.365,1.416,7.334,5.553z"></path></g></symbol><symbol version="1.1" width="100%" height="100%" id="javascript" viewBox="0 0 1052 1052"><rect fill="#F0DB4F" width="1052" height="1052"></rect><path fill="#323330" d="M965.9,801.1c-7.7-48-39-88.3-131.7-125.9,c-32.2-14.8-68.1-25.4-78.8-49.8c-3.8-14.2-4.3-22.2-1.9-30.8c6.9-27.9,40.2-36.6,66.6-28.6c17,5.7,33.1,18.8,42.8,39.7,c45.4-29.4,45.3-29.2,77-49.4c-11.6-18-17.8-26.3-25.4-34c-27.3-30.5-64.5-46.2-124-45c-10.3,1.3-20.7,2.7-31,4,c-29.7,7.5-58,23.1-74.6,44c-49.8,56.5-35.6,155.4,25,196.1c59.7,44.8,147.4,55,158.6,96.9c10.9,51.3-37.7,67.9-86,62,c-35.6-7.4-55.4-25.5-76.8-58.4c-39.4,22.8-39.4,22.8-79.9,46.1c9.6,21,19.7,30.5,35.8,48.7c76.2,77.3,266.9,73.5,301.1-43.5,C964.1,869.2,973.3,842.4,965.9,801.1z M571.9,483.5h-98.4c0,85-0.4,169.4-0.4,254.4c0,54.1,2.8,103.7-6,118.9,c-14.4,29.9-51.7,26.2-68.7,20.4c-17.3-8.5-26.1-20.6-36.3-37.7c-2.8-4.9-4.9-8.7-5.6-9c-26.7,16.3-53.3,32.7-80,49,c13.3,27.3,32.9,51,58,66.4c37.5,22.5,87.9,29.4,140.6,17.3c34.3-10,63.9-30.7,79.4-62.2c22.4-41.3,17.6-91.3,17.4-146.6,C572.4,664.2,571.9,574,571.9,483.5z"></path></symbol><symbol height="100%" width="100%" version="1.1" viewBox="0 0 64 64" id="linkedin"><path fill="#1d87bd" d="m12.8,51.2,0-26.816,8.192,0,0,26.816-8.192,0m8.448-34.24c0.064,2.304-1.664,4.16-4.416,4.16-2.56,0-4.224-1.856-4.224-4.16,0-2.368,1.728-4.16,4.352-4.16s4.288,1.792,4.288,4.16m21.504,34.24,0-14.848c0-3.456-1.152-5.824-4.16-5.824-2.24,0-3.584,1.6-4.224,3.136-0.192,0.576-0.256,1.344-0.256,2.112v15.424h-8.192v-18.24c0-3.328-0.128-6.144-0.192-8.576h7.104l0.384,3.776h0.128c1.088-1.792,3.776-4.352,8.192-4.352,5.376,0,9.472,3.648,9.472,11.584v15.808h-8.256m21.248-45.568c0-3.072-2.56-5.632-5.632-5.632h-52.736c-3.072,0-5.632,2.56-5.632,5.632v52.736c0,3.072,2.56,5.632,5.632,5.632h52.736c3.072,0,5.632-2.56,5.632-5.632v-52.736"></path></symbol><symbol xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" id="close" height="100%" width="100%" version="1.1" viewBox="0 0 100 100"><metadata id="metadata16"><rdf:RDF><cc:Work rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"></dc:type><dc:title></dc:title></cc:Work></rdf:RDF></metadata><g id="g4" fill="#333" transform="translate(1.6070524e-5,-952.36217)"><g id="g6" transform="translate(-735.82017,643.9392)" fill="#333"><rect id="rect8" transform="matrix(0.70678221,-0.7074312,0.70718228,0.70703127,0,0)" height="114.73" width="26.688" y="751.87" x="288.79"></rect><rect id="rect10" transform="matrix(0.70693226,-0.70728126,0.70703228,0.70718127,0,0)" height="26.129" width="114.35" y="796.11" x="245.13"></rect></g></g></symbol><symbol xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" id="next" version="1.1" xml:space="preserve" height="100%" width="100%" enable-background="new 0 0 14 21" y="0px" x="0px" viewBox="0 0 66.666664 100"><metadata id="metadata12"><rdf:RDF><cc:Work rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"></dc:type><dc:title></dc:title></cc:Work></rdf:RDF></metadata><g id="g4" fill="#333" transform="scale(4.7619048,4.7619048)"><path id="path6" d="m13.998,10.5l0.002,0.002v-0.002h-0.002zm-5.859-5.01c-0.775-0.867-1.516-1.772-2.226-2.716s-1.337-1.869-1.879-2.774h-4.034c0.543,0.905,1.208,1.882,1.995,2.929,0.787,1.048,1.622,2.082,2.502,3.104,0.883,1.022,1.778,1.972,2.688,2.852,0.627,0.608,1.232,1.143,1.815,1.615-0.583,0.473-1.188,1.009-1.815,1.616-0.909,0.88-1.805,1.83-2.688,2.852-0.88,1.022-1.715,2.057-2.502,3.104-0.787,1.048-1.452,2.023-1.995,2.928h4.034c0.542-0.905,1.168-1.829,1.878-2.773s1.451-1.85,2.226-2.717c0.775-0.866,1.562-1.661,2.361-2.385,0.688-0.621,2.531-1.949,3.498-2.625-0.967-0.675-2.81-2.002-3.498-2.624-0.798-0.724-1.585-1.519-2.36-2.386z" fill="#333"></path></g></symbol><symbol xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" id="prev" version="1.1" height="100%" width="100%" enable-background="new 0 0 14 21" y="0px" x="0px" viewBox="0 0 66.666664 100"><metadata id="metadata12"><rdf:RDF><cc:Work rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"></dc:type><dc:title></dc:title></cc:Work></rdf:RDF></metadata><g id="g4" fill="#333" transform="scale(4.7619048,4.7619048)"><path id="path6" d="M0,10.501c0.001,0,0.001-0.001,0.002-0.001-0.001,0-0.001-0.001-0.002-0.001v0.002zm9.503,4.466c-0.883-1.021-1.778-1.972-2.687-2.852-0.628-0.607-1.233-1.142-1.816-1.615,0.583-0.473,1.188-1.008,1.816-1.615,0.909-0.88,1.804-1.83,2.687-2.852,0.882-1.022,1.716-2.056,2.503-3.104,0.786-1.048,1.451-2.024,1.994-2.929h-4.034c-0.542,0.905-1.168,1.83-1.878,2.774-0.711,0.944-1.452,1.849-2.227,2.716-0.775,0.866-1.562,1.661-2.362,2.386-0.687,0.622-2.53,1.948-3.497,2.624,0.967,0.676,2.81,2.002,3.497,2.624,0.8,0.724,1.587,1.52,2.362,2.387,0.774,0.866,1.516,1.771,2.227,2.716,0.71,0.943,1.336,1.868,1.878,2.773h4.034c-0.543-0.905-1.208-1.882-1.994-2.929-0.787-1.048-1.621-2.082-2.503-3.104z" fill="#333"></path></g></symbol><symbol xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" id="chat" height="100%" width="100%" version="1.1" viewBox="0 0 90 85"><metadata id="metadata16"><rdf:RDF><cc:Work rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"></dc:type><dc:title></dc:title></cc:Work></rdf:RDF></metadata><g id="g4" fill="#333" transform="matrix(5,0,0,4.9987193,-15,-5160.4671)"><g id="g6" transform="translate(-789,604.3622)" fill="#333"><path id="path8" style="color:black;enable-background:accumulate;" d="M7.3125,4c-3.541,0.0684-4.3125,0.625-4.3125,5v3c0,5,1,5,6,5h6c5,0,6,0,6-5v-3c0-5-1-5-6-5h-6c-0.625,0-1.1816-0.0098-1.6875,0zm-1.3125,3h12v1h-12v-1zm0,2h12v1h-12v-1zm0,2h8v1h-8v-1z" fill-rule="nonzero" transform="translate(789,424)"></path><path id="path10" d="m796,440,0,5,5-5z"></path></g></g></symbol><symbol xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" id="cart" height="100%" viewBox="0 0 656.81 591.75" width="100%" version="1.0"><g id="layer1" transform="matrix(-1,0,0,1,708.17725,-114.17)"><g id="g3257" fill="#000" transform="matrix(0.5478,0,0,0.5478,165.3,314.13)"><path id="path3176" d="m39.598,563.04c190.45-82.02,519.49-59.39,692.96,53.74,63.17-78.25,41.49-266.81-31.11-288.5,49.97-191.39-49.97-600.56,192.33-613.76,97.11,103.71,157.42-126.34,2.83-70.71-319.58,30.77-208.15,428.58-282.84,664.68-267.76-58.46-716.54,69.76-625.08,141.42,265.87-71.66,593.97-157.45,712.76,87.68-131.99-131.99-620.37-108.42-661.85,25.45z"></path><g id="g3249"><path id="path3202" d="m59.397,319.8c-212.14-178.19-690.59-697.5,574.17-444.06-930.55-50.92-808.93,28.281-574.17,444.06z"></path><path id="path3204" d="m-98.995,36.957c207.42-68.825,457.26-95.224,684.48-50.912-214-15.085-461.96,37.713-661.84,104.65-7.54-17.911-15.082-35.825-22.625-53.738z"></path><path id="path3206" d="m-31.113,167.06c10.371,19.8,20.742,39.6,31.113,59.4,140.48-90.51,334.7-130.11,534.57-118.79-148.02-76.37-335.64-48.086-565.68,59.39z"></path><path id="path3208" d="m-87.681-107.29c27.341-12.26,54.683-24.52,82.024-36.77,118.8,143.3,181.02,292.27,220.62,446.89-75.42-145.19-159.33-276.24-302.64-410.12z"></path><path id="path3210" d="m82.024-158.2c23.566-0.95,47.136-1.89,70.716-2.83,107.48,130.1,152.73,263.04,152.73,398.81-40.54-132-103.71-263.99-223.45-395.98z"></path><path id="path3212" d="m280.01-155.38c22.63,0.95,45.26,1.89,67.89,2.83,43.37,112.2,75.42,218.73,70.71,336.59-15.09-118.8-69.77-223.45-138.6-339.42z"></path></g><path id="path3234" d="m102.33,514.65c-17.015,0.24-32.892,5.09-45.622,14.97-37.032,28.75-33.575,89.26,7.719,135.09,41.293,45.83,104.87,59.72,141.9,30.97s33.58-89.29-7.72-135.12c-27.09-30.08-63.79-46.38-96.28-45.91zm29.13,57.41c14.22-0.22,30.29,7.49,42.15,21.68,18.09,21.62,19.63,50.16,3.41,63.72s-44.07,7.03-62.16-14.59c-18.078-21.62-19.587-50.19-3.37-63.75,5.57-4.66,12.52-6.95,19.97-7.06z"></path><path id="path3243" d="m607.21,514.65c-17.02,0.24-32.9,5.09-45.63,14.97-37.03,28.75-33.57,89.26,7.72,135.09,41.3,45.83,104.88,59.72,141.91,30.97s33.57-89.29-7.72-135.12c-27.1-30.08-63.79-46.38-96.28-45.91zm29.12,57.41c14.23-0.22,30.29,7.49,42.16,21.68,18.08,21.62,19.62,50.16,3.41,63.72-16.22,13.56-44.08,7.03-62.16-14.59s-19.59-50.19-3.38-63.75c5.58-4.66,12.52-6.95,19.97-7.06z"></path></g></g><metadata id="metadata16"><rdf:RDF><cc:Work><dc:format>image/svg+xml</dc:format><dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"></dc:type><cc:license rdf:resource="http://creativecommons.org/licenses/publicdomain/"></cc:license><dc:publisher><cc:Agent rdf:about="http://openclipart.org/"><dc:title>Openclipart</dc:title></cc:Agent></dc:publisher><dc:title></dc:title></cc:Work><cc:License rdf:about="http://creativecommons.org/licenses/publicdomain/"><cc:permits rdf:resource="http://creativecommons.org/ns#Reproduction"></cc:permits><cc:permits rdf:resource="http://creativecommons.org/ns#Distribution"></cc:permits><cc:permits rdf:resource="http://creativecommons.org/ns#DerivativeWorks"></cc:permits></cc:License></rdf:RDF></metadata></symbol><symbol xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" viewBox="0 0 64 58.249732" height="100%" width="100%" version="1.1" id="map"><defs><filter id="filter4037" width="1.0798" y="-0.12104" x="-0.039886001" height="1.2421" color-interpolation-filters="sRGB"><feGaussianBlur stdDeviation="11.868751"></feGaussianBlur></filter></defs><g transform="matrix(0.08299525,0,0,0.08299525,-5.7035165,-4.8624012)"><path filter="url(#filter4037)" d="m169.86,507.87c-20.785,77.131-51.799,144.5-72.654,221.61,2.1015,4.6742,8.8667,1.0502,12.719,2.1875,233.25-0.083,466.56,0.1667,699.78-0.125,4.2968-2.5855-1.1212-8.655-1.0077-12.491-20.23-74.16-48.44-142.55-68.69-216.7-196.02,0-373.71,4.0362-569.73,4.0362l-0.27,0.96z"></path><path fill="#dcd3ba" d="m746.45,498.58,62.933,230.64c0.0643,0.2358-0.23656,0.4411-0.53041,0.4411h-708.94c-0.29385,0-0.59221-0.2046-0.53041-0.4411l62.067-230.64z"></path><path opacity="0.48560001" fill="#89d375" d="m726.73,727.45c0-1.1136-3.3217-4.2151-5.067-4.7311-2.3188-0.6855-9.2187-4.8201-9.2187-5.5241,0-0.3098-0.40179-0.5771-0.89286-0.5938-2.6563-0.091-10.236-9.2779-11.922-14.45-0.64973-1.9935-1.5989-3.0627-3.6462-4.1071-1.5223-0.7766-3.2689-1.4121-3.8812-1.4121-0.61236,0-2.7948-0.8905-4.8499-1.979s-5.6651-2.5678-8.0222-3.2874c-6.7148-2.0498-10.022-3.9058-14.701-8.2492-3.3438-3.1039-4.6508-4.927-5.6893-7.9356-0.74155-2.1483-1.3588-4.4202-1.3716-5.0487-0.0129-0.6286-0.94749-2.4186-2.077-3.9779s-2.2762-3.5361-2.5481-4.3929c-0.27195-0.8568-0.79421-1.5578-1.1606-1.5578-0.36637,0-0.66615-0.631-0.66615-1.4021,0-1.9039-6.7557-8.343-10.714-10.212-1.7679-0.8347-3.4713-1.938-3.7855-2.4518-0.31417-0.5137-1.7606-0.9343-3.2143-0.9345-4.633-0.0009-20.857-4.9085-20.857-6.309,0-0.3169-0.95919-1.6505-2.1315-2.9636s-2.3386-3.0398-2.5917-3.8372c-0.25309-0.7974-1.7046-3.4831-3.2256-5.9681-2.6817-4.3813-2.7658-4.718-2.7762-11.113-0.01-6.0881-0.73063-9.7693-2.5034-12.786-0.3851-0.6554-3.2716-2.4385-6.4145-3.9625-3.1429-1.5239-6.6229-3.3712-7.7334-4.105-1.6882-1.1156-4.0881-1.4192-14.643-1.8523-13.358-0.5482-19.644-1.8523-23.824-4.9423-1.0759-0.7955-2.2261-1.4463-2.556-1.4463-0.32984,0-1.0065-1.125-1.5037-2.5s-1.3654-2.5-1.9292-2.5c-0.56386,0-1.0252-0.3147-1.0252-0.6993,0-0.9196-7.8027-8.5865-8.7386-8.5865-0.61877,0-8.4709-3.756-13.047-6.2409-0.78572-0.4267-3.3571-1.1475-5.7143-1.6018-4.7721-0.9197-10.318-3.3679-10.867-4.7968-0.19667-0.5126-0.72498-0.9319-1.174-0.9319-1.4014,0-4.496-4.5161-5.0237-7.3312-0.27717-1.4785-0.52833-7.8783-0.55812-14.222-0.0534-11.366-0.0832-11.579-2.0572-14.692-1.1017-1.7372-3.3923-4.5684-5.0902-6.2916s-4.6155-4.7108-6.4835-6.6392-4.8349-4.8322-6.5931-6.4529l-2.7909-3.8435h275l31.093,115.19c16.88,62.534,29.839,114.01,29.861,114.11,0.022,0.098-18.121,0.1786-40.317,0.1786s-40.357-0.2745-40.357-0.61z"></path><path fill="#f7fd9f" d="m589.45,498.58h45l9.933,231.08h-65z"></path><g fill="#FFF" transform="translate(105.02,-618.78)"><path d="m676.43,1242.4,10,40h-590l10-35z"></path><path d="m116.43,1117.4h40l-36.067,165.08h-50z"></path></g><path fill="none" d="m746.45,498.58,62.933,230.64c0.0643,0.2358-0.23656,0.4411-0.53041,0.4411h-708.94c-0.29385,0-0.59221-0.2046-0.53041-0.4411l62.067-230.64z"></path><path opacity="0.8" d="m746.45,498.58,62.933,230.64c0.0643,0.2358-0.23656,0.4411-0.53041,0.4411h-708.94c-0.29385,0-0.59221-0.2046-0.53041-0.4411l62.067-230.64z" stroke="#000" stroke-width="10" fill="none"></path><path d="m452.08,63.785c-99.484,0-179.81,80.41-179.81,179.59,0,31.186,7.9688,60.528,21.938,86.094l157.88,264.31,157.88-264.31c13.969-25.566,21.938-54.908,21.938-86.094,0-99.184-80.328-179.59-179.81-179.59zm-2,104.37c0.6674-0.0169,1.3285,0,2,0,42.975,0,77.812,34.838,77.812,77.813s-34.838,77.812-77.812,77.812c-42.975,0-77.812-34.838-77.812-77.812,0-42.303,33.766-76.747,75.812-77.813z" stroke="#000" stroke-width="10.39700031" fill="#e52626"></path></g><metadata><rdf:RDF><cc:Work><dc:format>image/svg+xml</dc:format><dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"></dc:type><cc:license rdf:resource="http://creativecommons.org/licenses/publicdomain/"></cc:license><dc:publisher><cc:Agent rdf:about="http://openclipart.org/"><dc:title>Openclipart</dc:title></cc:Agent></dc:publisher><dc:title></dc:title><dc:date>2013-04-16T08:39:00</dc:date><dc:description>clip art, clipart, location, map, pin, pinpoint, point, pointer,</dc:description><dc:source>http://openclipart.org/detail/177208/map-location-by-snodnipper-177208</dc:source><dc:creator><cc:Agent><dc:title>snodnipper</dc:title></cc:Agent></dc:creator><dc:subject><rdf:Bag><rdf:li>clip art</rdf:li><rdf:li>clipart</rdf:li><rdf:li>location</rdf:li><rdf:li>map</rdf:li><rdf:li>pin</rdf:li><rdf:li>pinpoint</rdf:li><rdf:li>point</rdf:li><rdf:li>pointer</rdf:li></rdf:Bag></dc:subject></cc:Work><cc:License rdf:about="http://creativecommons.org/licenses/publicdomain/"><cc:permits rdf:resource="http://creativecommons.org/ns#Reproduction"></cc:permits><cc:permits rdf:resource="http://creativecommons.org/ns#Distribution"></cc:permits><cc:permits rdf:resource="http://creativecommons.org/ns#DerivativeWorks"></cc:permits></cc:License></rdf:RDF></metadata></symbol><symbol xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" id="photo" height="100%" width="100%" version="1.1" viewBox="0 0 90 80"><metadata id="metadata20"><rdf:RDF><cc:Work rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"></dc:type><dc:title></dc:title></cc:Work></rdf:RDF></metadata><g id="g4" fill="#333" transform="translate(0,-972.3622)"><g id="g8" transform="translate(-60,548.00002)" fill="#333"><path id="path10" style="color:black;enable-background:accumulate;" d="M81.562,434.39c-17.705,0.27-21.562,2.5-21.562,19.99v29.989c0,19.992,5,19.992,30,19.992h30c25,0,30,0,30-19.992v-29.989c0-19.992-5-19.992-30-19.992h-30c-3.125,0-5.9082-0.04-8.4375,0zm30.938,4.9981c15.188,0,27.5,12.308,27.5,27.49s-12.312,27.49-27.5,27.49-27.5-12.308-27.5-27.49,12.312-27.49,27.5-27.49z" fill-rule="nonzero"></path><path id="path12" d="m100.94,424.39c-1.1797,0.2504-2.2815,0.85638-3.125,1.7181l-7.815,7.81c-1.409,1.401-2.0727,3.5118-1.7188,5.4667h48.438c0.3539-1.9549-0.30975-4.0657-1.7188-5.4667l-7.8125-7.8096c-1.1591-1.1134-2.7677-1.7451-4.375-1.7181h-20.625c-0.41525-0.04-0.83477-0.04-1.25,0z"></path><path id="path14" style="color:black;enable-background:accumulate;" d="m112.5,446.88c-11.046,0-20,8.951-20,19.993s8.9543,19.992,20,19.992,20-8.9509,20-19.992c0-11.042-8.9543-19.993-20-19.993zm-5,9.9963c2.7614,0,5,2.2378,5,4.9981,0,2.7604-2.2386,4.9981-5,4.9981s-5-2.2377-5-4.9981,2.2386-4.9981,5-4.9981z" fill-rule="nonzero"></path></g></g></symbol><symbol xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" id="music" height="100%" width="100%" version="1.1" viewBox="0 0 100 94.45"><metadata id="metadata24"><rdf:RDF><cc:Work rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"></dc:type><dc:title></dc:title></cc:Work></rdf:RDF></metadata><path id="path8" style="color:#000000;enable-background:accumulate;" d="M47.344,0c-9.953,0.20816-14,1.8294-14,13.906v2.75h66.656v-2.75c0-13.889-5.323-13.906-18.656-13.906h-29.344-4.656zm-14,16.688v5.531,5.562,38.5c-3.531-3.101-8.451-5.031-13.906-5.031-10.739,0-19.438,7.452-19.438,16.656,4.737E-15,9.205,8.6987,16.656,19.438,16.656,10.738,0,19.437-7.451,19.437-16.656,0-0.287,0.017-0.559,0-0.844v-49.281h55.563v38.469c-3.529-3.084-8.437-5-13.876-5-10.738,0-19.437,7.452-19.437,16.656,0,9.205,8.699,16.656,19.437,16.656,10.739,0,19.438-7.451,19.438-16.656v-0.156-61.062h-5.562v5.531h-55.563v-5.531h-5.531z" fill-rule="nonzero" transform="translate(-1.6155415e-6,0)" fill="#333"></path></symbol><symbol xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" id="video" height="100%" width="100%" version="1.1" viewBox="0 0 99 82.5"><metadata id="metadata16"><rdf:RDF><cc:Work rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"></dc:type><dc:title></dc:title></cc:Work></rdf:RDF></metadata><path id="path8" style="color:#000000;enable-background:accumulate;" fill-rule="nonzero" fill="#333" d="M26.125,0c-1.448-0.0085863-2.802-0.0030952-4.125,0.03125-18.528,0.35032-22,3.075-22,24.219v36.25c0,21.967,4.381,22,30.781,22h37.469c26.4,0,30.75-0.008,30.75-22v-36.25c0-24.164-4.35-24.219-30.75-24.219h-37.469c-1.65,0-3.208-0.022664-4.656-0.03125zm11.719,5.5c1.284,0.0086,2.638,0.0312,4.094,0.0312h15.124c23.353,0,25.543,0.0068,25.438,19.25v35.375c0,16.993-2.084,17.032-25.438,17.032h-15.124c-23.287,0-25.438-0.023-25.438-17.032v-35.375c0-16.859,1.711-18.986,17.719-19.25,1.143-0.0343,2.341-0.0398,3.625-0.0312zm-32.344,5.688h5.5v5.343h-5.5v-5.343zm82.5,0h5.5v5.343h-5.5v-5.343zm-52.219,10.781c-0.164,0.015-0.304,0.039-0.406,0.093-3.251,1.728-3.251,36.68,0,38.407s36.125-15.733,36.125-19.188c0-3.239-28.866-18.797-35.156-19.312-0.21-0.014-0.399-0.016-0.563,0zm-30.281,0.219h5.5v5.343h-5.5v-5.343zm82.5,0h5.5v5.343h-5.5v-5.343zm-82.5,11h5.5v5.343h-5.5v-5.343zm82.5,0h5.5v5.343h-5.5v-5.343zm-82.5,11h5.5v5.312h-5.5v-5.312zm82.5,0h5.5v5.312h-5.5v-5.312zm-82.5,11h5.5v5.312h-5.5v-5.312zm82.5,0h5.5v5.312h-5.5v-5.312zm-82.5,11h5.5v5.312h-5.5v-5.312zm82.5,0h5.5v5.312h-5.5v-5.312z"></path></symbol><symbol viewBox="0 0 90.681 129.84331" version="1.1" id="telephone" width="100%" height="100%"><path fill-rule="evenodd" fill="#000" d="M26.3695,34.5808,26.369431,2.097268a35,35,0,0,0,-25.995402,30.831887l0.000053-0.000011a100,100,0,0,0,42.329152,90.599356l0.000098,0.00003a35,35,0,0,0,40.327928,-0.15521l-24.91496-20.84302-3.397385,1.58734a10,10,0,0,1,-13.29285,-4.82702l-23.2811-49.829605a10,10,0,0,1,4.82702,-13.29285l3.397515-1.587365zm5,1.8426,0-36.4234,10,4.6721,0,27.0792-10,4.6721zm28.5418,61.0896,27.9368,23.3711,2.8329-10.6679-20.7697-17.3753-10,4.6721z"></path></symbol><symbol xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" style="enable-background:new 0 0 134.544 127.644;" space="preserve" viewBox="0 0 134.544 127.644" height="100%" width="100%" version="1.1" id="settings"><defs><linearGradient id="XMLID_7_" y2="63.737" gradientUnits="userSpaceOnUse" y1="63.737" x2="133.89" x1="7.0522"><stop stop-color="#EAEAEA" offset="0"></stop><stop stop-color="#E1E1E1" offset="0.1981"></stop><stop stop-color="#C9C8C8" offset="0.5226"></stop><stop stop-color="#A1A0A0" offset="0.9311"></stop><stop stop-color="#9A9999" offset="1"></stop></linearGradient><linearGradient id="XMLID_8_" y2="455.83" gradientUnits="userSpaceOnUse" y1="455.83" gradientTransform="matrix(-211.4047,211.9190,211.9190,211.4047,-146204.4,-46500.47)" x2="-233.92" x1="-235.55"><stop stop-color="#FFF" offset="0"></stop><stop stop-color="#000" offset="1"></stop></linearGradient><linearGradient id="XMLID_10_" y2="455.6" gradientUnits="userSpaceOnUse" y1="455.6" gradientTransform="matrix(-211.4047,211.9190,211.9190,211.4047,-146204.4,-46500.47)" x2="-233.78" x1="-235.61"><stop stop-color="#C6C6C6" offset="0"></stop><stop stop-color="#000" offset="1"></stop></linearGradient><linearGradient id="XMLID_11_" y2="455.82" gradientUnits="userSpaceOnUse" y1="455.82" gradientTransform="matrix(-211.4047,211.9190,211.9190,211.4047,-146204.4,-46500.47)" x2="-233.93" x1="-235.54"><stop stop-color="#C6C6C6" offset="0"></stop><stop stop-color="#000" offset="1"></stop></linearGradient></defs><path fill="url(#XMLID_7_)" d="M109.08,81.232c-9.452-9.441-21.299-15.809-31.939-23.731-5.87-4.37-15.309-10.283-16.672-18.151-0.848-4.896,1.591-9.764,0.886-14.939-0.718-5.291-3.022-10.31-6.55-14.316-7.609-8.64-20.183-11.606-30.849-7.224l11.407,11.407c5.395,5.396,4.612,9.253-0.65,14.5-4.896,4.881-8.723,4.604-13.444-0.112-3.937-3.932-7.871-7.863-11.808-11.795-4.668,10.252-2.406,22.596,5.546,30.545,3.756,3.754,8.593,6.372,13.8,7.438,2.498,0.511,5.071,0.67,7.615,0.471,2.709-0.213,6.506-2.252,8.979-1.574,8.634,2.359,14.464,10.677,19.334,17.692,7.66,11.027,12.911,23.254,22.639,32.767,8.008,7.83,16.846,15.99,27.106,20.8,7.81,3.66,13.9,0.88,18.28-6.73,2.51-4.35,0.41-8.42-2.1-12.33-5.88-9.16-13.93-17.063-21.58-24.718m-3.15,22.168c-4.84,0-4.83-7.514,0-7.514,4.84,0.034,4.86,7.514,0,7.514"></path><path fill="url(#XMLID_8_)" d="M72.698,52.866c-0.396,0.395-0.793,0.792-1.188,1.188,3.334,2.845,5.444,2.622,9.313,5.351-0.281,0.296-0.563,0.594-0.845,0.889,14.662,9.591,27.492,19.62,39.222,32.692,4.78,5.243,10.2,10.934,13.05,17.544,2.12,4.92-0.38,8.21-3.89,11.8-8.46,8.64-19.68-1.03-27.11-6.9-14.178-11.2-26.268-25.019-34.527-41.176-0.34,0.357-0.681,0.717-1.021,1.074-2.014-4.167-2.271-7.269-4.97-10.499-2.109,2.102,2.567,6.314,3.905,8.963,2.299,4.554,5.041,8.8,7.849,13.055,6.597,9.993,14.207,18.423,23.302,26.213,6.212,5.32,13.092,10.9,20.862,13.77,6.67,2.46,11.46-0.96,15.52-6.17,7.61-9.77-4.98-21.306-11.19-28.184-6.52-7.217-13.28-14.381-20.97-20.365-8.781-6.827-18.931-11.963-27.312-19.245m-38.5-52.866c-1.117,0-12.8,1.62-10.827,3.456,0.072,0.804,2.794,2.797,3.337,3.34,3.387,3.393,7.798,6.723,10.604,10.615,4.395,4.396-2.842,12.46-7.247,14.238-5.052,2.038-10.382-5.742-13.376-8.739-0.644-0.644-7.123-8.213-7.986-6.39-4.167,9.165-3.038,20.09,2.911,28.199,5.264,7.177,13.789,11.521,22.693,11.521,4.303,0,8.532-2.432,12.553-1.151,3.928,1.25,6.672,4.059,9.363,7.074,3.517-3.518-8.538-8.648-11.637-9.495-1.723-0.442-5.826,1.604-7.795,1.792-3.89,0.368-7.853-0.134-11.523-1.472-13.913-5.069-20.892-20.87-15.442-34.587,3.97,3.973,7.942,7.944,11.914,11.916,5.405,5.404,9.86,2.75,14.476-1.867,2.335-2.335,4.793-4.618,4.255-8.286-1.567-2.223-3.313-4.088-5.228-6.003-3.593-3.591-7.186-7.184-10.779-10.777,0.957,0.367,1.845,0.86,2.663,1.481l-1.598-1.598c13.529-4.813,28.722,2.306,33.642,15.822,2.453,6.74,0.117,11.735,0.143,18.328,0.494,3.318,5.677,15.986,9.543,12.119-3.694-3.248-6.907-6.004-7.691-11.013-0.43-2.755,0.931-5.359,1.173-8.153,0.322-3.745-0.152-7.563-1.342-11.125-3.81-11.421-14.787-19.245-26.799-19.245"></path><path fill="#e5e5e5" d="M11.881,21.244c-0.223-0.881-0.782-1.391-1.677-1.53-2.405,6.787-1.443,14.537,2.289,20.661-2.992-6.04-3.265-12.958-0.612-19.131m48.25,6.359c0.008-7.884-3.868-15.379-10.194-20.056-2.91-2.151-6.272-3.674-9.806-4.447-1.624-0.356-13.428-1.411-13.405,0.843,0.036,3.46,8.174,2.006,9.697,2.122,4.861,0.367,9.566,2.182,13.398,5.194,8.738,6.87,11.665,19.119,6.707,29.131,2.335-3.845,3.618-8.284,3.603-12.787"></path><path fill="#e5e5e5" d="M38.564,31.626c1.519-1.519,3.918-3.793,4.301-6.057,0.645-3.792-5.041,1.243-5.321,1.585-1.737,2.13-3.398,4.283-5.642,5.915-0.506,0.369-3.112,1.376-3.309,2.022-0.244,0.804,2.544,0.734,2.758,0.709,2.809-0.337,5.281-2.24,7.213-4.174"></path><path fill="url(#XMLID_10_)" d="M24.464,3.383c5.396,5.394,11.601,10.534,16.007,16.78-0.481-3.237-3.596-5.551-5.765-7.721-2.953-2.952-6.207-7.609-10.242-9.059"></path><path fill="#b2b2b2" d="M42.396,24.593c0.099,0.524,0.195,1.046,0.293,1.57,0.357-0.72,0.258-1.242-0.293-1.57"></path><path fill="#e5e5e5" d="M26.256,35.833c-1.023,1.025-17.446-15.347-16.398-16.399,0.362-0.363,16.752,16.046,16.398,16.399"></path><path fill="#e5e5e5" d="M131.96,114.9c3.62-3.64-34.908-37.813-38.923-41.091-9.73-7.946-20.975-13.859-29.757-23.014-1.597-1.665-3.312-3.513-4.231-5.664-0.023-0.059-0.444-1.816-0.221-1.7,0.173,0.09-0.377,0.693-0.418,0.734-0.255,0.259,8.754,8.281,9.283,8.685,10.813,8.242,22.997,14.23,33.537,22.948,8.87,7.343,17.26,15.537,24.24,24.722,1.53,2.02,9.45,11.42,6.49,14.38"></path><path fill="#9a9a9a" d="M99.574,88.352c-1.573,0-3.071,0.258-4.547,0.798,4.688,0,8.163-0.436,12.243,2.703,2.82,2.172,4.73,5.209,6.45,8.277,0.43,0.79,2.7,6.7,3.82,6.7,2.61,0-3.36-10.186-3.79-10.702-3.57-4.272-8.39-7.776-14.176-7.776"></path><path fill="#e5e5e5" d="M104.4,107.66c2.23,1.54,4.88,2.21,7.55,2.33,0.59,0.02,5.01-0.58,5.31,0.13,1.96,4.67-11.76,1.4-12.76,0.82-6.157-3.51-11.054-10.34-11.105-17.59-0.03-3.91,1.366-6.361,1.87-0.955,0.6,6.462,3.805,11.565,9.135,15.265"></path><path fill="#d82a2a" d="M56.106,65.645c8.814,8.784-12.75,27.312-17.566,32.206-7.438,7.559-15.314,15.929-24.656,21.179-3.08,1.74-7.064,3.34-10.242,0.96-10.102-7.56,8.551-24.703,13.17-29.574,8.061-8.503,16.708-17.64,26.902-23.634,3.507-2.063,8.913-4.63,12.392-1.137"></path><path fill="#b20d0d" d="M56.106,65.645c-0.554-0.394-1.109-0.787-1.663-1.181,6.218,9.163-13.687,26.113-18.559,31.057-7.218,7.329-14.752,15.169-23.603,20.559-2.924,1.78-7.023,3.94-10.417,2.1,7.942,11.46,28.348-12.07,32.98-16.63,5.05-4.977,30.806-26.395,21.262-35.905"></path><path fill="#ef5656" d="M50.061,68.252c1.19,1.189-19.442,19.272-20.657,20.475-6.626,6.564-13.116,13.273-19.315,20.243-0.539,0.6-3.332,4.71-4.512,4.13-5.282-2.56,12.201-19.62,13.334-20.8,2.264-2.36,25.946-29.257,31.15-24.048"></path><path fill="#970f00" d="M21.607,84.615c-4.188,4.188-33.355,31.575-16.307,36.925,6.423,2.02,14.411-5.49,18.82-9.24,8.531-7.25,16.578-15.298,23.931-23.741,4.321-4.96,15.407-16.414,8.495-23.351-9.243-9.242-29.807,14.276-34.939,19.407m-18.534,34.065c-5.303-5.25,2.725-14.55,5.958-18.57,7.805-9.691,16.899-18.767,26.493-26.684,4.077-3.363,17.131-14.582,21.506-5.543,1.644,3.397-0.833,7.569-2.603,10.368-6.237,9.867-15.167,18.312-23.559,26.299-4.577,4.36-20.057,21.9-27.795,14.13"></path><path fill="#c6c6c6" d="M112.7,9.215c5.44,5.441-1.74,9.104-5.59,12.961-3.62,3.63-8.277,4.547-12.034,8.308-4.229,4.232-8.46,8.463-12.689,12.694-6.863,6.863-13.729,13.727-20.594,20.589-1.478,1.478-2.954,2.954-4.431,4.43-0.674,0.675-1.538,0.741-2.424,0.407-3.403-1.283-0.995-4.162,0.5-5.655,9.582-9.577,19.165-19.154,28.745-28.734,2.343-2.342,4.685-4.684,7.026-7.025,1.445-1.444,3.574-2.957,4.414-4.863,0.812-1.843,0.643-4.465,2.143-5.967,4.304-4.302,8.814-13.145,14.934-7.145"></path><path fill="#FFF" d="M94.426,26.611c0.503,0.503-38.888,39.939-39.413,39.414-0.238-0.238,38.481-40.256,39.413-39.414"></path><path fill="#9a9a9a" d="M98.729,26.611c-6.407,1.639-42.162,42.753-42.899,42.022,5.496-1.883,42.011-42.91,42.899-42.022"></path><path fill="#e5e5e5" d="M112.61,13.094c0,4.24-13.416,13.159-13.416,5.804,0-0.594,5.556-1.447,6.936-2.331,0.5-0.321,6.48-4.21,6.48-3.473"></path><path fill="#9a9a9a" d="M108.61,7.109c-1.54,0-10.286,9.531-10.174,9.645,1.015,1.012,9.114-9.645,10.174-9.645"></path><path fill="#DDD" d="M108.06,7.95c0.31-0.316,3.72,4.755,4.41,4.755,0.12-2.107-2.15-4.748-4.41-4.755"></path><path fill="#c4c4c4" d="M108.06,7.95"></path><path fill="#9a9a9a" d="M73.073,59.401c-2.022,2.023-4.045,4.047-6.067,6.071-3.913,3.916-2.947,3.583-0.285,8.781,3.62-3.813,7.24-7.624,10.86-11.438-1.519-1.117-3.024-2.252-4.508-3.414m2.281-2.284c-0.203,0.202-0.407,0.407-0.609,0.609,1.603,1.018,3.226,2,4.867,2.954,0.121-0.128,0.243-0.258,0.365-0.386-1.565-1.024-3.115-2.071-4.623-3.177"></path><path fill="url(#XMLID_11_)" d="M63.712,68.77c-1.454,1.672,1.062,4.641,1.989,6.558,2.214-1.388-0.989-5.03-1.989-6.558m12.561-12.574c-0.308,0.307-0.612,0.614-0.919,0.921,1.721,1.264,3.743,3.759,5.468,2.288-1.516-1.07-3.033-2.14-4.549-3.209"></path><path fill="#b2b2b2" d="M74.745,57.726c-0.633,0.362-1.153,1.155-1.672,1.676,2.27,1.775,4.613,5.014,6.539,1.278-1.642-0.954-3.265-1.937-4.867-2.954"></path></symbol><symbol height="100%" width="100%" id="mark-github" viewBox="0 0 1024 1024"> <path d="M512 0C229.252 0 0 229.25199999999995 0 512c0 226.251 146.688 418.126 350.155 485.813 25.593 4.686 34.937-11.125 34.937-24.626 0-12.188-0.469-52.562-0.718-95.314-128.708 23.46-161.707-31.541-172.469-60.373-5.525-14.809-30.407-60.249-52.398-72.263-17.988-9.828-43.26-33.237-0.917-33.735 40.434-0.476 69.348 37.308 78.471 52.75 45.938 77.749 119.876 55.627 148.999 42.5 4.654-32.999 17.902-55.627 32.501-68.373-113.657-12.939-233.22-56.875-233.22-253.063 0-55.94 19.968-101.561 52.658-137.404-5.22-12.999-22.844-65.095 5.063-135.563 0 0 42.937-13.749 140.811 52.501 40.811-11.406 84.594-17.031 128.124-17.22 43.499 0.188 87.314 5.874 128.188 17.28 97.689-66.311 140.686-52.501 140.686-52.501 28 70.532 10.375 122.564 5.124 135.499 32.811 35.844 52.626 81.468 52.626 137.404 0 196.686-119.751 240-233.813 252.686 18.439 15.876 34.748 47.001 34.748 94.748 0 68.437-0.686 123.627-0.686 140.501 0 13.625 9.312 29.561 35.25 24.562C877.436 929.998 1024 738.126 1024 512 1024 229.25199999999995 794.748 0 512 0z"></path></symbol><symbol height="100%" width="100%" id="alert" viewBox="0 0 1024 1024"> <path d="M1005.854 800.247l-438.286-767C556.173 13.30600000000004 534.967 1 512 1s-44.173 12.306-55.567 32.247l-438.286 767c-11.319 19.809-11.238 44.144 0.213 63.876C29.811 883.855 50.899 896 73.714 896h876.572c22.814 0 43.903-12.145 55.354-31.877S1017.173 820.056 1005.854 800.247zM576 768H448V640h128V768zM576 576H448V320h128V576z"></path></symbol><symbol height="100%" width="100%" id="issue-opened" viewBox="0 0 896 1024"> <path d="M448 64C200.562 64 0 264.562 0 512c0 247.438 200.562 448 448 448 247.438 0 448-200.562 448-448C896 264.562 695.438 64 448 64zM448 832c-176.781 0-320-143.25-320-320 0-176.781 143.219-320 320-320 176.75 0 320 143.219 320 320C768 688.75 624.75 832 448 832zM384 768h128V640H384V768zM384 576h128V256H384V576z"></path></symbol><symbol height="100%" width="100%" id="git-commit" viewBox="0 0 896 1024"> <path d="M694.875 448C666.375 337.781 567.125 256 448 256c-119.094 0-218.375 81.781-246.906 192H0v128h201.094C229.625 686.25 328.906 768 448 768c119.125 0 218.375-81.75 246.875-192H896V448H694.875zM448 640c-70.656 0-128-57.375-128-128 0-70.656 57.344-128 128-128 70.625 0 128 57.344 128 128C576 582.625 518.625 640 448 640z"></path></symbol><symbol height="100%" width="100%" id="info" viewBox="0 0 896 1024"> <path d="M448 384c35 0 64-29 64-64s-29-64-64-64-64 29-64 64 29 64 64 64z m0-320c-247 0-448 201-448 448s201 448 448 448 448-201 448-448-201-448-448-448z m0 768c-177 0-320-143-320-320s143-320 320-320 320 143 320 320-143 320-320 320z m64-320c0-32-32-64-64-64s-32 0-64 0-64 32-64 64h64s0 160 0 192 32 64 64 64 32 0 64 0 64-32 64-64h-64s0-160 0-192z"></path></symbol><symbol height="100%" width="100%" id="mail" viewBox="0 0 896 1024"> <path d="M0 192v640h896V192H0zM768 256L448 520 128 256H768zM64 320l252.031 191.625L64 704V320zM128 768l254-206.25L448 612l65.875-50.125L768 768H128zM832 704L579.625 511.938 832 320V704z"></path></symbol><symbol height="100%" width="100%" id="question" viewBox="0 0 1024 1024"> <path d="M448 768h128v-128h-128v128z m64-512c-96 0-192 96-192 192h128c0-32 32-64 64-64s64 32 64 64c0 64-128 64-128 128h128c64-22 128-64 128-160s-96-160-192-160z m0-256c-283 0-512 229-512 512s229 512 512 512 512-229 512-512-229-512-512-512z m0 896c-212 0-384-172-384-384s172-384 384-384 384 172 384 384-172 384-384 384z"></path></symbol><symbol height="100%" width="100%" id="rss" viewBox="0 0 768 1024"> <path d="M128 640C57.344 640 0 697.375 0 768s57.344 128 128 128 128-57.375 128-128S198.656 640 128 640zM128 384c0 0-64 2-64 64s64 64 64 64c141.375 0 256 114.625 256 256 0 0 0 64 64 64s64-64 64-64C512 556 340.031 384 128 384zM128 128c0 0-64 0-64 64s64 64 64 64c282.75 0 512 229.25 512 512 0 0 0 64 64 64s64-64 64-64C768 414.594 481.5 128 128 128z"></path></symbol><symbol height="100%" width="100%" id="search" viewBox="0 0 973.125 1024"> <path d="M960 832L710.875 582.875C746.438 524.812 768 457.156 768 384 768 171.96900000000005 596 0 384 0 171.969 0 0 171.96900000000005 0 384c0 212 171.969 384 384 384 73.156 0 140.812-21.562 198.875-57L832 960c17.5 17.5 46.5 17.375 64 0l64-64C977.5 878.5 977.5 849.5 960 832zM384 640c-141.375 0-256-114.625-256-256s114.625-256 256-256 256 114.625 256 256S525.375 640 384 640z"></path></symbol><symbol height="100%" width="100%" id="sign-in" viewBox="0 0 896 1024"> <path d="M640 576L640 448 896 448 896 320 640 320 640 192 448 336 448 192 192 64 704 64 704 256 768 256 768 0 64 0 64 832 448 1024 448 832 768 832 768 512 704 512 704 768 448 768 448 432z"></path></symbol><symbol height="100%" width="100%" id="sign-out" viewBox="0 0 1024 1024"> <path d="M640 768H384V192L128 64h512v192h64V0H0v832l384 192V832h320V512h-64V768zM1024 384L768 192v128H512v128h256v128L1024 384z"></path></symbol><symbol height="100%" width="100%" id="x" viewBox="0 0 640 1024"> <path d="M640 320L512 192 320 384 128 192 0 320l192 192L0 704l128 128 192-192 192 192 128-128L448 512 640 320z"></path></symbol><symbol height="100%" width="100%" id="check" viewBox="0 0 768 1024"> <path d="M640 192L256 576 128 448 0 576l256 256 512-512L640 192z"></path></symbol><symbol height="100%" width="100%" id="home" viewBox="0 0 1024 1024"> <path d="M192 576l64 384h192V640h128v320h192l64-384L512 256 192 576zM832 384V128H704l0.312 128.312L512 64 0 576h128l384-384 384 384h128L832 384z"></path></symbol><symbol height="100%" width="100%" id="history" viewBox="0 0 896 1024"> <path d="M448 64c-90.938 0-175.312 27.531-245.938 74.062L128 64v256h256l-88-88c45.438-24.688 96.688-40 152-40 176.75 0 320 143.219 320 320 0 176.75-143.25 320-320 320-176.781 0-320-143.25-320-320 0-45.562 9.781-88.781 27-128H64v-99.406C24.312 351.5 0 428.594 0 512c0 247.438 200.562 448 448 448 247.438 0 448-200.562 448-448C896 264.562 695.438 64 448 64zM447.031 831L512 768V576h128l64-64-64-64H512l-64-64L320 512l64 64v192L447.031 831z"></path></symbol><symbol height="100%" width="100%" id="code" viewBox="0 0 896 1024"> <path d="M608 192l-96 96 224 224L512 736l96 96 288-320L608 192zM288 192L0 512l288 320 96-96L160 512l224-224L288 192z"></path></symbol><symbol height="100%" width="100%" id="device-mobile" viewBox="0 0 640 1024"> <path d="M576 0H64C28.688 0 0 28.687999999999988 0 64v896c0 35.375 28.688 64 64 64h512c35.375 0 64-28.625 64-64V64C640 28.687999999999988 611.375 0 576 0zM288 64h64c17.625 0 32 14.344 32 32s-14.375 32-32 32h-64c-17.656 0-32-14.344-32-32S270.344 64 288 64zM352 960h-64c-17.656 0-32-14.375-32-32s14.344-32 32-32h64c17.625 0 32 14.375 32 32S369.625 960 352 960zM576 832H64V192h512V832z"></path></symbol><symbol height="100%" width="100%" id="device-desktop" viewBox="0 0 1024 1024"> <path d="M960 64c-32 0-864 0-896 0s-64 32-64 64 0 544 0 576 32 64 64 64 320 0 320 0-192 64-192 128c0 32 32 64 64 64s480 0 512 0 64-32 64-64c0-64-192-128-192-128s288 0 320 0 64-32 64-64 0-544 0-576-32-64-64-64z m0 640h-896v-576h896v576z m-64-512h-192c-384 64-542 300-576 384v64h768v-448z"></path></symbol><symbol height="100%" width="100%" id="list-ordered" viewBox="0 0 768 1024"> <path d="M320 576h448v-128h-448v128z m0 256h448v-128h-448v128z m0-640v128h448v-128h-448z m-241 256h78v-256h-36l-85 23v50l43-2v185z m110 206c0-36-12-78-96-78-33 0-64 6-83 16l1 66c21-10 42-15 67-15s32 11 32 28c0 26-30 58-110 112v50h192v-67l-91 2c49-30 87-66 87-113l1-1z"></path></symbol><symbol height="100%" width="100%" id="list-unordered" viewBox="0 0 768 1024"> <path d="M0 576h128v-128h-128v128z m0-256h128v-128h-128v128z m0 512h128v-128h-128v128z m256-256h512v-128h-512v128z m0-256h512v-128h-512v128z m0 512h512v-128h-512v128z"></path></symbol><symbol height="100%" width="100%" id="location" viewBox="0 0 640 1024"> <path d="M320 0c-177 0-320 143-320 320s160 416 320 704c160-288 320-527 320-704s-143-320-320-320z m0 448c-71 0-128-57-128-128s57-128 128-128 128 57 128 128-57 128-128 128z"></path></symbol><symbol height="100%" width="100%" id="tag" viewBox="0 0 896 1024"> <path d="M384 64H128L0 192v256l512 512 384-384L384 64zM64 416V224l96-96h192l448 448L512 864 64 416zM448 320L256 512l256 256 192-192L448 320zM352 512l96-96 160 160-96 96L352 512zM320 288c0-53-43-96-96-96s-96 43-96 96 43 96 96 96S320 341 320 288zM224 320c-17.656 0-32-14.344-32-32s14.344-32 32-32 32 14.344 32 32S241.656 320 224 320z"></path></symbol><symbol height="100%" width="100%" id="sync" viewBox="0 0 768.051 1024"> <path d="M655.461 473.469c11.875 81.719-13.062 167.781-76.812 230.594-94.188 92.938-239.5 104.375-346.375 34.562l74.875-73L31.96 627.25 70.367 896l84.031-80.5c150.907 111.25 364.938 100.75 502.063-34.562 79.5-78.438 115.75-182.562 111.25-285.312L655.461 473.469zM189.46 320.062c94.156-92.938 239.438-104.438 346.313-34.562l-75 72.969 275.188 38.406L697.586 128l-83.938 80.688C462.711 97.34400000000005 248.742 107.96900000000005 111.585 243.25 32.085 321.656-4.133 425.781 0.335 528.5l112.25 22.125C100.71 468.875 125.71 382.906 189.46 320.062z"></path></symbol><symbol height="100%" width="100%" id="terminal" viewBox="0 0 896 1024"> <path d="M831 127H63c-35.35 0-64 28.65-64 64v640c0 35.35 28.65 64 64 64h768c35.35 0 64-28.65 64-64V191C895 155.64999999999998 866.35 127 831 127zM127 575l128-128L127 319l64-64 192 192L191 639 127 575zM639 639H383v-64h256V639z"></path></symbol><symbol height="100%" width="100%" id="screen-full" viewBox="0 0 895.875 1024"> <path d="M128 768h639.875V256H128V768zM255.938 384h384v256h-384V384zM64 192.062h191.938v-64H0V384h64V192.062zM64 640H0v255.938h255.938V832H64V640zM639.938 128.062v64h191.938V384h64V128.062H639.938zM831.875 832H639.938v63.938h255.938V640h-64V832z"></path></symbol></svg>
@supports(filter: none) {
[data-filter="blur"] {filter: blur(50%);}
[data-filter="brightness"] {filter: brightness(50%);}
[data-filter="contrast"] {filter: contrast(50%);}
[data-filter="drop-shadow"] {filter: drop-shadow(.5em .5em 1em #222);}
[data-filter="grayscale"] {filter: grayscale(50%);}
[data-filter="invert"] {filter: invert(50%);}
[data-filter="opacity"] {filter: opacity(50%);}
[data-filter="sepia"] {filter: sepia(50%);}
[data-filter="saturate"] {filter: saturate(50%);}
[data-hover-filter="blur"]:hover {filter: blur(50%);}
[data-hover-filter="brightness"]:hover {filter: brightness(50%);}
[data-hover-filter="contrast"]:hover {filter: contrast(50%);}
[data-hover-filter="drop-shadow"]:hover {filter: drop-shadow(.5em .5em 1em #222);}
[data-hover-filter="grayscale"]:hover {filter: grayscale(50%);}
[data-hover-filter="invert"]:hover {filter: invert(50%);}
[data-hover-filter="opacity"]:hover {filter: opacity(50%);}
[data-hover-filter="sepia"]:hover {filter: sepia(50%);}
[data-hover-filter="saturate"]:hover {filter: saturate(50%);}
[data-hover-filter] {transition: filter 800ms;}
}
/**
blur()
brightness()
contrast()
drop-shadow()
grayscale()
hue-rotate()
invert()
opacity()
saturate()
sepia()
*/
<datalist id="search_suggestions">
<option value="Red"></option>
<option value="Green"></option>
<option value="Blue"></option>
<option value="Yellow"></option>
<option value="Wait... I'm not a color!"></option>
</datalist>
.no-details details[open] > summary::before {
font-family: var(--icon-font);
content: var(--dropdown-open-icon);
}
.no-details details:not([open]) > summary::before {
font-family: var(--icon-font);
content: var(--dropdown-closed-icon);
}
.no-details details:not([open]) > :not(summary) {
display: none;
}
details > summary:only-child,
details > summary:only-child::before,
details > summary:only-child::after
{
display: none;
}
details > summary {
cursor: var(--pointer);
}
.no-js dialog {
display: none;
}
dialog {
border: 0.4rem outset var(--primary-color);
border-radius: 1rem;
box-shadow: 1rem 1rem 1rem black;
}
.no-dialog dialog {
z-index: 9;
}
dialog.modal {
position: fixed;
top: 10vh;
max-height: 85vh;
max-width: 100vw;
overflow: auto;
}
dialog.modal + .backdrop {
background-color: rgb(0, 0, 0);
background-color: rgba(0, 0, 0, 0.7);
position: fixed;
top: 0;
left: 0;
bottom: 0;
right: 0;
z-index: 8;
}
dialog[open]::backdrop {
background-color: rgba(0, 0, 0, 0.7);
position: fixed;
top: 0;
left: 0;
bottom: 0;
right: 0;
}
if (! ('forEach' in NodeList.prototype)) {
NodeList.prototype.forEach = Array.prototype.forEach;
}
if (! ('filter' in NodeList.prototype)) {
NodeList.prototype.filter = Array.prototype.filter;
}
if (! ('map' in NodeList.prototype)) {
NodeList.prototype.map = Array.prototype.map;
}
if (! ('import' in HTMLLinkElement.prototype)) {
var script = document.createElement('script');
script.async = true;
script.src = "htmlimport.js";
document.head.appendChild(script);
if ('contextMenu' in HTMLElement.prototype) {
}
(function(head) {
var script = document.createElement('script');
var link = document.createElement('link');
script.src = 'wysiwyg.js';
script.async = true;
script.type = 'application/javascript';
link.href = 'menu.html';
link.rel = 'import';
link.dataset.target = 'body';
head.appendChild(script);
head.appendChild(link);
})(document.head);
}
window.addEventListener('load', function() {
document.head.querySelectorAll('link[rel="import"][data-target]').map(function(link) {
link.importHTML(link.dataset.target);
});
document.querySelectorAll('[data-import]').map(importContent);
if ('contextMenu' in HTMLElement.prototype) {
document.querySelectorAll('[contenteditable]').map(function(el) {
el.setAttribute('contextmenu', 'wysiwyg_menu');
});
}
document.querySelectorAll('menu[type="context"]').map(WYSIWYG);
});
function nodeIsElement(node) {
return node.nodeType === 1;
}
/*function importLink(link) {
var target = document.querySelector(link.dataset.target);
link.import.body.childNodes.filter(nodeIsElement).map(function(node) {
target.appendChild(node);
});
link.importHTML(link.dataset.target);
return link;
}*/
function importContent(container) {
var link = document.head.querySelector('link[name="' + container.dataset.import + '"]');
link.import.body.childNodes.filter(nodeIsElement).map(function(node) {
container.appendChild(node);
});
return container;
}
HTMLLinkElement.prototype.importHTML = function(node) {
if (typeof node === 'string') {
node = document.querySelector(node);
}
this.import.body.childNodes.filter(nodeIsElement).map(function(importedNode) {
node.appendChild(importedNode);
})
}
<header role="heading">
<h1>
<a href="./" rel="bookmark">
<svg class="icon"><use xlink:href="combined.svg#home"/></svg>
<span>HTML Import Test</span>
</a>
</h1>
<nav role="navigation" data-import="Navigation" class="flex"></nav>
<div data-import="Search"></div>
<div data-import="Search Suggestions" hidden></div>
</header>
if (! ('import' in HTMLLinkElement.prototype)) {
Object.defineProperty(HTMLLinkElement.prototype, 'import', {
get: function() {
var xhr = new XMLHttpRequest();
xhr.open('GET', this.href, false);
xhr.send();
return new DOMParser().parseFromString(xhr.response, "text/html");
}
});
}
@charset 'UTF-8';
@import url(normalize.css);
@import url(https://fonts.googleapis.com/css?family=Acme|Alice|Ubuntu|Roboto|Press+Start+2P|Open+Sans);
@import url(details.css);
@import url(dialog.css);
@import url(style.css);
@import url(sidebar.css);
@import url(classes.css);
@import url(data-filter.css);
@import url(responsive.css);
<!DOCTYPE html>
<html lang="en" dir="ltr" manifest="manifest.appcache?nocache=true" itemscope itemtype="http://schema.org/WebPage">
<head>
<meta charset="utf-8">
<meta name="referrer" content="origin"/>
<meta name="author" content="Chris Zuber"/>
<meta name="viewport" content="width=device-width, height=device-height"/>
<title>HTML Import Demo</title>
<link rel="stylesheet" type="text/css" href="import.css" media="all">
<link rel="prefetch" type="image/svg+xml" href="combined.svg">
<link rel="import" type="text/html" href="nav.html" name="Navigation">
<link rel="import" type="text/html" href="license.html" name="Creative Commons">
<link rel="import" type="text/html" href="search.html" name="Search">
<link rel="import" type="text/html" href="datalist.html" name="Search Suggestions">
<link rel="import" type="text/html" href="header.html" data-target="body">
<link rel="import" type="text/html" href="sidebar.html" data-target="body">
<link rel="import" type="text/html" href="main.html" data-target="body">
<link rel="import" type="text/html" href="footer.html" data-target="body">
<link rel="icon" type="image/xvg+xml" href="code.svg" sizes="any">
<link rel="icon" type="image/png" href="icon-16.png" sizes="16x16">
<link rel="icon" type="image/png" href="icon-48.png" sizes="48x48">
<link rel="icon" type="image/png" href="icon-60.png" sizes="60x60">
<link rel="icon" type="image/png" href="icon-128.png" sizes="128x128">
<link rel="icon" type="image/png" href="icon-256.png" sizes="256x256">
<link rel="icon" type="image/png" href="icon-512.png" sizes="512x512">
<script type="application/javascript" src="functions.js"></script>
<script type="application/javascript" src="appcache.js" async=""></script>
</head>
<body class="flex wrap"></body>
</html>
<div>
<a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/"><svg width="88" height="31"><use xlink:href="combined.svg#CreativeCommons"/></svg></a><br /><span xmlns:dct="http://purl.org/dc/terms/" property="dct:title">HTML Import Demo</span> by <a xmlns:cc="http://creativecommons.org/ns#" itemprop="author" href="https://gist.github.com/shgysk8zer0/ba1b82709aec256a7af1" property="cc:attributionName" rel="cc:attributionURL">shgysk8zer0</a> is licensed under a <a rel="license" itemprop="license" href="http://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.
</div>
<main role="main" itemcope="" itemtype="http://schema.org/WebPageElement" itemprop="mainContentofPage">
<article role="article">
<header>
<h2 itemprop="headline">Lorem Ipsum</h2>
</header>
<section id="section-1" contenteditable="true" itemprop="text">
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent accumsan ullamcorper nunc in efficitur. Maecenas ornare turpis sed turpis tempor suscipit. Nam imperdiet mauris eu dapibus venenatis. Cras elementum dolor quis metus posuere, a pharetra urna vehicula. Nulla elit enim, mattis et varius at, vestibulum dictum nisl. In mauris mi, ultricies at mauris at, sodales consequat ex. Maecenas vel ex nibh. Nullam eu mi risus.</p>
<svg data-filter="drop-shadow"><use xlink:href="combined.svg#git"/></svg>
<br>
<p>Pellentesque blandit et velit non sagittis. Quisque finibus pulvinar nisi, vel vulputate orci molestie quis. Mauris vel metus tempus, malesuada metus ac, laoreet sem. Sed non urna ut lacus varius ultrices. Pellentesque vel dignissim massa, vitae placerat magna. Donec ac dolor pharetra, blandit sem eget, gravida lorem. Quisque tincidunt nisi non ultricies varius.</p>
</section>
<footer>&copy; 2015</footer>
</article>
</main>
CACHE MANIFEST
# VERSION 2015-06-03 01:26
CACHE:
# SCRIPTS
appcache.js
functions.js
wysiwyg.js
htmlimport.js
# STYLESHEETS
classes.css
data-filter.css
details.css
dialog.css
import.css
misc.css
normalize.css
responsive.css
sidebar.css
style.css
https://fonts.googleapis.com/css?family=Acme|Alice|Ubuntu|Roboto|Press+Start+2P|Open+Sans
# IMAGES
combined.svg
# ICONS
icon-16.png
icon-48.png
icon-60.png
icon-128.png
icon-256.png
icon-512.png
code.svg
# CURSORS
# HTML IMPORTS
datalist.html
footer.html
header.html
license.html
main.html
menu.html
nav.html
search.html
sidebar.html
# FONTS
https://fonts.gstatic.com/s/acme/v5/CMfjQTCaAjBuWy3e4bQMZA.woff2
https://fonts.gstatic.com/s/acme/v5/-nVwQJDyFoBcrvpER8f-lA.woff
https://fonts.gstatic.com/s/alice/v7/l5RFQT5MQiajQkFxjDLySg.woff2
https://fonts.gstatic.com/s/alice/v7/_H4kMcdhHr0B8RDaQcqpTA.woff
https://fonts.gstatic.com/s/opensans/v13/cJZKeOuBrn4kERxqtaUH3VtXRa8TVwTICgirnJhmVJw.woff2
https://fonts.gstatic.com/s/opensans/v13/cJZKeOuBrn4kERxqtaUH3T8E0i7KZn-EPnyo3HZu7kw.woff
https://fonts.gstatic.com/s/pressstart2p/v4/8Lg6LX8-ntOHUQnvQ0E7o08SWvhA5BcWCS8xVZDIH7E.woff2
https://fonts.gstatic.com/s/pressstart2p/v4/8Lg6LX8-ntOHUQnvQ0E7o3dD2UuwsmbX3BOp4SL_VwM.woff
https://fonts.gstatic.com/s/roboto/v15/CWB0XYA8bzo0kSThX0UTuA.woff2
https://fonts.gstatic.com/s/roboto/v15/2UX7WLTfW3W8TclTUvlFyQ.woff
https://fonts.gstatic.com/s/ubuntu/v7/sDGTilo5QRsfWu6Yc11AXg.woff2
https://fonts.gstatic.com/s/ubuntu/v7/_xyN3apAT_yRRDeqB3sPRg.woff
NETWORK:
FALLBACK:
SETTINGS:
fast
{
"version": "0.0.1",
"name": "HTML Import Demo",
"description": "A demo showing some advanced HTML features, such as HTML Imports.",
"launch_path": "/",
"icons": {
"16": "icon-16.png",
"48": "icon-48.png",
"60": "icon-60.png",
"128": "icon-128.png",
"256": "icon-256.png",
"512": "icon-512.png"
},
"developer": {
"name": "Chris Zuber",
"url": "https://chriszuber.com"
},
"type": "web",
"permissions": {
"desktop-notification": {
"description": "Allow notifications of certain events. I.E. Login/out"
}
},
"installs_allowed_from": ["*"],
"csp": "default-src 'self';script-src 'self' ;style-src 'self' //fonts.googleapis.com;font-src 'self' //fonts.gstatic.com;img-src 'self' data:;media-src 'self' mediastream:;connect-src 'self';frame-src 'self';frame-ancestors 'self';object-src 'self'"
}
<menu type="context" id="wysiwyg_menu">
<!--https://developer.mozilla.org/en-US/docs/Midas--><menu label="Attributes">
<menuitem label="Add Class"></menuitem><menuitem label="Remove Class"></menuitem><menuitem label="Set Attribute"></menuitem><menuitem label="Remove Attribute"></menuitem>
</menu>
<menu label="Create">
<menu label="Headings">
<menuitem label="H1" data-editor-command="heading" data-editor-value="H1"></menuitem><menuitem label="H2" data-editor-command="heading" data-editor-value="H2"></menuitem><menuitem label="H3" data-editor-command="heading" data-editor-value="H3"></menuitem><menuitem label="H4" data-editor-command="heading" data-editor-value="H4"></menuitem><menuitem label="H5" data-editor-command="heading" data-editor-value="H5"></menuitem><menuitem label="H6" data-editor-command="heading" data-editor-value="H6"></menuitem>
</menu>
<menu label="List">
<menuitem label="Unordered" icon="data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjEwMjQiIHdpZHRoPSI3NjgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiAgPHBhdGggZD0iTTAgNTc2aDEyOHYtMTI4aC0xMjh2MTI4eiBtMC0yNTZoMTI4di0xMjhoLTEyOHYxMjh6IG0wIDUxMmgxMjh2LTEyOGgtMTI4djEyOHogbTI1Ni0yNTZoNTEydi0xMjhoLTUxMnYxMjh6IG0wLTI1Nmg1MTJ2LTEyOGgtNTEydjEyOHogbTAgNTEyaDUxMnYtMTI4aC01MTJ2MTI4eiIgLz4KPC9zdmc+Cg==" data-editor-command="insertunorderedlist"></menuitem><menuitem label="Ordered" icon="data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjEwMjQiIHdpZHRoPSI3NjgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiAgPHBhdGggZD0iTTMyMCA1NzZoNDQ4di0xMjhoLTQ0OHYxMjh6IG0wIDI1Nmg0NDh2LTEyOGgtNDQ4djEyOHogbTAtNjQwdjEyOGg0NDh2LTEyOGgtNDQ4eiBtLTI0MSAyNTZoNzh2LTI1NmgtMzZsLTg1IDIzdjUwbDQzLTJ2MTg1eiBtMTEwIDIwNmMwLTM2LTEyLTc4LTk2LTc4LTMzIDAtNjQgNi04MyAxNmwxIDY2YzIxLTEwIDQyLTE1IDY3LTE1czMyIDExIDMyIDI4YzAgMjYtMzAgNTgtMTEwIDExMnY1MGgxOTJ2LTY3bC05MSAyYzQ5LTMwIDg3LTY2IDg3LTExM2wxLTF6IiAvPgo8L3N2Zz4K" data-editor-command="insertorderedlist"></menuitem>
</menu>
<menuitem label="Link" icon="data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjEwMjQiIHdpZHRoPSIxMDI0IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgogIDxwYXRoIGQ9Ik03NjggMjU2aC0xMzhjNDggMzIgOTMgODkgMTA3IDEyOGgzMGM2NSAwIDEyOCA2NCAxMjggMTI4cy02NSAxMjgtMTI4IDEyOGgtMTkyYy02MyAwLTEyOC02NC0xMjgtMTI4IDAtMjMgNy00NSAxOC02NGgtMTM3Yy01IDIxLTggNDItOCA2NCAwIDEyOCAxMjcgMjU2IDI1NSAyNTZzNjUgMCAxOTMgMCAyNTYtMTI4IDI1Ni0yNTYtMTI4LTI1Ni0yNTYtMjU2eiBtLTQ4MSAzODRoLTMwYy02NSAwLTEyOC02NC0xMjgtMTI4czY1LTEyOCAxMjgtMTI4aDE5MmM2MyAwIDEyOCA2NCAxMjggMTI4IDAgMjMtNyA0NS0xOCA2NGgxMzdjNS0yMSA4LTQyIDgtNjQgMC0xMjgtMTI3LTI1Ni0yNTUtMjU2cy02NSAwLTE5MyAwLTI1NiAxMjgtMjU2IDI1NiAxMjggMjU2IDI1NiAyNTZoMTM4Yy00OC0zMi05My04OS0xMDctMTI4eiIgLz4KPC9zdmc+Cg==" data-editor-command="createlink" data-prompt="Enter link location"></menuitem><menuitem label="Image" icon="data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjEwMjQiIHdpZHRoPSI3NjgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiAgPHBhdGggZD0iTTU3NiA2NEgwdjg5Nmg3NjhWMjU2eiBtMTI4IDgzMkg2NFYxMjhoNDgwbDE2MCAxNjB6TTEyOCAyNTZ2NTEyaDEyOGMwLTcxIDU3LTEyOCAxMjgtMTI4LTcxIDAtMTI4LTU3LTEyOC0xMjhzNTctMTI4IDEyOC0xMjggMTI4IDU3IDEyOCAxMjgtNTcgMTI4LTEyOCAxMjhjNzEgMCAxMjggNTcgMTI4IDEyOGgxMjhWMzg0TDUxMiAyNTZ6IiAvPgo8L3N2Zz4K" data-editor-command="insertimage" data-prompt="Enter image location"></menuitem><menuitem label="Figure" data-editor-command="inserthtml" data-selection-to="figure"></menuitem><menuitem label="Figure Caption" data-editor-command="inserthtml" data-selection-to="figcaption"></menuitem><menuitem label="Code" icon="data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjEwMjQiIHdpZHRoPSI4OTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiAgPHBhdGggZD0iTTYwOCAxOTJsLTk2IDk2IDIyNCAyMjRMNTEyIDczNmw5NiA5NiAyODgtMzIwTDYwOCAxOTJ6TTI4OCAxOTJMMCA1MTJsMjg4IDMyMCA5Ni05NkwxNjAgNTEybDIyNC0yMjRMMjg4IDE5MnoiIC8+Cjwvc3ZnPgo=" data-editor-command="inserthtml" data-selection-to="code"></menuitem><menuitem label="Pre-formatted Text" data-editor-command="inserthtml" data-selection-to="pre"></menuitem><menuitem label="Custom HTML" icon="data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjEwMjQiIHdpZHRoPSI3NjgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiAgPHBhdGggZD0iTTI4OCAzODRMMTI4IDU0NGwxNjAgMTYwIDY0LTY0LTk2LTk2IDk2LTk2eiBtMTI4IDY0bDk2IDk2LTk2IDk2IDY0IDY0IDE2MC0xNjAtMTYwLTE2MHpNNTc2IDY0SDB2ODk2aDc2OFYyNTZ6IG0xMjggODMySDY0VjEyOGg0ODBsMTYwIDE2MHoiIC8+Cjwvc3ZnPgo=" data-editor-command="inserthtml" data-prompt="Enter the HTML to insert."></menuitem>
</menu>
<menu label="Text Style">
<menu label="Font">
<menu label="Size">
<menuitem label="+" data-editor-command="increasefontsize"></menuitem><menuitem label="-" data-editor-command="decreasefontsize"></menuitem>
</menu>
<menu label="Font Family">
<menuitem label="Acme" data-editor-command="fontname" data-editor-value="Acme"></menuitem><menuitem label="Alice" data-editor-command="fontname" data-editor-value="Alice"></menuitem><menuitem label="Press Start 2P" data-editor-command="fontname" data-editor-value="Press Start 2P"></menuitem><menuitem label="Roboto" data-editor-command="fontname" data-editor-value="Roboto"></menuitem><menuitem label="Ubuntu" data-editor-command="fontname" data-editor-value="Ubutnu"></menuitem>
</menu>
<menu label="Font Color">
<menuitem label="Red" icon="data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%201%201%22%3E%3Crect%20width%3D%221%22%20height%3D%221%22%20fill%3D%22red%22%2F%3E%3C%2Fsvg%3E" data-editor-command="forecolor" data-editor-value="red"></menuitem><menuitem label="Green" icon="data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%201%201%22%3E%3Crect%20width%3D%221%22%20height%3D%221%22%20fill%3D%22green%22%2F%3E%3C%2Fsvg%3E" data-editor-command="forecolor" data-editor-value="green"></menuitem><menuitem label="Blue" icon="data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%201%201%22%3E%3Crect%20width%3D%221%22%20height%3D%221%22%20fill%3D%22blue%22%2F%3E%3C%2Fsvg%3E" data-editor-command="forecolor" data-editor-value="blue"></menuitem><menuitem label="Cyan" icon="data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%201%201%22%3E%3Crect%20width%3D%221%22%20height%3D%221%22%20fill%3D%22cyan%22%2F%3E%3C%2Fsvg%3E" data-editor-command="forecolor" data-editor-value="cyan"></menuitem><menuitem label="Magenta" icon="data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%201%201%22%3E%3Crect%20width%3D%221%22%20height%3D%221%22%20fill%3D%22magenta%22%2F%3E%3C%2Fsvg%3E" data-editor-command="forecolor" data-editor-value="magenta"></menuitem><menuitem label="Yellow" icon="data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%201%201%22%3E%3Crect%20width%3D%221%22%20height%3D%221%22%20fill%3D%22yellow%22%2F%3E%3C%2Fsvg%3E" data-editor-command="forecolor" data-editor-value="yellow"></menuitem><menuitem label="Orange" icon="data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%201%201%22%3E%3Crect%20width%3D%221%22%20height%3D%221%22%20fill%3D%22orange%22%2F%3E%3C%2Fsvg%3E" data-editor-command="forecolor" data-editor-value="orange"></menuitem><menuitem label="Purple" icon="data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%201%201%22%3E%3Crect%20width%3D%221%22%20height%3D%221%22%20fill%3D%22purple%22%2F%3E%3C%2Fsvg%3E" data-editor-command="forecolor" data-editor-value="purple"></menuitem><menuitem label="Pink" icon="data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%201%201%22%3E%3Crect%20width%3D%221%22%20height%3D%221%22%20fill%3D%22pink%22%2F%3E%3C%2Fsvg%3E" data-editor-command="forecolor" data-editor-value="pink"></menuitem><menuitem label="Black" icon="data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%201%201%22%3E%3Crect%20width%3D%221%22%20height%3D%221%22%20fill%3D%22black%22%2F%3E%3C%2Fsvg%3E" data-editor-command="forecolor" data-editor-value="black"></menuitem><menuitem label="White" icon="data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%201%201%22%3E%3Crect%20width%3D%221%22%20height%3D%221%22%20fill%3D%22white%22%2F%3E%3C%2Fsvg%3E" data-editor-command="forecolor" data-editor-value="white"></menuitem><menuitem label="White Smoke" icon="data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%201%201%22%3E%3Crect%20width%3D%221%22%20height%3D%221%22%20fill%3D%22whitesmoke%22%2F%3E%3C%2Fsvg%3E" data-editor-command="forecolor" data-editor-value="whitesmoke"></menuitem><menuitem label="Azure" icon="data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%201%201%22%3E%3Crect%20width%3D%221%22%20height%3D%221%22%20fill%3D%22azure%22%2F%3E%3C%2Fsvg%3E" data-editor-command="forecolor" data-editor-value="azure"></menuitem><menuitem label="Gray" icon="data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%201%201%22%3E%3Crect%20width%3D%221%22%20height%3D%221%22%20fill%3D%22gray%22%2F%3E%3C%2Fsvg%3E" data-editor-command="forecolor" data-editor-value="gray"></menuitem><menuitem label="Dim Gray" icon="data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%201%201%22%3E%3Crect%20width%3D%221%22%20height%3D%221%22%20fill%3D%22dimgray%22%2F%3E%3C%2Fsvg%3E" data-editor-command="forecolor" data-editor-value="dimgray"></menuitem><menuitem label="Dark Gray" icon="data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%201%201%22%3E%3Crect%20width%3D%221%22%20height%3D%221%22%20fill%3D%22darkgray%22%2F%3E%3C%2Fsvg%3E" data-editor-command="forecolor" data-editor-value="darkgray"></menuitem><menuitem label="Light Gray" icon="data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%201%201%22%3E%3Crect%20width%3D%221%22%20height%3D%221%22%20fill%3D%22lightgray%22%2F%3E%3C%2Fsvg%3E" data-editor-command="forecolor" data-editor-value="lightgray"></menuitem><menuitem label="DarkSlateGray" icon="data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%201%201%22%3E%3Crect%20width%3D%221%22%20height%3D%221%22%20fill%3D%22darkslategray%22%2F%3E%3C%2Fsvg%3E" data-editor-command="forecolor" data-editor-value="darkslategray"></menuitem><menuitem label="Slate Gray" icon="data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%201%201%22%3E%3Crect%20width%3D%221%22%20height%3D%221%22%20fill%3D%22slategray%22%2F%3E%3C%2Fsvg%3E" data-editor-command="forecolor" data-editor-value="slategray"></menuitem><menuitem label="Ivory" icon="data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%201%201%22%3E%3Crect%20width%3D%221%22%20height%3D%221%22%20fill%3D%22ivory%22%2F%3E%3C%2Fsvg%3E" data-editor-command="forecolor" data-editor-value="ivory"></menuitem><menuitem label="Snow" icon="data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%201%201%22%3E%3Crect%20width%3D%221%22%20height%3D%221%22%20fill%3D%22snow%22%2F%3E%3C%2Fsvg%3E" data-editor-command="forecolor" data-editor-value="snow"></menuitem><menuitem label="Lavender" icon="data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%201%201%22%3E%3Crect%20width%3D%221%22%20height%3D%221%22%20fill%3D%22lavender%22%2F%3E%3C%2Fsvg%3E" data-editor-command="forecolor" data-editor-value="lavender"></menuitem><menuitem label="Aqua" icon="data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%201%201%22%3E%3Crect%20width%3D%221%22%20height%3D%221%22%20fill%3D%22aqua%22%2F%3E%3C%2Fsvg%3E" data-editor-command="forecolor" data-editor-value="aqua"></menuitem><menuitem label="Navy" icon="data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%201%201%22%3E%3Crect%20width%3D%221%22%20height%3D%221%22%20fill%3D%22navy%22%2F%3E%3C%2Fsvg%3E" data-editor-command="forecolor" data-editor-value="navy"></menuitem><menuitem label="Lime" icon="data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%201%201%22%3E%3Crect%20width%3D%221%22%20height%3D%221%22%20fill%3D%22lime%22%2F%3E%3C%2Fsvg%3E" data-editor-command="forecolor" data-editor-value="lime"></menuitem><menuitem label="Lime Green" icon="data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%201%201%22%3E%3Crect%20width%3D%221%22%20height%3D%221%22%20fill%3D%22limegreen%22%2F%3E%3C%2Fsvg%3E" data-editor-command="forecolor" data-editor-value="limegreen"></menuitem><menuitem label="Coral" icon="data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%201%201%22%3E%3Crect%20width%3D%221%22%20height%3D%221%22%20fill%3D%22coral%22%2F%3E%3C%2Fsvg%3E" data-editor-command="forecolor" data-editor-value="coral"></menuitem><menuitem label="Crimson" icon="data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%201%201%22%3E%3Crect%20width%3D%221%22%20height%3D%221%22%20fill%3D%22crimson%22%2F%3E%3C%2Fsvg%3E" data-editor-command="forecolor" data-editor-value="crimson"></menuitem><menuitem label="Maroon" icon="data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%201%201%22%3E%3Crect%20width%3D%221%22%20height%3D%221%22%20fill%3D%22maroon%22%2F%3E%3C%2Fsvg%3E" data-editor-command="forecolor" data-editor-value="maroon"></menuitem><menuitem label="Tomato" icon="data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%201%201%22%3E%3Crect%20width%3D%221%22%20height%3D%221%22%20fill%3D%22tomato%22%2F%3E%3C%2Fsvg%3E" data-editor-command="forecolor" data-editor-value="tomato"></menuitem><menuitem label="Fuchsia" icon="data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%201%201%22%3E%3Crect%20width%3D%221%22%20height%3D%221%22%20fill%3D%22fuchsia%22%2F%3E%3C%2Fsvg%3E" data-editor-command="forecolor" data-editor-value="fuchsia"></menuitem><menuitem label="Salmon" icon="data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%201%201%22%3E%3Crect%20width%3D%221%22%20height%3D%221%22%20fill%3D%22salmon%22%2F%3E%3C%2Fsvg%3E" data-editor-command="forecolor" data-editor-value="salmon"></menuitem><menuitem label="Gold" icon="data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%201%201%22%3E%3Crect%20width%3D%221%22%20height%3D%221%22%20fill%3D%22gold%22%2F%3E%3C%2Fsvg%3E" data-editor-command="forecolor" data-editor-value="gold"></menuitem><menuitem label="Green-Yellow" icon="data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%201%201%22%3E%3Crect%20width%3D%221%22%20height%3D%221%22%20fill%3D%22greenyellow%22%2F%3E%3C%2Fsvg%3E" data-editor-command="forecolor" data-editor-value="greenyellow"></menuitem>
</menu>
</menu>
<menuitem label="Paragraph" icon="data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjEwMjQiIHdpZHRoPSI3NjgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiAgPHBhdGggZD0iTTQ0OCAyNTZIMTI4djY0aDMyMHpNNTc2IDY0SDB2ODk2aDc2OFYyNTZ6IG0xMjggODMySDY0VjEyOGg0ODBsMTYwIDE2MHpNMTI4IDc2OGg1MTJ2LTY0SDEyOHogbTAtMTI4aDUxMnYtNjRIMTI4eiBtMC0xMjhoNTEydi02NEgxMjh6IiAvPgo8L3N2Zz4K" data-editor-command="insertparagraph"></menuitem><menuitem label="Blockquote" icon="data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjEwMjQiIHdpZHRoPSI2NDAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiAgPHBhdGggZD0iTTAgNTEydjI1NmgyNTZWNTEySDEyOGMwIDAgMC0xMjggMTI4LTEyOFYyNTZDMjU2IDI1NiAwIDI1NiAwIDUxMnpNNjQwIDM4NFYyNTZjMCAwLTI1NiAwLTI1NiAyNTZ2MjU2aDI1NlY1MTJINTEyQzUxMiA1MTIgNTEyIDM4NCA2NDAgMzg0eiIgLz4KPC9zdmc+Cg==" data-editor-command="formatblock" data-editor-value="BLOCKQUOTE"></menuitem><menuitem label="Bold" data-editor-command="bold"></menuitem><menuitem label="Italics" data-editor-command="italic"></menuitem><menuitem label="Underline" data-editor-command="underline"></menuitem><menuitem label="Strike Through" data-editor-command="strikethrough"></menuitem><menuitem label="Big" data-editor-command="big"></menuitem><menuitem label="Small" data-editor-command="small"></menuitem><menuitem label="Superscript" data-editor-command="superscript"></menuitem><menuitem label="Subscript" data-editor-command="subscript"></menuitem><menu label="Other">
<menuitem label="Span/generic" data-editor-command="inserthtml" data-selection-to="span"></menuitem><menuitem label="Strong" data-editor-command="inserthtml" data-selection-to="strong"></menuitem><menuitem label="Emphasis" data-editor-command="inserthtml" data-selection-to="em"></menuitem><menuitem label="Deleted Text" data-editor-command="inserthtml" data-selection-to="del"></menuitem><menuitem label="Inserted Text" data-editor-command="inserthtml" data-selection-to="ins"></menuitem><menuitem label="Sample Text" data-editor-command="inserthtml" data-selection-to="samp"></menuitem><menuitem label="Keyboard" data-editor-command="inserthtml" data-selection-to="kbd"></menuitem><menuitem label="Variable" data-editor-command="inserthtml" data-selection-to="var"></menuitem><menuitem label="Quote" data-editor-command="inserthtml" data-selection-to="q"></menuitem><menuitem label="Citation" data-editor-command="inserthtml" data-selection-to="cite"></menuitem><menuitem label="Highlighted Text" data-editor-command="inserthtml" data-selection-to="mark"></menuitem>
</menu>
</menu>
<menu label="Indentation">
<menuitem label="Increase" icon="data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjEwMjQiIHdpZHRoPSIxMDI0IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgogIDxwYXRoIGQ9Ik04MzIgMTkydjY0MGgxOTJWMTkySDgzMnpNMzIwIDM4NEgwdjI1NmgzMjB2MTkybDM4NC0zMjBMMzIwIDE5MlYzODR6IiAvPgo8L3N2Zz4K" data-editor-command="indent"></menuitem><menuitem label="Decrease" icon="data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjEwMjQiIHdpZHRoPSIxMDI0IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgogIDxwYXRoIGQ9Ik0wIDgzMmgxOTJWMTkySDBWODMyek03MDQgMzg0VjE5MkwzMjAgNTEybDM4NCAzMjBWNjQwaDMyMFYzODRINzA0eiIgLz4KPC9zdmc+Cg==" data-editor-command="outdent"></menuitem>
</menu>
<menu label="Justify">
<menuitem label="Center" data-editor-command="justifycenter"></menuitem><menuitem label="Left" icon="data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjEwMjQiIHdpZHRoPSI2NDAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiAgPHBhdGggZD0iTTI1Ni4yNSA1MTJMNjQwIDg5NS43NXYtNzY3LjVMMjU2LjI1IDUxMnpNMCA4OTZoMTI4VjEyOEgwVjg5NnoiIC8+Cjwvc3ZnPgo=" data-editor-command="justifyleft"></menuitem><menuitem label="Right" icon="data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjEwMjQiIHdpZHRoPSI2NDAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiAgPHBhdGggZD0iTTAgODk1Ljc1TDM4My43NSA1MTIgMCAxMjguMTg4Vjg5NS43NXpNNTEyIDEyOHY3NjhoMTI4VjEyOEg1MTJ6IiAvPgo8L3N2Zz4K" data-editor-command="justifyright"></menuitem><menuitem label="Full" data-editor-command="justifyfull"></menuitem>
</menu>
<menu label="Special Characters">
<menu label="Punctuation">
<menuitem label="&acirc;&#128;&#156;" data-editor-command="inserthtml" data-editor-value="&acirc;&#128;&#156;"></menuitem><menuitem label="&acirc;&#128;&#157;" data-editor-command="inserthtml" data-editor-value="&acirc;&#128;&#157;"></menuitem><menuitem label="&acirc;&#128;&#152;" data-editor-command="inserthtml" data-editor-value="&acirc;&#128;&#152;"></menuitem><menuitem label="&acirc;&#128;&#153;" data-editor-command="inserthtml" data-editor-value="&acirc;&#128;&#153;"></menuitem><menuitem label="&Acirc;&laquo;" data-editor-command="inserthtml" data-editor-value="&Acirc;&laquo;"></menuitem><menuitem label="&Acirc;&raquo;" data-editor-command="inserthtml" data-editor-value="&Acirc;&raquo;"></menuitem><menuitem label="&acirc;&#128;&#154;" data-editor-command="inserthtml" data-editor-value="&acirc;&#128;&#154;"></menuitem><menuitem label="&Acirc;&iquest;" data-editor-command="inserthtml" data-editor-value="&Acirc;&iquest;"></menuitem><menuitem label="&acirc;&#128;&#147;" data-editor-command="inserthtml" data-editor-value="&acirc;&#128;&#147;"></menuitem><menuitem label="&acirc;&#128;&#148;" data-editor-command="inserthtml" data-editor-value="&acirc;&#128;&#148;"></menuitem><menuitem label="&acirc;&#128;&brvbar;" data-editor-command="inserthtml" data-editor-value="&acirc;&#128;&brvbar;"></menuitem><menuitem label="&acirc;&#128;&nbsp;" data-editor-command="inserthtml" data-editor-value="&acirc;&#128;&nbsp;"></menuitem><menuitem label="&acirc;&#128;&iexcl;" data-editor-command="inserthtml" data-editor-value="&acirc;&#128;&iexcl;"></menuitem>
</menu>
<menu label="Legal">
<menuitem label="&Acirc;&copy;" data-editor-command="inserthtml" data-editor-value="&Acirc;&copy;"></menuitem><menuitem label="&acirc;&#132;&cent;" data-editor-command="inserthtml" data-editor-value="&acirc;&#132;&cent;"></menuitem><menuitem label="&Acirc;&reg;" data-editor-command="inserthtml" data-editor-value="&Acirc;&reg;"></menuitem>
</menu>
<menu label="Currency">
<menuitem label="&Acirc;&curren;" data-editor-command="inserthtml" data-editor-value="&Acirc;&curren;"></menuitem><menuitem label="&Acirc;&cent;" data-editor-command="inserthtml" data-editor-value="&Acirc;&cent;"></menuitem><menuitem label="&Acirc;&pound;" data-editor-command="inserthtml" data-editor-value="&Acirc;&pound;"></menuitem><menuitem label="&Acirc;&yen;" data-editor-command="inserthtml" data-editor-value="&Acirc;&yen;"></menuitem><menuitem label="&acirc;&#130;&not;" data-editor-command="inserthtml" data-editor-value="&acirc;&#130;&not;"></menuitem>
</menu>
<menu label="Fractions">
<menuitem label="&Acirc;&frac12;" data-editor-command="inserthtml" data-editor-value="&Acirc;&frac12;"></menuitem><menuitem label="&acirc;&#133;&#147;" data-editor-command="inserthtml" data-editor-value="&acirc;&#133;&#147;"></menuitem><menuitem label="&Acirc;&frac14;" data-editor-command="inserthtml" data-editor-value="&Acirc;&frac14;"></menuitem><menuitem label="&acirc;&#133;&#155;" data-editor-command="inserthtml" data-editor-value="&acirc;&#133;&#155;"></menuitem><menuitem label="&acirc;&#133;&#156;" data-editor-command="inserthtml" data-editor-value="&acirc;&#133;&#156;"></menuitem><menuitem label="&acirc;&#133;&#157;" data-editor-command="inserthtml" data-editor-value="&acirc;&#133;&#157;"></menuitem><menuitem label="&Acirc;&frac34;" data-editor-command="inserthtml" data-editor-value="&Acirc;&frac34;"></menuitem><menuitem label="&acirc;&#133;&#158;" data-editor-command="inserthtml" data-editor-value="&acirc;&#133;&#158;"></menuitem>
</menu>
<menu label="Operators">
<menuitem label="&Acirc;&plusmn;" data-editor-command="inserthtml" data-editor-value="&Acirc;&plusmn;"></menuitem><menuitem label="&Atilde;&#151;" data-editor-command="inserthtml" data-editor-value="&Atilde;&#151;"></menuitem><menuitem label="&acirc;&#136;&#153;" data-editor-command="inserthtml" data-editor-value="&acirc;&#136;&#153;"></menuitem><menuitem label="&Atilde;&middot;" data-editor-command="inserthtml" data-editor-value="&Atilde;&middot;"></menuitem><menuitem label="&acirc;&#136;&#154;" data-editor-command="inserthtml" data-editor-value="&acirc;&#136;&#154;"></menuitem><menuitem label="&acirc;&#137;&nbsp;" data-editor-command="inserthtml" data-editor-value="&acirc;&#137;&nbsp;"></menuitem><menuitem label="&acirc;&#137;&#136;" data-editor-command="inserthtml" data-editor-value="&acirc;&#137;&#136;"></menuitem><menuitem label="&acirc;&#137;&curren;" data-editor-command="inserthtml" data-editor-value="&acirc;&#137;&curren;"></menuitem><menuitem label="&acirc;&#137;&yen;" data-editor-command="inserthtml" data-editor-value="&acirc;&#137;&yen;"></menuitem><menuitem label="&acirc;&#136;&laquo;" data-editor-command="inserthtml" data-editor-value="&acirc;&#136;&laquo;"></menuitem><menuitem label="&acirc;&#136;&#145;" data-editor-command="inserthtml" data-editor-value="&acirc;&#136;&#145;"></menuitem><menuitem label="&acirc;&#136;&#130;" data-editor-command="inserthtml" data-editor-value="&acirc;&#136;&#130;"></menuitem><menuitem label="&acirc;&#136;&#134;" data-editor-command="inserthtml" data-editor-value="&acirc;&#136;&#134;"></menuitem><menuitem label="&AElig;&#146;" data-editor-command="inserthtml" data-editor-value="&AElig;&#146;"></menuitem><menuitem label="&Acirc;&deg;" data-editor-command="inserthtml" data-editor-value="&Acirc;&deg;"></menuitem>
</menu>
<menu label="Other">
<menuitem label="&acirc;&#153;&nbsp;" data-editor-command="inserthtml" data-editor-value="&acirc;&#153;&nbsp;"></menuitem><menuitem label="&acirc;&#153;&pound;" data-editor-command="inserthtml" data-editor-value="&acirc;&#153;&pound;"></menuitem><menuitem label="&acirc;&#153;&brvbar;" data-editor-command="inserthtml" data-editor-value="&acirc;&#153;&brvbar;"></menuitem><menuitem label="&acirc;&#153;&yen;" data-editor-command="inserthtml" data-editor-value="&acirc;&#153;&yen;"></menuitem><menuitem label="&acirc;&#153;&#128;" data-editor-command="inserthtml" data-editor-value="&acirc;&#153;&#128;"></menuitem><menuitem label="&acirc;&#153;&#130;" data-editor-command="inserthtml" data-editor-value="&acirc;&#153;&#130;"></menuitem><menuitem label="&acirc;&#134;&#144;" data-editor-command="inserthtml" data-editor-value="&acirc;&#134;&#144;"></menuitem><menuitem label="&acirc;&#134;&#146;" data-editor-command="inserthtml" data-editor-value="&acirc;&#134;&#146;"></menuitem><menuitem label="&acirc;&#134;&#145;" data-editor-command="inserthtml" data-editor-value="&acirc;&#134;&#145;"></menuitem><menuitem label="&acirc;&#134;&#147;" data-editor-command="inserthtml" data-editor-value="&acirc;&#134;&#147;"></menuitem><menuitem label="&acirc;&#153;&copy;" data-editor-command="inserthtml" data-editor-value="&acirc;&#153;&copy;"></menuitem><menuitem label="&acirc;&#153;&ordf;" data-editor-command="inserthtml" data-editor-value="&acirc;&#153;&ordf;"></menuitem><menuitem label="&acirc;&#153;&not;" data-editor-command="inserthtml" data-editor-value="&acirc;&#153;&not;"></menuitem><menuitem label="&acirc;&#153;&shy;" data-editor-command="inserthtml" data-editor-value="&acirc;&#153;&shy;"></menuitem><menuitem label="&acirc;&#153;&macr;" data-editor-command="inserthtml" data-editor-value="&acirc;&#153;&macr;"></menuitem>
</menu>
</menu>
<menuitem label="Line Break" data-editor-command="inserthtml" data-editor-value="&lt;br&gt;"></menuitem><menuitem label="Horizontal Rule" icon="data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjEwMjQiIHdpZHRoPSI2MzkuODc1IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgogIDxwYXRoIGQ9Ik02My45MzggNDQ4aDEyOHYxMjhoNjRWMTkyLjA2MmgtNjRWMzg0aC0xMjhWMTkyLjA2MkgwVjU3Nmg2My45MzhWNDQ4ek02MzkuODc1IDU3NlY0NDhoLTYzLjkzOHYxMjhINjM5Ljg3NXpNNjM5Ljg3NSAzODRWMjU2LjA2MmgtNjMuOTM4VjM4NEg2MzkuODc1ek00NDcuOTM4IDM4NFYyNTYuMDYyaDEyOHYtNjRoLTE5MlY1NzZoNjRWNDQ4aDEyOHYtNjRINDQ3LjkzOHpNMCA4MzJoNjM5Ljg3NVY3MDRIMFY4MzJ6IiAvPgo8L3N2Zz4K" data-editor-command="inserthorizontalrule"></menuitem><menu label="Selection">
<menuitem label="Select All" data-editor-command="selectall"></menuitem><menuitem label="Clear Formatting" icon="data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjEwMjQiIHdpZHRoPSI2NDAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiAgPHBhdGggZD0iTTMyMCAxOTJDMTQzLjIxOSAxOTIgMCAzMzUuMjE5IDAgNTEyYzAgMTc2Ljc1IDE0My4yMTkgMzIwIDMyMCAzMjAgMTc2Ljc1IDAgMzIwLTE0My4yNSAzMjAtMzIwQzY0MCAzMzUuMjE5IDQ5Ni43NSAxOTIgMzIwIDE5MnpNMzIwIDMyMGMyNy42NTYgMCA1My42ODggNi4wOTQgNzcuNDM4IDE2LjU2MkwxNDQuNTYyIDU4OS40MzhDMTM0LjA5NCA1NjUuNjg4IDEyOCA1MzkuNjU2IDEyOCA1MTIgMTI4IDQwNiAyMTMuOTM4IDMyMCAzMjAgMzIwek0zMjAgNzA0Yy0yOC4wMzEgMC01NC41MzEtNi4zNzUtNzguNTk0LTE3LjEyNWwyNTMuOTA2LTI1Mi41QzUwNS44NzUgNDU4LjE4OCA1MTIgNDg0LjI4MSA1MTIgNTEyIDUxMiA2MTguMDYyIDQyNi4wNjIgNzA0IDMyMCA3MDR6IiAvPgo8L3N2Zz4K" data-editor-command="removeformat"></menuitem><menuitem label="Remove Links" data-editor-command="unlink"></menuitem>
</menu>
<menu label="History">
<menuitem label="Undo" icon="data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjEwMjQiIHdpZHRoPSI4OTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiAgPHBhdGggZD0iTTQ0OCA2NGMtOTAuOTM4IDAtMTc1LjMxMiAyNy41MzEtMjQ1LjkzOCA3NC4wNjJMMTI4IDY0djI1NmgyNTZsLTg4LTg4YzQ1LjQzOC0yNC42ODggOTYuNjg4LTQwIDE1Mi00MCAxNzYuNzUgMCAzMjAgMTQzLjIxOSAzMjAgMzIwIDAgMTc2Ljc1LTE0My4yNSAzMjAtMzIwIDMyMC0xNzYuNzgxIDAtMzIwLTE0My4yNS0zMjAtMzIwIDAtNDUuNTYyIDkuNzgxLTg4Ljc4MSAyNy0xMjhINjR2LTk5LjQwNkMyNC4zMTIgMzUxLjUgMCA0MjguNTk0IDAgNTEyYzAgMjQ3LjQzOCAyMDAuNTYyIDQ0OCA0NDggNDQ4IDI0Ny40MzggMCA0NDgtMjAwLjU2MiA0NDgtNDQ4Qzg5NiAyNjQuNTYyIDY5NS40MzggNjQgNDQ4IDY0ek00NDcuMDMxIDgzMUw1MTIgNzY4VjU3NmgxMjhsNjQtNjQtNjQtNjRINTEybC02NC02NEwzMjAgNTEybDY0IDY0djE5Mkw0NDcuMDMxIDgzMXoiIC8+Cjwvc3ZnPgo=" data-editor-command="undo"></menuitem><menuitem label="Redo" icon="data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjEwMjQiIHdpZHRoPSI4OTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiAgPHBhdGggZD0iTTQ0OCA2NGMtOTAuOTM4IDAtMTc1LjMxMiAyNy41MzEtMjQ1LjkzOCA3NC4wNjJMMTI4IDY0djI1NmgyNTZsLTg4LTg4YzQ1LjQzOC0yNC42ODggOTYuNjg4LTQwIDE1Mi00MCAxNzYuNzUgMCAzMjAgMTQzLjIxOSAzMjAgMzIwIDAgMTc2Ljc1LTE0My4yNSAzMjAtMzIwIDMyMC0xNzYuNzgxIDAtMzIwLTE0My4yNS0zMjAtMzIwIDAtNDUuNTYyIDkuNzgxLTg4Ljc4MSAyNy0xMjhINjR2LTk5LjQwNkMyNC4zMTIgMzUxLjUgMCA0MjguNTk0IDAgNTEyYzAgMjQ3LjQzOCAyMDAuNTYyIDQ0OCA0NDggNDQ4IDI0Ny40MzggMCA0NDgtMjAwLjU2MiA0NDgtNDQ4Qzg5NiAyNjQuNTYyIDY5NS40MzggNjQgNDQ4IDY0ek00NDcuMDMxIDgzMUw1MTIgNzY4VjU3NmgxMjhsNjQtNjQtNjQtNjRINTEybC02NC02NEwzMjAgNTEybDY0IDY0djE5Mkw0NDcuMDMxIDgzMXoiIC8+Cjwvc3ZnPgo=" data-editor-command="redo"></menuitem>
</menu>
</menu>
::-moz-selection {
background-color: var(--primary-color);
text-shadow: none;
}
::selection {
background-color: var(--primary-color);
text-shadow: none;
}
a[target="_blank"]::after {
content: var(--new-tab-icon);
}
[download]::after {
content: var(--download-icon);
}
button,
[role=button]
{
min-width: 2rem;
padding: 0.2rem;
background-color: var(--primary-color);
background-image: url('../../images/gradients/header_links.png');
background-image: linear-gradient(var(--primary-color), var(--highlight-color));
font-family: inherit;
color: var(--default-color);
border: 0.2rem outset var(--primary-color);
}
button:disabled,
button:active
{
background-color: var(--highlight-color);
background-image: linear-gradient(var(--highlight-color), var(--primary-color));
border: 0.2rem inset var(--primary-color);
box-shadow: 0 0 0.3rem var(--shadow) inset;
cursor: not-allowed;
}
a,
[download]
{
font-family: inherit;
color: var(--link-color);
text-decoration: none;
}
a::after {
font-family: var(--icon-font);
}
menu[type=list] li {
display: inline;
}
img {
max-width: 100%;
height: auto;
}
figure {
border: 0.1em solid dimgray;
text-align: center;
}
figure figcaption {
color: dimgray;
text-decoration: underline;
font-style: italic;
}
blockquote {
color: #777;
font-family: 'Libertine';
font-style: italic;
padding: 0px 15px;
border-left: 4px solid #DDD;
}
blockquote cite {
display: block;
}
blockquote cite::before {
content: ' — ';
}
a,
button:not(:disabled),
[role=button],
input[type=submit],
input[type=reset],
input[type=image],
[data-show],
[data-show-modal],
[data-close],
[data-delete]
{
cursor: var(--pointer);
}
[data-icon]::after {
display: inline;
font-family: var(--icon-font);
font-size: inherit;
font-size-adjust: none;
font-stretch: none;
content: ' 'attr(data-icon)' ';
vertical-align: baseline;
}
[data-close]::after,
[data-delete]::after
{
font-family: var(--icon-font);
content: var(--close-icon);
}
code {
font-size: 0.9rem;
padding: 0.1rem;
background-color: hsl(0, 0%, 93%);
border-radius: 0.2rem;
display: inline-block;
white-space: pre;
}
pre > code {
display: block;
padding: 1rem;
background-color: rgb(51, 51, 51);
color: rgb(255, 249, 217);
border-radius: 0.3rem;
overflow-x: auto;
}
[contenteditable=true]:empty {
min-height: 1.3rem;
border: 1px dotted dimgray;
}
ol > ol {
list-style-type: upper-alpha;
}
ol > ol > ol {
list-style-type: upper-roman;
}
ol > ol > ol > ol {
list-style-type: lower-alpha;
}
ol > ol > ol > ol > ol {
list-style-type: lower-roman;
}
<!-- <div> -->
<a href="#" rel="prev" data-filter="invert">
<svg class="icon"><use xlink:href="combined.svg#prev"/></svg>
</a>
<a href="#">Link 1</a>
<a href="#">Link 2</a>
<a href="#" rel="next" data-filter="invert">
<svg class="icon"><use xlink:href="combined.svg#next"/></svg>
</a>
<!-- </div> -->
/*! normalize.css v1.1.2 | MIT License | git.io/normalize */
@-moz-viewport{
width:auto;
width:100%;
width:device-width;
height:auto;
height:100%;
height:device-height;
zoom:1;
min-zoom:1;
max-zoom:1;
user-zoom:fixed;
}
@-webkit-viewport{
width:auto;
width:100%;
width:device-width;
height:auto;
height:100%;
height:device-height;
zoom:1;
min-zoom:1;
max-zoom:1;
user-zoom:fixed;
}
@-o-viewport{
width:auto;
width:100%;
width:device-width;
height:auto;
height:100%;
height:device-height;
zoom:1;
min-zoom:1;
max-zoom:1;
user-zoom:fixed;
}
@-ms-viewport{
width:auto;
width:100%;
width:device-width;
height:auto;
height:100%;
height:device-height;
zoom:1;
min-zoom:1;
max-zoom:1;
user-zoom:fixed;
}
@viewport{
width:auto;
width:100%;
width:device-width;
height:auto;
height:100%;
height:device-height;
zoom:1;
min-zoom:1;
max-zoom:1;
user-zoom:fixed;
}
body{
min-height:100%;
min-height:100vh;
}
*, *::after, *::before, *:after, *:before{
margin:0;
padding:0;
box-sizing:border-box;
-webkit-animation-fill-mode:forwards;
animation-fill-mode:forwards;
max-width: 100%;
}
article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary,picture{
display:block;
}
audio,canvas,video{
display:inline-block;
*display:inline;
*zoom:1;
}
audio:not([controls]){
display:none;
height:0;
}
[hidden], menu[type=context], datalist{
display:none;
}
html{
-ms-text-size-adjust:100%;
-webkit-text-size-adjust:100%;
}
body{
margin:0;
}
a:focus{
outline:thin dotted;
}
a:active,a:hover{
outline:0;
}
abbr[title]{
border-bottom:1px dotted;
}
b,strong{
font-weight:bold;
}
blockquote{
margin:1em 40px;
}
dfn{
font-style:italic;
}
hr{
-moz-box-sizing:content-box;
box-sizing:content-box;
height:0;
}
mark{
background:#ff0;
color:#000;
}
p,pre{
margin:1em 0;
}
code,kbd,pre,samp{
font-family:monospace,serif;
_font-family:'courier new',monospace;
font-size:1em;
}
pre{
white-space:pre;
white-space:pre-wrap;
word-wrap:break-word;
}
small{
font-size:80%;
}
sub,sup{
font-size:75%;
line-height:0;
position:relative;
vertical-align:baseline;
}
sup{
top:-0.5em;
}
sub{
bottom:-0.25em;
}
dl,ol,ul{
margin:1em 0;
}
dd{
margin:0 0 0 40px;
}
menu,ol,ul{
padding:0 0 0 40px;
}
nav ul,nav ol{
list-style:none;
list-style-image:none;
}
menu[type=list]{
list-style:none;
}
img{
border:0;
-ms-interpolation-mode:bicubic;
}
svg:not(:root){
overflow:hidden;
}
figure{
margin:0;
}
form{
margin:0;
}
fieldset{
border:1px solid silver;
margin:0 2px;
padding:.35em .625em .75em;
}
legend{
border:0;
padding:0;
white-space:normal;
*margin-left:-7px;
}
button,input,select,textarea{
font-size:100%;
margin:0;
vertical-align:baseline;
*vertical-align:middle;
}
button,input{
line-height:normal;
}
button,select{
text-transform:none;
}
button,html input[type="button"],input[type="reset"],input[type="submit"]{
-webkit-appearance:button;
*overflow:visible;
}
button[disabled],html input[disabled]{
cursor:default;
}
input[type="checkbox"],input[type="radio"]{
padding:0;
*height:13px;
*width:13px;
}
input[type="search"]{
-webkit-appearance:textfield;
}
input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{
-webkit-appearance:none;
}
button::-moz-focus-inner,input::-moz-focus-inner{
border:0;
padding:0;
}
dialog:not([open]){
display:none;
}
dialog {
position: absolute;
left: 0px;
right: 0px;
width: -moz-fit-content;
width: -webkit-fit-content;
width: fit-content;
height: -moz-fit-content;
height: -webkit-fit-content;
height: -fit-content;
margin: auto;
border: solid;
border-image-source: initial;
border-image-slice: initial;
border-image-width: initial;
border-image-outset: initial;
border-image-repeat: initial;
padding: 1em;
background: white;
color: black;
}
textarea{
overflow:auto;
vertical-align:top;
}
table{
border-collapse:collapse;
border-spacing:0;
}
@media screen and (min-width:1000px) {
:root{
font-size:1.3vw;
}
}
@media screen and (max-width:999px) and (min-width:500px) {
:root{
font-size:2vw;
}
}
@media screen and (max-width: 499px) {
:root{
font-size:3vw;
}
}
@media (max-width: 800px) {
aside {
flex: 0 0 100%;
order: 2;
transform: none;
}
main {
flex: 0 0 100%;
order: 1;
}
article header {
position: static;
}
}
<form name="search" role="search">
<fieldset form="search">
<label for="search_terms">
<svg class="icon"><use xlink:href="combined.svg#search"/></svg>
</label>
<input name="search[terms]" id="search_terms" type="search" placeholder="Enter Search Terms" list="search_suggestions" required>
<button type="submit" hidden>
<svg class="icon"><use xlink:href="combined.svg#search"/></svg>
</button>
</fieldset>
</form>
aside {
flex: 0 0 12%;
order: 1;
background-color: whitesmoke;
color: dimgray;
border-radius: 0 1em 1em 0;
border-width: 5px 5px 5px 0;
border-style: outset;
border-color: silver;
padding: 1em 3em;
}
aside[role="slider"] {
transform: translatex(-8rem);
transition: transform 500ms;
}
aside[role="slider"]:hover {
transform: none;
}
<aside role="slider">
<h3>Sidebar</h3>
<menu type="list">
<li><a href="#">Item 1</a></li>
<li><a href="#">Item 2</a></li>
</menu>
</aside>
:root {
min-height: 100vh;
}
* {
box-sizing: inherit;
margin: 0;
padding: 0;
}
body {
font-family: Ubuntu;
box-sizing: border-box;
overflow-y: auto;
background-color: #222;
color: #ddd;
min-height: 100vh;
justify-content: space-between;
}
body > header {
flex: 0 0 100vw;
order: 0;
align-self: flex-start;
text-align: center;
}
header nav {
justify-content: space-around;
}
article header {
position: sticky;
top: 0;
}
h1, h2 {
font-family: Acme;
}
a {
text-decoration: none;
transition: color 800ms;
}
a:not(:hover) {
color: inherit;
}
label {
cursor: pointer;
}
main {
flex: 0 0 80%;
order: 2;
align-self: center;
padding: 3em;
background-color: whitesmoke;
color: #333;
border: 3px outset silver;
border-radius: 1em;
}
article > :not(header) {
font-family: Roboto;
}
footer {
flex: 0 0 100%;
order: 3;
align-self: flex-end;
text-align: center;
}
function WYSIWYG(menu)
{
menu.querySelectorAll('menuitem[data-editor-command]').forEach(function(item)
{
item.addEventListener('click', function()
{
var arg = null;
if (this.dataset.hasOwnProperty('editorValue')) {
arg = this.dataset.editorValue;
} else if (this.dataset.hasOwnProperty('prompt')) {
arg = prompt(this.dataset.prompt.toString());
} else if (this.dataset.hasOwnProperty('selectionTo')) {
var createdEl = document.createElement(this.dataset.selectionTo);
createdEl.textContent = getSelection().toString();
arg = createdEl.outerHTML;
}
document.execCommand(this.dataset.editorCommand, null, arg);
});
});
menu.querySelectorAll('menuitem[label="Add Class"]').forEach(function(menuitem) {
menuitem.addEventListener('click', function() {
var addClass = prompt('Enter class name to add');
if (addClass.length !== 0) {
getSelection().anchorNode.parentElement.classList.add(addClass);
}
});
});
menu.querySelectorAll('menuitem[label="Remove Class"]').forEach(function(menuitem) {
menuitem.addEventListener('click', function() {
var removeClass = prompt('Enter class name to remove');
if (removeClass.length !== 0) {
var el = getSelection().anchorNode.parentElement;
el.classList.remove(removeClass);
if (el.classList.length === 0) {
el.removeAttribute('class');
}
}
});
});
menu.querySelectorAll('menuitem[label="Set Attribute"]').forEach(function(menuitem) {
menuitem.addEventListener('click', function() {
var name = prompt('Enter attribute name');
if (name.length !== 0) {
var value = prompt('Enter attribute value');
getSelection().anchorNode.parentElement.setAttribute(name, value.toString());
}
})
});
menu.querySelectorAll('menuitem[label="Remove Attribute"]').forEach(function(menuitem) {
menuitem.addEventListener('click', function() {
var attr = prompt('Enter name of attribute to remove');
if (attr.length !== 0) {
getSelection().anchorNode.parentElement.removeAttribute(attr);
}
});
});
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment