diff --git a/config.toml b/config.toml index 59c30472e..257c70e27 100644 --- a/config.toml +++ b/config.toml @@ -50,8 +50,6 @@ verboseLog = false # Setting this to false will keep hugo from watching for changes during local development watch = true -# [permalinks] -# singles = "/:title/" #CUSTOM PARAMS [params] @@ -101,4 +99,5 @@ watch = true latexDashes = true [taxonomies] - tag = "tags" \ No newline at end of file + tag = "tags" + category = "categories" \ No newline at end of file diff --git a/content/_index.md b/content/_index.md deleted file mode 100644 index 69884252d..000000000 --- a/content/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: Hugo -linktitle: -description: -date: 2016-11-01 -publishdate: 2016-11-01 -lastmod: 2016-11-01 -weight: -draft: false -slug: -aliases: [] -notes: ---- - -Here is some content for the homepage. - diff --git a/content/tutorials/_index.md b/content/tutorials/_index.md deleted file mode 100644 index a07a387cd..000000000 --- a/content/tutorials/_index.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -title: Submitting a Tutorial -linktitle: -description: . -date: 2017-02-01 -publishdate: 2017-02-01 -lastmod: 2017-02-01 -categories: [tutorials] -tags: [contribute,tutorials] -author: rdwatters -authorurl: "https://github.com/rdwatters" -weight: 01 -draft: false -slug: -aliases: -notes: ---- \ No newline at end of file diff --git a/data/sitenavigation.yml b/data/sitenavigation.yml index 106b78f28..46da5f6a0 100644 --- a/data/sitenavigation.yml +++ b/data/sitenavigation.yml @@ -4,93 +4,109 @@ about: url: "about-hugo" haschildren: true sortsubpagesby: "weight" + desc: "Hugo's features, roadmap, and license, as well as the motivation behind creating Hugo" gettingstarted: order: 2 title: "Getting Started" url: "getting-started" haschildren: true sortsubpagesby: "weight" + desc: "Quick start and guides for installing Hugo on your development machine" projectorganization: order: 3 title: "Project Organization" url: "project-organization" haschildren: true sortsubpagesby: "weight" + desc: "Scaffolding new projects, configuration, and source organization" contentmanagement: order: 4 title: "Content Management" url: "content-management" haschildren: true sortsubpagesby: "weight" + desc: "Content organization, summaries, archetypes, front-matter, and supported formats" templates: order: 5 title: "Templates" url: "templates" haschildren: true sortsubpagesby: "weight" + desc: "Golang templating, template types and lookup order, shortcodes, and data" functions: order: 6 title: "Functions" url: "functions" haschildren: true sortsubpagesby: "title" + desc: "Comprehensive list of Hugo templating functions, including basic and advanced usage examples" variablesandparams: order: 7 title: "Variables and Params" url: "variables-and-params" haschildren: true sortsubpagesby: "weight" + desc: "Page-, file-, taxonomy-, and site-level variables and parameters available in templates" themes: order: 8 title: "Themes" url: "themes" haschildren: true sortsubpagesby: "weight" + desc: "Install, use, and create your own Hugo themes" hostinganddeployment: order: 9 title: "Hosting and Deployment" url: "hosting-and-deployment" haschildren: true sortsubpagesby: "weight" + desc: "Site builds, automated deployments, and popular hosting solutions" migratingtohugo: order: 10 title: "Migrating to Hugo" url: "migrating-to-hugo" haschildren: true sortsubpagesby: "weight" + desc: "Tools and tutorials for migrating to Hugo from other platforms or generators (eg, Wordpress or Jekyll)" tutorials: order: 11 title: "Tutorials" url: "tutorials" haschildren: true sortsubpagesby: "weight" + desc: "Community-aggregated advice on how to approach different projects using Hugo" developertools: order: 12 title: "Developer Tools" url: "developer-tools" haschildren: true sortsubpagesby: "weight" + desc: "Command line reference, flags, syntax highlighting" troubleshooting: order: 13 title: "Troubleshooting" url: "troubleshooting" haschildren: true sortsubpagesby: "weight" + desc: "FAQs pulled from the Hugo forum, known issues, and workarounds" newsandarticles: order: 14 title: "News and Articles" url: "news-and-articles" haschildren: true sortsubpagesby: "weight" + desc: "Articles featuring Hugo, as well as news, updates, and release notes for the project" contributetohugo: order: 15 title: "Contribute to Hugo" url: "contribute-to-hugo" haschildren: true sortsubpagesby: "weight" + desc: "Contribute to Hugo development and documentation" siteshowcase: order: 16 title: "Site Showcase" url: "site-showcase" haschildren: false - sortsubpagesby: "weight" \ No newline at end of file + sortsubpagesby: "weight" + desc: "A collection of websites build using Hugo" \ No newline at end of file diff --git a/public/about-hugo/features/index.html b/public/about-hugo/features/index.html new file mode 100644 index 000000000..806585d3f --- /dev/null +++ b/public/about-hugo/features/index.html @@ -0,0 +1 @@ +../hugo-features/ \ No newline at end of file diff --git a/public/about-hugo/hugo-features/index.html b/public/about-hugo/hugo-features/index.html new file mode 100644 index 000000000..d7be3c471 --- /dev/null +++ b/public/about-hugo/hugo-features/index.html @@ -0,0 +1,598 @@ + + + + +Hugo | Hugo Features + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+
+

Hugo Features

+ + + Last Updated: November 1, 2016 +
+
+ + +

General

+ +
    +
  • Extremely fast build times (<1 ms per page)
  • +
  • Completely cross platform: Runs on  Mac OS X,  Linux,  Windows, and more!
  • +
  • Easy installation
  • +
  • Render changes on the fly with LiveReload as you develop
  • +
  • Powerful Theming
  • +
  • Host your site anywhere
  • +
+ +

Organization

+ + + +

Content

+ + + +

Additional Features

+ + + +

See what’s coming next in the Hugo roadmap.

+ +
+
+ +
+
+
+
+ +
+ + + + + + + \ No newline at end of file diff --git a/public/about-hugo/index.html b/public/about-hugo/index.html new file mode 100644 index 000000000..2f409e580 --- /dev/null +++ b/public/about-hugo/index.html @@ -0,0 +1,590 @@ + + + + +Hugo | Introduction to Hugo + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+
+

Introduction to Hugo

+ + + Last Updated: November 1, 2016 +
+
+ + +

What is Hugo?

+ +

Hugo is a general-purpose website framework. Technically speaking, Hugo is +a static site generator. Unlike systems that dynamically build a page +with each visitor request, Hugo builds pages when you create +your content. Since websites are viewed far more often than they are +edited, Hugo is optimized for website viewing for the end users of your site and an ideal writing experience for authors.

+ +

Sites built with Hugo are extremely fast and secure. Hugo sites can +be hosted anywhere, including Heroku, GoDaddy, DreamHost, +GitHub Pages, Surge, Aerobatic, Firebase Hosting, +Google Cloud Storage, Amazon S3, and CloudFront and work well +with CDNs. Hugo sites run without the need for a database or dependencies on expensive runtimes like Ruby, Python, or PHP.

+ +

We think of Hugo as the ideal website creation tool. With nearly instant +build times and the ability to rebuild whenever a change is made, Hugo +provides a very fast feedback loop. This is essential when you are +designing websites, but also very useful when creating content.

+ +

How Fast is Hugo?

+ + +
+ +
+ + +

What Does Hugo Do?

+ +

In technical terms, Hugo takes a source directory of files and +templates and uses these as input to create a complete website.

+ +

Who Should Use Hugo?

+ +

Hugo is for people that prefer writing in a text editor over +a browser.

+ +

Hugo is for people who want to hand code their own website without +worrying about setting up complicated runtimes, dependencies and +databases.

+ +

Hugo is for people building a blog, company site, portfolio, tumblog, +documentation, single-page website, or a website with thousands of +pages.

+ +

See Also

+ + + +
+
+ +
+
+
+
+ +
+ + + + + + + \ No newline at end of file diff --git a/public/about-hugo/index.xml b/public/about-hugo/index.xml new file mode 100644 index 000000000..aeb499010 --- /dev/null +++ b/public/about-hugo/index.xml @@ -0,0 +1,512 @@ + + + + Introduction to Hugo on Hugo + /about-hugo/index.xml + Recent content in Introduction to Hugo on Hugo + Hugo -- gohugo.io + en-us + Tue, 01 Nov 2016 00:00:00 +0000 + + + + Hugo Features + /about-hugo/hugo-features/ + Tue, 01 Nov 2016 00:00:00 +0000 + + /about-hugo/hugo-features/ + + +<h2 id="general">General</h2> + +<ul> +<li>Extremely fast build times (&lt;1 ms per page)</li> +<li>Completely cross platform: Runs on <i class="fa fa-apple"></i>&nbsp;Mac OS&nbsp;X, <i class="fa fa-linux"></i>&nbsp;Linux, <i class="fa fa-windows"></i>&nbsp;Windows, and more!</li> +<li>Easy <a href="../overview/installing/">installation</a></li> +<li>Render changes <a href="../overview/usage/">on the fly</a> with <a href="../extras/livereload/">LiveReload</a> as you develop</li> +<li><a href="../themes">Powerful Theming</a></li> +<li>Host your site anywhere</li> +</ul> + +<h2 id="organization">Organization</h2> + +<ul> +<li>Straightforward <a href="../project-organization">organization</a>, including website sections</li> +<li>Customizable <a href="../extras/urls/">URLs</a></li> +<li>Support for configurable <a href="../taxonomies/overview/">taxonomies</a> which includes categories and tags. Create your own custom organization of content</li> +<li>Ability to <a href="../content/ordering/">sort content</a> as you desire</li> +<li>Automatic <a href="../extras/toc/">table of contents</a> generation</li> +<li>Dynamic menu creation</li> +<li><a href="../extras/urls/">Pretty URLs</a> support</li> +<li><a href="../extras/permalinks/">Permalink</a> pattern support</li> +<li><a href="../extras/aliases/">Aliases</a> (redirects)</li> +</ul> + +<h2 id="content">Content</h2> + +<ul> +<li>Native <a href="../content/example/">Markdown</a> support + +<ul> +<li>Support for other languages through <em>external helpers</em>, see <a href="../content/supported-formats">supported formats</a></li> +</ul></li> +<li>Support for TOML, YAML and JSON metadata in <a href="../content/front-matter/">frontmatter</a></li> +<li>Customizable <a href="../layout/homepage/">homepage</a></li> +<li>Multiple <a href="../content/types/">content types</a></li> +<li>Automatic and user defined <a href="../content/summaries/">summaries</a></li> +<li><a href="../extras/shortcodes/">Shortcodes</a> to enable rich content inside of Markdown</li> +<li><a href="../layout/variables/">&ldquo;Minutes to Read&rdquo;</a> functionality</li> +<li><a href="../layout/variables/">&ldquo;Wordcount&rdquo;</a> functionality</li> +</ul> + +<h2 id="additional-features">Additional Features</h2> + +<ul> +<li>Integrated <a href="https://disqus.com/" target="_blank">Disqus</a> comment support</li> +<li>Integrated <a href="https://google-analytics.com/" target="_blank">Google Analytics</a> support</li> +<li>Automatic <a href="../layout/rss/">RSS</a> creation</li> +<li>Support for <a href="http://golang.org/pkg/html/template/" target="_blank">Go</a>, <a href="https://github.com/eknkc/amber" target="_blank">Amber</a> and <a href="https://github.com/yosssi/ace" target="_blank">Ace</a> HTML templates</li> +<li>Syntax <a href="../extras/highlighting/">highlighting</a> powered by <a href="http://pygments.org/" target="_blank">Pygments</a></li> +</ul> + +<p>See what&rsquo;s coming next in the <a href="../about/roadmap">Hugo roadmap</a>.</p> + + + + + Why Use a Static Site Generator? + /about-hugo/why-use-a-static-site-generator/ + Mon, 01 Feb 2016 00:00:00 +0000 + + /about-hugo/why-use-a-static-site-generator/ + + +<p>Website generators render content into HTML files. Most are &ldquo;dynamic site generators.&rdquo; That means the HTTP server (i.e., the program that communicates with your end user&rsquo;s browser) runs the generator to create a new HTML file every time an end user requests a page.</p> + +<p>Creating the page dynamically requires the HTTP server to have enough memory and CPU to effectively run the generator nonstop. If not, your end user will wait in a queue for the page to be generated.</p> + +<p>To prevent unnecessary delays in delivering pages to end users, dynamic site generators were programmed to cache their HTML files. A cached page is a copy that is temporarily stored on the computer. Sending a cached copy is faster than generating a new page at the time of request because the majority of the work is already done.</p> + +<p>Hugo and other static site generators take caching a step further. All HTML files are rendered on your computer. You can review the files before you copy them to the computer hosting the HTTP server. Since the HTML files aren&rsquo;t generated dynamically, we say that Hugo is a &ldquo;static site generator.&rdquo;</p> + +<p>Not running a web site generator on your HTTP server has many benefits. The most noticeable is performance&mdash;HTTP servers are very good at +sending files. So good that you can effectively serve the same number +of pages with a fraction of the memory and CPU needed for a dynamic site.</p> + +<p>Hugo has two components to help you build and test your web site. The +one that you&rsquo;ll probably use most often is the built-in HTTP server. +When you run <code>hugo server</code>, Hugo renders all of your content into +HTML files and then runs an HTTP server on your computer so that you +can see what the pages look like.</p> + +<p>The second component is used when you&rsquo;re ready to publish your web +site to the computer running your website. Running Hugo without any +actions will rebuild your entire web site using the <code>baseURL</code> setting +from your site&rsquo;s configuration file. That&rsquo;s required to have your page +links work properly with most hosting companies.</p> + +<h2 id="further-reading">Further Reading</h2> + +<ul> +<li><a href="../documents/oreilly-static-site-generators.pdf">&ldquo;Static Site Generators&rdquo;, O-Reilly</a></li> +<li><a href="https://www.staticgen.com/" target="_blank">StaticGen: Top Open-Source Static Site Generators</a></li> +<li><a href="https://www.netlify.com/blog/2016/05/02/top-ten-static-website-generators/" target="_blank">&ldquo;Top 10 Static Website Generators,&rdquo; Netlify blog</a></li> +</ul> + + + + + Why I Built Hugo + /about-hugo/why-i-built-hugo/ + Wed, 01 Feb 2017 00:00:00 +0000 + + /about-hugo/why-i-built-hugo/ + <p>I wrote Hugo ultimately for a few reasons. First, I was disappointed with +WordPress, my then website solution. With it, I couldn&rsquo;t create +content as efficiently as I wanted to.</p> + +<p>WordPress sites rendered slowly and required I be online to write posts. WordPress is known for its constant security updates and horror stories of hacked blogs. I hated writing content in HTML instead of the much simpler Markdown. Overall, I felt like WordPress hindered more than helped. It kept me from writing great content.</p> + +<p>I looked at existing static site generators like <a href="https://jekyllrb.com/" target="_blank">Jekyll</a>, <a href="https://middlemanapp.com/" target="_blank">Middleman</a>, and <a href="https://nanoc.ws/" target="_blank">Nanoc</a>. All had complicated installation dependencies and an unacceptably long time to render my blog with hundreds of posts. I wanted a framework that would give me rapid feedback while making changes to the templates, and the 5-minute-plus render times were just too slow. In general, the static site generators were very blog-minded and didn&rsquo;t provide for other content types and flexible URLs.</p> + +<p>I wanted to develop a fast and full-featured website framework without any +dependencies. The <a href="https://golang.org/" target="_blank">Go language</a> seemed to have all the features I needed +in a language. I began developing Hugo in Go and fell in love with the +language. I hope you will enjoy using Hugo (and <a href="https://github.com/spf13/hugo" target="_blank">contributing to it</a>) as much +as I have writing it.</p> + +<p>&mdash;Steve Francia (<a href="https://twitter.com/@spf13" target="_blank">@spf13</a>)</p> + + + + + Roadmap + /about-hugo/roadmap/ + Tue, 01 Nov 2016 00:00:00 +0000 + + /about-hugo/roadmap/ + <p>In no particular order, here is what is currently being worked on for the Hugo project:</p> + +<ul> +<li>Intelligently related posts (<a href="https://github.com/spf13/hugo/issues/98" target="_blank">#98</a>)</li> +<li>Even easier deployment to S3, SSH, GitHub, rsync. Give the <a href="../hosting-and-deployment/">hosting and deployment</a> section a shot or read one of the related <a href="../tutorials">tutorials</a>.</li> +<li>Import from other website systems. There are already existing migration tools but they don’t cover all major platforms.</li> +<li>An interactive web based editor (See the <a href="https://discuss.gohugo.io/t/web-based-editor/155" target="_blank">related Discuss thread</a>)</li> +<li>Additional <a href="../themes">themes</a> (always on-going, contributions welcome!)</li> +<li>Dynamic image resizing via shortcodes (<a href="https://github.com/spf13/hugo/issues/1014" target="_blank">#1014</a>)</li> +<li>Native support for additional content formats (AsciiDoc <a href="https://github.com/spf13/hugo/issues/1435" target="_blank">#1435</a>, reST <a href="https://github.com/spf13/hugo/issues/1436" target="_blank">#1436</a>)</li> +<li>And, last but not least, <em>your</em> best ideas!</li> +</ul> + +<div class="note"> + <h2><i class="icon-note"></i> error: cannot access named params by position</h2> + <div class="shortcode-content"> + <p>Feel free to <a href="../tutorials/how-to-contribute-to-hugo/">contribute</a> or open a new issue if you have an idea for a new feature.</p> + + </div> +</div> + + + + + License + /about-hugo/license/ + Mon, 01 Feb 2016 00:00:00 +0000 + + /about-hugo/license/ + + +<p>Hugo v0.15 and later are released under the Apache 2.0 license. +Earlier releases were under the Simple Public License.</p> + +<h2 id="apache-license">Apache License</h2> + +<p><em>Version 2.0, January 2004</em> +<em>&lt;<a href="http://www.apache.org/licenses/" target="_blank">http://www.apache.org/licenses/</a>&gt;</em></p> + +<h3 id="terms-and-conditions-for-use-reproduction-and-distribution">Terms and Conditions for use, reproduction, and distribution</h3> + +<h4 id="1-definitions">1. Definitions</h4> + +<p>“License” shall mean the terms and conditions for use, reproduction, and +distribution as defined by Sections 1 through 9 of this document.</p> + +<p>“Licensor” shall mean the copyright owner or entity authorized by the copyright +owner that is granting the License.</p> + +<p>“Legal Entity” shall mean the union of the acting entity and all other entities +that control, are controlled by, or are under common control with that entity. +For the purposes of this definition, “control” means <strong>(i)</strong> the power, direct or +indirect, to cause the direction or management of such entity, whether by +contract or otherwise, or <strong>(ii)</strong> ownership of fifty percent (50%) or more of the +outstanding shares, or <strong>(iii)</strong> beneficial ownership of such entity.</p> + +<p>“You” (or “Your”) shall mean an individual or Legal Entity exercising +permissions granted by this License.</p> + +<p>“Source” form shall mean the preferred form for making modifications, including +but not limited to software source code, documentation source, and configuration +files.</p> + +<p>“Object” form shall mean any form resulting from mechanical transformation or +translation of a Source form, including but not limited to compiled object code, +generated documentation, and conversions to other media types.</p> + +<p>“Work” shall mean the work of authorship, whether in Source or Object form, made +available under the License, as indicated by a copyright notice that is included +in or attached to the work (an example is provided in the Appendix below).</p> + +<p>“Derivative Works” shall mean any work, whether in Source or Object form, that +is based on (or derived from) the Work and for which the editorial revisions, +annotations, elaborations, or other modifications represent, as a whole, an +original work of authorship. For the purposes of this License, Derivative Works +shall not include works that remain separable from, or merely link (or bind by +name) to the interfaces of, the Work and Derivative Works thereof.</p> + +<p>“Contribution” shall mean any work of authorship, including the original version +of the Work and any modifications or additions to that Work or Derivative Works +thereof, that is intentionally submitted to Licensor for inclusion in the Work +by the copyright owner or by an individual or Legal Entity authorized to submit +on behalf of the copyright owner. For the purposes of this definition, +“submitted” means any form of electronic, verbal, or written communication sent +to the Licensor or its representatives, including but not limited to +communication on electronic mailing lists, source code control systems, and +issue tracking systems that are managed by, or on behalf of, the Licensor for +the purpose of discussing and improving the Work, but excluding communication +that is conspicuously marked or otherwise designated in writing by the copyright +owner as “Not a Contribution.”</p> + +<p>“Contributor” shall mean Licensor and any individual or Legal Entity on behalf +of whom a Contribution has been received by Licensor and subsequently +incorporated within the Work.</p> + +<h4 id="2-grant-of-copyright-license">2. Grant of Copyright License</h4> + +<p>Subject to the terms and conditions of this License, each Contributor hereby +grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, +irrevocable copyright license to reproduce, prepare Derivative Works of, +publicly display, publicly perform, sublicense, and distribute the Work and such +Derivative Works in Source or Object form.</p> + +<h4 id="3-grant-of-patent-license">3. Grant of Patent License</h4> + +<p>Subject to the terms and conditions of this License, each Contributor hereby +grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, +irrevocable (except as stated in this section) patent license to make, have +made, use, offer to sell, sell, import, and otherwise transfer the Work, where +such license applies only to those patent claims licensable by such Contributor +that are necessarily infringed by their Contribution(s) alone or by combination +of their Contribution(s) with the Work to which such Contribution(s) was +submitted. If You institute patent litigation against any entity (including a +cross-claim or counterclaim in a lawsuit) alleging that the Work or a +Contribution incorporated within the Work constitutes direct or contributory +patent infringement, then any patent licenses granted to You under this License +for that Work shall terminate as of the date such litigation is filed.</p> + +<h4 id="4-redistribution">4. Redistribution</h4> + +<p>You may reproduce and distribute copies of the Work or Derivative Works thereof +in any medium, with or without modifications, and in Source or Object form, +provided that You meet the following conditions:</p> + +<ul> +<li><strong>(a)</strong> You must give any other recipients of the Work or Derivative Works a copy of +this License; and</li> +<li><strong>(b)</strong> You must cause any modified files to carry prominent notices stating that You +changed the files; and</li> +<li><strong>&copy;</strong> You must retain, in the Source form of any Derivative Works that You distribute, +all copyright, patent, trademark, and attribution notices from the Source form +of the Work, excluding those notices that do not pertain to any part of the +Derivative Works; and</li> +<li><strong>(d)</strong> If the Work includes a “NOTICE” text file as part of its distribution, then any +Derivative Works that You distribute must include a readable copy of the +attribution notices contained within such NOTICE file, excluding those notices +that do not pertain to any part of the Derivative Works, in at least one of the +following places: within a NOTICE text file distributed as part of the +Derivative Works; within the Source form or documentation, if provided along +with the Derivative Works; or, within a display generated by the Derivative +Works, if and wherever such third-party notices normally appear. The contents of +the NOTICE file are for informational purposes only and do not modify the +License. You may add Your own attribution notices within Derivative Works that +You distribute, alongside or as an addendum to the NOTICE text from the Work, +provided that such additional attribution notices cannot be construed as +modifying the License.</li> +</ul> + +<p>You may add Your own copyright statement to Your modifications and may provide +additional or different license terms and conditions for use, reproduction, or +distribution of Your modifications, or for any such Derivative Works as a whole, +provided Your use, reproduction, and distribution of the Work otherwise complies +with the conditions stated in this License.</p> + +<h4 id="5-submission-of-contributions">5. Submission of Contributions</h4> + +<p>Unless You explicitly state otherwise, any Contribution intentionally submitted +for inclusion in the Work by You to the Licensor shall be under the terms and +conditions of this License, without any additional terms or conditions. +Notwithstanding the above, nothing herein shall supersede or modify the terms of +any separate license agreement you may have executed with Licensor regarding +such Contributions.</p> + +<h4 id="6-trademarks">6. Trademarks</h4> + +<p>This License does not grant permission to use the trade names, trademarks, +service marks, or product names of the Licensor, except as required for +reasonable and customary use in describing the origin of the Work and +reproducing the content of the NOTICE file.</p> + +<h4 id="7-disclaimer-of-warranty">7. Disclaimer of Warranty</h4> + +<p>Unless required by applicable law or agreed to in writing, Licensor provides the +Work (and each Contributor provides its Contributions) on an “AS IS” BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, +including, without limitation, any warranties or conditions of TITLE, +NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are +solely responsible for determining the appropriateness of using or +redistributing the Work and assume any risks associated with Your exercise of +permissions under this License.</p> + +<h4 id="8-limitation-of-liability">8. Limitation of Liability</h4> + +<p>In no event and under no legal theory, whether in tort (including negligence), +contract, or otherwise, unless required by applicable law (such as deliberate +and grossly negligent acts) or agreed to in writing, shall any Contributor be +liable to You for damages, including any direct, indirect, special, incidental, +or consequential damages of any character arising as a result of this License or +out of the use or inability to use the Work (including but not limited to +damages for loss of goodwill, work stoppage, computer failure or malfunction, or +any and all other commercial damages or losses), even if such Contributor has +been advised of the possibility of such damages.</p> + +<h4 id="9-accepting-warranty-or-additional-liability">9. Accepting Warranty or Additional Liability</h4> + +<p>While redistributing the Work or Derivative Works thereof, You may choose to +offer, and charge a fee for, acceptance of support, warranty, indemnity, or +other liability obligations and/or rights consistent with this License. However, +in accepting such obligations, You may act only on Your own behalf and on Your +sole responsibility, not on behalf of any other Contributor, and only if You +agree to indemnify, defend, and hold each Contributor harmless for any liability +incurred by, or claims asserted against, such Contributor by reason of your +accepting any such warranty or additional liability.</p> + +<p><em>END OF TERMS AND CONDITIONS</em></p> + +<h3 id="appendix-how-to-apply-the-apache-license-to-your-work">APPENDIX: How to apply the Apache License to your work</h3> + +<p>To apply the Apache License to your work, attach the following boilerplate +notice, with the fields enclosed by brackets <code>[]</code> replaced with your own +identifying information. (Don&rsquo;t include the brackets!) The text should be +enclosed in the appropriate comment syntax for the file format. We also +recommend that a file or class name and description of purpose be included on +the same “printed page” as the copyright notice for easier identification within +third-party archives.</p> + +<pre><code>Copyright [yyyy] [name of copyright owner] + +Licensed under the Apache License, Version 2.0 (the &quot;License&quot;); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an &quot;AS IS&quot; BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +</code></pre> + + + + + Sample Styles + /about-hugo/sample-styles-temporary/ + Mon, 01 Feb 2016 00:00:00 +0000 + + /about-hugo/sample-styles-temporary/ + + +<p>Here is some body copy. Here is a bit of <code>inline code</code>. Here is a <a href="https://www.google.com" target="_blank">link to Google</a>. Here is some <em>emphasized and italics text</em>. Here is some <strong>emphasized and bold text</strong>.</p> + +<h2 id="lists">Lists</h2> + +<ul> +<li>Unordered list item lorem ipsum dolor sit amet, consectetur adipisicing elit. Ad dolorum alias vero.</li> +<li>Unordered list item + +<ul> +<li>Nested unordered list item</li> +<li>Nested unordered list item + +<ul> +<li>Nested again</li> +<li>Nested again</li> +</ul></li> +</ul></li> +<li>Unordered list item</li> +</ul> + +<ol> +<li>Ordered list item lorem ipsum dolor sit amet, consectetur adipisicing elit. Sapiente, quae nulla dolore eligendi.</li> +<li>Ordered list item + +<ol> +<li>Nested ordered list item</li> +<li>Nested ordered list item + +<ol> +<li>Nested again, ordered</li> +<li>Nested again, ordered</li> +</ol></li> +</ol></li> +<li>Ordered list item</li> +</ol> + +<h2 id="callouts-ctas-admonitions">Callouts/CTAs/Admonitions</h2> + +<div class="note"> + <h2><i class="icon-note"></i> Note Shortcode</h2> + <div class="shortcode-content"> + <p>Here is <em>something in italic</em> in a shortcode. Here is <strong>something in bold</strong>.</p> + + </div> +</div> + +<div class="caution"> + <h2><i class="icon-caution"></i> Caution Shortcode</h2> + <div class="shortcode-content"> + <p>Here is <em>something in italic</em> in a shortcode. Here is <strong>something in bold</strong>.</p> + + </div> +</div> + +<div class="warning"> + <h2><i class="icon-warning"></i> Warning Shortcode</h2> + <div class="shortcode-content"> + <p>Here is <em>something in italic</em> in a shortcode. Here is <strong>something in bold</strong>.</p> + + </div> +</div> + +<h2 id="code-block-shortcodes">Code Block Shortcodes</h2> + +<h3 id="code-input-shortcode">Code Input Shortcode</h3> + + +<div class="code-copy" id="my-first-template.html"> + <div class="code-copy-header"><div class="action-buttons"></div><span class="filename" title="my-first-template.html">my-first-template.html</span><i class="icon-html input"></i></div> + <button class="copy-button" title="Copy to clipboard" data-clipboard-snippet> + <div class="copy-text"><i class="icon-clipboard"></i> COPY</div> + </button><pre><code class="language-go">&lt;ul&gt; + {{range $.Site.Pages}} + &lt;li&gt;{{.Title}}&lt;/li&gt; + {{end}} +&lt;/ul&gt; +</code></pre> +</div> + + +<div class="code-copy" id="first-script.js"> + <div class="code-copy-header"><div class="action-buttons"></div><span class="filename" title="first-script.js">first-script.js</span><i class="icon-js input"></i></div> + <button class="copy-button" title="Copy to clipboard" data-clipboard-snippet> + <div class="copy-text"><i class="icon-clipboard"></i> COPY</div> + </button><pre><code class="language-js">function myFunction(arg){ + console.log(arg); +} +</code></pre> +</div> + +<h3 id="code-output-shortcode">Code Output Shortcode</h3> + +<div class="code-copy" id="/posts/index.html"> + <div class="code-copy-header output"><div class="action-buttons"></div><span class="filename" title="/posts/index.html"><strong><em>Renders to... </em></strong>/posts/index.html</span><i class="icon-html"></i></div><pre><code class="language-go">&lt;ul&gt; + &lt;li&gt;My First Post&lt;/li&gt; + &lt;li&gt;My Second Post&lt;/li&gt; + &lt;li&gt;My Third Post&lt;/li&gt; +&lt;/ul&gt; +</code></pre> +</div> + +<div class="code-copy" id="/first-data.json"> + <div class="code-copy-header output"><div class="action-buttons"></div><span class="filename" title="/first-data.json"><strong><em>Renders to... </em></strong>/first-data.json</span><i class="icon-json"></i></div><pre><code class="language-json">{ + &quot;glossary&quot;: { + &quot;title&quot;: &quot;example glossary&quot;, + &quot;GlossDiv&quot;: { + &quot;title&quot;: &quot;S&quot; + } + } +} +</code></pre> +</div> + +<h3 id="markdown-code-block-without-shortcode">Markdown Code Block without Shortcode</h3> + +<pre><code class="language-javascript">function myFunction(val){ + console.log(val); +} +</code></pre> + + + + + \ No newline at end of file diff --git a/public/about-hugo/license/index.html b/public/about-hugo/license/index.html new file mode 100644 index 000000000..9f630be28 --- /dev/null +++ b/public/about-hugo/license/index.html @@ -0,0 +1,747 @@ + + + + +Hugo | License + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+
+

License

+ + + Last Updated: February 1, 2016 +
+
+ + +

Hugo v0.15 and later are released under the Apache 2.0 license. +Earlier releases were under the Simple Public License.

+ +

Apache License

+ +

Version 2.0, January 2004 +<http://www.apache.org/licenses/>

+ +

Terms and Conditions for use, reproduction, and distribution

+ +

1. Definitions

+ +

“License” shall mean the terms and conditions for use, reproduction, and +distribution as defined by Sections 1 through 9 of this document.

+ +

“Licensor” shall mean the copyright owner or entity authorized by the copyright +owner that is granting the License.

+ +

“Legal Entity” shall mean the union of the acting entity and all other entities +that control, are controlled by, or are under common control with that entity. +For the purposes of this definition, “control” means (i) the power, direct or +indirect, to cause the direction or management of such entity, whether by +contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the +outstanding shares, or (iii) beneficial ownership of such entity.

+ +

“You” (or “Your”) shall mean an individual or Legal Entity exercising +permissions granted by this License.

+ +

“Source” form shall mean the preferred form for making modifications, including +but not limited to software source code, documentation source, and configuration +files.

+ +

“Object” form shall mean any form resulting from mechanical transformation or +translation of a Source form, including but not limited to compiled object code, +generated documentation, and conversions to other media types.

+ +

“Work” shall mean the work of authorship, whether in Source or Object form, made +available under the License, as indicated by a copyright notice that is included +in or attached to the work (an example is provided in the Appendix below).

+ +

“Derivative Works” shall mean any work, whether in Source or Object form, that +is based on (or derived from) the Work and for which the editorial revisions, +annotations, elaborations, or other modifications represent, as a whole, an +original work of authorship. For the purposes of this License, Derivative Works +shall not include works that remain separable from, or merely link (or bind by +name) to the interfaces of, the Work and Derivative Works thereof.

+ +

“Contribution” shall mean any work of authorship, including the original version +of the Work and any modifications or additions to that Work or Derivative Works +thereof, that is intentionally submitted to Licensor for inclusion in the Work +by the copyright owner or by an individual or Legal Entity authorized to submit +on behalf of the copyright owner. For the purposes of this definition, +“submitted” means any form of electronic, verbal, or written communication sent +to the Licensor or its representatives, including but not limited to +communication on electronic mailing lists, source code control systems, and +issue tracking systems that are managed by, or on behalf of, the Licensor for +the purpose of discussing and improving the Work, but excluding communication +that is conspicuously marked or otherwise designated in writing by the copyright +owner as “Not a Contribution.”

+ +

“Contributor” shall mean Licensor and any individual or Legal Entity on behalf +of whom a Contribution has been received by Licensor and subsequently +incorporated within the Work.

+ + + +

Subject to the terms and conditions of this License, each Contributor hereby +grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, +irrevocable copyright license to reproduce, prepare Derivative Works of, +publicly display, publicly perform, sublicense, and distribute the Work and such +Derivative Works in Source or Object form.

+ +

3. Grant of Patent License

+ +

Subject to the terms and conditions of this License, each Contributor hereby +grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, +irrevocable (except as stated in this section) patent license to make, have +made, use, offer to sell, sell, import, and otherwise transfer the Work, where +such license applies only to those patent claims licensable by such Contributor +that are necessarily infringed by their Contribution(s) alone or by combination +of their Contribution(s) with the Work to which such Contribution(s) was +submitted. If You institute patent litigation against any entity (including a +cross-claim or counterclaim in a lawsuit) alleging that the Work or a +Contribution incorporated within the Work constitutes direct or contributory +patent infringement, then any patent licenses granted to You under this License +for that Work shall terminate as of the date such litigation is filed.

+ +

4. Redistribution

+ +

You may reproduce and distribute copies of the Work or Derivative Works thereof +in any medium, with or without modifications, and in Source or Object form, +provided that You meet the following conditions:

+ +
    +
  • (a) You must give any other recipients of the Work or Derivative Works a copy of +this License; and
  • +
  • (b) You must cause any modified files to carry prominent notices stating that You +changed the files; and
  • +
  • © You must retain, in the Source form of any Derivative Works that You distribute, +all copyright, patent, trademark, and attribution notices from the Source form +of the Work, excluding those notices that do not pertain to any part of the +Derivative Works; and
  • +
  • (d) If the Work includes a “NOTICE” text file as part of its distribution, then any +Derivative Works that You distribute must include a readable copy of the +attribution notices contained within such NOTICE file, excluding those notices +that do not pertain to any part of the Derivative Works, in at least one of the +following places: within a NOTICE text file distributed as part of the +Derivative Works; within the Source form or documentation, if provided along +with the Derivative Works; or, within a display generated by the Derivative +Works, if and wherever such third-party notices normally appear. The contents of +the NOTICE file are for informational purposes only and do not modify the +License. You may add Your own attribution notices within Derivative Works that +You distribute, alongside or as an addendum to the NOTICE text from the Work, +provided that such additional attribution notices cannot be construed as +modifying the License.
  • +
+ +

You may add Your own copyright statement to Your modifications and may provide +additional or different license terms and conditions for use, reproduction, or +distribution of Your modifications, or for any such Derivative Works as a whole, +provided Your use, reproduction, and distribution of the Work otherwise complies +with the conditions stated in this License.

+ +

5. Submission of Contributions

+ +

Unless You explicitly state otherwise, any Contribution intentionally submitted +for inclusion in the Work by You to the Licensor shall be under the terms and +conditions of this License, without any additional terms or conditions. +Notwithstanding the above, nothing herein shall supersede or modify the terms of +any separate license agreement you may have executed with Licensor regarding +such Contributions.

+ +

6. Trademarks

+ +

This License does not grant permission to use the trade names, trademarks, +service marks, or product names of the Licensor, except as required for +reasonable and customary use in describing the origin of the Work and +reproducing the content of the NOTICE file.

+ +

7. Disclaimer of Warranty

+ +

Unless required by applicable law or agreed to in writing, Licensor provides the +Work (and each Contributor provides its Contributions) on an “AS IS” BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, +including, without limitation, any warranties or conditions of TITLE, +NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are +solely responsible for determining the appropriateness of using or +redistributing the Work and assume any risks associated with Your exercise of +permissions under this License.

+ +

8. Limitation of Liability

+ +

In no event and under no legal theory, whether in tort (including negligence), +contract, or otherwise, unless required by applicable law (such as deliberate +and grossly negligent acts) or agreed to in writing, shall any Contributor be +liable to You for damages, including any direct, indirect, special, incidental, +or consequential damages of any character arising as a result of this License or +out of the use or inability to use the Work (including but not limited to +damages for loss of goodwill, work stoppage, computer failure or malfunction, or +any and all other commercial damages or losses), even if such Contributor has +been advised of the possibility of such damages.

+ +

9. Accepting Warranty or Additional Liability

+ +

While redistributing the Work or Derivative Works thereof, You may choose to +offer, and charge a fee for, acceptance of support, warranty, indemnity, or +other liability obligations and/or rights consistent with this License. However, +in accepting such obligations, You may act only on Your own behalf and on Your +sole responsibility, not on behalf of any other Contributor, and only if You +agree to indemnify, defend, and hold each Contributor harmless for any liability +incurred by, or claims asserted against, such Contributor by reason of your +accepting any such warranty or additional liability.

+ +

END OF TERMS AND CONDITIONS

+ +

APPENDIX: How to apply the Apache License to your work

+ +

To apply the Apache License to your work, attach the following boilerplate +notice, with the fields enclosed by brackets [] replaced with your own +identifying information. (Don’t include the brackets!) The text should be +enclosed in the appropriate comment syntax for the file format. We also +recommend that a file or class name and description of purpose be included on +the same “printed page” as the copyright notice for easier identification within +third-party archives.

+ +
Copyright [yyyy] [name of copyright owner]
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+
+ +
+
+ +
+
+
+
+ +
+ + + + + + + \ No newline at end of file diff --git a/public/about-hugo/roadmap/index.html b/public/about-hugo/roadmap/index.html new file mode 100644 index 000000000..0f714016a --- /dev/null +++ b/public/about-hugo/roadmap/index.html @@ -0,0 +1,566 @@ + + + + +Hugo | Roadmap + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+
+

Roadmap

+ + + Last Updated: November 1, 2016 +
+
+

In no particular order, here is what is currently being worked on for the Hugo project:

+ +
    +
  • Intelligently related posts (#98)
  • +
  • Even easier deployment to S3, SSH, GitHub, rsync. Give the hosting and deployment section a shot or read one of the related tutorials.
  • +
  • Import from other website systems. There are already existing migration tools but they don’t cover all major platforms.
  • +
  • An interactive web based editor (See the related Discuss thread)
  • +
  • Additional themes (always on-going, contributions welcome!)
  • +
  • Dynamic image resizing via shortcodes (#1014)
  • +
  • Native support for additional content formats (AsciiDoc #1435, reST #1436)
  • +
  • And, last but not least, your best ideas!
  • +
+ +
+

error: cannot access named params by position

+
+

Feel free to contribute or open a new issue if you have an idea for a new feature.

+ +
+
+ +
+
+ +
+
+
+
+ +
+ + + + + + + \ No newline at end of file diff --git a/public/about-hugo/sample-styles-temporary/index.html b/public/about-hugo/sample-styles-temporary/index.html new file mode 100644 index 000000000..1e479fa5e --- /dev/null +++ b/public/about-hugo/sample-styles-temporary/index.html @@ -0,0 +1,664 @@ + + + + +Hugo | Sample Styles + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+
+

Sample Styles

+ + + Last Updated: February 1, 2016 +
+
+ + +

Here is some body copy. Here is a bit of inline code. Here is a link to Google. Here is some emphasized and italics text. Here is some emphasized and bold text.

+ +

Lists

+ +
    +
  • Unordered list item lorem ipsum dolor sit amet, consectetur adipisicing elit. Ad dolorum alias vero.
  • +
  • Unordered list item + +
      +
    • Nested unordered list item
    • +
    • Nested unordered list item + +
        +
      • Nested again
      • +
      • Nested again
      • +
    • +
  • +
  • Unordered list item
  • +
+ +
    +
  1. Ordered list item lorem ipsum dolor sit amet, consectetur adipisicing elit. Sapiente, quae nulla dolore eligendi.
  2. +
  3. Ordered list item + +
      +
    1. Nested ordered list item
    2. +
    3. Nested ordered list item + +
        +
      1. Nested again, ordered
      2. +
      3. Nested again, ordered
      4. +
    4. +
  4. +
  5. Ordered list item
  6. +
+ +

Callouts/CTAs/Admonitions

+ +
+

Note Shortcode

+
+

Here is something in italic in a shortcode. Here is something in bold.

+ +
+
+ +
+

Caution Shortcode

+
+

Here is something in italic in a shortcode. Here is something in bold.

+ +
+
+ +
+

Warning Shortcode

+
+

Here is something in italic in a shortcode. Here is something in bold.

+ +
+
+ +

Code Block Shortcodes

+ +

Code Input Shortcode

+ + +
+
my-first-template.html
+
<ul>
+  {{range $.Site.Pages}}
+    <li>{{.Title}}</li>
+  {{end}}
+</ul>
+
+
+ + +
+
first-script.js
+
function myFunction(arg){
+  console.log(arg);
+}
+
+
+ +

Code Output Shortcode

+ +
+
Renders to... /posts/index.html
<ul>
+    <li>My First Post</li>
+    <li>My Second Post</li>
+    <li>My Third Post</li>
+</ul>
+
+
+ +
+
Renders to... /first-data.json
{
+    "glossary": {
+        "title": "example glossary",
+        "GlossDiv": {
+            "title": "S"
+        }
+    }
+}
+
+
+ +

Markdown Code Block without Shortcode

+ +
function myFunction(val){
+  console.log(val);
+}
+
+ +
+
+ +
+
+
+
+ +
+ + + + + + + \ No newline at end of file diff --git a/public/about-hugo/why-i-built-hugo/index.html b/public/about-hugo/why-i-built-hugo/index.html new file mode 100644 index 000000000..ca50f1ce3 --- /dev/null +++ b/public/about-hugo/why-i-built-hugo/index.html @@ -0,0 +1,561 @@ + + + + +Hugo | Why I Built Hugo + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+
+

Why I Built Hugo

+ + + Last Updated: February 1, 2017 +
+
+

I wrote Hugo ultimately for a few reasons. First, I was disappointed with +WordPress, my then website solution. With it, I couldn’t create +content as efficiently as I wanted to.

+ +

WordPress sites rendered slowly and required I be online to write posts. WordPress is known for its constant security updates and horror stories of hacked blogs. I hated writing content in HTML instead of the much simpler Markdown. Overall, I felt like WordPress hindered more than helped. It kept me from writing great content.

+ +

I looked at existing static site generators like Jekyll, Middleman, and Nanoc. All had complicated installation dependencies and an unacceptably long time to render my blog with hundreds of posts. I wanted a framework that would give me rapid feedback while making changes to the templates, and the 5-minute-plus render times were just too slow. In general, the static site generators were very blog-minded and didn’t provide for other content types and flexible URLs.

+ +

I wanted to develop a fast and full-featured website framework without any +dependencies. The Go language seemed to have all the features I needed +in a language. I began developing Hugo in Go and fell in love with the +language. I hope you will enjoy using Hugo (and contributing to it) as much +as I have writing it.

+ +

—Steve Francia (@spf13)

+ +
+
+ +
+
+
+
+ +
+ + + + + + + \ No newline at end of file diff --git a/public/about-hugo/why-use-a-static-site-generator/index.html b/public/about-hugo/why-use-a-static-site-generator/index.html new file mode 100644 index 000000000..4bba6eb83 --- /dev/null +++ b/public/about-hugo/why-use-a-static-site-generator/index.html @@ -0,0 +1,579 @@ + + + + +Hugo | Why Use a Static Site Generator? + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+
+

Why Use a Static Site Generator?

+ + + Last Updated: February 1, 2016 +
+
+ + +

Website generators render content into HTML files. Most are “dynamic site generators.” That means the HTTP server (i.e., the program that communicates with your end user’s browser) runs the generator to create a new HTML file every time an end user requests a page.

+ +

Creating the page dynamically requires the HTTP server to have enough memory and CPU to effectively run the generator nonstop. If not, your end user will wait in a queue for the page to be generated.

+ +

To prevent unnecessary delays in delivering pages to end users, dynamic site generators were programmed to cache their HTML files. A cached page is a copy that is temporarily stored on the computer. Sending a cached copy is faster than generating a new page at the time of request because the majority of the work is already done.

+ +

Hugo and other static site generators take caching a step further. All HTML files are rendered on your computer. You can review the files before you copy them to the computer hosting the HTTP server. Since the HTML files aren’t generated dynamically, we say that Hugo is a “static site generator.”

+ +

Not running a web site generator on your HTTP server has many benefits. The most noticeable is performance—HTTP servers are very good at +sending files. So good that you can effectively serve the same number +of pages with a fraction of the memory and CPU needed for a dynamic site.

+ +

Hugo has two components to help you build and test your web site. The +one that you’ll probably use most often is the built-in HTTP server. +When you run hugo server, Hugo renders all of your content into +HTML files and then runs an HTTP server on your computer so that you +can see what the pages look like.

+ +

The second component is used when you’re ready to publish your web +site to the computer running your website. Running Hugo without any +actions will rebuild your entire web site using the baseURL setting +from your site’s configuration file. That’s required to have your page +links work properly with most hosting companies.

+ +

Further Reading

+ + + +
+
+ +
+
+
+
+ +
+ + + + + + + \ No newline at end of file diff --git a/public/content-management/archetypes/index.html b/public/content-management/archetypes/index.html new file mode 100644 index 000000000..c57cfbd6e --- /dev/null +++ b/public/content-management/archetypes/index.html @@ -0,0 +1,552 @@ + + + + +Hugo | Archetypes + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+
+

Archetypes

+ + + + + Last Updated: January 9, 2017 +
+
+ +
+
+ +
+
+
+
+ +
+ + + + + + + \ No newline at end of file diff --git a/public/content-management/content-summaries/index.html b/public/content-management/content-summaries/index.html new file mode 100644 index 000000000..a830629ad --- /dev/null +++ b/public/content-management/content-summaries/index.html @@ -0,0 +1,546 @@ + + + + +Hugo | Content Summaries + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+
+

Content Summaries

+ + + Last Updated: January 10, 2017 +
+
+ +
+
+ +
+
+
+
+ +
+ + + + + + + \ No newline at end of file diff --git a/public/content-management/cross-references/index.html b/public/content-management/cross-references/index.html new file mode 100644 index 000000000..cf2eafeda --- /dev/null +++ b/public/content-management/cross-references/index.html @@ -0,0 +1,552 @@ + + + + +Hugo | Cross References + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+
+

Cross References

+ + + + + Last Updated: January 9, 2017 +
+
+ +
+
+ +
+
+
+
+ +
+ + + + + + + \ No newline at end of file diff --git a/public/content-management/front-matter/index.html b/public/content-management/front-matter/index.html new file mode 100644 index 000000000..a64a8b6bb --- /dev/null +++ b/public/content-management/front-matter/index.html @@ -0,0 +1,564 @@ + + + + +Hugo | Front Matter + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+
+

Front Matter

+ + + + + Last Updated: January 9, 2017 +
+
+ + +

Parameters

+ +

(Previously referred to as “variables”).

+ +
+
+ +
+
+
+
+ +
+ + + + + + + \ No newline at end of file diff --git a/public/content-management/index.html b/public/content-management/index.html new file mode 100644 index 000000000..b3058b759 --- /dev/null +++ b/public/content-management/index.html @@ -0,0 +1,549 @@ + + + + +Hugo | Content Management + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+
+

Content Management

+ + + + + Last Updated: February 1, 2017 +
+
+ +
+
+ +
+
+
+
+ +
+ + + + + + + \ No newline at end of file diff --git a/public/content-management/index.xml b/public/content-management/index.xml new file mode 100644 index 000000000..68852091c --- /dev/null +++ b/public/content-management/index.xml @@ -0,0 +1,97 @@ + + + + Content Management on Hugo + /content-management/index.xml + Recent content in Content Management on Hugo + Hugo -- gohugo.io + en-us + Wed, 01 Feb 2017 00:00:00 +0000 + + + + Cross References + /content-management/cross-references/ + Wed, 01 Feb 2017 00:00:00 +0000 + + /content-management/cross-references/ + + + + + Content Summaries + /content-management/content-summaries/ + Tue, 10 Jan 2017 00:00:00 +0000 + + /content-management/content-summaries/ + + + + + Markdown and Supported Formats + /content-management/markdown-and-supported-formats/ + Tue, 10 Jan 2017 00:00:00 +0000 + + /content-management/markdown-and-supported-formats/ + <div class="caution"> + <h2><i class="icon-caution"></i> Deeply Nested Lists</h2> + <div class="shortcode-content"> + <p>Hugo uses <a href="https://github.com/russross/blackfriday" target="_blank">BlackFriday</a>, a markdown processor written in Go. A known issue <a href="https://github.com/russross/blackfriday/issues/329" target="_blank">(#329)</a> in BlackFriday is the handling of deeply nested lists, but there is a workaround. If you write lists in markdown, be sure to include 4 spaces (i.e., <kbd>tab</kbd>) rather than 2 to delimit nesting of lists.</p> + + </div> +</div> + + + + + Multilingual Mode + /content-management/multilingual-mode/ + Tue, 10 Jan 2017 00:00:00 +0000 + + /content-management/multilingual-mode/ + + + + + Permalinks + /content-management/permalinks/ + Tue, 10 Jan 2017 00:00:00 +0000 + + /content-management/permalinks/ + + + + + Site Sections + /content-management/sections/ + Tue, 10 Jan 2017 00:00:00 +0000 + + /content-management/sections/ + + + + + Front Matter + /content-management/front-matter/ + Mon, 09 Jan 2017 00:00:00 +0000 + + /content-management/front-matter/ + + +<h2 id="parameters">Parameters</h2> + +<p>(Previously referred to as &ldquo;variables&rdquo;).</p> + + + + + Archetypes + /content-management/archetypes/ + Mon, 09 Jan 2017 00:00:00 +0000 + + /content-management/archetypes/ + + + + + \ No newline at end of file diff --git a/public/content-management/markdown-and-supported-formats/index.html b/public/content-management/markdown-and-supported-formats/index.html new file mode 100644 index 000000000..17cd3c399 --- /dev/null +++ b/public/content-management/markdown-and-supported-formats/index.html @@ -0,0 +1,553 @@ + + + + +Hugo | Markdown and Supported Formats + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+
+

Markdown and Supported Formats

+ + + Last Updated: January 10, 2017 +
+
+
+

Deeply Nested Lists

+
+

Hugo uses BlackFriday, a markdown processor written in Go. A known issue (#329) in BlackFriday is the handling of deeply nested lists, but there is a workaround. If you write lists in markdown, be sure to include 4 spaces (i.e., tab) rather than 2 to delimit nesting of lists.

+ +
+
+ +
+
+ +
+
+
+
+ +
+ + + + + + + \ No newline at end of file diff --git a/public/content-management/multilingual-mode/index.html b/public/content-management/multilingual-mode/index.html new file mode 100644 index 000000000..0cd848309 --- /dev/null +++ b/public/content-management/multilingual-mode/index.html @@ -0,0 +1,546 @@ + + + + +Hugo | Multilingual Mode + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+
+

Multilingual Mode

+ + + Last Updated: January 10, 2017 +
+
+ +
+
+ +
+
+
+
+ +
+ + + + + + + \ No newline at end of file diff --git a/public/content-management/permalinks/index.html b/public/content-management/permalinks/index.html new file mode 100644 index 000000000..a2bdbe64b --- /dev/null +++ b/public/content-management/permalinks/index.html @@ -0,0 +1,557 @@ + + + + +Hugo | Permalinks + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+
+

Permalinks

+ + + + + Last Updated: January 10, 2017 +
+
+ +
+
+ +
+
+
+
+ +
+ + + + + + + \ No newline at end of file diff --git a/public/content-management/sections/index.html b/public/content-management/sections/index.html new file mode 100644 index 000000000..d9c844d61 --- /dev/null +++ b/public/content-management/sections/index.html @@ -0,0 +1,546 @@ + + + + +Hugo | Site Sections + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+
+

Site Sections

+ + + Last Updated: January 10, 2017 +
+
+ +
+
+ +
+
+
+
+ +
+ + + + + + + \ No newline at end of file diff --git a/public/content/markdown-extras/index.html b/public/content/markdown-extras/index.html new file mode 100644 index 000000000..915a20fc5 --- /dev/null +++ b/public/content/markdown-extras/index.html @@ -0,0 +1 @@ +../../content-management/markdown-and-supported-formats/ \ No newline at end of file diff --git a/public/content/supported-formats/index.html b/public/content/supported-formats/index.html new file mode 100644 index 000000000..915a20fc5 --- /dev/null +++ b/public/content/supported-formats/index.html @@ -0,0 +1 @@ +../../content-management/markdown-and-supported-formats/ \ No newline at end of file diff --git a/public/contribute-to-hugo/contribute-to-hugo-docs/index.html b/public/contribute-to-hugo/contribute-to-hugo-docs/index.html new file mode 100644 index 000000000..a14506c5d --- /dev/null +++ b/public/contribute-to-hugo/contribute-to-hugo-docs/index.html @@ -0,0 +1,549 @@ + + + + +Hugo | Contribute to Hugo Docs + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+
+

Contribute to Hugo Docs

+ + + + + Last Updated: February 1, 2017 +
+
+ +
+
+ +
+
+
+
+ +
+ + + + + + + \ No newline at end of file diff --git a/public/contribute-to-hugo/index.html b/public/contribute-to-hugo/index.html new file mode 100644 index 000000000..77fb7b561 --- /dev/null +++ b/public/contribute-to-hugo/index.html @@ -0,0 +1,547 @@ + + + + +Hugo | Contribute to Hugo Development + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+
+

Contribute to Hugo Development

+ + + + + Last Updated: February 1, 2017 +
+
+ +
+
+ +
+
+
+
+ +
+ + + + + + + \ No newline at end of file diff --git a/public/contribute-to-hugo/index.xml b/public/contribute-to-hugo/index.xml new file mode 100644 index 000000000..0bae7af0d --- /dev/null +++ b/public/contribute-to-hugo/index.xml @@ -0,0 +1,22 @@ + + + + Contribute to Hugo Development on Hugo + /contribute-to-hugo/index.xml + Recent content in Contribute to Hugo Development on Hugo + Hugo -- gohugo.io + en-us + Wed, 01 Feb 2017 00:00:00 +0000 + + + + Contribute to Hugo Docs + /contribute-to-hugo/contribute-to-hugo-docs/ + Wed, 01 Feb 2017 00:00:00 +0000 + + /contribute-to-hugo/contribute-to-hugo-docs/ + + + + + \ No newline at end of file diff --git a/public/css/style.min.css b/public/css/style.min.css new file mode 100644 index 000000000..622bf54d9 --- /dev/null +++ b/public/css/style.min.css @@ -0,0 +1 @@ +/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}h1{font-size:2em;margin:0.67em 0}mark{background:#ff0;color:#000}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}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace, monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto}input[type="search"]{-webkit-appearance:textfield;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:bold}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}html{box-sizing:border-box}*,*:before,*:after{box-sizing:inherit}html,body{margin:0px;padding:0px;outline:none;border:none;font-size:18px;font-family:"muli","Helvetica Neue","Helvetica","Roboto","Arial",sans-serif;color:#333;line-height:1.6;font-weight:300}body{font-size:90%;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}@media only screen and (min-width: 760px){body{font-size:95%}}@media only screen and (min-width: 960px){body{font-size:100%}}p{margin-top:0px;margin-bottom:1.5em;line-height:1.6}@font-face{font-family:'fontello';src:url("/fonts/fontello/fontello.eot");src:url("/fonts/fontello/fontello.woff2") format("woff2"),url("/fonts/fontello/fontello.woff") format("woff"),url("/fonts/fontello/fontello.ttf") format("truetype"),url("/fonts/fontello/fontello.svg?78165468#fontello") format("svg");font-weight:normal;font-style:normal}[class^="icon-"]:before,[class*=" icon-"]:before{font-family:"fontello";font-style:normal;font-weight:normal;speak:none;display:inline-block;text-decoration:inherit;width:1em;margin-right:.2em;text-align:center;font-variant:normal;text-transform:none;line-height:1em;margin-left:.2em;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-alert:before{content:'\e810'}.icon-angle-double-right:before{content:'\f101'}.icon-attach:before{content:'\e820'}.icon-attention:before{content:'\e80f'}.icon-bell:before{content:'\e80d'}.icon-cancel:before{content:'\e81e'}.icon-caution:before{content:'\e80f'}.icon-chrome:before{content:'\e841'}.icon-clipboard:before{content:'\e817'}.icon-code:before{content:'\f121'}.icon-cog-alt:before{content:'\e814'}.icon-css3:before{content:'\f13c'}.icon-docs:before{content:'\f15c'}.icon-download:before{content:'\e815'}.icon-facebook-official:before{content:'\f230'}.icon-firefox:before{content:'\e840'}.icon-flag:before{content:'\e813'}.icon-forum:before{content:'\f03d';margin-right:.3em}.icon-github:before{content:'\f09b'}.icon-gitter:before{content:'\e819'}.icon-go:before{content:'\e801'}.icon-golang:before{content:'\e801'}.icon-heart:before{content:'\e81d'}.icon-help:before{content:'\e81b'}.icon-home:before{content:'\e812'}.icon-html.input:before{content:'\e81f'}.icon-html5:before{content:'\e800'}.icon-html:before{content:'\e800'}.icon-hugo:before{content:'\e81f'}.icon-ie:before{content:'\e843'}.icon-info:before{content:'\e811'}.icon-instagram:before{content:'\f32d'}.icon-javascript:before{content:'\e802'}.icon-js:before{content:'\e802'}.icon-json:before{content:'\e81c'}.icon-link:before{content:'\e816'}.icon-linkedin:before{content:'\f30c'}.icon-love:before{content:'\e81d'}.icon-mail:before{content:'\e821'}.icon-markdown:before{content:'\e80e'}.icon-note:before{content:'\e80d'}.icon-opera:before{content:'\e842'}.icon-pdf:before{content:'\f1c1'}.icon-pencil:before{content:'\e80c'}.icon-picture:before{content:'\e808'}.icon-quote-left:before{content:'\e809'}.icon-quote-right:before{content:'\e80a'}.icon-sass:before{content:'\e803'}.icon-search:before{content:'\e80b'}.icon-share:before{content:'\f1e0'}.icon-tag:before{content:'\e806'}.icon-tags:before{content:'\e805'}.icon-sh:before{content:'\e804'}.icon-terminal:before{content:'\e804'}.icon-bash:before{content:'\e804'}.icon-thumbs-up:before{content:'\e81a'}.icon-twitter:before{content:'\e807'}.icon-warning:before{content:'\e810'}.icon-website:before{content:'\e818'}.icon-yaml:before,.icon-yml:before,.icon-toml:before{font-family:"courierprime",courier,monospace;left:-1em;margin-right:1em}.icon-yaml:before,.icon-yml:before{content:'YAML'}.icon-toml:before{content:'TOML'}@font-face{font-family:"muli";src:url("/fonts/muli/muli-100-webfont.woff2") format("woff2"),url("/fonts/muli/muli-100-webfont.woff") format("woff"),url("/fonts/muli/muli-100-webfont.ttf") format("truetype");font-weight:100;font-style:normal}@font-face{font-family:"muli";src:url("/fonts/muli/muli-100-italic-webfont.woff2") format("woff2"),url("/fonts/muli/muli-100-italic-webfont.woff") format("woff"),url("/fonts/muli/muli-100-italic-webfont.ttf") format("truetype");font-weight:100;font-style:italic}@font-face{font-family:"muli";src:url("/fonts/muli/muli-300-webfont.woff2") format("woff2"),url("/fonts/muli/muli-300-webfont.woff") format("woff"),url("/fonts/muli/muli-300-webfont.ttf") format("truetype");font-weight:300;font-style:normal}@font-face{font-family:"muli";src:url("/fonts/muli/muli-300-italic-webfont.woff2") format("woff2"),url("/fonts/muli/muli-300-italic-webfont.woff") format("woff"),url("/fonts/muli/muli-300-italic-webfont.ttf") format("truetype");font-weight:300;font-style:italic}@font-face{font-family:"muli";src:url("/fonts/muli/muli-400-webfont.woff2") format("woff2"),url("/fonts/muli/muli-400-webfont.woff") format("woff"),url("/fonts/muli/muli-400-webfont.ttf") format("truetype");font-weight:400;font-style:normal}@font-face{font-family:"muli";src:url("/fonts/muli/muli-400-italic-webfont.woff2") format("woff2"),url("/fonts/muli/muli-400-italic-webfont.woff") format("woff"),url("/fonts/muli/muli-400-italic-webfont.ttf") format("truetype");font-weight:400;font-style:italic}@font-face{font-family:"muli";src:url("/fonts/muli/muli-600-webfont.woff2") format("woff2"),url("/fonts/muli/muli-600-webfont.woff") format("woff"),url("/fonts/muli/muli-600-webfont.ttf") format("truetype");font-weight:600;font-style:normal}@font-face{font-family:"muli";src:url("/fonts/muli/muli-600-italic-webfont.woff2") format("woff2"),url("/fonts/muli/muli-600-italic-webfont.woff") format("woff"),url("/fonts/muli/muli-600-italic-webfont.ttf") format("truetype");font-weight:600;font-style:italic}@font-face{font-family:"muli";src:url("/fonts/muli/muli-700-webfont.woff2") format("woff2"),url("/fonts/muli/muli-700-webfont.woff") format("woff"),url("/fonts/muli/muli-700-webfont.ttf") format("truetype");font-weight:700;font-style:normal}@font-face{font-family:"muli";src:url("/fonts/muli/muli-700-italic-webfont.woff2") format("woff2"),url("/fonts/muli/muli-700-italic-webfont.woff") format("woff"),url("/fonts/muli/muli-700-italic-webfont.ttf") format("truetype");font-weight:700;font-style:italic}@font-face{font-family:"courierprime";src:url("/fonts/courierprime/courierprime-400-webfont.woff2") format("woff2"),url("/fonts/courierprime/courierprime-400-webfont.woff") format("woff"),url("/fonts/courierprime/courierprime-400-webfont.ttf") format("truetype");font-weight:400;font-style:normal}@font-face{font-family:"courierprime";src:url("/fonts/courierprime/courierprime-400-italic-webfont.woff2") format("woff2"),url("/fonts/courierprime/courierprime-400-italic-webfont.woff") format("woff"),url("/fonts/courierprime/courierprime-400-italic-webfont.ttf") format("truetype");font-weight:400;font-style:italic}@font-face{font-family:"courierprime";src:url("/fonts/courierprime/courierprime-700-webfont.woff2") format("woff2"),url("/fonts/courierprime/courierprime-700-webfont.woff") format("woff"),url("/fonts/courierprime/courierprime-700-webfont.ttf") format("truetype");font-weight:700;font-style:normal}@font-face{font-family:"courierprime";src:url("/fonts/courierprime/courierprime-700-italic-webfont.woff2") format("woff2"),url("/fonts/courierprime/courierprime-700-italic-webfont.woff") format("woff"),url("/fonts/courierprime/courierprime-700-italic-webfont.ttf") format("truetype");font-weight:700;font-style:italic}h1,h2,h3,h4{font-weight:700;margin:0px;padding-bottom:20px;line-height:1.4}h1{font-size:2em;letter-spacing:-.021em}@media only screen and (min-width: 760px){h1{font-size:2.25em}}h2{font-size:1.5em}h3{font-size:1.2em}h4{font-size:1em;color:#737373;text-transform:uppercase}.functions{font-family:"courierprime",courier,monospace;font-weight:300}.submenu-item:first-child a.submenu-item-link.functions{font-family:"muli","Helvetica Neue","Helvetica","Roboto","Arial",sans-serif}button,a[role="button"]{background-color:#0594CB;color:#fff;border:none;outline:none;border-radius:.25em;padding:.25em .5em;box-shadow:none;text-align:center;transition:all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);box-shadow:0 1px 3px rgba(0,0,0,0.12),0 1px 2px rgba(0,0,0,0.24)}button:hover,a[role="button"]:hover{transition:box-shadow 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);box-shadow:0 10px 20px rgba(0,0,0,0.19),0 6px 6px rgba(0,0,0,0.23)}button[class^="icon-"]:before,a[role="button"][class^="icon-"]:before{display:inline-block;font-family:'FontAwesome';margin-right:.3em}button.icon-forum:before,a[role="button"].icon-forum:before{content:'\f086'}button.icon-mailing-list:before,a[role="button"].icon-mailing-list:before{content:'\f0e0'}nav ul,nav ol,aside ul,aside ol{margin-left:0px;padding-left:0px;list-style:none;text-indent:0px}nav ul li,nav ol li,aside ul li,aside ol li{margin-left:0px;padding-left:0px;list-style:none}.body-copy ul,.body-copy ol{padding-left:.75em;margin-left:.25em;margin-top:0px;padding-top:0px;margin-bottom:1.5em}.body-copy ul li ul,.body-copy ul li ol,.body-copy ol li ul,.body-copy ol li ol{margin-bottom:0px}.body-copy ul{list-style:disc outside none}.body-copy ul li ul{list-style-type:circle}.body-copy ul li ul li ul{list-style-type:square}.body-copy ol li ol{list-style-type:lower-roman}.body-copy ol li ol li ol{list-style-type:lower-alpha}a{color:#ff4088;font-weight:500}a,a:hover,a:active,a:focus{text-decoration:none;cursor:pointer}.body-copy a{text-decoration:none;color:#ff4088;display:inline-block;outline:none;position:relative;transition:color 0.3s ease;-webkit-perspective:1800px;perspective:1800px}.body-copy a:hover{color:#fff}.body-copy a::before,.body-copy a::after{position:absolute;top:0;left:-4px;padding:0 4px;z-index:-1;box-sizing:content-box;width:100%;height:100%;content:''}.body-copy a::before{background-color:#ff4088;transition:-webkit-transform 0.2s;transition:transform 0.2s;transition-timing-function:cubic-bezier(0.7, 0, 0.3, 1);-webkit-transform:rotateX(90deg);transform:rotateX(90deg);-webkit-transform-origin:50% 100%;transform-origin:50% 100%}.body-copy a:hover::before,.body-copy a:focus::before{-webkit-transform:rotateX(0);transform:rotateX(0)}.body-copy a::after{border-bottom:1px solid #ff4088}.note,.caution,.warning{display:block;margin-bottom:1em;width:100%}.note h2,.caution h2,.warning h2{font-size:1.1em;color:#fff;width:100%;display:block;margin:0px;padding:.25em 12px;border:none;outline:none}.note .shortcode-content,.caution .shortcode-content,.warning .shortcode-content{display:block;margin:0px;padding:12px;font-size:.9em}.note>h2{background-color:#0594CB}.note .shortcode-content{background-color:#eaf9fe}@media only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi){.note .shortcode-content{background-color:#effaff}}.caution>h2{background-color:#EBB951}.caution .shortcode-content{background-color:#fbf0da}@media only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi){.caution .shortcode-content{background-color:#fdf9f1}}.warning>h2{background-color:#C9177E}.warning .shortcode-content{background-color:#fce3f1}@media only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi){.warning .shortcode-content{background-color:#fef5fa}}code[class*="language-"],pre[class*="language-"]{color:black;background:none;text-shadow:0 1px white;font-family:Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;text-align:left;white-space:pre;word-spacing:normal;word-break:normal;word-wrap:normal;line-height:1.5;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-hyphens:none;-moz-hyphens:none;-ms-hyphens:none;hyphens:none}pre[class*="language-"]::-moz-selection,pre[class*="language-"]::-moz-selection,code[class*="language-"]::-moz-selection,code[class*="language-"]::-moz-selection{text-shadow:none;background:#b3d4fc}pre[class*="language-"]::selection,pre[class*="language-"]::selection,code[class*="language-"]::selection,code[class*="language-"]::selection{text-shadow:none;background:#b3d4fc}@media print{code[class*="language-"],pre[class*="language-"]{text-shadow:none}}pre[class*="language-"]{padding:1em;margin:.5em 0;overflow:auto}:not(pre)>code[class*="language-"],pre[class*="language-"]{background:#f5f2f0}:not(pre)>code[class*="language-"]{padding:.1em;border-radius:.3em;white-space:normal}.token.comment,.token.prolog,.token.doctype,.token.cdata{color:slategray}.token.punctuation{color:#999}.namespace{opacity:.7}.token.property,.token.tag,.token.boolean,.token.number,.token.constant,.token.symbol,.token.deleted{color:#905}.token.selector,.token.attr-name,.token.string,.token.char,.token.builtin,.token.inserted{color:#690}.token.operator,.token.entity,.token.url,.language-css .token.string,.style .token.string{color:#a67f59;background:rgba(255,255,255,0.5)}.token.atrule,.token.attr-value,.token.keyword{color:#07a}.token.function{color:#DD4A68}.token.regex,.token.important,.token.variable{color:#e90}.token.important,.token.bold{font-weight:bold}.token.italic{font-style:italic}.token.entity{cursor:help}code,pre{font-family:"courierprime",courier,monospace}pre>code{font-size:.8em}.body-copy>pre[class*="language-"],.body-copy>code[class*="language-"]{transition:all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);box-shadow:0 10px 20px rgba(0,0,0,0.19),0 6px 6px rgba(0,0,0,0.23);text-shadow:0 0px transparent;text-shadow:none;padding:1em;margin:.5em 0;overflow:auto}.body-copy>pre[class*="language-"]{margin-bottom:1.5em}p code,li>code{font-size:.9em;color:#333;font-family:"courierprime",courier,monospace;border:1px solid #949494;padding-left:.25em;padding-right:.25em}div.code-copy{position:relative;margin-top:1em;margin-bottom:1.5em}div.code-copy:hover button.copy-button{transition:all .2s ease-in-out;opacity:1}p+.code-copy{margin-top:0em}button.copy-button{display:none}@media only screen and (min-width: 760px){button.copy-button{display:block;padding:0px;transition:all .2s ease-in-out;opacity:1;background-color:#5a5a5a;box-sizing:border-box;position:absolute;bottom:0px;right:0px;z-index:4;width:80px;height:1.5em;border-width:0px;border-radius:0px;color:#fff}button.copy-button:hover{background-color:#0594CB}button.copy-button:active,button.copy-button:focus{outline:none;position:absolute}}.copy-text{color:#fff;font-size:12px;display:block;width:80px;line-height:1.5em;height:1.5em;vertical-align:middle;text-align:center}.copy-text i.icon-clipboard{display:inline}@media only screen and (min-device-width: 375px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2){button.copy-button{display:none}}@media only screen and (min-device-width: 375px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2){button.copy-button{display:none}}div.code-copy{position:relative;transition:all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);box-shadow:0 10px 20px rgba(0,0,0,0.19),0 6px 6px rgba(0,0,0,0.23);transition:all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);border-radius:0px}div.code-copy-header{position:relative;height:1.5em;line-height:1.5em;background-color:#5a5a5a;border-radius:0px;position:relative}div.code-copy-header.output{background-color:#0594CB}div.code-copy-header span.filename{display:block;margin-right:auto;margin-left:auto;text-align:center;max-width:50%;color:#fff;font-weight:100;font-size:.8em;background-color:transparent;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Fira Sans","Droid Sans","Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbols"}div.code-copy-header [class^="icon-"]{float:right;position:relative;top:-1.45em;right:.5em;color:#fff}.action-buttons{position:absolute;left:10px;margin-top:.35em;width:12px;height:12px;background:Crimson;border-radius:50%;box-shadow:18px 0 0 Orange, 36px 0 0 LimeGreen}.tooltipped{position:relative;background-color:#0594CB;padding-right:2em}.tooltipped:after{position:absolute;z-index:1000000;display:none;padding:2px 4px;font-size:.8em;font-weight:700;font-family:"muli","Helvetica Neue","Helvetica","Roboto","Arial",sans-serif;color:#fff;text-align:center;text-transform:uppercase;text-decoration:none;text-shadow:none;letter-spacing:normal;word-wrap:break-word;white-space:pre;pointer-events:none;content:attr(aria-label);background-color:#0594CB;border-color:#0594CB;border-radius:0px;-webkit-font-smoothing:subpixel-antialiased}.tooltipped:before{position:absolute;z-index:1000001;display:none;width:0;height:0;color:#0594CB;pointer-events:none;content:"";border:5px solid transparent}.tooltipped:hover:before,.tooltipped:hover:after,.tooltipped:active:before,.tooltipped:active:after,.tooltipped:focus:before,.tooltipped:focus:after{display:inline-block;text-decoration:none}.tooltipped-multiline:hover:after,.tooltipped-multiline:active:after,.tooltipped-multiline:focus:after{display:table-cell}.tooltipped-s:after,.tooltipped-se:after,.tooltipped-sw:after{top:100%;right:50%;margin-top:5px;text-align:center}.tooltipped-s:before,.tooltipped-se:before,.tooltipped-sw:before{top:auto;right:50%;bottom:-5px;margin-right:-5px;border-bottom-color:#0594CB;text-align:center}.tooltipped-se:after{right:auto;left:50%;margin-left:-15px;text-align:center}.tooltipped-sw:after{margin-right:-15px}.tooltipped-n:after,.tooltipped-ne:after,.tooltipped-nw:after{right:50%;bottom:100%;margin-bottom:5px}.tooltipped-n:before,.tooltipped-ne:before,.tooltipped-nw:before{top:-5px;right:50%;bottom:auto;margin-right:-5px;border-top-color:#0594CB}.tooltipped-ne:after{right:auto;left:50%;margin-left:-15px}.tooltipped-nw:after{margin-right:-15px}.tooltipped-s:after,.tooltipped-n:after{-webkit-transform:translateX(50%);transform:translateX(50%)}.tooltipped-w:after{right:100%;bottom:50%;margin-right:5px;-webkit-transform:translateY(50%);transform:translateY(50%)}.tooltipped-w:before{top:50%;bottom:50%;left:-5px;margin-top:-5px;border-left-color:#0594CB}.tooltipped-e:after{bottom:50%;left:100%;margin-left:5px;-webkit-transform:translateY(50%);transform:translateY(50%)}.tooltipped-e:before{top:50%;right:-5px;bottom:50%;margin-top:-5px;border-right-color:#0594CB}.tooltipped-multiline:after{width:-webkit-max-content;width:-moz-max-content;width:max-content;max-width:250px;word-break:break-word;word-wrap:normal;white-space:pre-line;border-collapse:separate}.tooltipped-multiline.tooltipped-s:after,.tooltipped-multiline.tooltipped-n:after{right:auto;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.tooltipped-multiline.tooltipped-w:after,.tooltipped-multiline.tooltipped-e:after{right:100%}code[class*="language-"],pre[class*="language-"]{color:black;background:none;text-shadow:0 1px white;font-family:"courierprime",courier,monospace;text-align:left;white-space:pre;word-spacing:normal;word-break:normal;word-wrap:normal;line-height:1.5;-moz-tab-size:2;-o-tab-size:2;tab-size:2;-webkit-hyphens:none;-moz-hyphens:none;-ms-hyphens:none;hyphens:none}pre[class*="language-"]::-moz-selection,pre[class*="language-"]::-moz-selection,code[class*="language-"]::-moz-selection,code[class*="language-"]::-moz-selection{text-shadow:none;background:#b3d4fc}pre[class*="language-"]::selection,pre[class*="language-"]::selection,code[class*="language-"]::selection,code[class*="language-"]::selection{text-shadow:none;background:#b3d4fc}@media print{code[class*="language-"],pre[class*="language-"]{text-shadow:none}}pre[class*="language-"]{padding:1em 1em 2em 1em;margin:.5em 0;overflow:auto;background-color:#333}:not(pre)>code[class*="language-"],pre[class*="language-"]{background:#fff}:not(pre)>code[class*="language-"]{padding:.1em;border-radius:.3em;white-space:normal}.token.comment,.token.prolog,.token.doctype,.token.cdata{color:#5a5a5a}.token.punctuation{color:#999}.namespace{opacity:.7}.token.property,.token.tag,.token.boolean,.token.number,.token.constant,.token.symbol,.token.deleted{color:#C9177E}.token.selector,.token.attr-name,.token.string,.token.char,.token.builtin,.token.inserted{color:#33BA91}.token.operator,.token.entity,.token.url,.language-css .token.string,.style .token.string{color:#C9177E;background:rgba(255,255,255,0.5)}.token.atrule,.token.attr-value,.token.keyword{color:#0594CB}.token.function{color:#EBB951}.token.regex,.token.important,.token.variable{color:#EBB951}.token.important,.token.bold{font-weight:bold}.token.italic{font-style:italic}.token.entity{cursor:help}pre.line-numbers{position:relative;padding-left:3.8em;counter-reset:linenumber}pre.line-numbers>code{position:relative}.line-numbers .line-numbers-rows{position:absolute;pointer-events:none;top:0;font-size:100%;left:-3.8em;width:3em;letter-spacing:-1px;border-right:1px solid #737373;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.line-numbers-rows>span{pointer-events:none;display:block;counter-increment:linenumber}.line-numbers-rows>span:before{content:counter(linenumber);color:#737373;display:block;padding-right:0.8em;text-align:right}code.language-markdown span.token.italic{color:#ff4088}code.language-markdown span.token.url{color:#0594CB}code.language-markdown .token.list.punctuation{color:#0594CB}svg.svg-icon{max-width:60px}ul.tags{list-style:none;margin:0;overflow:hidden;padding:0;margin-top:-1em;margin-bottom:.5em}.tags li{float:left}.tags li:first-child{margin-right:.5em}.tag{background:#eee;border-radius:3px 0 0 3px;color:#999;display:inline-block;height:26px;line-height:26px;padding:0 20px 0 23px;position:relative;margin:0 10px 10px 0;text-decoration:none;font-size:.7em;-webkit-transition:color 0.2s}.tag::before{background:#fff;border-radius:10px;box-shadow:inset 0 1px rgba(0,0,0,0.25);content:'';height:6px;left:10px;position:absolute;width:6px;top:10px}.tag::after{background:#fff;border-bottom:13px solid transparent;border-left:10px solid #eee;border-top:13px solid transparent;content:'';position:absolute;right:0;top:0}.tag:hover{background-color:#C9177E;color:white}.tag:hover::after{border-left-color:#C9177E}.site-header{width:100%;height:50px;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;margin:0px;background-color:#fff;color:#000;position:fixed;top:0px;left:0px;z-index:10;transition:all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);box-shadow:0 1px 3px rgba(0,0,0,0.12),0 1px 2px rgba(0,0,0,0.24)}@media only screen and (min-width: 760px){.site-header{-ms-flex-pack:justify;justify-content:space-between}}.site-header .hugo-meta{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.site-header #home-link{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;font-size:.8em;margin-left:1.5em}.site-header #home-link img{height:35px;margin-right:.25em}.site-header #home-link .hugo-v{-ms-flex-item-align:end;align-self:flex-end;font-size:.9em}.site-header a.github-button{display:none}@media only screen and (min-width: 760px){.site-header a.github-button{display:inline}}.site-header iframe[src^="https://buttons.github.io"]{display:none;margin-left:1em}@media only screen and (min-width: 760px){.site-header iframe[src^="https://buttons.github.io"]{display:inline}}.site-navigation{transition:-webkit-transform .3s ease-in-out;transition:transform .3s ease-in-out;position:fixed;left:0px;top:0px;width:280px;bottom:0px;overflow-y:scroll;background-color:#fcfcfc;-webkit-transform:translateX(-280px);transform:translateX(-280px);padding:1em;z-index:9}.site-navigation.navigation-open{transition:-webkit-transform .3s ease-in-out;transition:transform .3s ease-in-out;-webkit-transform:translateX(0px);transform:translateX(0px)}@media only screen and (min-width: 960px){.site-navigation{-webkit-transform:translateX(0px);transform:translateX(0px)}}.site-navigation ul.top-menu{margin-top:80px;display:inline-block;margin-left:auto;margin-right:auto}@media only screen and (min-width: 960px){.site-navigation ul.top-menu{margin-top:60px}}.site-navigation ul.top-menu a{color:#333;font-weight:300}.site-navigation ul.top-menu li{padding-left:1em;line-height:1;margin-top:.66em;margin-bottom:.66em}.site-navigation ul.top-menu li ul li{padding-left:.5em}.site-navigation ul.top-menu a.top-menu-item-link{font-size:16px}.site-navigation ul.top-menu a.top-menu-item-link.active-section{color:#ff4088;font-weight:600}.site-navigation ul.top-menu a.top-menu-item-link.active-section+ul.submenu{display:block;border-left:1px solid #ff4088}.site-navigation ul.top-menu ul.submenu{display:none}.site-navigation ul.top-menu ul.submenu a.submenu-item-link{font-size:14px}.site-navigation ul.top-menu ul.submenu a.submenu-item-link:hover{color:#737373}.site-navigation ul.top-menu ul.submenu a.submenu-item-link.active-page{font-weight:600;color:#0594CB}.nav-buttons a{margin-left:1em;margin-bottom:.5em;display:inline-block;width:200px;font-size:.9em}.navigation-toggle-wrapper{width:60px;height:60px;position:fixed;top:50px;left:0px;z-index:20}.navigation-toggle-wrapper h4.menu{display:inline-block;position:absolute;bottom:-1em;left:.8em;color:#0594CB;display:none}@media only screen and (min-width: 960px){.navigation-toggle-wrapper{display:none}}.navigation-toggle-wrapper.navigation-open .middle{width:40px;height:40px;top:10%;border-radius:50%;background-color:#ff4088;border-color:#ff4088;opacity:0.3}.navigation-toggle-wrapper.navigation-open .top{-webkit-transform:rotate(45deg);top:40%;border-radius:5px;background-color:#ff4088;border-color:#ff4088}.navigation-toggle-wrapper.navigation-open .bottom{-webkit-transform:rotate(-45deg);top:40%;border-radius:5px;background-color:#ff4088;border-color:#ff4088}.bar{width:40px;height:2px;border:2px solid #0594CB;background-color:#0594CB;position:absolute;border-radius:10px}.bar.navigation-open{background-color:#ff4088;border:2px solid #ff4088}.top{left:15%;top:20%;-webkit-transition:all 0.5s}.middle{left:15%;top:40%;-webkit-transition:all 0.5s}.bottom{left:15%;top:60%;-webkit-transition:all 0.5s}#all-content-wrapper{margin-top:50px;z-index:5;transition:all .3s ease-in-out;opacity:1}@media only screen and (min-width: 960px){#all-content-wrapper{margin-left:280px}}#all-content-wrapper.navigation-open{transition:all .3s ease-in-out;-webkit-transform:translateX(280px);transform:translateX(280px);opacity:.4}@media only screen and (min-width: 960px){#all-content-wrapper.navigation-open{opacity:1;-webkit-transform:translateX(0px);transform:translateX(0px)}}main.main{width:90%;display:block;margin-left:auto;margin-right:auto;max-width:35em;position:relative;min-height:calc(100vh - 100px)}header.content-header{display:block;clear:both;width:100%;position:relative;margin-top:3em}@media only screen and (min-width: 760px){header.content-header{margin-top:2em}}header.content-header .last-modified{color:#949494;display:block;margin-top:-10px;width:100%;font-size:.8em;margin-bottom:20px}.content-header-links{display:none;position:absolute;right:0px;top:0px;text-transform:uppercase;width:110px}@media only screen and (min-width: 760px){.content-header-links{display:block}}.content-header-links a{position:relative;transition:all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);box-shadow:0 1px 3px rgba(0,0,0,0.12),0 1px 2px rgba(0,0,0,0.24);display:inline-block;width:100%;color:#333;padding:4px 6px;vertical-align:middle;height:36px;line-height:36px}.content-header-links a:hover{transition:box-shadow 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);box-shadow:0 10px 20px rgba(0,0,0,0.19),0 6px 6px rgba(0,0,0,0.23)}.content-header-links a:hover{color:#ff4088}.content-header-links a span{font-size:12px;height:36px;position:relative;bottom:4px;line-height:36px;vertical-align:middle;text-transform:uppercase}.content-header-links a span.edit{bottom:6px}.content-header-links a span.godocs{margin-right:10px}.content-header-links a i.icon-pencil{font-size:24px;position:relative;bottom:4px}.content-header-links a svg{height:24px;width:24px;display:inline}.body-copy{margin-bottom:2.5em;display:block}.body-copy div+h2{margin-top:1em}#site-footer{position:relative;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:distribute;justify-content:space-around;background-color:#000;min-height:100px;width:100%;color:#fff}#site-footer div{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center}#site-footer div img{max-width:200px}#site-footer i.icon-heart:before{color:#ff4088}@media only screen and (min-width: 960px){#site-footer{width:calc(100% - 280px);margin-left:280px}}ul.footer-list{color:#fff;list-style:none;margin-left:0px;padding-left:0px}ul.footer-list li a{color:#fff;font-size:.9em}ul.footer-list li a:not(i){font-size:14px}ul.footer-list li a i{font-size:16px}.all-content-wrapper.home{background-color:#eaf9fe}main#homepage{width:90%;margin-bottom:2.5em}@media only screen and (min-width: 760px){main#homepage{max-width:684px}}@media only screen and (min-width: 960px){main#homepage{max-width:774px}}.homepage-image{display:block;margin:1em auto;max-width:200px}.homepage-image img{max-width:200px;margin-left:auto;margin-right:auto}.homepage-cards{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:distribute;justify-content:space-around;-ms-flex-negative:0;flex-shrink:0}.homepage-cards .homepage-card{transition:all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);box-shadow:0 1px 3px rgba(0,0,0,0.12),0 1px 2px rgba(0,0,0,0.24);color:inherit;width:100%;background-color:#fff;margin-bottom:.5em;padding:16px 8px;-ms-flex-negative:0;flex-shrink:0}.homepage-cards .homepage-card:hover{transition:box-shadow 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);box-shadow:0 10px 20px rgba(0,0,0,0.19),0 6px 6px rgba(0,0,0,0.23)}@media only screen and (min-width: 760px){.homepage-cards .homepage-card{-ms-flex:1 0 328.32px;flex:1 0 328.32px;max-width:328.32px;margin-bottom:1em}}@media only screen and (min-width: 960px){.homepage-cards .homepage-card{-ms-flex:1 0 239.94px;flex:1 0 239.94px;max-width:239.94px;margin-left:.2em}}.homepage-cards .homepage-card h2{font-size:1em;margin:0px;line-height:1.1;margin-bottom:.5em;padding-bottom:0px}.homepage-cards .homepage-card p{font-size:.8em;line-height:1.3;margin-bottom:0px;color:#595959} diff --git a/public/design-resources/godoc-icon.afdesign b/public/design-resources/godoc-icon.afdesign new file mode 100644 index 000000000..793d9218e Binary files /dev/null and b/public/design-resources/godoc-icon.afdesign differ diff --git a/public/design-resources/hugo-h.afdesign b/public/design-resources/hugo-h.afdesign new file mode 100644 index 000000000..8f027454a Binary files /dev/null and b/public/design-resources/hugo-h.afdesign differ diff --git a/public/developer-tools/index.html b/public/developer-tools/index.html new file mode 100644 index 000000000..529f66a62 --- /dev/null +++ b/public/developer-tools/index.html @@ -0,0 +1,538 @@ + + + + +Hugo | Developer Tools + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+
+

Developer Tools

+ + + Last Updated: November 1, 2016 +
+
+ +
+
+ +
+
+
+
+ +
+ + + + + + + \ No newline at end of file diff --git a/public/developer-tools/index.xml b/public/developer-tools/index.xml new file mode 100644 index 000000000..4e44eb132 --- /dev/null +++ b/public/developer-tools/index.xml @@ -0,0 +1,13 @@ + + + + Developer Tools on Hugo + /developer-tools/index.xml + Recent content in Developer Tools on Hugo + Hugo -- gohugo.io + en-us + Tue, 01 Nov 2016 00:00:00 +0000 + + + + \ No newline at end of file diff --git a/public/documents/oreilly-static-site-generators.pdf b/public/documents/oreilly-static-site-generators.pdf new file mode 100644 index 000000000..8a04145d6 Binary files /dev/null and b/public/documents/oreilly-static-site-generators.pdf differ diff --git a/public/fonts/abrilfatface/abrilfatface-regular-webfont.ttf b/public/fonts/abrilfatface/abrilfatface-regular-webfont.ttf new file mode 100755 index 000000000..690b2eb38 Binary files /dev/null and b/public/fonts/abrilfatface/abrilfatface-regular-webfont.ttf differ diff --git a/public/fonts/abrilfatface/abrilfatface-regular-webfont.woff b/public/fonts/abrilfatface/abrilfatface-regular-webfont.woff new file mode 100755 index 000000000..1321c40bf Binary files /dev/null and b/public/fonts/abrilfatface/abrilfatface-regular-webfont.woff differ diff --git a/public/fonts/abrilfatface/abrilfatface-regular-webfont.woff2 b/public/fonts/abrilfatface/abrilfatface-regular-webfont.woff2 new file mode 100755 index 000000000..335c8095f Binary files /dev/null and b/public/fonts/abrilfatface/abrilfatface-regular-webfont.woff2 differ diff --git a/public/fonts/courierprime/courierprime-400-italic-webfont.eot b/public/fonts/courierprime/courierprime-400-italic-webfont.eot new file mode 100755 index 000000000..e4f5fb97e Binary files /dev/null and b/public/fonts/courierprime/courierprime-400-italic-webfont.eot differ diff --git a/public/fonts/courierprime/courierprime-400-italic-webfont.ttf b/public/fonts/courierprime/courierprime-400-italic-webfont.ttf new file mode 100755 index 000000000..4959a2a23 Binary files /dev/null and b/public/fonts/courierprime/courierprime-400-italic-webfont.ttf differ diff --git a/public/fonts/courierprime/courierprime-400-italic-webfont.woff b/public/fonts/courierprime/courierprime-400-italic-webfont.woff new file mode 100755 index 000000000..afee3d054 Binary files /dev/null and b/public/fonts/courierprime/courierprime-400-italic-webfont.woff differ diff --git a/public/fonts/courierprime/courierprime-400-italic-webfont.woff2 b/public/fonts/courierprime/courierprime-400-italic-webfont.woff2 new file mode 100755 index 000000000..b9548696e Binary files /dev/null and b/public/fonts/courierprime/courierprime-400-italic-webfont.woff2 differ diff --git a/public/fonts/courierprime/courierprime-400-webfont.eot b/public/fonts/courierprime/courierprime-400-webfont.eot new file mode 100755 index 000000000..9397fc443 Binary files /dev/null and b/public/fonts/courierprime/courierprime-400-webfont.eot differ diff --git a/public/fonts/courierprime/courierprime-400-webfont.ttf b/public/fonts/courierprime/courierprime-400-webfont.ttf new file mode 100755 index 000000000..d1c4f8774 Binary files /dev/null and b/public/fonts/courierprime/courierprime-400-webfont.ttf differ diff --git a/public/fonts/courierprime/courierprime-400-webfont.woff b/public/fonts/courierprime/courierprime-400-webfont.woff new file mode 100755 index 000000000..6b5ae2513 Binary files /dev/null and b/public/fonts/courierprime/courierprime-400-webfont.woff differ diff --git a/public/fonts/courierprime/courierprime-400-webfont.woff2 b/public/fonts/courierprime/courierprime-400-webfont.woff2 new file mode 100755 index 000000000..dda0dc2f2 Binary files /dev/null and b/public/fonts/courierprime/courierprime-400-webfont.woff2 differ diff --git a/public/fonts/courierprime/courierprime-700-italic-webfont.eot b/public/fonts/courierprime/courierprime-700-italic-webfont.eot new file mode 100755 index 000000000..dc8ed20da Binary files /dev/null and b/public/fonts/courierprime/courierprime-700-italic-webfont.eot differ diff --git a/public/fonts/courierprime/courierprime-700-italic-webfont.ttf b/public/fonts/courierprime/courierprime-700-italic-webfont.ttf new file mode 100755 index 000000000..4d6516bc8 Binary files /dev/null and b/public/fonts/courierprime/courierprime-700-italic-webfont.ttf differ diff --git a/public/fonts/courierprime/courierprime-700-italic-webfont.woff b/public/fonts/courierprime/courierprime-700-italic-webfont.woff new file mode 100755 index 000000000..8cd0c620c Binary files /dev/null and b/public/fonts/courierprime/courierprime-700-italic-webfont.woff differ diff --git a/public/fonts/courierprime/courierprime-700-italic-webfont.woff2 b/public/fonts/courierprime/courierprime-700-italic-webfont.woff2 new file mode 100755 index 000000000..d4b7c7be9 Binary files /dev/null and b/public/fonts/courierprime/courierprime-700-italic-webfont.woff2 differ diff --git a/public/fonts/courierprime/courierprime-700-webfont.eot b/public/fonts/courierprime/courierprime-700-webfont.eot new file mode 100755 index 000000000..98c73fce4 Binary files /dev/null and b/public/fonts/courierprime/courierprime-700-webfont.eot differ diff --git a/public/fonts/courierprime/courierprime-700-webfont.ttf b/public/fonts/courierprime/courierprime-700-webfont.ttf new file mode 100755 index 000000000..c662601f4 Binary files /dev/null and b/public/fonts/courierprime/courierprime-700-webfont.ttf differ diff --git a/public/fonts/courierprime/courierprime-700-webfont.woff b/public/fonts/courierprime/courierprime-700-webfont.woff new file mode 100755 index 000000000..877d98c93 Binary files /dev/null and b/public/fonts/courierprime/courierprime-700-webfont.woff differ diff --git a/public/fonts/courierprime/courierprime-700-webfont.woff2 b/public/fonts/courierprime/courierprime-700-webfont.woff2 new file mode 100755 index 000000000..31d52197f Binary files /dev/null and b/public/fonts/courierprime/courierprime-700-webfont.woff2 differ diff --git a/public/fonts/fontawesome/FontAwesome.otf b/public/fonts/fontawesome/FontAwesome.otf new file mode 100755 index 000000000..3ed7f8b48 Binary files /dev/null and b/public/fonts/fontawesome/FontAwesome.otf differ diff --git a/public/fonts/fontawesome/fontawesome-webfont.eot b/public/fonts/fontawesome/fontawesome-webfont.eot new file mode 100755 index 000000000..9b6afaedc Binary files /dev/null and b/public/fonts/fontawesome/fontawesome-webfont.eot differ diff --git a/public/fonts/fontawesome/fontawesome-webfont.svg b/public/fonts/fontawesome/fontawesome-webfont.svg new file mode 100755 index 000000000..d05688e9e --- /dev/null +++ b/public/fonts/fontawesome/fontawesome-webfont.svg @@ -0,0 +1,655 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/public/fonts/fontawesome/fontawesome-webfont.ttf b/public/fonts/fontawesome/fontawesome-webfont.ttf new file mode 100755 index 000000000..26dea7951 Binary files /dev/null and b/public/fonts/fontawesome/fontawesome-webfont.ttf differ diff --git a/public/fonts/fontawesome/fontawesome-webfont.woff b/public/fonts/fontawesome/fontawesome-webfont.woff new file mode 100755 index 000000000..dc35ce3c2 Binary files /dev/null and b/public/fonts/fontawesome/fontawesome-webfont.woff differ diff --git a/public/fonts/fontawesome/fontawesome-webfont.woff2 b/public/fonts/fontawesome/fontawesome-webfont.woff2 new file mode 100755 index 000000000..500e51725 Binary files /dev/null and b/public/fonts/fontawesome/fontawesome-webfont.woff2 differ diff --git a/public/fonts/fontello/fontello.eot b/public/fonts/fontello/fontello.eot new file mode 100755 index 000000000..f57898c84 Binary files /dev/null and b/public/fonts/fontello/fontello.eot differ diff --git a/public/fonts/fontello/fontello.svg b/public/fonts/fontello/fontello.svg new file mode 100755 index 000000000..43cf02a6c --- /dev/null +++ b/public/fonts/fontello/fontello.svg @@ -0,0 +1,108 @@ + + + +Copyright (C) 2017 by original authors @ fontello.com + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/public/fonts/fontello/fontello.ttf b/public/fonts/fontello/fontello.ttf new file mode 100755 index 000000000..17f58d96e Binary files /dev/null and b/public/fonts/fontello/fontello.ttf differ diff --git a/public/fonts/fontello/fontello.woff b/public/fonts/fontello/fontello.woff new file mode 100755 index 000000000..b9ef41c4a Binary files /dev/null and b/public/fonts/fontello/fontello.woff differ diff --git a/public/fonts/fontello/fontello.woff2 b/public/fonts/fontello/fontello.woff2 new file mode 100755 index 000000000..ee7c932eb Binary files /dev/null and b/public/fonts/fontello/fontello.woff2 differ diff --git a/public/fonts/josefinsans/josefinsans-100-italic-webfont.ttf b/public/fonts/josefinsans/josefinsans-100-italic-webfont.ttf new file mode 100755 index 000000000..85304821d Binary files /dev/null and b/public/fonts/josefinsans/josefinsans-100-italic-webfont.ttf differ diff --git a/public/fonts/josefinsans/josefinsans-100-italic-webfont.woff b/public/fonts/josefinsans/josefinsans-100-italic-webfont.woff new file mode 100755 index 000000000..11414ddff Binary files /dev/null and b/public/fonts/josefinsans/josefinsans-100-italic-webfont.woff differ diff --git a/public/fonts/josefinsans/josefinsans-100-italic-webfont.woff2 b/public/fonts/josefinsans/josefinsans-100-italic-webfont.woff2 new file mode 100755 index 000000000..8a2513278 Binary files /dev/null and b/public/fonts/josefinsans/josefinsans-100-italic-webfont.woff2 differ diff --git a/public/fonts/josefinsans/josefinsans-100-webfont.ttf b/public/fonts/josefinsans/josefinsans-100-webfont.ttf new file mode 100755 index 000000000..d1b7ceb86 Binary files /dev/null and b/public/fonts/josefinsans/josefinsans-100-webfont.ttf differ diff --git a/public/fonts/josefinsans/josefinsans-100-webfont.woff b/public/fonts/josefinsans/josefinsans-100-webfont.woff new file mode 100755 index 000000000..704a6e1b2 Binary files /dev/null and b/public/fonts/josefinsans/josefinsans-100-webfont.woff differ diff --git a/public/fonts/josefinsans/josefinsans-100-webfont.woff2 b/public/fonts/josefinsans/josefinsans-100-webfont.woff2 new file mode 100755 index 000000000..86ffb1f32 Binary files /dev/null and b/public/fonts/josefinsans/josefinsans-100-webfont.woff2 differ diff --git a/public/fonts/josefinsans/josefinsans-300-italic-webfont.ttf b/public/fonts/josefinsans/josefinsans-300-italic-webfont.ttf new file mode 100644 index 000000000..938aaf3e8 Binary files /dev/null and b/public/fonts/josefinsans/josefinsans-300-italic-webfont.ttf differ diff --git a/public/fonts/josefinsans/josefinsans-300-italic-webfont.woff b/public/fonts/josefinsans/josefinsans-300-italic-webfont.woff new file mode 100644 index 000000000..6347cccef Binary files /dev/null and b/public/fonts/josefinsans/josefinsans-300-italic-webfont.woff differ diff --git a/public/fonts/josefinsans/josefinsans-300-italic-webfont.woff2 b/public/fonts/josefinsans/josefinsans-300-italic-webfont.woff2 new file mode 100644 index 000000000..8b1a07c6a Binary files /dev/null and b/public/fonts/josefinsans/josefinsans-300-italic-webfont.woff2 differ diff --git a/public/fonts/josefinsans/josefinsans-300-webfont.ttf b/public/fonts/josefinsans/josefinsans-300-webfont.ttf new file mode 100644 index 000000000..2205afea9 Binary files /dev/null and b/public/fonts/josefinsans/josefinsans-300-webfont.ttf differ diff --git a/public/fonts/josefinsans/josefinsans-300-webfont.woff b/public/fonts/josefinsans/josefinsans-300-webfont.woff new file mode 100644 index 000000000..a57a8fd04 Binary files /dev/null and b/public/fonts/josefinsans/josefinsans-300-webfont.woff differ diff --git a/public/fonts/josefinsans/josefinsans-300-webfont.woff2 b/public/fonts/josefinsans/josefinsans-300-webfont.woff2 new file mode 100644 index 000000000..339f97972 Binary files /dev/null and b/public/fonts/josefinsans/josefinsans-300-webfont.woff2 differ diff --git a/public/fonts/josefinsans/josefinsans-400-italic-webfont.ttf b/public/fonts/josefinsans/josefinsans-400-italic-webfont.ttf new file mode 100755 index 000000000..59082b939 Binary files /dev/null and b/public/fonts/josefinsans/josefinsans-400-italic-webfont.ttf differ diff --git a/public/fonts/josefinsans/josefinsans-400-italic-webfont.woff b/public/fonts/josefinsans/josefinsans-400-italic-webfont.woff new file mode 100755 index 000000000..dc7dc5cd5 Binary files /dev/null and b/public/fonts/josefinsans/josefinsans-400-italic-webfont.woff differ diff --git a/public/fonts/josefinsans/josefinsans-400-italic-webfont.woff2 b/public/fonts/josefinsans/josefinsans-400-italic-webfont.woff2 new file mode 100755 index 000000000..35a7a5485 Binary files /dev/null and b/public/fonts/josefinsans/josefinsans-400-italic-webfont.woff2 differ diff --git a/public/fonts/josefinsans/josefinsans-400-webfont.ttf b/public/fonts/josefinsans/josefinsans-400-webfont.ttf new file mode 100755 index 000000000..c12ac5d6a Binary files /dev/null and b/public/fonts/josefinsans/josefinsans-400-webfont.ttf differ diff --git a/public/fonts/josefinsans/josefinsans-400-webfont.woff b/public/fonts/josefinsans/josefinsans-400-webfont.woff new file mode 100755 index 000000000..9d64110c2 Binary files /dev/null and b/public/fonts/josefinsans/josefinsans-400-webfont.woff differ diff --git a/public/fonts/josefinsans/josefinsans-400-webfont.woff2 b/public/fonts/josefinsans/josefinsans-400-webfont.woff2 new file mode 100755 index 000000000..4b73898bb Binary files /dev/null and b/public/fonts/josefinsans/josefinsans-400-webfont.woff2 differ diff --git a/public/fonts/josefinsans/josefinsans-600-italic-webfont.ttf b/public/fonts/josefinsans/josefinsans-600-italic-webfont.ttf new file mode 100755 index 000000000..91cd40d92 Binary files /dev/null and b/public/fonts/josefinsans/josefinsans-600-italic-webfont.ttf differ diff --git a/public/fonts/josefinsans/josefinsans-600-italic-webfont.woff b/public/fonts/josefinsans/josefinsans-600-italic-webfont.woff new file mode 100755 index 000000000..818698bb3 Binary files /dev/null and b/public/fonts/josefinsans/josefinsans-600-italic-webfont.woff differ diff --git a/public/fonts/josefinsans/josefinsans-600-italic-webfont.woff2 b/public/fonts/josefinsans/josefinsans-600-italic-webfont.woff2 new file mode 100755 index 000000000..603dda7e9 Binary files /dev/null and b/public/fonts/josefinsans/josefinsans-600-italic-webfont.woff2 differ diff --git a/public/fonts/josefinsans/josefinsans-600-webfont.ttf b/public/fonts/josefinsans/josefinsans-600-webfont.ttf new file mode 100755 index 000000000..3744c0245 Binary files /dev/null and b/public/fonts/josefinsans/josefinsans-600-webfont.ttf differ diff --git a/public/fonts/josefinsans/josefinsans-600-webfont.woff b/public/fonts/josefinsans/josefinsans-600-webfont.woff new file mode 100755 index 000000000..b379feadb Binary files /dev/null and b/public/fonts/josefinsans/josefinsans-600-webfont.woff differ diff --git a/public/fonts/josefinsans/josefinsans-600-webfont.woff2 b/public/fonts/josefinsans/josefinsans-600-webfont.woff2 new file mode 100755 index 000000000..d665c9246 Binary files /dev/null and b/public/fonts/josefinsans/josefinsans-600-webfont.woff2 differ diff --git a/public/fonts/josefinsans/josefinsans-700-italic-webfont.ttf b/public/fonts/josefinsans/josefinsans-700-italic-webfont.ttf new file mode 100755 index 000000000..8be6fd8ca Binary files /dev/null and b/public/fonts/josefinsans/josefinsans-700-italic-webfont.ttf differ diff --git a/public/fonts/josefinsans/josefinsans-700-italic-webfont.woff b/public/fonts/josefinsans/josefinsans-700-italic-webfont.woff new file mode 100755 index 000000000..c99263c1c Binary files /dev/null and b/public/fonts/josefinsans/josefinsans-700-italic-webfont.woff differ diff --git a/public/fonts/josefinsans/josefinsans-700-italic-webfont.woff2 b/public/fonts/josefinsans/josefinsans-700-italic-webfont.woff2 new file mode 100755 index 000000000..ea61d6253 Binary files /dev/null and b/public/fonts/josefinsans/josefinsans-700-italic-webfont.woff2 differ diff --git a/public/fonts/josefinsans/josefinsans-700-webfont.ttf b/public/fonts/josefinsans/josefinsans-700-webfont.ttf new file mode 100755 index 000000000..36bf35539 Binary files /dev/null and b/public/fonts/josefinsans/josefinsans-700-webfont.ttf differ diff --git a/public/fonts/josefinsans/josefinsans-700-webfont.woff b/public/fonts/josefinsans/josefinsans-700-webfont.woff new file mode 100755 index 000000000..d70554478 Binary files /dev/null and b/public/fonts/josefinsans/josefinsans-700-webfont.woff differ diff --git a/public/fonts/josefinsans/josefinsans-700-webfont.woff2 b/public/fonts/josefinsans/josefinsans-700-webfont.woff2 new file mode 100755 index 000000000..3e15d7782 Binary files /dev/null and b/public/fonts/josefinsans/josefinsans-700-webfont.woff2 differ diff --git a/public/fonts/josefinslab/josefinslab-100-italic-webfont.ttf b/public/fonts/josefinslab/josefinslab-100-italic-webfont.ttf new file mode 100644 index 000000000..6c50922cb Binary files /dev/null and b/public/fonts/josefinslab/josefinslab-100-italic-webfont.ttf differ diff --git a/public/fonts/josefinslab/josefinslab-100-italic-webfont.woff b/public/fonts/josefinslab/josefinslab-100-italic-webfont.woff new file mode 100755 index 000000000..f18071592 Binary files /dev/null and b/public/fonts/josefinslab/josefinslab-100-italic-webfont.woff differ diff --git a/public/fonts/josefinslab/josefinslab-100-italic-webfont.woff2 b/public/fonts/josefinslab/josefinslab-100-italic-webfont.woff2 new file mode 100755 index 000000000..4095fa9a9 Binary files /dev/null and b/public/fonts/josefinslab/josefinslab-100-italic-webfont.woff2 differ diff --git a/public/fonts/josefinslab/josefinslab-100-webfont.ttf b/public/fonts/josefinslab/josefinslab-100-webfont.ttf new file mode 100644 index 000000000..28a4bd92b Binary files /dev/null and b/public/fonts/josefinslab/josefinslab-100-webfont.ttf differ diff --git a/public/fonts/josefinslab/josefinslab-100-webfont.woff b/public/fonts/josefinslab/josefinslab-100-webfont.woff new file mode 100755 index 000000000..80b471f7c Binary files /dev/null and b/public/fonts/josefinslab/josefinslab-100-webfont.woff differ diff --git a/public/fonts/josefinslab/josefinslab-100-webfont.woff2 b/public/fonts/josefinslab/josefinslab-100-webfont.woff2 new file mode 100755 index 000000000..0cba92b94 Binary files /dev/null and b/public/fonts/josefinslab/josefinslab-100-webfont.woff2 differ diff --git a/public/fonts/josefinslab/josefinslab-300-italic-webfont.ttf b/public/fonts/josefinslab/josefinslab-300-italic-webfont.ttf new file mode 100644 index 000000000..381c95a11 Binary files /dev/null and b/public/fonts/josefinslab/josefinslab-300-italic-webfont.ttf differ diff --git a/public/fonts/josefinslab/josefinslab-300-italic-webfont.woff b/public/fonts/josefinslab/josefinslab-300-italic-webfont.woff new file mode 100755 index 000000000..8ad42aa45 Binary files /dev/null and b/public/fonts/josefinslab/josefinslab-300-italic-webfont.woff differ diff --git a/public/fonts/josefinslab/josefinslab-300-italic-webfont.woff2 b/public/fonts/josefinslab/josefinslab-300-italic-webfont.woff2 new file mode 100755 index 000000000..bb78d9024 Binary files /dev/null and b/public/fonts/josefinslab/josefinslab-300-italic-webfont.woff2 differ diff --git a/public/fonts/josefinslab/josefinslab-300-webfont.ttf b/public/fonts/josefinslab/josefinslab-300-webfont.ttf new file mode 100644 index 000000000..cdf53ce84 Binary files /dev/null and b/public/fonts/josefinslab/josefinslab-300-webfont.ttf differ diff --git a/public/fonts/josefinslab/josefinslab-300-webfont.woff b/public/fonts/josefinslab/josefinslab-300-webfont.woff new file mode 100755 index 000000000..3e12b4d9a Binary files /dev/null and b/public/fonts/josefinslab/josefinslab-300-webfont.woff differ diff --git a/public/fonts/josefinslab/josefinslab-300-webfont.woff2 b/public/fonts/josefinslab/josefinslab-300-webfont.woff2 new file mode 100755 index 000000000..f46c473b2 Binary files /dev/null and b/public/fonts/josefinslab/josefinslab-300-webfont.woff2 differ diff --git a/public/fonts/josefinslab/josefinslab-400-italic-webfont.ttf b/public/fonts/josefinslab/josefinslab-400-italic-webfont.ttf new file mode 100644 index 000000000..780be06c5 Binary files /dev/null and b/public/fonts/josefinslab/josefinslab-400-italic-webfont.ttf differ diff --git a/public/fonts/josefinslab/josefinslab-400-italic-webfont.woff b/public/fonts/josefinslab/josefinslab-400-italic-webfont.woff new file mode 100755 index 000000000..d24eb6218 Binary files /dev/null and b/public/fonts/josefinslab/josefinslab-400-italic-webfont.woff differ diff --git a/public/fonts/josefinslab/josefinslab-400-italic-webfont.woff2 b/public/fonts/josefinslab/josefinslab-400-italic-webfont.woff2 new file mode 100755 index 000000000..4066817fc Binary files /dev/null and b/public/fonts/josefinslab/josefinslab-400-italic-webfont.woff2 differ diff --git a/public/fonts/josefinslab/josefinslab-400-webfont.ttf b/public/fonts/josefinslab/josefinslab-400-webfont.ttf new file mode 100644 index 000000000..9ac13d140 Binary files /dev/null and b/public/fonts/josefinslab/josefinslab-400-webfont.ttf differ diff --git a/public/fonts/josefinslab/josefinslab-400-webfont.woff b/public/fonts/josefinslab/josefinslab-400-webfont.woff new file mode 100755 index 000000000..95dca9b33 Binary files /dev/null and b/public/fonts/josefinslab/josefinslab-400-webfont.woff differ diff --git a/public/fonts/josefinslab/josefinslab-400-webfont.woff2 b/public/fonts/josefinslab/josefinslab-400-webfont.woff2 new file mode 100755 index 000000000..5bc633c6e Binary files /dev/null and b/public/fonts/josefinslab/josefinslab-400-webfont.woff2 differ diff --git a/public/fonts/josefinslab/josefinslab-600-italic-webfont.ttf b/public/fonts/josefinslab/josefinslab-600-italic-webfont.ttf new file mode 100644 index 000000000..6da4d3c32 Binary files /dev/null and b/public/fonts/josefinslab/josefinslab-600-italic-webfont.ttf differ diff --git a/public/fonts/josefinslab/josefinslab-600-italic-webfont.woff b/public/fonts/josefinslab/josefinslab-600-italic-webfont.woff new file mode 100755 index 000000000..a7a3fc1d1 Binary files /dev/null and b/public/fonts/josefinslab/josefinslab-600-italic-webfont.woff differ diff --git a/public/fonts/josefinslab/josefinslab-600-italic-webfont.woff2 b/public/fonts/josefinslab/josefinslab-600-italic-webfont.woff2 new file mode 100755 index 000000000..10a1b65c5 Binary files /dev/null and b/public/fonts/josefinslab/josefinslab-600-italic-webfont.woff2 differ diff --git a/public/fonts/josefinslab/josefinslab-600-webfont.ttf b/public/fonts/josefinslab/josefinslab-600-webfont.ttf new file mode 100644 index 000000000..caddfcd94 Binary files /dev/null and b/public/fonts/josefinslab/josefinslab-600-webfont.ttf differ diff --git a/public/fonts/josefinslab/josefinslab-600-webfont.woff b/public/fonts/josefinslab/josefinslab-600-webfont.woff new file mode 100755 index 000000000..336ae9b04 Binary files /dev/null and b/public/fonts/josefinslab/josefinslab-600-webfont.woff differ diff --git a/public/fonts/josefinslab/josefinslab-600-webfont.woff2 b/public/fonts/josefinslab/josefinslab-600-webfont.woff2 new file mode 100755 index 000000000..950ceb19c Binary files /dev/null and b/public/fonts/josefinslab/josefinslab-600-webfont.woff2 differ diff --git a/public/fonts/josefinslab/josefinslab-700-italic-webfont.ttf b/public/fonts/josefinslab/josefinslab-700-italic-webfont.ttf new file mode 100644 index 000000000..f40a78dca Binary files /dev/null and b/public/fonts/josefinslab/josefinslab-700-italic-webfont.ttf differ diff --git a/public/fonts/josefinslab/josefinslab-700-italic-webfont.woff b/public/fonts/josefinslab/josefinslab-700-italic-webfont.woff new file mode 100755 index 000000000..6dbf8163c Binary files /dev/null and b/public/fonts/josefinslab/josefinslab-700-italic-webfont.woff differ diff --git a/public/fonts/josefinslab/josefinslab-700-italic-webfont.woff2 b/public/fonts/josefinslab/josefinslab-700-italic-webfont.woff2 new file mode 100755 index 000000000..e88249f2b Binary files /dev/null and b/public/fonts/josefinslab/josefinslab-700-italic-webfont.woff2 differ diff --git a/public/fonts/josefinslab/josefinslab-700-webfont.ttf b/public/fonts/josefinslab/josefinslab-700-webfont.ttf new file mode 100644 index 000000000..a5c8a3652 Binary files /dev/null and b/public/fonts/josefinslab/josefinslab-700-webfont.ttf differ diff --git a/public/fonts/josefinslab/josefinslab-700-webfont.woff b/public/fonts/josefinslab/josefinslab-700-webfont.woff new file mode 100755 index 000000000..1abcf4814 Binary files /dev/null and b/public/fonts/josefinslab/josefinslab-700-webfont.woff differ diff --git a/public/fonts/josefinslab/josefinslab-700-webfont.woff2 b/public/fonts/josefinslab/josefinslab-700-webfont.woff2 new file mode 100755 index 000000000..539fc54e8 Binary files /dev/null and b/public/fonts/josefinslab/josefinslab-700-webfont.woff2 differ diff --git a/public/fonts/lato/lato-100-italic-webfont.ttf b/public/fonts/lato/lato-100-italic-webfont.ttf new file mode 100755 index 000000000..2d0bc5e0b Binary files /dev/null and b/public/fonts/lato/lato-100-italic-webfont.ttf differ diff --git a/public/fonts/lato/lato-100-italic-webfont.woff b/public/fonts/lato/lato-100-italic-webfont.woff new file mode 100755 index 000000000..bdda59b65 Binary files /dev/null and b/public/fonts/lato/lato-100-italic-webfont.woff differ diff --git a/public/fonts/lato/lato-100-italic-webfont.woff2 b/public/fonts/lato/lato-100-italic-webfont.woff2 new file mode 100755 index 000000000..ea0b32286 Binary files /dev/null and b/public/fonts/lato/lato-100-italic-webfont.woff2 differ diff --git a/public/fonts/lato/lato-100-webfont.ttf b/public/fonts/lato/lato-100-webfont.ttf new file mode 100755 index 000000000..7f972c3dc Binary files /dev/null and b/public/fonts/lato/lato-100-webfont.ttf differ diff --git a/public/fonts/lato/lato-100-webfont.woff b/public/fonts/lato/lato-100-webfont.woff new file mode 100755 index 000000000..8c7250109 Binary files /dev/null and b/public/fonts/lato/lato-100-webfont.woff differ diff --git a/public/fonts/lato/lato-100-webfont.woff2 b/public/fonts/lato/lato-100-webfont.woff2 new file mode 100755 index 000000000..4cdc9da5e Binary files /dev/null and b/public/fonts/lato/lato-100-webfont.woff2 differ diff --git a/public/fonts/lato/lato-300-italic-webfont.ttf b/public/fonts/lato/lato-300-italic-webfont.ttf new file mode 100755 index 000000000..64ece89a8 Binary files /dev/null and b/public/fonts/lato/lato-300-italic-webfont.ttf differ diff --git a/public/fonts/lato/lato-300-italic-webfont.woff b/public/fonts/lato/lato-300-italic-webfont.woff new file mode 100755 index 000000000..a6e82c21b Binary files /dev/null and b/public/fonts/lato/lato-300-italic-webfont.woff differ diff --git a/public/fonts/lato/lato-300-italic-webfont.woff2 b/public/fonts/lato/lato-300-italic-webfont.woff2 new file mode 100755 index 000000000..24c9ead88 Binary files /dev/null and b/public/fonts/lato/lato-300-italic-webfont.woff2 differ diff --git a/public/fonts/lato/lato-300-webfont.ttf b/public/fonts/lato/lato-300-webfont.ttf new file mode 100755 index 000000000..80502bb00 Binary files /dev/null and b/public/fonts/lato/lato-300-webfont.ttf differ diff --git a/public/fonts/lato/lato-300-webfont.woff b/public/fonts/lato/lato-300-webfont.woff new file mode 100755 index 000000000..2a88bbe90 Binary files /dev/null and b/public/fonts/lato/lato-300-webfont.woff differ diff --git a/public/fonts/lato/lato-300-webfont.woff2 b/public/fonts/lato/lato-300-webfont.woff2 new file mode 100755 index 000000000..8143c42f8 Binary files /dev/null and b/public/fonts/lato/lato-300-webfont.woff2 differ diff --git a/public/fonts/lato/lato-400-italic-webfont.ttf b/public/fonts/lato/lato-400-italic-webfont.ttf new file mode 100755 index 000000000..ae16778b0 Binary files /dev/null and b/public/fonts/lato/lato-400-italic-webfont.ttf differ diff --git a/public/fonts/lato/lato-400-italic-webfont.woff b/public/fonts/lato/lato-400-italic-webfont.woff new file mode 100755 index 000000000..47fd450af Binary files /dev/null and b/public/fonts/lato/lato-400-italic-webfont.woff differ diff --git a/public/fonts/lato/lato-400-italic-webfont.woff2 b/public/fonts/lato/lato-400-italic-webfont.woff2 new file mode 100755 index 000000000..8d09a1ea3 Binary files /dev/null and b/public/fonts/lato/lato-400-italic-webfont.woff2 differ diff --git a/public/fonts/lato/lato-400-webfont.ttf b/public/fonts/lato/lato-400-webfont.ttf new file mode 100755 index 000000000..a8a42be9a Binary files /dev/null and b/public/fonts/lato/lato-400-webfont.ttf differ diff --git a/public/fonts/lato/lato-400-webfont.woff b/public/fonts/lato/lato-400-webfont.woff new file mode 100755 index 000000000..687704385 Binary files /dev/null and b/public/fonts/lato/lato-400-webfont.woff differ diff --git a/public/fonts/lato/lato-400-webfont.woff2 b/public/fonts/lato/lato-400-webfont.woff2 new file mode 100755 index 000000000..9f0e48802 Binary files /dev/null and b/public/fonts/lato/lato-400-webfont.woff2 differ diff --git a/public/fonts/lato/lato-600-italic-webfont.ttf b/public/fonts/lato/lato-600-italic-webfont.ttf new file mode 100755 index 000000000..d91b9f39c Binary files /dev/null and b/public/fonts/lato/lato-600-italic-webfont.ttf differ diff --git a/public/fonts/lato/lato-600-italic-webfont.woff b/public/fonts/lato/lato-600-italic-webfont.woff new file mode 100755 index 000000000..165df4b6a Binary files /dev/null and b/public/fonts/lato/lato-600-italic-webfont.woff differ diff --git a/public/fonts/lato/lato-600-italic-webfont.woff2 b/public/fonts/lato/lato-600-italic-webfont.woff2 new file mode 100755 index 000000000..7a35193f5 Binary files /dev/null and b/public/fonts/lato/lato-600-italic-webfont.woff2 differ diff --git a/public/fonts/lato/lato-600-webfont.ttf b/public/fonts/lato/lato-600-webfont.ttf new file mode 100755 index 000000000..2b4403fa8 Binary files /dev/null and b/public/fonts/lato/lato-600-webfont.ttf differ diff --git a/public/fonts/lato/lato-600-webfont.woff b/public/fonts/lato/lato-600-webfont.woff new file mode 100755 index 000000000..feb63ae63 Binary files /dev/null and b/public/fonts/lato/lato-600-webfont.woff differ diff --git a/public/fonts/lato/lato-600-webfont.woff2 b/public/fonts/lato/lato-600-webfont.woff2 new file mode 100755 index 000000000..30123c94f Binary files /dev/null and b/public/fonts/lato/lato-600-webfont.woff2 differ diff --git a/public/fonts/lato/lato-700-italic-webfont.ttf b/public/fonts/lato/lato-700-italic-webfont.ttf new file mode 100755 index 000000000..f9a3da584 Binary files /dev/null and b/public/fonts/lato/lato-700-italic-webfont.ttf differ diff --git a/public/fonts/lato/lato-700-italic-webfont.woff b/public/fonts/lato/lato-700-italic-webfont.woff new file mode 100755 index 000000000..6ad248b4d Binary files /dev/null and b/public/fonts/lato/lato-700-italic-webfont.woff differ diff --git a/public/fonts/lato/lato-700-italic-webfont.woff2 b/public/fonts/lato/lato-700-italic-webfont.woff2 new file mode 100755 index 000000000..e96555412 Binary files /dev/null and b/public/fonts/lato/lato-700-italic-webfont.woff2 differ diff --git a/public/fonts/lato/lato-700-webfont.ttf b/public/fonts/lato/lato-700-webfont.ttf new file mode 100755 index 000000000..df7b7e717 Binary files /dev/null and b/public/fonts/lato/lato-700-webfont.ttf differ diff --git a/public/fonts/lato/lato-700-webfont.woff b/public/fonts/lato/lato-700-webfont.woff new file mode 100755 index 000000000..44d2a8525 Binary files /dev/null and b/public/fonts/lato/lato-700-webfont.woff differ diff --git a/public/fonts/lato/lato-700-webfont.woff2 b/public/fonts/lato/lato-700-webfont.woff2 new file mode 100755 index 000000000..a387bb5a8 Binary files /dev/null and b/public/fonts/lato/lato-700-webfont.woff2 differ diff --git a/public/fonts/lato/lato-900-italic-webfont.ttf b/public/fonts/lato/lato-900-italic-webfont.ttf new file mode 100755 index 000000000..5506e8e1f Binary files /dev/null and b/public/fonts/lato/lato-900-italic-webfont.ttf differ diff --git a/public/fonts/lato/lato-900-italic-webfont.woff b/public/fonts/lato/lato-900-italic-webfont.woff new file mode 100755 index 000000000..30f198f1e Binary files /dev/null and b/public/fonts/lato/lato-900-italic-webfont.woff differ diff --git a/public/fonts/lato/lato-900-italic-webfont.woff2 b/public/fonts/lato/lato-900-italic-webfont.woff2 new file mode 100755 index 000000000..06b9c9168 Binary files /dev/null and b/public/fonts/lato/lato-900-italic-webfont.woff2 differ diff --git a/public/fonts/lato/lato-900-webfont.ttf b/public/fonts/lato/lato-900-webfont.ttf new file mode 100755 index 000000000..e603ee3bb Binary files /dev/null and b/public/fonts/lato/lato-900-webfont.ttf differ diff --git a/public/fonts/lato/lato-900-webfont.woff b/public/fonts/lato/lato-900-webfont.woff new file mode 100755 index 000000000..98b17c011 Binary files /dev/null and b/public/fonts/lato/lato-900-webfont.woff differ diff --git a/public/fonts/lato/lato-900-webfont.woff2 b/public/fonts/lato/lato-900-webfont.woff2 new file mode 100755 index 000000000..ae18a7bf5 Binary files /dev/null and b/public/fonts/lato/lato-900-webfont.woff2 differ diff --git a/public/fonts/merriweather/merriweather-300-italic-webfont.ttf b/public/fonts/merriweather/merriweather-300-italic-webfont.ttf new file mode 100755 index 000000000..d505ed88d Binary files /dev/null and b/public/fonts/merriweather/merriweather-300-italic-webfont.ttf differ diff --git a/public/fonts/merriweather/merriweather-300-italic-webfont.woff b/public/fonts/merriweather/merriweather-300-italic-webfont.woff new file mode 100755 index 000000000..fba107cdb Binary files /dev/null and b/public/fonts/merriweather/merriweather-300-italic-webfont.woff differ diff --git a/public/fonts/merriweather/merriweather-300-italic-webfont.woff2 b/public/fonts/merriweather/merriweather-300-italic-webfont.woff2 new file mode 100755 index 000000000..df823e60d Binary files /dev/null and b/public/fonts/merriweather/merriweather-300-italic-webfont.woff2 differ diff --git a/public/fonts/merriweather/merriweather-300-webfont.ttf b/public/fonts/merriweather/merriweather-300-webfont.ttf new file mode 100755 index 000000000..0957a90c2 Binary files /dev/null and b/public/fonts/merriweather/merriweather-300-webfont.ttf differ diff --git a/public/fonts/merriweather/merriweather-300-webfont.woff b/public/fonts/merriweather/merriweather-300-webfont.woff new file mode 100755 index 000000000..32957fcb9 Binary files /dev/null and b/public/fonts/merriweather/merriweather-300-webfont.woff differ diff --git a/public/fonts/merriweather/merriweather-300-webfont.woff2 b/public/fonts/merriweather/merriweather-300-webfont.woff2 new file mode 100755 index 000000000..531423968 Binary files /dev/null and b/public/fonts/merriweather/merriweather-300-webfont.woff2 differ diff --git a/public/fonts/merriweather/merriweather-400-italic-webfont.ttf b/public/fonts/merriweather/merriweather-400-italic-webfont.ttf new file mode 100755 index 000000000..945d55b39 Binary files /dev/null and b/public/fonts/merriweather/merriweather-400-italic-webfont.ttf differ diff --git a/public/fonts/merriweather/merriweather-400-italic-webfont.woff b/public/fonts/merriweather/merriweather-400-italic-webfont.woff new file mode 100755 index 000000000..8fe307cc1 Binary files /dev/null and b/public/fonts/merriweather/merriweather-400-italic-webfont.woff differ diff --git a/public/fonts/merriweather/merriweather-400-italic-webfont.woff2 b/public/fonts/merriweather/merriweather-400-italic-webfont.woff2 new file mode 100755 index 000000000..8f538dcf1 Binary files /dev/null and b/public/fonts/merriweather/merriweather-400-italic-webfont.woff2 differ diff --git a/public/fonts/merriweather/merriweather-400-webfont.ttf b/public/fonts/merriweather/merriweather-400-webfont.ttf new file mode 100755 index 000000000..3915bf446 Binary files /dev/null and b/public/fonts/merriweather/merriweather-400-webfont.ttf differ diff --git a/public/fonts/merriweather/merriweather-400-webfont.woff b/public/fonts/merriweather/merriweather-400-webfont.woff new file mode 100755 index 000000000..5b0d4375c Binary files /dev/null and b/public/fonts/merriweather/merriweather-400-webfont.woff differ diff --git a/public/fonts/merriweather/merriweather-400-webfont.woff2 b/public/fonts/merriweather/merriweather-400-webfont.woff2 new file mode 100755 index 000000000..3d10278d6 Binary files /dev/null and b/public/fonts/merriweather/merriweather-400-webfont.woff2 differ diff --git a/public/fonts/merriweather/merriweather-700-italic-webfont.ttf b/public/fonts/merriweather/merriweather-700-italic-webfont.ttf new file mode 100755 index 000000000..44dadc4c5 Binary files /dev/null and b/public/fonts/merriweather/merriweather-700-italic-webfont.ttf differ diff --git a/public/fonts/merriweather/merriweather-700-italic-webfont.woff b/public/fonts/merriweather/merriweather-700-italic-webfont.woff new file mode 100755 index 000000000..405e55e60 Binary files /dev/null and b/public/fonts/merriweather/merriweather-700-italic-webfont.woff differ diff --git a/public/fonts/merriweather/merriweather-700-italic-webfont.woff2 b/public/fonts/merriweather/merriweather-700-italic-webfont.woff2 new file mode 100755 index 000000000..301e2b731 Binary files /dev/null and b/public/fonts/merriweather/merriweather-700-italic-webfont.woff2 differ diff --git a/public/fonts/merriweather/merriweather-700-webfont.ttf b/public/fonts/merriweather/merriweather-700-webfont.ttf new file mode 100755 index 000000000..3674780e1 Binary files /dev/null and b/public/fonts/merriweather/merriweather-700-webfont.ttf differ diff --git a/public/fonts/merriweather/merriweather-700-webfont.woff b/public/fonts/merriweather/merriweather-700-webfont.woff new file mode 100755 index 000000000..829d073ba Binary files /dev/null and b/public/fonts/merriweather/merriweather-700-webfont.woff differ diff --git a/public/fonts/merriweather/merriweather-700-webfont.woff2 b/public/fonts/merriweather/merriweather-700-webfont.woff2 new file mode 100755 index 000000000..6fc36a5d4 Binary files /dev/null and b/public/fonts/merriweather/merriweather-700-webfont.woff2 differ diff --git a/public/fonts/merriweather/merriweather-900-italic-webfont.ttf b/public/fonts/merriweather/merriweather-900-italic-webfont.ttf new file mode 100644 index 000000000..f94d0ccca Binary files /dev/null and b/public/fonts/merriweather/merriweather-900-italic-webfont.ttf differ diff --git a/public/fonts/merriweather/merriweather-900-italic-webfont.woff b/public/fonts/merriweather/merriweather-900-italic-webfont.woff new file mode 100755 index 000000000..01e222be1 Binary files /dev/null and b/public/fonts/merriweather/merriweather-900-italic-webfont.woff differ diff --git a/public/fonts/merriweather/merriweather-900-italic-webfont.woff2 b/public/fonts/merriweather/merriweather-900-italic-webfont.woff2 new file mode 100755 index 000000000..13a63aae2 Binary files /dev/null and b/public/fonts/merriweather/merriweather-900-italic-webfont.woff2 differ diff --git a/public/fonts/merriweather/merriweather-900-webfont.ttf b/public/fonts/merriweather/merriweather-900-webfont.ttf new file mode 100644 index 000000000..51864574e Binary files /dev/null and b/public/fonts/merriweather/merriweather-900-webfont.ttf differ diff --git a/public/fonts/merriweather/merriweather-900-webfont.woff b/public/fonts/merriweather/merriweather-900-webfont.woff new file mode 100755 index 000000000..87e66aaa7 Binary files /dev/null and b/public/fonts/merriweather/merriweather-900-webfont.woff differ diff --git a/public/fonts/merriweather/merriweather-900-webfont.woff2 b/public/fonts/merriweather/merriweather-900-webfont.woff2 new file mode 100755 index 000000000..8bfa2004a Binary files /dev/null and b/public/fonts/merriweather/merriweather-900-webfont.woff2 differ diff --git a/public/fonts/merriweathersans/merriweathersans-300-italic-webfont.ttf b/public/fonts/merriweathersans/merriweathersans-300-italic-webfont.ttf new file mode 100644 index 000000000..4ac9baaee Binary files /dev/null and b/public/fonts/merriweathersans/merriweathersans-300-italic-webfont.ttf differ diff --git a/public/fonts/merriweathersans/merriweathersans-300-italic-webfont.woff b/public/fonts/merriweathersans/merriweathersans-300-italic-webfont.woff new file mode 100755 index 000000000..a8b0eb27f Binary files /dev/null and b/public/fonts/merriweathersans/merriweathersans-300-italic-webfont.woff differ diff --git a/public/fonts/merriweathersans/merriweathersans-300-italic-webfont.woff2 b/public/fonts/merriweathersans/merriweathersans-300-italic-webfont.woff2 new file mode 100755 index 000000000..3f23bd6fc Binary files /dev/null and b/public/fonts/merriweathersans/merriweathersans-300-italic-webfont.woff2 differ diff --git a/public/fonts/merriweathersans/merriweathersans-300-webfont.ttf b/public/fonts/merriweathersans/merriweathersans-300-webfont.ttf new file mode 100644 index 000000000..048aa0f82 Binary files /dev/null and b/public/fonts/merriweathersans/merriweathersans-300-webfont.ttf differ diff --git a/public/fonts/merriweathersans/merriweathersans-300-webfont.woff b/public/fonts/merriweathersans/merriweathersans-300-webfont.woff new file mode 100755 index 000000000..e42b5d688 Binary files /dev/null and b/public/fonts/merriweathersans/merriweathersans-300-webfont.woff differ diff --git a/public/fonts/merriweathersans/merriweathersans-300-webfont.woff2 b/public/fonts/merriweathersans/merriweathersans-300-webfont.woff2 new file mode 100755 index 000000000..c2f1dec2c Binary files /dev/null and b/public/fonts/merriweathersans/merriweathersans-300-webfont.woff2 differ diff --git a/public/fonts/merriweathersans/merriweathersans-400-italic-webfont.ttf b/public/fonts/merriweathersans/merriweathersans-400-italic-webfont.ttf new file mode 100644 index 000000000..79a985c1b Binary files /dev/null and b/public/fonts/merriweathersans/merriweathersans-400-italic-webfont.ttf differ diff --git a/public/fonts/merriweathersans/merriweathersans-400-italic-webfont.woff b/public/fonts/merriweathersans/merriweathersans-400-italic-webfont.woff new file mode 100755 index 000000000..66dcd4e78 Binary files /dev/null and b/public/fonts/merriweathersans/merriweathersans-400-italic-webfont.woff differ diff --git a/public/fonts/merriweathersans/merriweathersans-400-italic-webfont.woff2 b/public/fonts/merriweathersans/merriweathersans-400-italic-webfont.woff2 new file mode 100755 index 000000000..18ac76403 Binary files /dev/null and b/public/fonts/merriweathersans/merriweathersans-400-italic-webfont.woff2 differ diff --git a/public/fonts/merriweathersans/merriweathersans-400-webfont.ttf b/public/fonts/merriweathersans/merriweathersans-400-webfont.ttf new file mode 100644 index 000000000..6670b91d0 Binary files /dev/null and b/public/fonts/merriweathersans/merriweathersans-400-webfont.ttf differ diff --git a/public/fonts/merriweathersans/merriweathersans-400-webfont.woff b/public/fonts/merriweathersans/merriweathersans-400-webfont.woff new file mode 100755 index 000000000..a0f9f2422 Binary files /dev/null and b/public/fonts/merriweathersans/merriweathersans-400-webfont.woff differ diff --git a/public/fonts/merriweathersans/merriweathersans-400-webfont.woff2 b/public/fonts/merriweathersans/merriweathersans-400-webfont.woff2 new file mode 100755 index 000000000..7175db711 Binary files /dev/null and b/public/fonts/merriweathersans/merriweathersans-400-webfont.woff2 differ diff --git a/public/fonts/merriweathersans/merriweathersans-700-italic-webfont.ttf b/public/fonts/merriweathersans/merriweathersans-700-italic-webfont.ttf new file mode 100644 index 000000000..20bdac901 Binary files /dev/null and b/public/fonts/merriweathersans/merriweathersans-700-italic-webfont.ttf differ diff --git a/public/fonts/merriweathersans/merriweathersans-700-italic-webfont.woff b/public/fonts/merriweathersans/merriweathersans-700-italic-webfont.woff new file mode 100755 index 000000000..328319024 Binary files /dev/null and b/public/fonts/merriweathersans/merriweathersans-700-italic-webfont.woff differ diff --git a/public/fonts/merriweathersans/merriweathersans-700-italic-webfont.woff2 b/public/fonts/merriweathersans/merriweathersans-700-italic-webfont.woff2 new file mode 100755 index 000000000..17faa66d1 Binary files /dev/null and b/public/fonts/merriweathersans/merriweathersans-700-italic-webfont.woff2 differ diff --git a/public/fonts/merriweathersans/merriweathersans-700-webfont.ttf b/public/fonts/merriweathersans/merriweathersans-700-webfont.ttf new file mode 100644 index 000000000..2a914ad4e Binary files /dev/null and b/public/fonts/merriweathersans/merriweathersans-700-webfont.ttf differ diff --git a/public/fonts/merriweathersans/merriweathersans-700-webfont.woff b/public/fonts/merriweathersans/merriweathersans-700-webfont.woff new file mode 100755 index 000000000..198bc4d84 Binary files /dev/null and b/public/fonts/merriweathersans/merriweathersans-700-webfont.woff differ diff --git a/public/fonts/merriweathersans/merriweathersans-700-webfont.woff2 b/public/fonts/merriweathersans/merriweathersans-700-webfont.woff2 new file mode 100755 index 000000000..3964c7c41 Binary files /dev/null and b/public/fonts/merriweathersans/merriweathersans-700-webfont.woff2 differ diff --git a/public/fonts/merriweathersans/merriweathersans-800-italic-webfont.ttf b/public/fonts/merriweathersans/merriweathersans-800-italic-webfont.ttf new file mode 100644 index 000000000..fd42607fd Binary files /dev/null and b/public/fonts/merriweathersans/merriweathersans-800-italic-webfont.ttf differ diff --git a/public/fonts/merriweathersans/merriweathersans-800-italic-webfont.woff b/public/fonts/merriweathersans/merriweathersans-800-italic-webfont.woff new file mode 100755 index 000000000..a46c3d243 Binary files /dev/null and b/public/fonts/merriweathersans/merriweathersans-800-italic-webfont.woff differ diff --git a/public/fonts/merriweathersans/merriweathersans-800-italic-webfont.woff2 b/public/fonts/merriweathersans/merriweathersans-800-italic-webfont.woff2 new file mode 100755 index 000000000..61a7d7c08 Binary files /dev/null and b/public/fonts/merriweathersans/merriweathersans-800-italic-webfont.woff2 differ diff --git a/public/fonts/merriweathersans/merriweathersans-800-webfont.ttf b/public/fonts/merriweathersans/merriweathersans-800-webfont.ttf new file mode 100644 index 000000000..5c378775a Binary files /dev/null and b/public/fonts/merriweathersans/merriweathersans-800-webfont.ttf differ diff --git a/public/fonts/merriweathersans/merriweathersans-800-webfont.woff b/public/fonts/merriweathersans/merriweathersans-800-webfont.woff new file mode 100755 index 000000000..607c079a8 Binary files /dev/null and b/public/fonts/merriweathersans/merriweathersans-800-webfont.woff differ diff --git a/public/fonts/merriweathersans/merriweathersans-800-webfont.woff2 b/public/fonts/merriweathersans/merriweathersans-800-webfont.woff2 new file mode 100755 index 000000000..8b571fe3b Binary files /dev/null and b/public/fonts/merriweathersans/merriweathersans-800-webfont.woff2 differ diff --git a/public/fonts/montserrat/montserrat-100-webfont.ttf b/public/fonts/montserrat/montserrat-100-webfont.ttf new file mode 100755 index 000000000..c02e80ce7 Binary files /dev/null and b/public/fonts/montserrat/montserrat-100-webfont.ttf differ diff --git a/public/fonts/montserrat/montserrat-100-webfont.woff b/public/fonts/montserrat/montserrat-100-webfont.woff new file mode 100755 index 000000000..fd2d6c01d Binary files /dev/null and b/public/fonts/montserrat/montserrat-100-webfont.woff differ diff --git a/public/fonts/montserrat/montserrat-100-webfont.woff2 b/public/fonts/montserrat/montserrat-100-webfont.woff2 new file mode 100755 index 000000000..3eae9ee54 Binary files /dev/null and b/public/fonts/montserrat/montserrat-100-webfont.woff2 differ diff --git a/public/fonts/montserrat/montserrat-300-webfont.ttf b/public/fonts/montserrat/montserrat-300-webfont.ttf new file mode 100755 index 000000000..c11d5b7a9 Binary files /dev/null and b/public/fonts/montserrat/montserrat-300-webfont.ttf differ diff --git a/public/fonts/montserrat/montserrat-300-webfont.woff b/public/fonts/montserrat/montserrat-300-webfont.woff new file mode 100755 index 000000000..54c7ad1dd Binary files /dev/null and b/public/fonts/montserrat/montserrat-300-webfont.woff differ diff --git a/public/fonts/montserrat/montserrat-300-webfont.woff2 b/public/fonts/montserrat/montserrat-300-webfont.woff2 new file mode 100755 index 000000000..93d3e6d4d Binary files /dev/null and b/public/fonts/montserrat/montserrat-300-webfont.woff2 differ diff --git a/public/fonts/montserrat/montserrat-400-webfont.ttf b/public/fonts/montserrat/montserrat-400-webfont.ttf new file mode 100755 index 000000000..c6e6c5caf Binary files /dev/null and b/public/fonts/montserrat/montserrat-400-webfont.ttf differ diff --git a/public/fonts/montserrat/montserrat-400-webfont.woff b/public/fonts/montserrat/montserrat-400-webfont.woff new file mode 100755 index 000000000..4d489ee93 Binary files /dev/null and b/public/fonts/montserrat/montserrat-400-webfont.woff differ diff --git a/public/fonts/montserrat/montserrat-400-webfont.woff2 b/public/fonts/montserrat/montserrat-400-webfont.woff2 new file mode 100755 index 000000000..1e4a37419 Binary files /dev/null and b/public/fonts/montserrat/montserrat-400-webfont.woff2 differ diff --git a/public/fonts/montserrat/montserrat-600-webfont.ttf b/public/fonts/montserrat/montserrat-600-webfont.ttf new file mode 100755 index 000000000..dbf4c5fef Binary files /dev/null and b/public/fonts/montserrat/montserrat-600-webfont.ttf differ diff --git a/public/fonts/montserrat/montserrat-600-webfont.woff b/public/fonts/montserrat/montserrat-600-webfont.woff new file mode 100755 index 000000000..8f4534f36 Binary files /dev/null and b/public/fonts/montserrat/montserrat-600-webfont.woff differ diff --git a/public/fonts/montserrat/montserrat-600-webfont.woff2 b/public/fonts/montserrat/montserrat-600-webfont.woff2 new file mode 100755 index 000000000..976bc2235 Binary files /dev/null and b/public/fonts/montserrat/montserrat-600-webfont.woff2 differ diff --git a/public/fonts/montserrat/montserrat-700-webfont.ttf b/public/fonts/montserrat/montserrat-700-webfont.ttf new file mode 100755 index 000000000..6034917a3 Binary files /dev/null and b/public/fonts/montserrat/montserrat-700-webfont.ttf differ diff --git a/public/fonts/montserrat/montserrat-700-webfont.woff b/public/fonts/montserrat/montserrat-700-webfont.woff new file mode 100755 index 000000000..420781a48 Binary files /dev/null and b/public/fonts/montserrat/montserrat-700-webfont.woff differ diff --git a/public/fonts/montserrat/montserrat-700-webfont.woff2 b/public/fonts/montserrat/montserrat-700-webfont.woff2 new file mode 100755 index 000000000..fd27594fe Binary files /dev/null and b/public/fonts/montserrat/montserrat-700-webfont.woff2 differ diff --git a/public/fonts/montserrat/montserrat-800-webfont.ttf b/public/fonts/montserrat/montserrat-800-webfont.ttf new file mode 100755 index 000000000..bac603676 Binary files /dev/null and b/public/fonts/montserrat/montserrat-800-webfont.ttf differ diff --git a/public/fonts/montserrat/montserrat-800-webfont.woff b/public/fonts/montserrat/montserrat-800-webfont.woff new file mode 100755 index 000000000..5bd273964 Binary files /dev/null and b/public/fonts/montserrat/montserrat-800-webfont.woff differ diff --git a/public/fonts/montserrat/montserrat-800-webfont.woff2 b/public/fonts/montserrat/montserrat-800-webfont.woff2 new file mode 100755 index 000000000..6897192ec Binary files /dev/null and b/public/fonts/montserrat/montserrat-800-webfont.woff2 differ diff --git a/public/fonts/muli/muli-200-italic-webfont.ttf b/public/fonts/muli/muli-200-italic-webfont.ttf new file mode 100644 index 000000000..eb8b36a0a Binary files /dev/null and b/public/fonts/muli/muli-200-italic-webfont.ttf differ diff --git a/public/fonts/muli/muli-200-italic-webfont.woff b/public/fonts/muli/muli-200-italic-webfont.woff new file mode 100755 index 000000000..50db96e19 Binary files /dev/null and b/public/fonts/muli/muli-200-italic-webfont.woff differ diff --git a/public/fonts/muli/muli-200-italic-webfont.woff2 b/public/fonts/muli/muli-200-italic-webfont.woff2 new file mode 100755 index 000000000..2003a8891 Binary files /dev/null and b/public/fonts/muli/muli-200-italic-webfont.woff2 differ diff --git a/public/fonts/muli/muli-200-webfont.ttf b/public/fonts/muli/muli-200-webfont.ttf new file mode 100644 index 000000000..ffe7b29de Binary files /dev/null and b/public/fonts/muli/muli-200-webfont.ttf differ diff --git a/public/fonts/muli/muli-200-webfont.woff b/public/fonts/muli/muli-200-webfont.woff new file mode 100755 index 000000000..4445e5912 Binary files /dev/null and b/public/fonts/muli/muli-200-webfont.woff differ diff --git a/public/fonts/muli/muli-200-webfont.woff2 b/public/fonts/muli/muli-200-webfont.woff2 new file mode 100755 index 000000000..53a32d49e Binary files /dev/null and b/public/fonts/muli/muli-200-webfont.woff2 differ diff --git a/public/fonts/muli/muli-300-italic-webfont.ttf b/public/fonts/muli/muli-300-italic-webfont.ttf new file mode 100644 index 000000000..85ac25132 Binary files /dev/null and b/public/fonts/muli/muli-300-italic-webfont.ttf differ diff --git a/public/fonts/muli/muli-300-italic-webfont.woff b/public/fonts/muli/muli-300-italic-webfont.woff new file mode 100755 index 000000000..6c0eb80a2 Binary files /dev/null and b/public/fonts/muli/muli-300-italic-webfont.woff differ diff --git a/public/fonts/muli/muli-300-italic-webfont.woff2 b/public/fonts/muli/muli-300-italic-webfont.woff2 new file mode 100755 index 000000000..03336af12 Binary files /dev/null and b/public/fonts/muli/muli-300-italic-webfont.woff2 differ diff --git a/public/fonts/muli/muli-300-webfont.ttf b/public/fonts/muli/muli-300-webfont.ttf new file mode 100644 index 000000000..4e66b6979 Binary files /dev/null and b/public/fonts/muli/muli-300-webfont.ttf differ diff --git a/public/fonts/muli/muli-300-webfont.woff b/public/fonts/muli/muli-300-webfont.woff new file mode 100755 index 000000000..64ba1f266 Binary files /dev/null and b/public/fonts/muli/muli-300-webfont.woff differ diff --git a/public/fonts/muli/muli-300-webfont.woff2 b/public/fonts/muli/muli-300-webfont.woff2 new file mode 100755 index 000000000..d81799f3e Binary files /dev/null and b/public/fonts/muli/muli-300-webfont.woff2 differ diff --git a/public/fonts/muli/muli-400-italic-webfont.ttf b/public/fonts/muli/muli-400-italic-webfont.ttf new file mode 100644 index 000000000..e1599293f Binary files /dev/null and b/public/fonts/muli/muli-400-italic-webfont.ttf differ diff --git a/public/fonts/muli/muli-400-italic-webfont.woff b/public/fonts/muli/muli-400-italic-webfont.woff new file mode 100755 index 000000000..af0339139 Binary files /dev/null and b/public/fonts/muli/muli-400-italic-webfont.woff differ diff --git a/public/fonts/muli/muli-400-italic-webfont.woff2 b/public/fonts/muli/muli-400-italic-webfont.woff2 new file mode 100755 index 000000000..3dc6c1862 Binary files /dev/null and b/public/fonts/muli/muli-400-italic-webfont.woff2 differ diff --git a/public/fonts/muli/muli-400-webfont.ttf b/public/fonts/muli/muli-400-webfont.ttf new file mode 100644 index 000000000..1dfd64318 Binary files /dev/null and b/public/fonts/muli/muli-400-webfont.ttf differ diff --git a/public/fonts/muli/muli-400-webfont.woff b/public/fonts/muli/muli-400-webfont.woff new file mode 100755 index 000000000..635f9d7be Binary files /dev/null and b/public/fonts/muli/muli-400-webfont.woff differ diff --git a/public/fonts/muli/muli-400-webfont.woff2 b/public/fonts/muli/muli-400-webfont.woff2 new file mode 100755 index 000000000..7472c6176 Binary files /dev/null and b/public/fonts/muli/muli-400-webfont.woff2 differ diff --git a/public/fonts/muli/muli-600-italic-webfont.ttf b/public/fonts/muli/muli-600-italic-webfont.ttf new file mode 100644 index 000000000..6d7bcc856 Binary files /dev/null and b/public/fonts/muli/muli-600-italic-webfont.ttf differ diff --git a/public/fonts/muli/muli-600-italic-webfont.woff b/public/fonts/muli/muli-600-italic-webfont.woff new file mode 100755 index 000000000..8b5e34c12 Binary files /dev/null and b/public/fonts/muli/muli-600-italic-webfont.woff differ diff --git a/public/fonts/muli/muli-600-italic-webfont.woff2 b/public/fonts/muli/muli-600-italic-webfont.woff2 new file mode 100755 index 000000000..28521456c Binary files /dev/null and b/public/fonts/muli/muli-600-italic-webfont.woff2 differ diff --git a/public/fonts/muli/muli-600-webfont.ttf b/public/fonts/muli/muli-600-webfont.ttf new file mode 100644 index 000000000..096a15e42 Binary files /dev/null and b/public/fonts/muli/muli-600-webfont.ttf differ diff --git a/public/fonts/muli/muli-600-webfont.woff b/public/fonts/muli/muli-600-webfont.woff new file mode 100755 index 000000000..a9a9cd547 Binary files /dev/null and b/public/fonts/muli/muli-600-webfont.woff differ diff --git a/public/fonts/muli/muli-600-webfont.woff2 b/public/fonts/muli/muli-600-webfont.woff2 new file mode 100755 index 000000000..338bcb760 Binary files /dev/null and b/public/fonts/muli/muli-600-webfont.woff2 differ diff --git a/public/fonts/muli/muli-700-italic-webfont.ttf b/public/fonts/muli/muli-700-italic-webfont.ttf new file mode 100644 index 000000000..1dac1c9cb Binary files /dev/null and b/public/fonts/muli/muli-700-italic-webfont.ttf differ diff --git a/public/fonts/muli/muli-700-italic-webfont.woff b/public/fonts/muli/muli-700-italic-webfont.woff new file mode 100755 index 000000000..b7edd74f5 Binary files /dev/null and b/public/fonts/muli/muli-700-italic-webfont.woff differ diff --git a/public/fonts/muli/muli-700-italic-webfont.woff2 b/public/fonts/muli/muli-700-italic-webfont.woff2 new file mode 100755 index 000000000..ab3bc14b1 Binary files /dev/null and b/public/fonts/muli/muli-700-italic-webfont.woff2 differ diff --git a/public/fonts/muli/muli-700-webfont.ttf b/public/fonts/muli/muli-700-webfont.ttf new file mode 100644 index 000000000..732c3ec02 Binary files /dev/null and b/public/fonts/muli/muli-700-webfont.ttf differ diff --git a/public/fonts/muli/muli-700-webfont.woff b/public/fonts/muli/muli-700-webfont.woff new file mode 100755 index 000000000..e5f8a33a1 Binary files /dev/null and b/public/fonts/muli/muli-700-webfont.woff differ diff --git a/public/fonts/muli/muli-700-webfont.woff2 b/public/fonts/muli/muli-700-webfont.woff2 new file mode 100755 index 000000000..dee4fdc65 Binary files /dev/null and b/public/fonts/muli/muli-700-webfont.woff2 differ diff --git a/public/fonts/muli/muli-800-italic-webfont.ttf b/public/fonts/muli/muli-800-italic-webfont.ttf new file mode 100644 index 000000000..b99e68d46 Binary files /dev/null and b/public/fonts/muli/muli-800-italic-webfont.ttf differ diff --git a/public/fonts/muli/muli-800-italic-webfont.woff b/public/fonts/muli/muli-800-italic-webfont.woff new file mode 100755 index 000000000..3a82aa21a Binary files /dev/null and b/public/fonts/muli/muli-800-italic-webfont.woff differ diff --git a/public/fonts/muli/muli-800-italic-webfont.woff2 b/public/fonts/muli/muli-800-italic-webfont.woff2 new file mode 100755 index 000000000..642086e67 Binary files /dev/null and b/public/fonts/muli/muli-800-italic-webfont.woff2 differ diff --git a/public/fonts/muli/muli-800-webfont.ttf b/public/fonts/muli/muli-800-webfont.ttf new file mode 100644 index 000000000..a8ef44cec Binary files /dev/null and b/public/fonts/muli/muli-800-webfont.ttf differ diff --git a/public/fonts/muli/muli-800-webfont.woff b/public/fonts/muli/muli-800-webfont.woff new file mode 100755 index 000000000..8ecfd2d1e Binary files /dev/null and b/public/fonts/muli/muli-800-webfont.woff differ diff --git a/public/fonts/muli/muli-800-webfont.woff2 b/public/fonts/muli/muli-800-webfont.woff2 new file mode 100755 index 000000000..92577fe49 Binary files /dev/null and b/public/fonts/muli/muli-800-webfont.woff2 differ diff --git a/public/fonts/muli/muli-900-italic-webfont.ttf b/public/fonts/muli/muli-900-italic-webfont.ttf new file mode 100644 index 000000000..70762c09d Binary files /dev/null and b/public/fonts/muli/muli-900-italic-webfont.ttf differ diff --git a/public/fonts/muli/muli-900-italic-webfont.woff b/public/fonts/muli/muli-900-italic-webfont.woff new file mode 100755 index 000000000..6526903a7 Binary files /dev/null and b/public/fonts/muli/muli-900-italic-webfont.woff differ diff --git a/public/fonts/muli/muli-900-italic-webfont.woff2 b/public/fonts/muli/muli-900-italic-webfont.woff2 new file mode 100755 index 000000000..520987d98 Binary files /dev/null and b/public/fonts/muli/muli-900-italic-webfont.woff2 differ diff --git a/public/fonts/muli/muli-900-webfont.ttf b/public/fonts/muli/muli-900-webfont.ttf new file mode 100644 index 000000000..76825b817 Binary files /dev/null and b/public/fonts/muli/muli-900-webfont.ttf differ diff --git a/public/fonts/muli/muli-900-webfont.woff b/public/fonts/muli/muli-900-webfont.woff new file mode 100755 index 000000000..df3fa4d6f Binary files /dev/null and b/public/fonts/muli/muli-900-webfont.woff differ diff --git a/public/fonts/muli/muli-900-webfont.woff2 b/public/fonts/muli/muli-900-webfont.woff2 new file mode 100755 index 000000000..256bc5339 Binary files /dev/null and b/public/fonts/muli/muli-900-webfont.woff2 differ diff --git a/public/fonts/opensans/opensans-300-italic-webfont.ttf b/public/fonts/opensans/opensans-300-italic-webfont.ttf new file mode 100644 index 000000000..68299c4bc Binary files /dev/null and b/public/fonts/opensans/opensans-300-italic-webfont.ttf differ diff --git a/public/fonts/opensans/opensans-300-italic-webfont.woff b/public/fonts/opensans/opensans-300-italic-webfont.woff new file mode 100755 index 000000000..ba346d67f Binary files /dev/null and b/public/fonts/opensans/opensans-300-italic-webfont.woff differ diff --git a/public/fonts/opensans/opensans-300-italic-webfont.woff2 b/public/fonts/opensans/opensans-300-italic-webfont.woff2 new file mode 100755 index 000000000..5e15f99d1 Binary files /dev/null and b/public/fonts/opensans/opensans-300-italic-webfont.woff2 differ diff --git a/public/fonts/opensans/opensans-300-webfont.ttf b/public/fonts/opensans/opensans-300-webfont.ttf new file mode 100644 index 000000000..0d381897d Binary files /dev/null and b/public/fonts/opensans/opensans-300-webfont.ttf differ diff --git a/public/fonts/opensans/opensans-300-webfont.woff b/public/fonts/opensans/opensans-300-webfont.woff new file mode 100755 index 000000000..8fb0093de Binary files /dev/null and b/public/fonts/opensans/opensans-300-webfont.woff differ diff --git a/public/fonts/opensans/opensans-300-webfont.woff2 b/public/fonts/opensans/opensans-300-webfont.woff2 new file mode 100755 index 000000000..e389702a8 Binary files /dev/null and b/public/fonts/opensans/opensans-300-webfont.woff2 differ diff --git a/public/fonts/opensans/opensans-400-italic-webfont.ttf b/public/fonts/opensans/opensans-400-italic-webfont.ttf new file mode 100644 index 000000000..c90da48ff Binary files /dev/null and b/public/fonts/opensans/opensans-400-italic-webfont.ttf differ diff --git a/public/fonts/opensans/opensans-400-italic-webfont.woff b/public/fonts/opensans/opensans-400-italic-webfont.woff new file mode 100755 index 000000000..f69afa0df Binary files /dev/null and b/public/fonts/opensans/opensans-400-italic-webfont.woff differ diff --git a/public/fonts/opensans/opensans-400-italic-webfont.woff2 b/public/fonts/opensans/opensans-400-italic-webfont.woff2 new file mode 100755 index 000000000..4f4ca6a1c Binary files /dev/null and b/public/fonts/opensans/opensans-400-italic-webfont.woff2 differ diff --git a/public/fonts/opensans/opensans-400-webfont.ttf b/public/fonts/opensans/opensans-400-webfont.ttf new file mode 100644 index 000000000..db433349b Binary files /dev/null and b/public/fonts/opensans/opensans-400-webfont.ttf differ diff --git a/public/fonts/opensans/opensans-400-webfont.woff b/public/fonts/opensans/opensans-400-webfont.woff new file mode 100755 index 000000000..cf7d7b856 Binary files /dev/null and b/public/fonts/opensans/opensans-400-webfont.woff differ diff --git a/public/fonts/opensans/opensans-400-webfont.woff2 b/public/fonts/opensans/opensans-400-webfont.woff2 new file mode 100755 index 000000000..d85c77dc1 Binary files /dev/null and b/public/fonts/opensans/opensans-400-webfont.woff2 differ diff --git a/public/fonts/opensans/opensans-600-italic-webfont.ttf b/public/fonts/opensans/opensans-600-italic-webfont.ttf new file mode 100644 index 000000000..59b6d16b0 Binary files /dev/null and b/public/fonts/opensans/opensans-600-italic-webfont.ttf differ diff --git a/public/fonts/opensans/opensans-600-italic-webfont.woff b/public/fonts/opensans/opensans-600-italic-webfont.woff new file mode 100755 index 000000000..201161c57 Binary files /dev/null and b/public/fonts/opensans/opensans-600-italic-webfont.woff differ diff --git a/public/fonts/opensans/opensans-600-italic-webfont.woff2 b/public/fonts/opensans/opensans-600-italic-webfont.woff2 new file mode 100755 index 000000000..6326b6502 Binary files /dev/null and b/public/fonts/opensans/opensans-600-italic-webfont.woff2 differ diff --git a/public/fonts/opensans/opensans-600-webfont.ttf b/public/fonts/opensans/opensans-600-webfont.ttf new file mode 100644 index 000000000..1a7679e39 Binary files /dev/null and b/public/fonts/opensans/opensans-600-webfont.ttf differ diff --git a/public/fonts/opensans/opensans-600-webfont.woff b/public/fonts/opensans/opensans-600-webfont.woff new file mode 100755 index 000000000..d5c68ce40 Binary files /dev/null and b/public/fonts/opensans/opensans-600-webfont.woff differ diff --git a/public/fonts/opensans/opensans-600-webfont.woff2 b/public/fonts/opensans/opensans-600-webfont.woff2 new file mode 100755 index 000000000..44c2ae9af Binary files /dev/null and b/public/fonts/opensans/opensans-600-webfont.woff2 differ diff --git a/public/fonts/opensans/opensans-700-italic-webfont.ttf b/public/fonts/opensans/opensans-700-italic-webfont.ttf new file mode 100644 index 000000000..9bc800958 Binary files /dev/null and b/public/fonts/opensans/opensans-700-italic-webfont.ttf differ diff --git a/public/fonts/opensans/opensans-700-italic-webfont.woff b/public/fonts/opensans/opensans-700-italic-webfont.woff new file mode 100755 index 000000000..903ea1505 Binary files /dev/null and b/public/fonts/opensans/opensans-700-italic-webfont.woff differ diff --git a/public/fonts/opensans/opensans-700-italic-webfont.woff2 b/public/fonts/opensans/opensans-700-italic-webfont.woff2 new file mode 100755 index 000000000..707916cb3 Binary files /dev/null and b/public/fonts/opensans/opensans-700-italic-webfont.woff2 differ diff --git a/public/fonts/opensans/opensans-700-webfont.ttf b/public/fonts/opensans/opensans-700-webfont.ttf new file mode 100644 index 000000000..fd79d43be Binary files /dev/null and b/public/fonts/opensans/opensans-700-webfont.ttf differ diff --git a/public/fonts/opensans/opensans-700-webfont.woff b/public/fonts/opensans/opensans-700-webfont.woff new file mode 100755 index 000000000..2f39fc53f Binary files /dev/null and b/public/fonts/opensans/opensans-700-webfont.woff differ diff --git a/public/fonts/opensans/opensans-700-webfont.woff2 b/public/fonts/opensans/opensans-700-webfont.woff2 new file mode 100755 index 000000000..56d88c79f Binary files /dev/null and b/public/fonts/opensans/opensans-700-webfont.woff2 differ diff --git a/public/fonts/opensans/opensans-800-italic-webfont.ttf b/public/fonts/opensans/opensans-800-italic-webfont.ttf new file mode 100644 index 000000000..31cb68834 Binary files /dev/null and b/public/fonts/opensans/opensans-800-italic-webfont.ttf differ diff --git a/public/fonts/opensans/opensans-800-italic-webfont.woff b/public/fonts/opensans/opensans-800-italic-webfont.woff new file mode 100755 index 000000000..3a69c1ccb Binary files /dev/null and b/public/fonts/opensans/opensans-800-italic-webfont.woff differ diff --git a/public/fonts/opensans/opensans-800-italic-webfont.woff2 b/public/fonts/opensans/opensans-800-italic-webfont.woff2 new file mode 100755 index 000000000..0ac2aae0b Binary files /dev/null and b/public/fonts/opensans/opensans-800-italic-webfont.woff2 differ diff --git a/public/fonts/opensans/opensans-800-webfont.ttf b/public/fonts/opensans/opensans-800-webfont.ttf new file mode 100644 index 000000000..21f6f84a0 Binary files /dev/null and b/public/fonts/opensans/opensans-800-webfont.ttf differ diff --git a/public/fonts/opensans/opensans-800-webfont.woff b/public/fonts/opensans/opensans-800-webfont.woff new file mode 100755 index 000000000..000eb9912 Binary files /dev/null and b/public/fonts/opensans/opensans-800-webfont.woff differ diff --git a/public/fonts/opensans/opensans-800-webfont.woff2 b/public/fonts/opensans/opensans-800-webfont.woff2 new file mode 100755 index 000000000..c975be25d Binary files /dev/null and b/public/fonts/opensans/opensans-800-webfont.woff2 differ diff --git a/public/fonts/playfairdisplay/playfairdisplay-400-italic-webfont.ttf b/public/fonts/playfairdisplay/playfairdisplay-400-italic-webfont.ttf new file mode 100755 index 000000000..2082f209c Binary files /dev/null and b/public/fonts/playfairdisplay/playfairdisplay-400-italic-webfont.ttf differ diff --git a/public/fonts/playfairdisplay/playfairdisplay-400-italic-webfont.woff b/public/fonts/playfairdisplay/playfairdisplay-400-italic-webfont.woff new file mode 100755 index 000000000..90d1af55f Binary files /dev/null and b/public/fonts/playfairdisplay/playfairdisplay-400-italic-webfont.woff differ diff --git a/public/fonts/playfairdisplay/playfairdisplay-400-italic-webfont.woff2 b/public/fonts/playfairdisplay/playfairdisplay-400-italic-webfont.woff2 new file mode 100755 index 000000000..ba4d7093e Binary files /dev/null and b/public/fonts/playfairdisplay/playfairdisplay-400-italic-webfont.woff2 differ diff --git a/public/fonts/playfairdisplay/playfairdisplay-400-webfont.ttf b/public/fonts/playfairdisplay/playfairdisplay-400-webfont.ttf new file mode 100755 index 000000000..bd56d6045 Binary files /dev/null and b/public/fonts/playfairdisplay/playfairdisplay-400-webfont.ttf differ diff --git a/public/fonts/playfairdisplay/playfairdisplay-400-webfont.woff b/public/fonts/playfairdisplay/playfairdisplay-400-webfont.woff new file mode 100755 index 000000000..7148c4ca6 Binary files /dev/null and b/public/fonts/playfairdisplay/playfairdisplay-400-webfont.woff differ diff --git a/public/fonts/playfairdisplay/playfairdisplay-400-webfont.woff2 b/public/fonts/playfairdisplay/playfairdisplay-400-webfont.woff2 new file mode 100755 index 000000000..058edde7c Binary files /dev/null and b/public/fonts/playfairdisplay/playfairdisplay-400-webfont.woff2 differ diff --git a/public/fonts/playfairdisplay/playfairdisplay-700-italic-webfont.ttf b/public/fonts/playfairdisplay/playfairdisplay-700-italic-webfont.ttf new file mode 100755 index 000000000..0a26a6e99 Binary files /dev/null and b/public/fonts/playfairdisplay/playfairdisplay-700-italic-webfont.ttf differ diff --git a/public/fonts/playfairdisplay/playfairdisplay-700-italic-webfont.woff b/public/fonts/playfairdisplay/playfairdisplay-700-italic-webfont.woff new file mode 100755 index 000000000..2deb023ab Binary files /dev/null and b/public/fonts/playfairdisplay/playfairdisplay-700-italic-webfont.woff differ diff --git a/public/fonts/playfairdisplay/playfairdisplay-700-italic-webfont.woff2 b/public/fonts/playfairdisplay/playfairdisplay-700-italic-webfont.woff2 new file mode 100755 index 000000000..484608ac2 Binary files /dev/null and b/public/fonts/playfairdisplay/playfairdisplay-700-italic-webfont.woff2 differ diff --git a/public/fonts/playfairdisplay/playfairdisplay-700-webfont.ttf b/public/fonts/playfairdisplay/playfairdisplay-700-webfont.ttf new file mode 100755 index 000000000..a0a118fa4 Binary files /dev/null and b/public/fonts/playfairdisplay/playfairdisplay-700-webfont.ttf differ diff --git a/public/fonts/playfairdisplay/playfairdisplay-700-webfont.woff b/public/fonts/playfairdisplay/playfairdisplay-700-webfont.woff new file mode 100755 index 000000000..5523d6d7d Binary files /dev/null and b/public/fonts/playfairdisplay/playfairdisplay-700-webfont.woff differ diff --git a/public/fonts/playfairdisplay/playfairdisplay-700-webfont.woff2 b/public/fonts/playfairdisplay/playfairdisplay-700-webfont.woff2 new file mode 100755 index 000000000..e08d0e2c7 Binary files /dev/null and b/public/fonts/playfairdisplay/playfairdisplay-700-webfont.woff2 differ diff --git a/public/fonts/playfairdisplay/playfairdisplay-900-italic-webfont.ttf b/public/fonts/playfairdisplay/playfairdisplay-900-italic-webfont.ttf new file mode 100755 index 000000000..c5da8f7d7 Binary files /dev/null and b/public/fonts/playfairdisplay/playfairdisplay-900-italic-webfont.ttf differ diff --git a/public/fonts/playfairdisplay/playfairdisplay-900-italic-webfont.woff b/public/fonts/playfairdisplay/playfairdisplay-900-italic-webfont.woff new file mode 100755 index 000000000..608d35adc Binary files /dev/null and b/public/fonts/playfairdisplay/playfairdisplay-900-italic-webfont.woff differ diff --git a/public/fonts/playfairdisplay/playfairdisplay-900-italic-webfont.woff2 b/public/fonts/playfairdisplay/playfairdisplay-900-italic-webfont.woff2 new file mode 100755 index 000000000..5f84b403b Binary files /dev/null and b/public/fonts/playfairdisplay/playfairdisplay-900-italic-webfont.woff2 differ diff --git a/public/fonts/playfairdisplay/playfairdisplay-900-webfont.ttf b/public/fonts/playfairdisplay/playfairdisplay-900-webfont.ttf new file mode 100755 index 000000000..dcdf23648 Binary files /dev/null and b/public/fonts/playfairdisplay/playfairdisplay-900-webfont.ttf differ diff --git a/public/fonts/playfairdisplay/playfairdisplay-900-webfont.woff b/public/fonts/playfairdisplay/playfairdisplay-900-webfont.woff new file mode 100755 index 000000000..49c222dc8 Binary files /dev/null and b/public/fonts/playfairdisplay/playfairdisplay-900-webfont.woff differ diff --git a/public/fonts/playfairdisplay/playfairdisplay-900-webfont.woff2 b/public/fonts/playfairdisplay/playfairdisplay-900-webfont.woff2 new file mode 100755 index 000000000..af36231d3 Binary files /dev/null and b/public/fonts/playfairdisplay/playfairdisplay-900-webfont.woff2 differ diff --git a/public/fonts/proximanova/proximanova-100-italic-webfont.ttf b/public/fonts/proximanova/proximanova-100-italic-webfont.ttf new file mode 100755 index 000000000..81f0c265f Binary files /dev/null and b/public/fonts/proximanova/proximanova-100-italic-webfont.ttf differ diff --git a/public/fonts/proximanova/proximanova-100-italic-webfont.woff b/public/fonts/proximanova/proximanova-100-italic-webfont.woff new file mode 100755 index 000000000..035322682 Binary files /dev/null and b/public/fonts/proximanova/proximanova-100-italic-webfont.woff differ diff --git a/public/fonts/proximanova/proximanova-100-italic-webfont.woff2 b/public/fonts/proximanova/proximanova-100-italic-webfont.woff2 new file mode 100755 index 000000000..107ff0014 Binary files /dev/null and b/public/fonts/proximanova/proximanova-100-italic-webfont.woff2 differ diff --git a/public/fonts/proximanova/proximanova-100-webfont.ttf b/public/fonts/proximanova/proximanova-100-webfont.ttf new file mode 100755 index 000000000..1322db421 Binary files /dev/null and b/public/fonts/proximanova/proximanova-100-webfont.ttf differ diff --git a/public/fonts/proximanova/proximanova-100-webfont.woff b/public/fonts/proximanova/proximanova-100-webfont.woff new file mode 100755 index 000000000..741d2e62e Binary files /dev/null and b/public/fonts/proximanova/proximanova-100-webfont.woff differ diff --git a/public/fonts/proximanova/proximanova-100-webfont.woff2 b/public/fonts/proximanova/proximanova-100-webfont.woff2 new file mode 100755 index 000000000..fdd8aa1c5 Binary files /dev/null and b/public/fonts/proximanova/proximanova-100-webfont.woff2 differ diff --git a/public/fonts/proximanova/proximanova-300-italic-webfont.ttf b/public/fonts/proximanova/proximanova-300-italic-webfont.ttf new file mode 100644 index 000000000..b0f6d03ab Binary files /dev/null and b/public/fonts/proximanova/proximanova-300-italic-webfont.ttf differ diff --git a/public/fonts/proximanova/proximanova-300-italic-webfont.woff b/public/fonts/proximanova/proximanova-300-italic-webfont.woff new file mode 100644 index 000000000..314ae34fa Binary files /dev/null and b/public/fonts/proximanova/proximanova-300-italic-webfont.woff differ diff --git a/public/fonts/proximanova/proximanova-300-italic-webfont.woff2 b/public/fonts/proximanova/proximanova-300-italic-webfont.woff2 new file mode 100644 index 000000000..bd23556e9 Binary files /dev/null and b/public/fonts/proximanova/proximanova-300-italic-webfont.woff2 differ diff --git a/public/fonts/proximanova/proximanova-300-webfont.ttf b/public/fonts/proximanova/proximanova-300-webfont.ttf new file mode 100755 index 000000000..23621edca Binary files /dev/null and b/public/fonts/proximanova/proximanova-300-webfont.ttf differ diff --git a/public/fonts/proximanova/proximanova-300-webfont.woff b/public/fonts/proximanova/proximanova-300-webfont.woff new file mode 100755 index 000000000..975700183 Binary files /dev/null and b/public/fonts/proximanova/proximanova-300-webfont.woff differ diff --git a/public/fonts/proximanova/proximanova-300-webfont.woff2 b/public/fonts/proximanova/proximanova-300-webfont.woff2 new file mode 100755 index 000000000..c2b51a850 Binary files /dev/null and b/public/fonts/proximanova/proximanova-300-webfont.woff2 differ diff --git a/public/fonts/proximanova/proximanova-400-italic-webfont.ttf b/public/fonts/proximanova/proximanova-400-italic-webfont.ttf new file mode 100755 index 000000000..2b05b1e41 Binary files /dev/null and b/public/fonts/proximanova/proximanova-400-italic-webfont.ttf differ diff --git a/public/fonts/proximanova/proximanova-400-italic-webfont.woff b/public/fonts/proximanova/proximanova-400-italic-webfont.woff new file mode 100755 index 000000000..be78a934c Binary files /dev/null and b/public/fonts/proximanova/proximanova-400-italic-webfont.woff differ diff --git a/public/fonts/proximanova/proximanova-400-italic-webfont.woff2 b/public/fonts/proximanova/proximanova-400-italic-webfont.woff2 new file mode 100755 index 000000000..0190ae0f3 Binary files /dev/null and b/public/fonts/proximanova/proximanova-400-italic-webfont.woff2 differ diff --git a/public/fonts/proximanova/proximanova-400-webfont.ttf b/public/fonts/proximanova/proximanova-400-webfont.ttf new file mode 100755 index 000000000..5869c47b1 Binary files /dev/null and b/public/fonts/proximanova/proximanova-400-webfont.ttf differ diff --git a/public/fonts/proximanova/proximanova-400-webfont.woff b/public/fonts/proximanova/proximanova-400-webfont.woff new file mode 100755 index 000000000..51361b60c Binary files /dev/null and b/public/fonts/proximanova/proximanova-400-webfont.woff differ diff --git a/public/fonts/proximanova/proximanova-400-webfont.woff2 b/public/fonts/proximanova/proximanova-400-webfont.woff2 new file mode 100755 index 000000000..69820ca8e Binary files /dev/null and b/public/fonts/proximanova/proximanova-400-webfont.woff2 differ diff --git a/public/fonts/proximanova/proximanova-600-italic-webfont.ttf b/public/fonts/proximanova/proximanova-600-italic-webfont.ttf new file mode 100755 index 000000000..f552420a3 Binary files /dev/null and b/public/fonts/proximanova/proximanova-600-italic-webfont.ttf differ diff --git a/public/fonts/proximanova/proximanova-600-italic-webfont.woff b/public/fonts/proximanova/proximanova-600-italic-webfont.woff new file mode 100755 index 000000000..16d069a3b Binary files /dev/null and b/public/fonts/proximanova/proximanova-600-italic-webfont.woff differ diff --git a/public/fonts/proximanova/proximanova-600-italic-webfont.woff2 b/public/fonts/proximanova/proximanova-600-italic-webfont.woff2 new file mode 100755 index 000000000..a5f4471ab Binary files /dev/null and b/public/fonts/proximanova/proximanova-600-italic-webfont.woff2 differ diff --git a/public/fonts/proximanova/proximanova-600-webfont.ttf b/public/fonts/proximanova/proximanova-600-webfont.ttf new file mode 100755 index 000000000..ae8a9f963 Binary files /dev/null and b/public/fonts/proximanova/proximanova-600-webfont.ttf differ diff --git a/public/fonts/proximanova/proximanova-600-webfont.woff b/public/fonts/proximanova/proximanova-600-webfont.woff new file mode 100755 index 000000000..d72ae2c23 Binary files /dev/null and b/public/fonts/proximanova/proximanova-600-webfont.woff differ diff --git a/public/fonts/proximanova/proximanova-600-webfont.woff2 b/public/fonts/proximanova/proximanova-600-webfont.woff2 new file mode 100755 index 000000000..03789b46e Binary files /dev/null and b/public/fonts/proximanova/proximanova-600-webfont.woff2 differ diff --git a/public/fonts/proximanova/proximanova-700-italic-webfont.ttf b/public/fonts/proximanova/proximanova-700-italic-webfont.ttf new file mode 100755 index 000000000..093dd62e6 Binary files /dev/null and b/public/fonts/proximanova/proximanova-700-italic-webfont.ttf differ diff --git a/public/fonts/proximanova/proximanova-700-italic-webfont.woff b/public/fonts/proximanova/proximanova-700-italic-webfont.woff new file mode 100755 index 000000000..57acae21e Binary files /dev/null and b/public/fonts/proximanova/proximanova-700-italic-webfont.woff differ diff --git a/public/fonts/proximanova/proximanova-700-italic-webfont.woff2 b/public/fonts/proximanova/proximanova-700-italic-webfont.woff2 new file mode 100755 index 000000000..c29e349c4 Binary files /dev/null and b/public/fonts/proximanova/proximanova-700-italic-webfont.woff2 differ diff --git a/public/fonts/proximanova/proximanova-700-webfont.ttf b/public/fonts/proximanova/proximanova-700-webfont.ttf new file mode 100755 index 000000000..46bd740ce Binary files /dev/null and b/public/fonts/proximanova/proximanova-700-webfont.ttf differ diff --git a/public/fonts/proximanova/proximanova-700-webfont.woff b/public/fonts/proximanova/proximanova-700-webfont.woff new file mode 100755 index 000000000..84e647a83 Binary files /dev/null and b/public/fonts/proximanova/proximanova-700-webfont.woff differ diff --git a/public/fonts/proximanova/proximanova-700-webfont.woff2 b/public/fonts/proximanova/proximanova-700-webfont.woff2 new file mode 100755 index 000000000..6b9f8c166 Binary files /dev/null and b/public/fonts/proximanova/proximanova-700-webfont.woff2 differ diff --git a/public/fonts/proximanova/proximanova-800-webfont.ttf b/public/fonts/proximanova/proximanova-800-webfont.ttf new file mode 100755 index 000000000..4caec2e44 Binary files /dev/null and b/public/fonts/proximanova/proximanova-800-webfont.ttf differ diff --git a/public/fonts/proximanova/proximanova-800-webfont.woff b/public/fonts/proximanova/proximanova-800-webfont.woff new file mode 100755 index 000000000..fdbb150aa Binary files /dev/null and b/public/fonts/proximanova/proximanova-800-webfont.woff differ diff --git a/public/fonts/proximanova/proximanova-800-webfont.woff2 b/public/fonts/proximanova/proximanova-800-webfont.woff2 new file mode 100755 index 000000000..d1e81b6f7 Binary files /dev/null and b/public/fonts/proximanova/proximanova-800-webfont.woff2 differ diff --git a/public/fonts/proximanova/proximanova-900-webfont.ttf b/public/fonts/proximanova/proximanova-900-webfont.ttf new file mode 100755 index 000000000..a01807dc0 Binary files /dev/null and b/public/fonts/proximanova/proximanova-900-webfont.ttf differ diff --git a/public/fonts/proximanova/proximanova-900-webfont.woff b/public/fonts/proximanova/proximanova-900-webfont.woff new file mode 100755 index 000000000..859e3450a Binary files /dev/null and b/public/fonts/proximanova/proximanova-900-webfont.woff differ diff --git a/public/fonts/proximanova/proximanova-900-webfont.woff2 b/public/fonts/proximanova/proximanova-900-webfont.woff2 new file mode 100755 index 000000000..e716638ed Binary files /dev/null and b/public/fonts/proximanova/proximanova-900-webfont.woff2 differ diff --git a/public/fonts/ptsans/ptsans-400-italic-webfont.ttf b/public/fonts/ptsans/ptsans-400-italic-webfont.ttf new file mode 100755 index 000000000..eee982bbc Binary files /dev/null and b/public/fonts/ptsans/ptsans-400-italic-webfont.ttf differ diff --git a/public/fonts/ptsans/ptsans-400-italic-webfont.woff b/public/fonts/ptsans/ptsans-400-italic-webfont.woff new file mode 100755 index 000000000..998f3f083 Binary files /dev/null and b/public/fonts/ptsans/ptsans-400-italic-webfont.woff differ diff --git a/public/fonts/ptsans/ptsans-400-italic-webfont.woff2 b/public/fonts/ptsans/ptsans-400-italic-webfont.woff2 new file mode 100755 index 000000000..e1e9ffe7e Binary files /dev/null and b/public/fonts/ptsans/ptsans-400-italic-webfont.woff2 differ diff --git a/public/fonts/ptsans/ptsans-400-webfont.ttf b/public/fonts/ptsans/ptsans-400-webfont.ttf new file mode 100755 index 000000000..48bb90fbd Binary files /dev/null and b/public/fonts/ptsans/ptsans-400-webfont.ttf differ diff --git a/public/fonts/ptsans/ptsans-400-webfont.woff b/public/fonts/ptsans/ptsans-400-webfont.woff new file mode 100755 index 000000000..811cb5570 Binary files /dev/null and b/public/fonts/ptsans/ptsans-400-webfont.woff differ diff --git a/public/fonts/ptsans/ptsans-400-webfont.woff2 b/public/fonts/ptsans/ptsans-400-webfont.woff2 new file mode 100755 index 000000000..e93c82198 Binary files /dev/null and b/public/fonts/ptsans/ptsans-400-webfont.woff2 differ diff --git a/public/fonts/ptsans/ptsans-700-italic-webfont.ttf b/public/fonts/ptsans/ptsans-700-italic-webfont.ttf new file mode 100755 index 000000000..fbd48b23f Binary files /dev/null and b/public/fonts/ptsans/ptsans-700-italic-webfont.ttf differ diff --git a/public/fonts/ptsans/ptsans-700-italic-webfont.woff b/public/fonts/ptsans/ptsans-700-italic-webfont.woff new file mode 100755 index 000000000..696b5823e Binary files /dev/null and b/public/fonts/ptsans/ptsans-700-italic-webfont.woff differ diff --git a/public/fonts/ptsans/ptsans-700-italic-webfont.woff2 b/public/fonts/ptsans/ptsans-700-italic-webfont.woff2 new file mode 100755 index 000000000..6f7da5cc5 Binary files /dev/null and b/public/fonts/ptsans/ptsans-700-italic-webfont.woff2 differ diff --git a/public/fonts/ptsans/ptsans-700-webfont.ttf b/public/fonts/ptsans/ptsans-700-webfont.ttf new file mode 100755 index 000000000..c7770900a Binary files /dev/null and b/public/fonts/ptsans/ptsans-700-webfont.ttf differ diff --git a/public/fonts/ptsans/ptsans-700-webfont.woff b/public/fonts/ptsans/ptsans-700-webfont.woff new file mode 100755 index 000000000..bf1e2a510 Binary files /dev/null and b/public/fonts/ptsans/ptsans-700-webfont.woff differ diff --git a/public/fonts/ptsans/ptsans-700-webfont.woff2 b/public/fonts/ptsans/ptsans-700-webfont.woff2 new file mode 100755 index 000000000..f21a31277 Binary files /dev/null and b/public/fonts/ptsans/ptsans-700-webfont.woff2 differ diff --git a/public/fonts/ptserif/ptserif-400-italic-webfont.ttf b/public/fonts/ptserif/ptserif-400-italic-webfont.ttf new file mode 100644 index 000000000..b690e2605 Binary files /dev/null and b/public/fonts/ptserif/ptserif-400-italic-webfont.ttf differ diff --git a/public/fonts/ptserif/ptserif-400-italic-webfont.woff b/public/fonts/ptserif/ptserif-400-italic-webfont.woff new file mode 100644 index 000000000..a2207b527 Binary files /dev/null and b/public/fonts/ptserif/ptserif-400-italic-webfont.woff differ diff --git a/public/fonts/ptserif/ptserif-400-italic-webfont.woff2 b/public/fonts/ptserif/ptserif-400-italic-webfont.woff2 new file mode 100644 index 000000000..28b18c917 Binary files /dev/null and b/public/fonts/ptserif/ptserif-400-italic-webfont.woff2 differ diff --git a/public/fonts/ptserif/ptserif-400-webfont.ttf b/public/fonts/ptserif/ptserif-400-webfont.ttf new file mode 100644 index 000000000..5310691a9 Binary files /dev/null and b/public/fonts/ptserif/ptserif-400-webfont.ttf differ diff --git a/public/fonts/ptserif/ptserif-400-webfont.woff b/public/fonts/ptserif/ptserif-400-webfont.woff new file mode 100644 index 000000000..82b77169e Binary files /dev/null and b/public/fonts/ptserif/ptserif-400-webfont.woff differ diff --git a/public/fonts/ptserif/ptserif-400-webfont.woff2 b/public/fonts/ptserif/ptserif-400-webfont.woff2 new file mode 100644 index 000000000..eb920a6c9 Binary files /dev/null and b/public/fonts/ptserif/ptserif-400-webfont.woff2 differ diff --git a/public/fonts/ptserif/ptserif-700-italic-webfont.ttf b/public/fonts/ptserif/ptserif-700-italic-webfont.ttf new file mode 100644 index 000000000..49d504b59 Binary files /dev/null and b/public/fonts/ptserif/ptserif-700-italic-webfont.ttf differ diff --git a/public/fonts/ptserif/ptserif-700-italic-webfont.woff b/public/fonts/ptserif/ptserif-700-italic-webfont.woff new file mode 100644 index 000000000..ca1b466c4 Binary files /dev/null and b/public/fonts/ptserif/ptserif-700-italic-webfont.woff differ diff --git a/public/fonts/ptserif/ptserif-700-italic-webfont.woff2 b/public/fonts/ptserif/ptserif-700-italic-webfont.woff2 new file mode 100644 index 000000000..8866258ed Binary files /dev/null and b/public/fonts/ptserif/ptserif-700-italic-webfont.woff2 differ diff --git a/public/fonts/ptserif/ptserif-700-webfont.ttf b/public/fonts/ptserif/ptserif-700-webfont.ttf new file mode 100644 index 000000000..0483e59fa Binary files /dev/null and b/public/fonts/ptserif/ptserif-700-webfont.ttf differ diff --git a/public/fonts/ptserif/ptserif-700-webfont.woff b/public/fonts/ptserif/ptserif-700-webfont.woff new file mode 100644 index 000000000..4b9b3377f Binary files /dev/null and b/public/fonts/ptserif/ptserif-700-webfont.woff differ diff --git a/public/fonts/ptserif/ptserif-700-webfont.woff2 b/public/fonts/ptserif/ptserif-700-webfont.woff2 new file mode 100644 index 000000000..8b970e18a Binary files /dev/null and b/public/fonts/ptserif/ptserif-700-webfont.woff2 differ diff --git a/public/fonts/raleway/raleway-100-italic.ttf b/public/fonts/raleway/raleway-100-italic.ttf new file mode 100644 index 000000000..38008b9af Binary files /dev/null and b/public/fonts/raleway/raleway-100-italic.ttf differ diff --git a/public/fonts/raleway/raleway-100-webfont.woff b/public/fonts/raleway/raleway-100-webfont.woff new file mode 100755 index 000000000..1c75e168e Binary files /dev/null and b/public/fonts/raleway/raleway-100-webfont.woff differ diff --git a/public/fonts/raleway/raleway-100-webfont.woff2 b/public/fonts/raleway/raleway-100-webfont.woff2 new file mode 100755 index 000000000..919836735 Binary files /dev/null and b/public/fonts/raleway/raleway-100-webfont.woff2 differ diff --git a/public/fonts/raleway/raleway-100.ttf b/public/fonts/raleway/raleway-100.ttf new file mode 100644 index 000000000..a497b98a8 Binary files /dev/null and b/public/fonts/raleway/raleway-100.ttf differ diff --git a/public/fonts/raleway/raleway-200-italic.ttf b/public/fonts/raleway/raleway-200-italic.ttf new file mode 100644 index 000000000..3d07c1e7a Binary files /dev/null and b/public/fonts/raleway/raleway-200-italic.ttf differ diff --git a/public/fonts/raleway/raleway-200-webfont.woff b/public/fonts/raleway/raleway-200-webfont.woff new file mode 100755 index 000000000..5c5b78654 Binary files /dev/null and b/public/fonts/raleway/raleway-200-webfont.woff differ diff --git a/public/fonts/raleway/raleway-200-webfont.woff2 b/public/fonts/raleway/raleway-200-webfont.woff2 new file mode 100755 index 000000000..20ef22c14 Binary files /dev/null and b/public/fonts/raleway/raleway-200-webfont.woff2 differ diff --git a/public/fonts/raleway/raleway-200.ttf b/public/fonts/raleway/raleway-200.ttf new file mode 100644 index 000000000..7611e96c3 Binary files /dev/null and b/public/fonts/raleway/raleway-200.ttf differ diff --git a/public/fonts/raleway/raleway-300-italic-webfont.woff b/public/fonts/raleway/raleway-300-italic-webfont.woff new file mode 100755 index 000000000..7285c87e3 Binary files /dev/null and b/public/fonts/raleway/raleway-300-italic-webfont.woff differ diff --git a/public/fonts/raleway/raleway-300-italic-webfont.woff2 b/public/fonts/raleway/raleway-300-italic-webfont.woff2 new file mode 100755 index 000000000..b445a8fcb Binary files /dev/null and b/public/fonts/raleway/raleway-300-italic-webfont.woff2 differ diff --git a/public/fonts/raleway/raleway-300-italic.ttf b/public/fonts/raleway/raleway-300-italic.ttf new file mode 100644 index 000000000..7ba0de815 Binary files /dev/null and b/public/fonts/raleway/raleway-300-italic.ttf differ diff --git a/public/fonts/raleway/raleway-300-webfont.ttf b/public/fonts/raleway/raleway-300-webfont.ttf new file mode 100644 index 000000000..91aa0c701 Binary files /dev/null and b/public/fonts/raleway/raleway-300-webfont.ttf differ diff --git a/public/fonts/raleway/raleway-300-webfont.woff b/public/fonts/raleway/raleway-300-webfont.woff new file mode 100755 index 000000000..71c2851af Binary files /dev/null and b/public/fonts/raleway/raleway-300-webfont.woff differ diff --git a/public/fonts/raleway/raleway-300-webfont.woff2 b/public/fonts/raleway/raleway-300-webfont.woff2 new file mode 100755 index 000000000..ba0683073 Binary files /dev/null and b/public/fonts/raleway/raleway-300-webfont.woff2 differ diff --git a/public/fonts/raleway/raleway-400-italic-webfont.woff b/public/fonts/raleway/raleway-400-italic-webfont.woff new file mode 100755 index 000000000..6bc15540a Binary files /dev/null and b/public/fonts/raleway/raleway-400-italic-webfont.woff differ diff --git a/public/fonts/raleway/raleway-400-italic-webfont.woff2 b/public/fonts/raleway/raleway-400-italic-webfont.woff2 new file mode 100755 index 000000000..5f7fae5b9 Binary files /dev/null and b/public/fonts/raleway/raleway-400-italic-webfont.woff2 differ diff --git a/public/fonts/raleway/raleway-400-italic.ttf b/public/fonts/raleway/raleway-400-italic.ttf new file mode 100644 index 000000000..237d88d90 Binary files /dev/null and b/public/fonts/raleway/raleway-400-italic.ttf differ diff --git a/public/fonts/raleway/raleway-400-webfont.woff b/public/fonts/raleway/raleway-400-webfont.woff new file mode 100755 index 000000000..ba8ed371c Binary files /dev/null and b/public/fonts/raleway/raleway-400-webfont.woff differ diff --git a/public/fonts/raleway/raleway-400-webfont.woff2 b/public/fonts/raleway/raleway-400-webfont.woff2 new file mode 100755 index 000000000..02391a106 Binary files /dev/null and b/public/fonts/raleway/raleway-400-webfont.woff2 differ diff --git a/public/fonts/raleway/raleway-400.ttf b/public/fonts/raleway/raleway-400.ttf new file mode 100644 index 000000000..252cad14a Binary files /dev/null and b/public/fonts/raleway/raleway-400.ttf differ diff --git a/public/fonts/raleway/raleway-500-italic-webfont.woff b/public/fonts/raleway/raleway-500-italic-webfont.woff new file mode 100755 index 000000000..fa34597b4 Binary files /dev/null and b/public/fonts/raleway/raleway-500-italic-webfont.woff differ diff --git a/public/fonts/raleway/raleway-500-italic-webfont.woff2 b/public/fonts/raleway/raleway-500-italic-webfont.woff2 new file mode 100755 index 000000000..886dcf8eb Binary files /dev/null and b/public/fonts/raleway/raleway-500-italic-webfont.woff2 differ diff --git a/public/fonts/raleway/raleway-500-italic.ttf b/public/fonts/raleway/raleway-500-italic.ttf new file mode 100644 index 000000000..43ed49a19 Binary files /dev/null and b/public/fonts/raleway/raleway-500-italic.ttf differ diff --git a/public/fonts/raleway/raleway-500-webfont.ttf b/public/fonts/raleway/raleway-500-webfont.ttf new file mode 100644 index 000000000..7a71a6ff0 Binary files /dev/null and b/public/fonts/raleway/raleway-500-webfont.ttf differ diff --git a/public/fonts/raleway/raleway-500-webfont.woff b/public/fonts/raleway/raleway-500-webfont.woff new file mode 100755 index 000000000..14750aa3e Binary files /dev/null and b/public/fonts/raleway/raleway-500-webfont.woff differ diff --git a/public/fonts/raleway/raleway-500-webfont.woff2 b/public/fonts/raleway/raleway-500-webfont.woff2 new file mode 100755 index 000000000..5a8649eee Binary files /dev/null and b/public/fonts/raleway/raleway-500-webfont.woff2 differ diff --git a/public/fonts/raleway/raleway-600-italic-webfont.woff b/public/fonts/raleway/raleway-600-italic-webfont.woff new file mode 100755 index 000000000..24ad3f6a2 Binary files /dev/null and b/public/fonts/raleway/raleway-600-italic-webfont.woff differ diff --git a/public/fonts/raleway/raleway-600-italic-webfont.woff2 b/public/fonts/raleway/raleway-600-italic-webfont.woff2 new file mode 100755 index 000000000..babef953e Binary files /dev/null and b/public/fonts/raleway/raleway-600-italic-webfont.woff2 differ diff --git a/public/fonts/raleway/raleway-600-italic.ttf b/public/fonts/raleway/raleway-600-italic.ttf new file mode 100644 index 000000000..36b795154 Binary files /dev/null and b/public/fonts/raleway/raleway-600-italic.ttf differ diff --git a/public/fonts/raleway/raleway-600-webfont.ttf b/public/fonts/raleway/raleway-600-webfont.ttf new file mode 100644 index 000000000..ed0a8b994 Binary files /dev/null and b/public/fonts/raleway/raleway-600-webfont.ttf differ diff --git a/public/fonts/raleway/raleway-600-webfont.woff b/public/fonts/raleway/raleway-600-webfont.woff new file mode 100755 index 000000000..c0f3e9683 Binary files /dev/null and b/public/fonts/raleway/raleway-600-webfont.woff differ diff --git a/public/fonts/raleway/raleway-600-webfont.woff2 b/public/fonts/raleway/raleway-600-webfont.woff2 new file mode 100755 index 000000000..ac7d7bddc Binary files /dev/null and b/public/fonts/raleway/raleway-600-webfont.woff2 differ diff --git a/public/fonts/raleway/raleway-700-italic-webfont.ttf b/public/fonts/raleway/raleway-700-italic-webfont.ttf new file mode 100644 index 000000000..eac54e782 Binary files /dev/null and b/public/fonts/raleway/raleway-700-italic-webfont.ttf differ diff --git a/public/fonts/raleway/raleway-700-italic-webfont.woff b/public/fonts/raleway/raleway-700-italic-webfont.woff new file mode 100755 index 000000000..8683d6c38 Binary files /dev/null and b/public/fonts/raleway/raleway-700-italic-webfont.woff differ diff --git a/public/fonts/raleway/raleway-700-italic-webfont.woff2 b/public/fonts/raleway/raleway-700-italic-webfont.woff2 new file mode 100755 index 000000000..a6951521f Binary files /dev/null and b/public/fonts/raleway/raleway-700-italic-webfont.woff2 differ diff --git a/public/fonts/raleway/raleway-700-webfont.ttf b/public/fonts/raleway/raleway-700-webfont.ttf new file mode 100644 index 000000000..38c099cc8 Binary files /dev/null and b/public/fonts/raleway/raleway-700-webfont.ttf differ diff --git a/public/fonts/raleway/raleway-700-webfont.woff b/public/fonts/raleway/raleway-700-webfont.woff new file mode 100755 index 000000000..f98ddd5ad Binary files /dev/null and b/public/fonts/raleway/raleway-700-webfont.woff differ diff --git a/public/fonts/raleway/raleway-700-webfont.woff2 b/public/fonts/raleway/raleway-700-webfont.woff2 new file mode 100755 index 000000000..26eb6e9d1 Binary files /dev/null and b/public/fonts/raleway/raleway-700-webfont.woff2 differ diff --git a/public/fonts/raleway/raleway-800-italic-webfont.ttf b/public/fonts/raleway/raleway-800-italic-webfont.ttf new file mode 100644 index 000000000..09e0243fe Binary files /dev/null and b/public/fonts/raleway/raleway-800-italic-webfont.ttf differ diff --git a/public/fonts/raleway/raleway-800-italic-webfont.woff b/public/fonts/raleway/raleway-800-italic-webfont.woff new file mode 100755 index 000000000..645cc39ca Binary files /dev/null and b/public/fonts/raleway/raleway-800-italic-webfont.woff differ diff --git a/public/fonts/raleway/raleway-800-italic-webfont.woff2 b/public/fonts/raleway/raleway-800-italic-webfont.woff2 new file mode 100755 index 000000000..79eeb9d92 Binary files /dev/null and b/public/fonts/raleway/raleway-800-italic-webfont.woff2 differ diff --git a/public/fonts/raleway/raleway-800-webfont.ttf b/public/fonts/raleway/raleway-800-webfont.ttf new file mode 100644 index 000000000..502ff8638 Binary files /dev/null and b/public/fonts/raleway/raleway-800-webfont.ttf differ diff --git a/public/fonts/raleway/raleway-800-webfont.woff b/public/fonts/raleway/raleway-800-webfont.woff new file mode 100755 index 000000000..868d6b572 Binary files /dev/null and b/public/fonts/raleway/raleway-800-webfont.woff differ diff --git a/public/fonts/raleway/raleway-800-webfont.woff2 b/public/fonts/raleway/raleway-800-webfont.woff2 new file mode 100755 index 000000000..63d8777fe Binary files /dev/null and b/public/fonts/raleway/raleway-800-webfont.woff2 differ diff --git a/public/fonts/raleway/raleway-900-italic-webfont.ttf b/public/fonts/raleway/raleway-900-italic-webfont.ttf new file mode 100644 index 000000000..2b2e65c00 Binary files /dev/null and b/public/fonts/raleway/raleway-900-italic-webfont.ttf differ diff --git a/public/fonts/raleway/raleway-900-italic-webfont.woff b/public/fonts/raleway/raleway-900-italic-webfont.woff new file mode 100755 index 000000000..22121a326 Binary files /dev/null and b/public/fonts/raleway/raleway-900-italic-webfont.woff differ diff --git a/public/fonts/raleway/raleway-900-italic-webfont.woff2 b/public/fonts/raleway/raleway-900-italic-webfont.woff2 new file mode 100755 index 000000000..e97308a11 Binary files /dev/null and b/public/fonts/raleway/raleway-900-italic-webfont.woff2 differ diff --git a/public/fonts/raleway/raleway-900-webfont.ttf b/public/fonts/raleway/raleway-900-webfont.ttf new file mode 100644 index 000000000..6805f4f58 Binary files /dev/null and b/public/fonts/raleway/raleway-900-webfont.ttf differ diff --git a/public/fonts/raleway/raleway-900-webfont.woff b/public/fonts/raleway/raleway-900-webfont.woff new file mode 100755 index 000000000..df49d884e Binary files /dev/null and b/public/fonts/raleway/raleway-900-webfont.woff differ diff --git a/public/fonts/raleway/raleway-900-webfont.woff2 b/public/fonts/raleway/raleway-900-webfont.woff2 new file mode 100755 index 000000000..d260362d6 Binary files /dev/null and b/public/fonts/raleway/raleway-900-webfont.woff2 differ diff --git a/public/fonts/roboto/roboto-100-italic-webfont.ttf b/public/fonts/roboto/roboto-100-italic-webfont.ttf new file mode 100644 index 000000000..07172ff66 Binary files /dev/null and b/public/fonts/roboto/roboto-100-italic-webfont.ttf differ diff --git a/public/fonts/roboto/roboto-100-italic-webfont.woff b/public/fonts/roboto/roboto-100-italic-webfont.woff new file mode 100755 index 000000000..5eb1eaf92 Binary files /dev/null and b/public/fonts/roboto/roboto-100-italic-webfont.woff differ diff --git a/public/fonts/roboto/roboto-100-italic-webfont.woff2 b/public/fonts/roboto/roboto-100-italic-webfont.woff2 new file mode 100755 index 000000000..c4f190dd6 Binary files /dev/null and b/public/fonts/roboto/roboto-100-italic-webfont.woff2 differ diff --git a/public/fonts/roboto/roboto-100-webfont.ttf b/public/fonts/roboto/roboto-100-webfont.ttf new file mode 100644 index 000000000..d69555029 Binary files /dev/null and b/public/fonts/roboto/roboto-100-webfont.ttf differ diff --git a/public/fonts/roboto/roboto-100-webfont.woff b/public/fonts/roboto/roboto-100-webfont.woff new file mode 100755 index 000000000..c25a8964d Binary files /dev/null and b/public/fonts/roboto/roboto-100-webfont.woff differ diff --git a/public/fonts/roboto/roboto-100-webfont.woff2 b/public/fonts/roboto/roboto-100-webfont.woff2 new file mode 100755 index 000000000..1fe93b06c Binary files /dev/null and b/public/fonts/roboto/roboto-100-webfont.woff2 differ diff --git a/public/fonts/roboto/roboto-300-italic-webfont.ttf b/public/fonts/roboto/roboto-300-italic-webfont.ttf new file mode 100644 index 000000000..04cc00230 Binary files /dev/null and b/public/fonts/roboto/roboto-300-italic-webfont.ttf differ diff --git a/public/fonts/roboto/roboto-300-italic-webfont.woff b/public/fonts/roboto/roboto-300-italic-webfont.woff new file mode 100755 index 000000000..ab8c0aab2 Binary files /dev/null and b/public/fonts/roboto/roboto-300-italic-webfont.woff differ diff --git a/public/fonts/roboto/roboto-300-italic-webfont.woff2 b/public/fonts/roboto/roboto-300-italic-webfont.woff2 new file mode 100755 index 000000000..71cef8cb1 Binary files /dev/null and b/public/fonts/roboto/roboto-300-italic-webfont.woff2 differ diff --git a/public/fonts/roboto/roboto-300-webfont.ttf b/public/fonts/roboto/roboto-300-webfont.ttf new file mode 100644 index 000000000..94c6bcc67 Binary files /dev/null and b/public/fonts/roboto/roboto-300-webfont.ttf differ diff --git a/public/fonts/roboto/roboto-300-webfont.woff b/public/fonts/roboto/roboto-300-webfont.woff new file mode 100755 index 000000000..8474c9c17 Binary files /dev/null and b/public/fonts/roboto/roboto-300-webfont.woff differ diff --git a/public/fonts/roboto/roboto-300-webfont.woff2 b/public/fonts/roboto/roboto-300-webfont.woff2 new file mode 100755 index 000000000..792ad6476 Binary files /dev/null and b/public/fonts/roboto/roboto-300-webfont.woff2 differ diff --git a/public/fonts/roboto/roboto-400-italic-webfont.ttf b/public/fonts/roboto/roboto-400-italic-webfont.ttf new file mode 100644 index 000000000..ff6046d5b Binary files /dev/null and b/public/fonts/roboto/roboto-400-italic-webfont.ttf differ diff --git a/public/fonts/roboto/roboto-400-italic-webfont.woff b/public/fonts/roboto/roboto-400-italic-webfont.woff new file mode 100755 index 000000000..7f70dafdb Binary files /dev/null and b/public/fonts/roboto/roboto-400-italic-webfont.woff differ diff --git a/public/fonts/roboto/roboto-400-italic-webfont.woff2 b/public/fonts/roboto/roboto-400-italic-webfont.woff2 new file mode 100755 index 000000000..534ae98d5 Binary files /dev/null and b/public/fonts/roboto/roboto-400-italic-webfont.woff2 differ diff --git a/public/fonts/roboto/roboto-400-webfont.ttf b/public/fonts/roboto/roboto-400-webfont.ttf new file mode 100644 index 000000000..8c082c8de Binary files /dev/null and b/public/fonts/roboto/roboto-400-webfont.ttf differ diff --git a/public/fonts/roboto/roboto-400-webfont.woff b/public/fonts/roboto/roboto-400-webfont.woff new file mode 100755 index 000000000..83317250c Binary files /dev/null and b/public/fonts/roboto/roboto-400-webfont.woff differ diff --git a/public/fonts/roboto/roboto-400-webfont.woff2 b/public/fonts/roboto/roboto-400-webfont.woff2 new file mode 100755 index 000000000..e078eb412 Binary files /dev/null and b/public/fonts/roboto/roboto-400-webfont.woff2 differ diff --git a/public/fonts/roboto/roboto-500-italic-webfont.ttf b/public/fonts/roboto/roboto-500-italic-webfont.ttf new file mode 100644 index 000000000..dc743f0a6 Binary files /dev/null and b/public/fonts/roboto/roboto-500-italic-webfont.ttf differ diff --git a/public/fonts/roboto/roboto-500-italic-webfont.woff b/public/fonts/roboto/roboto-500-italic-webfont.woff new file mode 100755 index 000000000..3e90a88a1 Binary files /dev/null and b/public/fonts/roboto/roboto-500-italic-webfont.woff differ diff --git a/public/fonts/roboto/roboto-500-italic-webfont.woff2 b/public/fonts/roboto/roboto-500-italic-webfont.woff2 new file mode 100755 index 000000000..d766cd0f5 Binary files /dev/null and b/public/fonts/roboto/roboto-500-italic-webfont.woff2 differ diff --git a/public/fonts/roboto/roboto-500-webfont.ttf b/public/fonts/roboto/roboto-500-webfont.ttf new file mode 100644 index 000000000..39c63d746 Binary files /dev/null and b/public/fonts/roboto/roboto-500-webfont.ttf differ diff --git a/public/fonts/roboto/roboto-500-webfont.woff b/public/fonts/roboto/roboto-500-webfont.woff new file mode 100755 index 000000000..6c0634c80 Binary files /dev/null and b/public/fonts/roboto/roboto-500-webfont.woff differ diff --git a/public/fonts/roboto/roboto-500-webfont.woff2 b/public/fonts/roboto/roboto-500-webfont.woff2 new file mode 100755 index 000000000..da4ce851b Binary files /dev/null and b/public/fonts/roboto/roboto-500-webfont.woff2 differ diff --git a/public/fonts/roboto/roboto-700-italic-webfont.ttf b/public/fonts/roboto/roboto-700-italic-webfont.ttf new file mode 100644 index 000000000..3c9a7a373 Binary files /dev/null and b/public/fonts/roboto/roboto-700-italic-webfont.ttf differ diff --git a/public/fonts/roboto/roboto-700-italic-webfont.woff b/public/fonts/roboto/roboto-700-italic-webfont.woff new file mode 100755 index 000000000..c6bbbf1cf Binary files /dev/null and b/public/fonts/roboto/roboto-700-italic-webfont.woff differ diff --git a/public/fonts/roboto/roboto-700-italic-webfont.woff2 b/public/fonts/roboto/roboto-700-italic-webfont.woff2 new file mode 100755 index 000000000..4cba90329 Binary files /dev/null and b/public/fonts/roboto/roboto-700-italic-webfont.woff2 differ diff --git a/public/fonts/roboto/roboto-700-webfont.ttf b/public/fonts/roboto/roboto-700-webfont.ttf new file mode 100644 index 000000000..a355c27cd Binary files /dev/null and b/public/fonts/roboto/roboto-700-webfont.ttf differ diff --git a/public/fonts/roboto/roboto-700-webfont.woff b/public/fonts/roboto/roboto-700-webfont.woff new file mode 100755 index 000000000..ea4c15a94 Binary files /dev/null and b/public/fonts/roboto/roboto-700-webfont.woff differ diff --git a/public/fonts/roboto/roboto-700-webfont.woff2 b/public/fonts/roboto/roboto-700-webfont.woff2 new file mode 100755 index 000000000..686e1f220 Binary files /dev/null and b/public/fonts/roboto/roboto-700-webfont.woff2 differ diff --git a/public/fonts/roboto/roboto-900-italic-webfont.ttf b/public/fonts/roboto/roboto-900-italic-webfont.ttf new file mode 100644 index 000000000..60f7782a2 Binary files /dev/null and b/public/fonts/roboto/roboto-900-italic-webfont.ttf differ diff --git a/public/fonts/roboto/roboto-900-italic-webfont.woff b/public/fonts/roboto/roboto-900-italic-webfont.woff new file mode 100755 index 000000000..2c9b530d6 Binary files /dev/null and b/public/fonts/roboto/roboto-900-italic-webfont.woff differ diff --git a/public/fonts/roboto/roboto-900-italic-webfont.woff2 b/public/fonts/roboto/roboto-900-italic-webfont.woff2 new file mode 100755 index 000000000..593d5322b Binary files /dev/null and b/public/fonts/roboto/roboto-900-italic-webfont.woff2 differ diff --git a/public/fonts/roboto/roboto-900-webfont.ttf b/public/fonts/roboto/roboto-900-webfont.ttf new file mode 100644 index 000000000..fbde625d4 Binary files /dev/null and b/public/fonts/roboto/roboto-900-webfont.ttf differ diff --git a/public/fonts/roboto/roboto-900-webfont.woff b/public/fonts/roboto/roboto-900-webfont.woff new file mode 100755 index 000000000..3b152bf0d Binary files /dev/null and b/public/fonts/roboto/roboto-900-webfont.woff differ diff --git a/public/fonts/roboto/roboto-900-webfont.woff2 b/public/fonts/roboto/roboto-900-webfont.woff2 new file mode 100755 index 000000000..6de2a6c80 Binary files /dev/null and b/public/fonts/roboto/roboto-900-webfont.woff2 differ diff --git a/public/fonts/robotomono/robotomono-100-italic-webfont.ttf b/public/fonts/robotomono/robotomono-100-italic-webfont.ttf new file mode 100755 index 000000000..1404fdf31 Binary files /dev/null and b/public/fonts/robotomono/robotomono-100-italic-webfont.ttf differ diff --git a/public/fonts/robotomono/robotomono-100-italic-webfont.woff b/public/fonts/robotomono/robotomono-100-italic-webfont.woff new file mode 100755 index 000000000..5fdd2ef25 Binary files /dev/null and b/public/fonts/robotomono/robotomono-100-italic-webfont.woff differ diff --git a/public/fonts/robotomono/robotomono-100-italic-webfont.woff2 b/public/fonts/robotomono/robotomono-100-italic-webfont.woff2 new file mode 100755 index 000000000..67f5f9019 Binary files /dev/null and b/public/fonts/robotomono/robotomono-100-italic-webfont.woff2 differ diff --git a/public/fonts/robotomono/robotomono-100-webfont.ttf b/public/fonts/robotomono/robotomono-100-webfont.ttf new file mode 100755 index 000000000..8822c7501 Binary files /dev/null and b/public/fonts/robotomono/robotomono-100-webfont.ttf differ diff --git a/public/fonts/robotomono/robotomono-100-webfont.woff b/public/fonts/robotomono/robotomono-100-webfont.woff new file mode 100755 index 000000000..d0ded6e85 Binary files /dev/null and b/public/fonts/robotomono/robotomono-100-webfont.woff differ diff --git a/public/fonts/robotomono/robotomono-100-webfont.woff2 b/public/fonts/robotomono/robotomono-100-webfont.woff2 new file mode 100755 index 000000000..63f4bfe37 Binary files /dev/null and b/public/fonts/robotomono/robotomono-100-webfont.woff2 differ diff --git a/public/fonts/robotomono/robotomono-300-italic-webfont.ttf b/public/fonts/robotomono/robotomono-300-italic-webfont.ttf new file mode 100755 index 000000000..27662525f Binary files /dev/null and b/public/fonts/robotomono/robotomono-300-italic-webfont.ttf differ diff --git a/public/fonts/robotomono/robotomono-300-italic-webfont.woff b/public/fonts/robotomono/robotomono-300-italic-webfont.woff new file mode 100755 index 000000000..7ae567263 Binary files /dev/null and b/public/fonts/robotomono/robotomono-300-italic-webfont.woff differ diff --git a/public/fonts/robotomono/robotomono-300-italic-webfont.woff2 b/public/fonts/robotomono/robotomono-300-italic-webfont.woff2 new file mode 100755 index 000000000..234290767 Binary files /dev/null and b/public/fonts/robotomono/robotomono-300-italic-webfont.woff2 differ diff --git a/public/fonts/robotomono/robotomono-300-webfont.ttf b/public/fonts/robotomono/robotomono-300-webfont.ttf new file mode 100755 index 000000000..3dc1cdc8d Binary files /dev/null and b/public/fonts/robotomono/robotomono-300-webfont.ttf differ diff --git a/public/fonts/robotomono/robotomono-300-webfont.woff b/public/fonts/robotomono/robotomono-300-webfont.woff new file mode 100755 index 000000000..ec2369097 Binary files /dev/null and b/public/fonts/robotomono/robotomono-300-webfont.woff differ diff --git a/public/fonts/robotomono/robotomono-300-webfont.woff2 b/public/fonts/robotomono/robotomono-300-webfont.woff2 new file mode 100755 index 000000000..fc2e1c0fc Binary files /dev/null and b/public/fonts/robotomono/robotomono-300-webfont.woff2 differ diff --git a/public/fonts/robotomono/robotomono-400-italic-webfont.ttf b/public/fonts/robotomono/robotomono-400-italic-webfont.ttf new file mode 100755 index 000000000..61657dd6b Binary files /dev/null and b/public/fonts/robotomono/robotomono-400-italic-webfont.ttf differ diff --git a/public/fonts/robotomono/robotomono-400-italic-webfont.woff b/public/fonts/robotomono/robotomono-400-italic-webfont.woff new file mode 100755 index 000000000..51b2929c6 Binary files /dev/null and b/public/fonts/robotomono/robotomono-400-italic-webfont.woff differ diff --git a/public/fonts/robotomono/robotomono-400-italic-webfont.woff2 b/public/fonts/robotomono/robotomono-400-italic-webfont.woff2 new file mode 100755 index 000000000..1220b8ab8 Binary files /dev/null and b/public/fonts/robotomono/robotomono-400-italic-webfont.woff2 differ diff --git a/public/fonts/robotomono/robotomono-400-webfont.ttf b/public/fonts/robotomono/robotomono-400-webfont.ttf new file mode 100755 index 000000000..6fa1a7321 Binary files /dev/null and b/public/fonts/robotomono/robotomono-400-webfont.ttf differ diff --git a/public/fonts/robotomono/robotomono-400-webfont.woff b/public/fonts/robotomono/robotomono-400-webfont.woff new file mode 100755 index 000000000..6d75da26f Binary files /dev/null and b/public/fonts/robotomono/robotomono-400-webfont.woff differ diff --git a/public/fonts/robotomono/robotomono-400-webfont.woff2 b/public/fonts/robotomono/robotomono-400-webfont.woff2 new file mode 100755 index 000000000..f140a93f4 Binary files /dev/null and b/public/fonts/robotomono/robotomono-400-webfont.woff2 differ diff --git a/public/fonts/robotomono/robotomono-500-italic-webfont.ttf b/public/fonts/robotomono/robotomono-500-italic-webfont.ttf new file mode 100755 index 000000000..799953f9f Binary files /dev/null and b/public/fonts/robotomono/robotomono-500-italic-webfont.ttf differ diff --git a/public/fonts/robotomono/robotomono-500-italic-webfont.woff b/public/fonts/robotomono/robotomono-500-italic-webfont.woff new file mode 100755 index 000000000..79093423a Binary files /dev/null and b/public/fonts/robotomono/robotomono-500-italic-webfont.woff differ diff --git a/public/fonts/robotomono/robotomono-500-italic-webfont.woff2 b/public/fonts/robotomono/robotomono-500-italic-webfont.woff2 new file mode 100755 index 000000000..729d273af Binary files /dev/null and b/public/fonts/robotomono/robotomono-500-italic-webfont.woff2 differ diff --git a/public/fonts/robotomono/robotomono-500-webfont.ttf b/public/fonts/robotomono/robotomono-500-webfont.ttf new file mode 100755 index 000000000..5cae11a74 Binary files /dev/null and b/public/fonts/robotomono/robotomono-500-webfont.ttf differ diff --git a/public/fonts/robotomono/robotomono-500-webfont.woff b/public/fonts/robotomono/robotomono-500-webfont.woff new file mode 100755 index 000000000..dc7b1629b Binary files /dev/null and b/public/fonts/robotomono/robotomono-500-webfont.woff differ diff --git a/public/fonts/robotomono/robotomono-500-webfont.woff2 b/public/fonts/robotomono/robotomono-500-webfont.woff2 new file mode 100755 index 000000000..18e7eb652 Binary files /dev/null and b/public/fonts/robotomono/robotomono-500-webfont.woff2 differ diff --git a/public/fonts/robotomono/robotomono-700-italic-webfont.ttf b/public/fonts/robotomono/robotomono-700-italic-webfont.ttf new file mode 100755 index 000000000..e9a732b94 Binary files /dev/null and b/public/fonts/robotomono/robotomono-700-italic-webfont.ttf differ diff --git a/public/fonts/robotomono/robotomono-700-italic-webfont.woff b/public/fonts/robotomono/robotomono-700-italic-webfont.woff new file mode 100755 index 000000000..602c65407 Binary files /dev/null and b/public/fonts/robotomono/robotomono-700-italic-webfont.woff differ diff --git a/public/fonts/robotomono/robotomono-700-italic-webfont.woff2 b/public/fonts/robotomono/robotomono-700-italic-webfont.woff2 new file mode 100755 index 000000000..fd9da04b4 Binary files /dev/null and b/public/fonts/robotomono/robotomono-700-italic-webfont.woff2 differ diff --git a/public/fonts/robotomono/robotomono-700-webfont.ttf b/public/fonts/robotomono/robotomono-700-webfont.ttf new file mode 100755 index 000000000..3eb19c068 Binary files /dev/null and b/public/fonts/robotomono/robotomono-700-webfont.ttf differ diff --git a/public/fonts/robotomono/robotomono-700-webfont.woff b/public/fonts/robotomono/robotomono-700-webfont.woff new file mode 100755 index 000000000..5280b1a8c Binary files /dev/null and b/public/fonts/robotomono/robotomono-700-webfont.woff differ diff --git a/public/fonts/robotomono/robotomono-700-webfont.woff2 b/public/fonts/robotomono/robotomono-700-webfont.woff2 new file mode 100755 index 000000000..d152dcb0a Binary files /dev/null and b/public/fonts/robotomono/robotomono-700-webfont.woff2 differ diff --git a/public/fonts/robotoslab/robotoslab-100-webfont.ttf b/public/fonts/robotoslab/robotoslab-100-webfont.ttf new file mode 100755 index 000000000..9b684693c Binary files /dev/null and b/public/fonts/robotoslab/robotoslab-100-webfont.ttf differ diff --git a/public/fonts/robotoslab/robotoslab-100-webfont.woff b/public/fonts/robotoslab/robotoslab-100-webfont.woff new file mode 100755 index 000000000..b7d81a4fa Binary files /dev/null and b/public/fonts/robotoslab/robotoslab-100-webfont.woff differ diff --git a/public/fonts/robotoslab/robotoslab-100-webfont.woff2 b/public/fonts/robotoslab/robotoslab-100-webfont.woff2 new file mode 100755 index 000000000..c9778e62e Binary files /dev/null and b/public/fonts/robotoslab/robotoslab-100-webfont.woff2 differ diff --git a/public/fonts/robotoslab/robotoslab-300-webfont.ttf b/public/fonts/robotoslab/robotoslab-300-webfont.ttf new file mode 100755 index 000000000..f16c878d8 Binary files /dev/null and b/public/fonts/robotoslab/robotoslab-300-webfont.ttf differ diff --git a/public/fonts/robotoslab/robotoslab-300-webfont.woff b/public/fonts/robotoslab/robotoslab-300-webfont.woff new file mode 100755 index 000000000..6d7e8748e Binary files /dev/null and b/public/fonts/robotoslab/robotoslab-300-webfont.woff differ diff --git a/public/fonts/robotoslab/robotoslab-300-webfont.woff2 b/public/fonts/robotoslab/robotoslab-300-webfont.woff2 new file mode 100755 index 000000000..f3dee27f0 Binary files /dev/null and b/public/fonts/robotoslab/robotoslab-300-webfont.woff2 differ diff --git a/public/fonts/robotoslab/robotoslab-400-webfont.ttf b/public/fonts/robotoslab/robotoslab-400-webfont.ttf new file mode 100755 index 000000000..2d9c1cd07 Binary files /dev/null and b/public/fonts/robotoslab/robotoslab-400-webfont.ttf differ diff --git a/public/fonts/robotoslab/robotoslab-400-webfont.woff b/public/fonts/robotoslab/robotoslab-400-webfont.woff new file mode 100755 index 000000000..1140417df Binary files /dev/null and b/public/fonts/robotoslab/robotoslab-400-webfont.woff differ diff --git a/public/fonts/robotoslab/robotoslab-400-webfont.woff2 b/public/fonts/robotoslab/robotoslab-400-webfont.woff2 new file mode 100755 index 000000000..d6e437805 Binary files /dev/null and b/public/fonts/robotoslab/robotoslab-400-webfont.woff2 differ diff --git a/public/fonts/robotoslab/robotoslab-700-webfont.ttf b/public/fonts/robotoslab/robotoslab-700-webfont.ttf new file mode 100755 index 000000000..3a25b98a1 Binary files /dev/null and b/public/fonts/robotoslab/robotoslab-700-webfont.ttf differ diff --git a/public/fonts/robotoslab/robotoslab-700-webfont.woff b/public/fonts/robotoslab/robotoslab-700-webfont.woff new file mode 100755 index 000000000..e0a88781f Binary files /dev/null and b/public/fonts/robotoslab/robotoslab-700-webfont.woff differ diff --git a/public/fonts/robotoslab/robotoslab-700-webfont.woff2 b/public/fonts/robotoslab/robotoslab-700-webfont.woff2 new file mode 100755 index 000000000..253e7a9b6 Binary files /dev/null and b/public/fonts/robotoslab/robotoslab-700-webfont.woff2 differ diff --git a/public/fonts/sourcecodepro/sourcecodepro-200-webfont.ttf b/public/fonts/sourcecodepro/sourcecodepro-200-webfont.ttf new file mode 100644 index 000000000..f409b711f Binary files /dev/null and b/public/fonts/sourcecodepro/sourcecodepro-200-webfont.ttf differ diff --git a/public/fonts/sourcecodepro/sourcecodepro-200-webfont.woff b/public/fonts/sourcecodepro/sourcecodepro-200-webfont.woff new file mode 100755 index 000000000..7169a104c Binary files /dev/null and b/public/fonts/sourcecodepro/sourcecodepro-200-webfont.woff differ diff --git a/public/fonts/sourcecodepro/sourcecodepro-200-webfont.woff2 b/public/fonts/sourcecodepro/sourcecodepro-200-webfont.woff2 new file mode 100644 index 000000000..1ce47e0d6 Binary files /dev/null and b/public/fonts/sourcecodepro/sourcecodepro-200-webfont.woff2 differ diff --git a/public/fonts/sourcecodepro/sourcecodepro-300-webfont.ttf b/public/fonts/sourcecodepro/sourcecodepro-300-webfont.ttf new file mode 100644 index 000000000..51eb9630f Binary files /dev/null and b/public/fonts/sourcecodepro/sourcecodepro-300-webfont.ttf differ diff --git a/public/fonts/sourcecodepro/sourcecodepro-300-webfont.woff b/public/fonts/sourcecodepro/sourcecodepro-300-webfont.woff new file mode 100755 index 000000000..c1f9fda98 Binary files /dev/null and b/public/fonts/sourcecodepro/sourcecodepro-300-webfont.woff differ diff --git a/public/fonts/sourcecodepro/sourcecodepro-300-webfont.woff2 b/public/fonts/sourcecodepro/sourcecodepro-300-webfont.woff2 new file mode 100644 index 000000000..b46547cf9 Binary files /dev/null and b/public/fonts/sourcecodepro/sourcecodepro-300-webfont.woff2 differ diff --git a/public/fonts/sourcecodepro/sourcecodepro-400-webfont.ttf b/public/fonts/sourcecodepro/sourcecodepro-400-webfont.ttf new file mode 100644 index 000000000..b2cff928e Binary files /dev/null and b/public/fonts/sourcecodepro/sourcecodepro-400-webfont.ttf differ diff --git a/public/fonts/sourcecodepro/sourcecodepro-400-webfont.woff b/public/fonts/sourcecodepro/sourcecodepro-400-webfont.woff new file mode 100755 index 000000000..c6548eb09 Binary files /dev/null and b/public/fonts/sourcecodepro/sourcecodepro-400-webfont.woff differ diff --git a/public/fonts/sourcecodepro/sourcecodepro-400-webfont.woff2 b/public/fonts/sourcecodepro/sourcecodepro-400-webfont.woff2 new file mode 100644 index 000000000..7a6937286 Binary files /dev/null and b/public/fonts/sourcecodepro/sourcecodepro-400-webfont.woff2 differ diff --git a/public/fonts/sourcecodepro/sourcecodepro-500-webfont.ttf b/public/fonts/sourcecodepro/sourcecodepro-500-webfont.ttf new file mode 100644 index 000000000..1ee45ebd5 Binary files /dev/null and b/public/fonts/sourcecodepro/sourcecodepro-500-webfont.ttf differ diff --git a/public/fonts/sourcecodepro/sourcecodepro-500-webfont.woff b/public/fonts/sourcecodepro/sourcecodepro-500-webfont.woff new file mode 100755 index 000000000..29c4cf02a Binary files /dev/null and b/public/fonts/sourcecodepro/sourcecodepro-500-webfont.woff differ diff --git a/public/fonts/sourcecodepro/sourcecodepro-500-webfont.woff2 b/public/fonts/sourcecodepro/sourcecodepro-500-webfont.woff2 new file mode 100644 index 000000000..fed4635d9 Binary files /dev/null and b/public/fonts/sourcecodepro/sourcecodepro-500-webfont.woff2 differ diff --git a/public/fonts/sourcecodepro/sourcecodepro-600-webfont.ttf b/public/fonts/sourcecodepro/sourcecodepro-600-webfont.ttf new file mode 100644 index 000000000..b425f9cee Binary files /dev/null and b/public/fonts/sourcecodepro/sourcecodepro-600-webfont.ttf differ diff --git a/public/fonts/sourcecodepro/sourcecodepro-600-webfont.woff b/public/fonts/sourcecodepro/sourcecodepro-600-webfont.woff new file mode 100755 index 000000000..1384ac401 Binary files /dev/null and b/public/fonts/sourcecodepro/sourcecodepro-600-webfont.woff differ diff --git a/public/fonts/sourcecodepro/sourcecodepro-600-webfont.woff2 b/public/fonts/sourcecodepro/sourcecodepro-600-webfont.woff2 new file mode 100644 index 000000000..d021d10ac Binary files /dev/null and b/public/fonts/sourcecodepro/sourcecodepro-600-webfont.woff2 differ diff --git a/public/fonts/sourcecodepro/sourcecodepro-700-webfont.ttf b/public/fonts/sourcecodepro/sourcecodepro-700-webfont.ttf new file mode 100644 index 000000000..a56f1fa5d Binary files /dev/null and b/public/fonts/sourcecodepro/sourcecodepro-700-webfont.ttf differ diff --git a/public/fonts/sourcecodepro/sourcecodepro-700-webfont.woff b/public/fonts/sourcecodepro/sourcecodepro-700-webfont.woff new file mode 100755 index 000000000..6f0d1c4fa Binary files /dev/null and b/public/fonts/sourcecodepro/sourcecodepro-700-webfont.woff differ diff --git a/public/fonts/sourcecodepro/sourcecodepro-700-webfont.woff2 b/public/fonts/sourcecodepro/sourcecodepro-700-webfont.woff2 new file mode 100644 index 000000000..93e00a9d1 Binary files /dev/null and b/public/fonts/sourcecodepro/sourcecodepro-700-webfont.woff2 differ diff --git a/public/fonts/sourcecodepro/sourcecodepro-900-webfont.ttf b/public/fonts/sourcecodepro/sourcecodepro-900-webfont.ttf new file mode 100644 index 000000000..ea73e60ee Binary files /dev/null and b/public/fonts/sourcecodepro/sourcecodepro-900-webfont.ttf differ diff --git a/public/fonts/sourcecodepro/sourcecodepro-900-webfont.woff b/public/fonts/sourcecodepro/sourcecodepro-900-webfont.woff new file mode 100755 index 000000000..4f2b26965 Binary files /dev/null and b/public/fonts/sourcecodepro/sourcecodepro-900-webfont.woff differ diff --git a/public/fonts/sourcecodepro/sourcecodepro-900-webfont.woff2 b/public/fonts/sourcecodepro/sourcecodepro-900-webfont.woff2 new file mode 100644 index 000000000..d4fb23d5a Binary files /dev/null and b/public/fonts/sourcecodepro/sourcecodepro-900-webfont.woff2 differ diff --git a/public/fonts/sourcesanspro/sourcesanspro-200-italic-webfont.ttf b/public/fonts/sourcesanspro/sourcesanspro-200-italic-webfont.ttf new file mode 100644 index 000000000..2c34f3b8d Binary files /dev/null and b/public/fonts/sourcesanspro/sourcesanspro-200-italic-webfont.ttf differ diff --git a/public/fonts/sourcesanspro/sourcesanspro-200-webfont.ttf b/public/fonts/sourcesanspro/sourcesanspro-200-webfont.ttf new file mode 100644 index 000000000..bb4176c6f Binary files /dev/null and b/public/fonts/sourcesanspro/sourcesanspro-200-webfont.ttf differ diff --git a/public/fonts/sourcesanspro/sourcesanspro-300-italic-webfont.ttf b/public/fonts/sourcesanspro/sourcesanspro-300-italic-webfont.ttf new file mode 100644 index 000000000..88a6778d2 Binary files /dev/null and b/public/fonts/sourcesanspro/sourcesanspro-300-italic-webfont.ttf differ diff --git a/public/fonts/sourcesanspro/sourcesanspro-300-webfont.ttf b/public/fonts/sourcesanspro/sourcesanspro-300-webfont.ttf new file mode 100644 index 000000000..5f64679f6 Binary files /dev/null and b/public/fonts/sourcesanspro/sourcesanspro-300-webfont.ttf differ diff --git a/public/fonts/sourcesanspro/sourcesanspro-400-italic-webfont.ttf b/public/fonts/sourcesanspro/sourcesanspro-400-italic-webfont.ttf new file mode 100644 index 000000000..e5a1a86e6 Binary files /dev/null and b/public/fonts/sourcesanspro/sourcesanspro-400-italic-webfont.ttf differ diff --git a/public/fonts/sourcesanspro/sourcesanspro-400-webfont.ttf b/public/fonts/sourcesanspro/sourcesanspro-400-webfont.ttf new file mode 100644 index 000000000..91e9ea575 Binary files /dev/null and b/public/fonts/sourcesanspro/sourcesanspro-400-webfont.ttf differ diff --git a/public/fonts/sourcesanspro/sourcesanspro-600-italic-webfont.ttf b/public/fonts/sourcesanspro/sourcesanspro-600-italic-webfont.ttf new file mode 100644 index 000000000..2c5ad3008 Binary files /dev/null and b/public/fonts/sourcesanspro/sourcesanspro-600-italic-webfont.ttf differ diff --git a/public/fonts/sourcesanspro/sourcesanspro-600-webfont.ttf b/public/fonts/sourcesanspro/sourcesanspro-600-webfont.ttf new file mode 100644 index 000000000..502059482 Binary files /dev/null and b/public/fonts/sourcesanspro/sourcesanspro-600-webfont.ttf differ diff --git a/public/fonts/sourcesanspro/sourcesanspro-700-italic-webfont.ttf b/public/fonts/sourcesanspro/sourcesanspro-700-italic-webfont.ttf new file mode 100644 index 000000000..d20dd0c5e Binary files /dev/null and b/public/fonts/sourcesanspro/sourcesanspro-700-italic-webfont.ttf differ diff --git a/public/fonts/sourcesanspro/sourcesanspro-700-webfont.ttf b/public/fonts/sourcesanspro/sourcesanspro-700-webfont.ttf new file mode 100644 index 000000000..50d81bdad Binary files /dev/null and b/public/fonts/sourcesanspro/sourcesanspro-700-webfont.ttf differ diff --git a/public/fonts/sourcesanspro/sourcesanspro-900-italic-webfont.ttf b/public/fonts/sourcesanspro/sourcesanspro-900-italic-webfont.ttf new file mode 100644 index 000000000..c719243c0 Binary files /dev/null and b/public/fonts/sourcesanspro/sourcesanspro-900-italic-webfont.ttf differ diff --git a/public/fonts/sourcesanspro/sourcesanspro-900-webfont.ttf b/public/fonts/sourcesanspro/sourcesanspro-900-webfont.ttf new file mode 100644 index 000000000..cb89a2d17 Binary files /dev/null and b/public/fonts/sourcesanspro/sourcesanspro-900-webfont.ttf differ diff --git a/public/fonts/sourceserifpro/sourceserifpro-400-webfont.ttf b/public/fonts/sourceserifpro/sourceserifpro-400-webfont.ttf new file mode 100644 index 000000000..7201a8890 Binary files /dev/null and b/public/fonts/sourceserifpro/sourceserifpro-400-webfont.ttf differ diff --git a/public/fonts/sourceserifpro/sourceserifpro-400-webfont.woff b/public/fonts/sourceserifpro/sourceserifpro-400-webfont.woff new file mode 100755 index 000000000..0725f4660 Binary files /dev/null and b/public/fonts/sourceserifpro/sourceserifpro-400-webfont.woff differ diff --git a/public/fonts/sourceserifpro/sourceserifpro-400-webfont.woff2 b/public/fonts/sourceserifpro/sourceserifpro-400-webfont.woff2 new file mode 100755 index 000000000..e503fda0b Binary files /dev/null and b/public/fonts/sourceserifpro/sourceserifpro-400-webfont.woff2 differ diff --git a/public/fonts/sourceserifpro/sourceserifpro-600-webfont.ttf b/public/fonts/sourceserifpro/sourceserifpro-600-webfont.ttf new file mode 100644 index 000000000..db2fc804b Binary files /dev/null and b/public/fonts/sourceserifpro/sourceserifpro-600-webfont.ttf differ diff --git a/public/fonts/sourceserifpro/sourceserifpro-600-webfont.woff b/public/fonts/sourceserifpro/sourceserifpro-600-webfont.woff new file mode 100644 index 000000000..9a7f5684b Binary files /dev/null and b/public/fonts/sourceserifpro/sourceserifpro-600-webfont.woff differ diff --git a/public/fonts/sourceserifpro/sourceserifpro-600-webfont.woff2 b/public/fonts/sourceserifpro/sourceserifpro-600-webfont.woff2 new file mode 100644 index 000000000..fd97a1433 Binary files /dev/null and b/public/fonts/sourceserifpro/sourceserifpro-600-webfont.woff2 differ diff --git a/public/fonts/sourceserifpro/sourceserifpro-700-webfont.ttf b/public/fonts/sourceserifpro/sourceserifpro-700-webfont.ttf new file mode 100644 index 000000000..ac7837fd9 Binary files /dev/null and b/public/fonts/sourceserifpro/sourceserifpro-700-webfont.ttf differ diff --git a/public/fonts/sourceserifpro/sourceserifpro-700-webfont.woff b/public/fonts/sourceserifpro/sourceserifpro-700-webfont.woff new file mode 100755 index 000000000..d4f26f28f Binary files /dev/null and b/public/fonts/sourceserifpro/sourceserifpro-700-webfont.woff differ diff --git a/public/fonts/sourceserifpro/sourceserifpro-700-webfont.woff2 b/public/fonts/sourceserifpro/sourceserifpro-700-webfont.woff2 new file mode 100755 index 000000000..26a3672a8 Binary files /dev/null and b/public/fonts/sourceserifpro/sourceserifpro-700-webfont.woff2 differ diff --git a/public/fonts/worksans/worksans-100-webfont.ttf b/public/fonts/worksans/worksans-100-webfont.ttf new file mode 100644 index 000000000..47a06ef1c Binary files /dev/null and b/public/fonts/worksans/worksans-100-webfont.ttf differ diff --git a/public/fonts/worksans/worksans-100-webfont.woff b/public/fonts/worksans/worksans-100-webfont.woff new file mode 100755 index 000000000..8436ce151 Binary files /dev/null and b/public/fonts/worksans/worksans-100-webfont.woff differ diff --git a/public/fonts/worksans/worksans-100-webfont.woff2 b/public/fonts/worksans/worksans-100-webfont.woff2 new file mode 100755 index 000000000..79839be9d Binary files /dev/null and b/public/fonts/worksans/worksans-100-webfont.woff2 differ diff --git a/public/fonts/worksans/worksans-200-webfont.ttf b/public/fonts/worksans/worksans-200-webfont.ttf new file mode 100644 index 000000000..3798fbece Binary files /dev/null and b/public/fonts/worksans/worksans-200-webfont.ttf differ diff --git a/public/fonts/worksans/worksans-200-webfont.woff b/public/fonts/worksans/worksans-200-webfont.woff new file mode 100755 index 000000000..1ebd6c655 Binary files /dev/null and b/public/fonts/worksans/worksans-200-webfont.woff differ diff --git a/public/fonts/worksans/worksans-200-webfont.woff2 b/public/fonts/worksans/worksans-200-webfont.woff2 new file mode 100755 index 000000000..791b8affe Binary files /dev/null and b/public/fonts/worksans/worksans-200-webfont.woff2 differ diff --git a/public/fonts/worksans/worksans-300-webfont.ttf b/public/fonts/worksans/worksans-300-webfont.ttf new file mode 100644 index 000000000..8b0322750 Binary files /dev/null and b/public/fonts/worksans/worksans-300-webfont.ttf differ diff --git a/public/fonts/worksans/worksans-300-webfont.woff b/public/fonts/worksans/worksans-300-webfont.woff new file mode 100755 index 000000000..083a2f04c Binary files /dev/null and b/public/fonts/worksans/worksans-300-webfont.woff differ diff --git a/public/fonts/worksans/worksans-300-webfont.woff2 b/public/fonts/worksans/worksans-300-webfont.woff2 new file mode 100755 index 000000000..7d99ab795 Binary files /dev/null and b/public/fonts/worksans/worksans-300-webfont.woff2 differ diff --git a/public/fonts/worksans/worksans-400-webfont.ttf b/public/fonts/worksans/worksans-400-webfont.ttf new file mode 100644 index 000000000..ba11a2de8 Binary files /dev/null and b/public/fonts/worksans/worksans-400-webfont.ttf differ diff --git a/public/fonts/worksans/worksans-400-webfont.woff b/public/fonts/worksans/worksans-400-webfont.woff new file mode 100755 index 000000000..32a9fd1ee Binary files /dev/null and b/public/fonts/worksans/worksans-400-webfont.woff differ diff --git a/public/fonts/worksans/worksans-400-webfont.woff2 b/public/fonts/worksans/worksans-400-webfont.woff2 new file mode 100755 index 000000000..eefe4c7d4 Binary files /dev/null and b/public/fonts/worksans/worksans-400-webfont.woff2 differ diff --git a/public/fonts/worksans/worksans-500-webfont.ttf b/public/fonts/worksans/worksans-500-webfont.ttf new file mode 100644 index 000000000..137cf564c Binary files /dev/null and b/public/fonts/worksans/worksans-500-webfont.ttf differ diff --git a/public/fonts/worksans/worksans-500-webfont.woff b/public/fonts/worksans/worksans-500-webfont.woff new file mode 100755 index 000000000..b8cfe2925 Binary files /dev/null and b/public/fonts/worksans/worksans-500-webfont.woff differ diff --git a/public/fonts/worksans/worksans-500-webfont.woff2 b/public/fonts/worksans/worksans-500-webfont.woff2 new file mode 100755 index 000000000..f0227fa82 Binary files /dev/null and b/public/fonts/worksans/worksans-500-webfont.woff2 differ diff --git a/public/fonts/worksans/worksans-600-webfont.ttf b/public/fonts/worksans/worksans-600-webfont.ttf new file mode 100644 index 000000000..5cefd7c6d Binary files /dev/null and b/public/fonts/worksans/worksans-600-webfont.ttf differ diff --git a/public/fonts/worksans/worksans-600-webfont.woff b/public/fonts/worksans/worksans-600-webfont.woff new file mode 100755 index 000000000..5a850817d Binary files /dev/null and b/public/fonts/worksans/worksans-600-webfont.woff differ diff --git a/public/fonts/worksans/worksans-600-webfont.woff2 b/public/fonts/worksans/worksans-600-webfont.woff2 new file mode 100755 index 000000000..f000872fb Binary files /dev/null and b/public/fonts/worksans/worksans-600-webfont.woff2 differ diff --git a/public/fonts/worksans/worksans-700-webfont.ttf b/public/fonts/worksans/worksans-700-webfont.ttf new file mode 100644 index 000000000..7718ada05 Binary files /dev/null and b/public/fonts/worksans/worksans-700-webfont.ttf differ diff --git a/public/fonts/worksans/worksans-700-webfont.woff b/public/fonts/worksans/worksans-700-webfont.woff new file mode 100755 index 000000000..886d04b6d Binary files /dev/null and b/public/fonts/worksans/worksans-700-webfont.woff differ diff --git a/public/fonts/worksans/worksans-700-webfont.woff2 b/public/fonts/worksans/worksans-700-webfont.woff2 new file mode 100755 index 000000000..7832809c7 Binary files /dev/null and b/public/fonts/worksans/worksans-700-webfont.woff2 differ diff --git a/public/fonts/worksans/worksans-800-webfont.ttf b/public/fonts/worksans/worksans-800-webfont.ttf new file mode 100644 index 000000000..e57109992 Binary files /dev/null and b/public/fonts/worksans/worksans-800-webfont.ttf differ diff --git a/public/fonts/worksans/worksans-800-webfont.woff b/public/fonts/worksans/worksans-800-webfont.woff new file mode 100755 index 000000000..1fbff7895 Binary files /dev/null and b/public/fonts/worksans/worksans-800-webfont.woff differ diff --git a/public/fonts/worksans/worksans-800-webfont.woff2 b/public/fonts/worksans/worksans-800-webfont.woff2 new file mode 100755 index 000000000..449bdbb1f Binary files /dev/null and b/public/fonts/worksans/worksans-800-webfont.woff2 differ diff --git a/public/fonts/worksans/worksans-900-webfont.ttf b/public/fonts/worksans/worksans-900-webfont.ttf new file mode 100644 index 000000000..3f972d176 Binary files /dev/null and b/public/fonts/worksans/worksans-900-webfont.ttf differ diff --git a/public/fonts/worksans/worksans-900-webfont.woff b/public/fonts/worksans/worksans-900-webfont.woff new file mode 100755 index 000000000..b8b823bec Binary files /dev/null and b/public/fonts/worksans/worksans-900-webfont.woff differ diff --git a/public/fonts/worksans/worksans-900-webfont.woff2 b/public/fonts/worksans/worksans-900-webfont.woff2 new file mode 100755 index 000000000..1697b78a6 Binary files /dev/null and b/public/fonts/worksans/worksans-900-webfont.woff2 differ diff --git a/public/functions/abslangurl/index.html b/public/functions/abslangurl/index.html new file mode 100644 index 000000000..193ceb17a --- /dev/null +++ b/public/functions/abslangurl/index.html @@ -0,0 +1,543 @@ + + + + +Hugo | abslangurl + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+
+

absLangURL

+ + + Last Updated: February 1, 2017 +
+
+ +
+
+ +
+
+
+
+ +
+ + + + + + + \ No newline at end of file diff --git a/public/functions/absurl/index.html b/public/functions/absurl/index.html new file mode 100644 index 000000000..28318c132 --- /dev/null +++ b/public/functions/absurl/index.html @@ -0,0 +1,546 @@ + + + + +Hugo | absurl + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+
+

absURL

+ + + Last Updated: February 1, 2017 +
+
+ +
+
+ +
+
+
+
+ +
+ + + + + + + \ No newline at end of file diff --git a/public/functions/add/index.html b/public/functions/add/index.html new file mode 100644 index 000000000..38ffe10b4 --- /dev/null +++ b/public/functions/add/index.html @@ -0,0 +1,546 @@ + + + + +Hugo | add + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+
+

add

+ + + Last Updated: February 1, 2017 +
+
+ +
+
+ +
+
+
+
+ +
+ + + + + + + \ No newline at end of file diff --git a/public/functions/after/index.html b/public/functions/after/index.html new file mode 100644 index 000000000..bda349d0a --- /dev/null +++ b/public/functions/after/index.html @@ -0,0 +1,546 @@ + + + + +Hugo | after + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+
+

after

+ + + Last Updated: February 1, 2017 +
+
+ +
+
+ +
+
+
+
+ +
+ + + + + + + \ No newline at end of file diff --git a/public/functions/apply/index.html b/public/functions/apply/index.html new file mode 100644 index 000000000..e9aea26da --- /dev/null +++ b/public/functions/apply/index.html @@ -0,0 +1,546 @@ + + + + +Hugo | apply + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+
+

apply

+ + + Last Updated: February 1, 2017 +
+
+ +
+
+ +
+
+
+
+ +
+ + + + + + + \ No newline at end of file diff --git a/public/functions/base64decode/index.html b/public/functions/base64decode/index.html new file mode 100644 index 000000000..fc4498d85 --- /dev/null +++ b/public/functions/base64decode/index.html @@ -0,0 +1,546 @@ + + + + +Hugo | base64decode + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+
+

base64Decode

+ + + Last Updated: February 1, 2017 +
+
+ +
+
+ +
+
+
+
+ +
+ + + + + + + \ No newline at end of file diff --git a/public/functions/base64encode/index.html b/public/functions/base64encode/index.html new file mode 100644 index 000000000..e5c07d8a6 --- /dev/null +++ b/public/functions/base64encode/index.html @@ -0,0 +1,546 @@ + + + + +Hugo | base64encode + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+
+

base64Encode

+ + + Last Updated: February 1, 2017 +
+
+ +
+
+ +
+
+
+
+ +
+ + + + + + + \ No newline at end of file diff --git a/public/functions/chomp/index.html b/public/functions/chomp/index.html new file mode 100644 index 000000000..927431e90 --- /dev/null +++ b/public/functions/chomp/index.html @@ -0,0 +1,546 @@ + + + + +Hugo | chomp + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+
+

chomp

+ + + Last Updated: February 1, 2017 +
+
+ +
+
+ +
+
+
+
+ +
+ + + + + + + \ No newline at end of file diff --git a/public/functions/countrunes/index.html b/public/functions/countrunes/index.html new file mode 100644 index 000000000..fd7e91220 --- /dev/null +++ b/public/functions/countrunes/index.html @@ -0,0 +1,546 @@ + + + + +Hugo | countrunes + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+
+

countrunes

+ + + Last Updated: February 1, 2017 +
+
+ +
+
+ +
+
+
+
+ +
+ + + + + + + \ No newline at end of file diff --git a/public/functions/countwords/index.html b/public/functions/countwords/index.html new file mode 100644 index 000000000..0665b971c --- /dev/null +++ b/public/functions/countwords/index.html @@ -0,0 +1,546 @@ + + + + +Hugo | countwords + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+
+

countwords

+ + + Last Updated: February 1, 2017 +
+
+ +
+
+ +
+
+
+
+ +
+ + + + + + + \ No newline at end of file diff --git a/public/functions/dateFormat/index.html b/public/functions/dateFormat/index.html new file mode 100644 index 000000000..fd5829e58 --- /dev/null +++ b/public/functions/dateFormat/index.html @@ -0,0 +1,546 @@ + + + + +Hugo | dateFormat + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+
+

dateFormat

+ + + Last Updated: February 1, 2017 +
+
+ +
+
+ +
+
+
+
+ +
+ + + + + + + \ No newline at end of file diff --git a/public/functions/default-function/index.html b/public/functions/default-function/index.html new file mode 100644 index 000000000..220743e99 --- /dev/null +++ b/public/functions/default-function/index.html @@ -0,0 +1,546 @@ + + + + +Hugo | default + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+
+

default

+ + + Last Updated: February 1, 2017 +
+
+ +
+
+ +
+
+
+
+ +
+ + + + + + + \ No newline at end of file diff --git a/public/functions/delimit/index.html b/public/functions/delimit/index.html new file mode 100644 index 000000000..06f3c6b68 --- /dev/null +++ b/public/functions/delimit/index.html @@ -0,0 +1,546 @@ + + + + +Hugo | delimit + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+
+

delimit

+ + + Last Updated: February 1, 2017 +
+
+ +
+
+ +
+
+
+
+ +
+ + + + + + + \ No newline at end of file diff --git a/public/functions/dict/index.html b/public/functions/dict/index.html new file mode 100644 index 000000000..a8e61eaa1 --- /dev/null +++ b/public/functions/dict/index.html @@ -0,0 +1,546 @@ + + + + +Hugo | dict + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+
+

dict

+ + + Last Updated: February 1, 2017 +
+
+ +
+
+ +
+
+
+
+ +
+ + + + + + + \ No newline at end of file diff --git a/public/functions/div/index.html b/public/functions/div/index.html new file mode 100644 index 000000000..bd6d1eed1 --- /dev/null +++ b/public/functions/div/index.html @@ -0,0 +1,546 @@ + + + + +Hugo | div + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+
+

div

+ + + Last Updated: February 1, 2017 +
+
+ +
+
+ +
+
+
+
+ +
+ + + + + + + \ No newline at end of file diff --git a/public/functions/echoParam/index.html b/public/functions/echoParam/index.html new file mode 100644 index 000000000..fd842f6c8 --- /dev/null +++ b/public/functions/echoParam/index.html @@ -0,0 +1,546 @@ + + + + +Hugo | echoParam + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+
+

echoParam

+ + + Last Updated: February 1, 2017 +
+
+ +
+
+ +
+
+
+
+ +
+ + + + + + + \ No newline at end of file diff --git a/public/functions/emojify/index.html b/public/functions/emojify/index.html new file mode 100644 index 000000000..dedb9db59 --- /dev/null +++ b/public/functions/emojify/index.html @@ -0,0 +1,546 @@ + + + + +Hugo | emojify + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+
+

emojify

+ + + Last Updated: February 1, 2017 +
+
+ +
+
+ +
+
+
+
+ +
+ + + + + + + \ No newline at end of file diff --git a/public/functions/findRe/index.html b/public/functions/findRe/index.html new file mode 100644 index 000000000..03b664318 --- /dev/null +++ b/public/functions/findRe/index.html @@ -0,0 +1,546 @@ + + + + +Hugo | findRe + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+
+

findRe

+ + + Last Updated: February 1, 2017 +
+
+ +
+
+ +
+
+
+
+ +
+ + + + + + + \ No newline at end of file diff --git a/public/functions/first/index.html b/public/functions/first/index.html new file mode 100644 index 000000000..b91827843 --- /dev/null +++ b/public/functions/first/index.html @@ -0,0 +1,555 @@ + + + + +Hugo | first + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+
+

first

+ + + + + Last Updated: February 1, 2017 +
+
+ +
+
+ +
+
+
+
+ +
+ + + + + + + \ No newline at end of file diff --git a/public/functions/getenv/index.html b/public/functions/getenv/index.html new file mode 100644 index 000000000..0ec836512 --- /dev/null +++ b/public/functions/getenv/index.html @@ -0,0 +1,546 @@ + + + + +Hugo | getenv + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+
+

getenv

+ + + Last Updated: February 1, 2017 +
+
+ +
+
+ +
+
+
+
+ +
+ + + + + + + \ No newline at end of file diff --git a/public/functions/getpage/index.html b/public/functions/getpage/index.html new file mode 100644 index 000000000..9f371f0d6 --- /dev/null +++ b/public/functions/getpage/index.html @@ -0,0 +1,546 @@ + + + + +Hugo | getpage + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+
+

GetPage

+ + + Last Updated: February 1, 2017 +
+
+ +
+
+ +
+
+
+
+ +
+ + + + + + + \ No newline at end of file diff --git a/public/functions/hasPrefix/index.html b/public/functions/hasPrefix/index.html new file mode 100644 index 000000000..05318ee46 --- /dev/null +++ b/public/functions/hasPrefix/index.html @@ -0,0 +1,546 @@ + + + + +Hugo | hasPrefix + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+
+

hasPrefix

+ + + Last Updated: February 1, 2017 +
+
+ +
+
+ +
+
+
+
+ +
+ + + + + + + \ No newline at end of file diff --git a/public/functions/highlight/index.html b/public/functions/highlight/index.html new file mode 100644 index 000000000..0925668e8 --- /dev/null +++ b/public/functions/highlight/index.html @@ -0,0 +1,546 @@ + + + + +Hugo | highlight + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+
+

highlight

+ + + Last Updated: February 1, 2017 +
+
+ +
+
+ +
+
+
+
+ +
+ + + + + + + \ No newline at end of file diff --git a/public/functions/htmlEscape/index.html b/public/functions/htmlEscape/index.html new file mode 100644 index 000000000..671e1cd54 --- /dev/null +++ b/public/functions/htmlEscape/index.html @@ -0,0 +1,546 @@ + + + + +Hugo | htmlEscape + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+
+

htmlEscape

+ + + Last Updated: February 1, 2017 +
+
+ +
+
+ +
+
+
+
+ +
+ + + + + + + \ No newline at end of file diff --git a/public/functions/htmlUnescape/index.html b/public/functions/htmlUnescape/index.html new file mode 100644 index 000000000..6228ce07b --- /dev/null +++ b/public/functions/htmlUnescape/index.html @@ -0,0 +1,546 @@ + + + + +Hugo | htmlUnescape + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+
+

htmlUnescape

+ + + Last Updated: February 1, 2017 +
+
+ +
+
+ +
+
+
+
+ +
+ + + + + + + \ No newline at end of file diff --git a/public/functions/humanize/index.html b/public/functions/humanize/index.html new file mode 100644 index 000000000..685c66e8b --- /dev/null +++ b/public/functions/humanize/index.html @@ -0,0 +1,546 @@ + + + + +Hugo | humanize + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+
+

humanize

+ + + Last Updated: February 1, 2017 +
+
+ +
+
+ +
+
+
+
+ +
+ + + + + + + \ No newline at end of file diff --git a/public/functions/imageConfig/index.html b/public/functions/imageConfig/index.html new file mode 100644 index 000000000..da38c73a5 --- /dev/null +++ b/public/functions/imageConfig/index.html @@ -0,0 +1,546 @@ + + + + +Hugo | imageConfig + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+
+

imageConfig

+ + + Last Updated: February 1, 2017 +
+
+ +
+
+ +
+
+
+
+ +
+ + + + + + + \ No newline at end of file diff --git a/public/functions/in/index.html b/public/functions/in/index.html new file mode 100644 index 000000000..479ab40ce --- /dev/null +++ b/public/functions/in/index.html @@ -0,0 +1,546 @@ + + + + +Hugo | in + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+
+

in

+ + + Last Updated: February 1, 2017 +
+
+ +
+
+ +
+
+
+
+ +
+ + + + + + + \ No newline at end of file diff --git a/public/functions/index-function/index.html b/public/functions/index-function/index.html new file mode 100644 index 000000000..68308fadd --- /dev/null +++ b/public/functions/index-function/index.html @@ -0,0 +1,591 @@ + + + + +Hugo | index + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+
+

index

+ + + + + Last Updated: February 1, 2017 +
+
+

Here is some content for the index function.

+ +
+
+ +
+
+
+
+ +
+ + + + + + + \ No newline at end of file diff --git a/public/functions/index.html b/public/functions/index.html new file mode 100644 index 000000000..91f1415c8 --- /dev/null +++ b/public/functions/index.html @@ -0,0 +1,547 @@ + + + + +Hugo | Quick Reference + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+
+

Quick Reference

+ + + + + Last Updated: January 9, 2017 +
+
+ +
+
+ +
+
+
+
+ +
+ + + + + + + \ No newline at end of file diff --git a/public/functions/index.xml b/public/functions/index.xml new file mode 100644 index 000000000..519ce19df --- /dev/null +++ b/public/functions/index.xml @@ -0,0 +1,148 @@ + + + + Quick Reference on Hugo + /functions/index.xml + Recent content in Quick Reference on Hugo + Hugo -- gohugo.io + en-us + Mon, 09 Jan 2017 00:00:00 +0000 + + + + abslangurl + /functions/abslangurl/ + Wed, 01 Feb 2017 00:00:00 +0000 + + /functions/abslangurl/ + + + + + absurl + /functions/absurl/ + Wed, 01 Feb 2017 00:00:00 +0000 + + /functions/absurl/ + + + + + add + /functions/add/ + Wed, 01 Feb 2017 00:00:00 +0000 + + /functions/add/ + + + + + after + /functions/after/ + Wed, 01 Feb 2017 00:00:00 +0000 + + /functions/after/ + + + + + apply + /functions/apply/ + Wed, 01 Feb 2017 00:00:00 +0000 + + /functions/apply/ + + + + + base64decode + /functions/base64decode/ + Wed, 01 Feb 2017 00:00:00 +0000 + + /functions/base64decode/ + + + + + base64encode + /functions/base64encode/ + Wed, 01 Feb 2017 00:00:00 +0000 + + /functions/base64encode/ + + + + + chomp + /functions/chomp/ + Wed, 01 Feb 2017 00:00:00 +0000 + + /functions/chomp/ + + + + + countrunes + /functions/countrunes/ + Wed, 01 Feb 2017 00:00:00 +0000 + + /functions/countrunes/ + + + + + countwords + /functions/countwords/ + Wed, 01 Feb 2017 00:00:00 +0000 + + /functions/countwords/ + + + + + dateFormat + /functions/dateFormat/ + Wed, 01 Feb 2017 00:00:00 +0000 + + /functions/dateFormat/ + + + + + default + /functions/default-function/ + Wed, 01 Feb 2017 00:00:00 +0000 + + /functions/default-function/ + + + + + delimit + /functions/delimit/ + Wed, 01 Feb 2017 00:00:00 +0000 + + /functions/delimit/ + + + + + dict + /functions/dict/ + Wed, 01 Feb 2017 00:00:00 +0000 + + /functions/dict/ + + + + + div + /functions/div/ + Wed, 01 Feb 2017 00:00:00 +0000 + + /functions/div/ + + + + + \ No newline at end of file diff --git a/public/functions/int/index.html b/public/functions/int/index.html new file mode 100644 index 000000000..d7a2e593c --- /dev/null +++ b/public/functions/int/index.html @@ -0,0 +1,546 @@ + + + + +Hugo | int + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+
+

int

+ + + Last Updated: February 1, 2017 +
+
+ +
+
+ +
+
+
+
+ +
+ + + + + + + \ No newline at end of file diff --git a/public/functions/intersect/index.html b/public/functions/intersect/index.html new file mode 100644 index 000000000..34d596776 --- /dev/null +++ b/public/functions/intersect/index.html @@ -0,0 +1,546 @@ + + + + +Hugo | intersect + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+
+

intersect

+ + + Last Updated: February 1, 2017 +
+
+ +
+
+ +
+
+
+
+ +
+ + + + + + + \ No newline at end of file diff --git a/public/functions/isset/index.html b/public/functions/isset/index.html new file mode 100644 index 000000000..da05ba2d9 --- /dev/null +++ b/public/functions/isset/index.html @@ -0,0 +1,546 @@ + + + + +Hugo | isset + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+
+

isset

+ + + Last Updated: February 1, 2017 +
+
+ +
+
+ +
+
+
+
+ +
+ + + + + + + \ No newline at end of file diff --git a/public/functions/jsonify/index.html b/public/functions/jsonify/index.html new file mode 100644 index 000000000..e1e76e5a6 --- /dev/null +++ b/public/functions/jsonify/index.html @@ -0,0 +1,546 @@ + + + + +Hugo | jsonify + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+
+

jsonify

+ + + Last Updated: February 1, 2017 +
+
+ +
+
+ +
+
+
+
+ +
+ + + + + + + \ No newline at end of file diff --git a/public/functions/last/index.html b/public/functions/last/index.html new file mode 100644 index 000000000..ce59de7ee --- /dev/null +++ b/public/functions/last/index.html @@ -0,0 +1,546 @@ + + + + +Hugo | last + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+
+

last

+ + + Last Updated: February 1, 2017 +
+
+ +
+
+ +
+
+
+
+ +
+ + + + + + + \ No newline at end of file diff --git a/public/functions/lower/index.html b/public/functions/lower/index.html new file mode 100644 index 000000000..d8edee67b --- /dev/null +++ b/public/functions/lower/index.html @@ -0,0 +1,546 @@ + + + + +Hugo | lower + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+
+

lower

+ + + Last Updated: February 1, 2017 +
+
+ +
+
+ +
+
+
+
+ +
+ + + + + + + \ No newline at end of file diff --git a/public/functions/markdownify/index.html b/public/functions/markdownify/index.html new file mode 100644 index 000000000..352edba8b --- /dev/null +++ b/public/functions/markdownify/index.html @@ -0,0 +1,546 @@ + + + + +Hugo | markdownify + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+
+

markdownify

+ + + Last Updated: February 1, 2017 +
+
+ +
+
+ +
+
+
+
+ +
+ + + + + + + \ No newline at end of file diff --git a/public/functions/md5/index.html b/public/functions/md5/index.html new file mode 100644 index 000000000..1f705319c --- /dev/null +++ b/public/functions/md5/index.html @@ -0,0 +1,546 @@ + + + + +Hugo | md5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+
+

md5

+ + + Last Updated: February 1, 2017 +
+
+ +
+
+ +
+
+
+
+ +
+ + + + + + + \ No newline at end of file diff --git a/public/functions/mod/index.html b/public/functions/mod/index.html new file mode 100644 index 000000000..9795ca1e6 --- /dev/null +++ b/public/functions/mod/index.html @@ -0,0 +1,546 @@ + + + + +Hugo | mod + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+
+

mod

+ + + Last Updated: February 1, 2017 +
+
+ +
+
+ +
+
+
+
+ +
+ + + + + + + \ No newline at end of file diff --git a/public/functions/modBool/index.html b/public/functions/modBool/index.html new file mode 100644 index 000000000..967ace472 --- /dev/null +++ b/public/functions/modBool/index.html @@ -0,0 +1,546 @@ + + + + +Hugo | modBool + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+
+

modBool

+ + + Last Updated: February 1, 2017 +
+
+ +
+
+ +
+
+
+
+ +
+ + + + + + + \ No newline at end of file diff --git a/public/functions/mul/index.html b/public/functions/mul/index.html new file mode 100644 index 000000000..6372d6c7b --- /dev/null +++ b/public/functions/mul/index.html @@ -0,0 +1,546 @@ + + + + +Hugo | mul + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+
+

mul

+ + + Last Updated: February 1, 2017 +
+
+ +
+
+ +
+
+
+
+ +
+ + + + + + + \ No newline at end of file diff --git a/public/functions/partialCached/index.html b/public/functions/partialCached/index.html new file mode 100644 index 000000000..832d1e4ae --- /dev/null +++ b/public/functions/partialCached/index.html @@ -0,0 +1,546 @@ + + + + +Hugo | partialCached + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+
+

partialCached

+ + + Last Updated: February 1, 2017 +
+
+ +
+
+ +
+
+
+
+ +
+ + + + + + + \ No newline at end of file diff --git a/public/functions/plainify/index.html b/public/functions/plainify/index.html new file mode 100644 index 000000000..1b7b58d94 --- /dev/null +++ b/public/functions/plainify/index.html @@ -0,0 +1,546 @@ + + + + +Hugo | plainify + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+
+

plainify

+ + + Last Updated: February 1, 2017 +
+
+ +
+
+ +
+
+
+
+ +
+ + + + + + + \ No newline at end of file diff --git a/public/functions/pluralize/index.html b/public/functions/pluralize/index.html new file mode 100644 index 000000000..adf22811f --- /dev/null +++ b/public/functions/pluralize/index.html @@ -0,0 +1,546 @@ + + + + +Hugo | pluralize + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+
+

pluralize

+ + + Last Updated: February 1, 2017 +
+
+ +
+
+ +
+
+
+
+ +
+ + + + + + + \ No newline at end of file diff --git a/public/functions/printf/index.html b/public/functions/printf/index.html new file mode 100644 index 000000000..6589bb6a8 --- /dev/null +++ b/public/functions/printf/index.html @@ -0,0 +1,546 @@ + + + + +Hugo | printf + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+
+

printf

+ + + Last Updated: February 1, 2017 +
+
+ +
+
+ +
+
+
+
+ +
+ + + + + + + \ No newline at end of file diff --git a/public/functions/querify/index.html b/public/functions/querify/index.html new file mode 100644 index 000000000..513daff61 --- /dev/null +++ b/public/functions/querify/index.html @@ -0,0 +1,546 @@ + + + + +Hugo | querify + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+
+

querify

+ + + Last Updated: February 1, 2017 +
+
+ +
+
+ +
+
+
+
+ +
+ + + + + + + \ No newline at end of file diff --git a/public/functions/range/index.html b/public/functions/range/index.html new file mode 100644 index 000000000..79eca471c --- /dev/null +++ b/public/functions/range/index.html @@ -0,0 +1,546 @@ + + + + +Hugo | range + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+
+

range

+ + + Last Updated: February 1, 2017 +
+
+ +
+
+ +
+
+
+
+ +
+ + + + + + + \ No newline at end of file diff --git a/public/functions/readDir/index.html b/public/functions/readDir/index.html new file mode 100644 index 000000000..5d1367f44 --- /dev/null +++ b/public/functions/readDir/index.html @@ -0,0 +1,546 @@ + + + + +Hugo | readDir + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+
+

readDir

+ + + Last Updated: February 1, 2017 +
+
+ +
+
+ +
+
+
+
+ +
+ + + + + + + \ No newline at end of file diff --git a/public/functions/readFile/index.html b/public/functions/readFile/index.html new file mode 100644 index 000000000..23fb94ac4 --- /dev/null +++ b/public/functions/readFile/index.html @@ -0,0 +1,546 @@ + + + + +Hugo | readFile + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+
+

readFile

+ + + Last Updated: February 1, 2017 +
+
+ +
+
+ +
+
+
+
+ +
+ + + + + + + \ No newline at end of file diff --git a/public/functions/rel/index.html b/public/functions/rel/index.html new file mode 100644 index 000000000..f32704d1d --- /dev/null +++ b/public/functions/rel/index.html @@ -0,0 +1,546 @@ + + + + +Hugo | rel + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+
+

rel

+ + + Last Updated: February 1, 2017 +
+
+ +
+
+ +
+
+
+
+ +
+ + + + + + + \ No newline at end of file diff --git a/public/functions/relLangURL/index.html b/public/functions/relLangURL/index.html new file mode 100644 index 000000000..184ea1d03 --- /dev/null +++ b/public/functions/relLangURL/index.html @@ -0,0 +1,546 @@ + + + + +Hugo | relLangURL + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+
+

relLangURL

+ + + Last Updated: February 1, 2017 +
+
+ +
+
+ +
+
+
+
+ +
+ + + + + + + \ No newline at end of file diff --git a/public/functions/relURL/index.html b/public/functions/relURL/index.html new file mode 100644 index 000000000..6a2846099 --- /dev/null +++ b/public/functions/relURL/index.html @@ -0,0 +1,546 @@ + + + + +Hugo | relURL + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+
+

relURL

+ + + Last Updated: February 1, 2017 +
+
+ +
+
+ +
+
+
+
+ +
+ + + + + + + \ No newline at end of file diff --git a/public/functions/relref/index.html b/public/functions/relref/index.html new file mode 100644 index 000000000..f8622f686 --- /dev/null +++ b/public/functions/relref/index.html @@ -0,0 +1,546 @@ + + + + +Hugo | relref + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+
+

relref

+ + + Last Updated: February 1, 2017 +
+
+ +
+
+ +
+
+
+
+ +
+ + + + + + + \ No newline at end of file diff --git a/public/functions/render/index.html b/public/functions/render/index.html new file mode 100644 index 000000000..f242d2255 --- /dev/null +++ b/public/functions/render/index.html @@ -0,0 +1,546 @@ + + + + +Hugo | render + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+
+

render

+ + + Last Updated: February 1, 2017 +
+
+ +
+
+ +
+
+
+
+ +
+ + + + + + + \ No newline at end of file diff --git a/public/functions/replace/index.html b/public/functions/replace/index.html new file mode 100644 index 000000000..4702b2784 --- /dev/null +++ b/public/functions/replace/index.html @@ -0,0 +1,546 @@ + + + + +Hugo | replace + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+
+

replace

+ + + Last Updated: February 1, 2017 +
+
+ +
+
+ +
+
+
+
+ +
+ + + + + + + \ No newline at end of file diff --git a/public/functions/safeCSS/index.html b/public/functions/safeCSS/index.html new file mode 100644 index 000000000..ecf4ac35e --- /dev/null +++ b/public/functions/safeCSS/index.html @@ -0,0 +1,546 @@ + + + + +Hugo | safeCSS + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+
+

safeCSS

+ + + Last Updated: February 1, 2017 +
+
+ +
+
+ +
+
+
+
+ +
+ + + + + + + \ No newline at end of file diff --git a/public/functions/safeHTML/index.html b/public/functions/safeHTML/index.html new file mode 100644 index 000000000..f47d9a9c0 --- /dev/null +++ b/public/functions/safeHTML/index.html @@ -0,0 +1,546 @@ + + + + +Hugo | safeHTML + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+
+

safeHTML

+ + + Last Updated: February 1, 2017 +
+
+ +
+
+ +
+
+
+
+ +
+ + + + + + + \ No newline at end of file diff --git a/public/functions/safeHTMLAttr/index.html b/public/functions/safeHTMLAttr/index.html new file mode 100644 index 000000000..8bedde143 --- /dev/null +++ b/public/functions/safeHTMLAttr/index.html @@ -0,0 +1,546 @@ + + + + +Hugo | safeHTMLAttr + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+
+

safeHTMLAttr

+ + + Last Updated: February 1, 2017 +
+
+ +
+
+ +
+
+
+
+ +
+ + + + + + + \ No newline at end of file diff --git a/public/functions/safeJS/index.html b/public/functions/safeJS/index.html new file mode 100644 index 000000000..68ba06e14 --- /dev/null +++ b/public/functions/safeJS/index.html @@ -0,0 +1,546 @@ + + + + +Hugo | safeJS + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+
+

safeJS

+ + + Last Updated: February 1, 2017 +
+
+ +
+
+ +
+
+
+
+ +
+ + + + + + + \ No newline at end of file diff --git a/public/functions/safeURL/index.html b/public/functions/safeURL/index.html new file mode 100644 index 000000000..f056c3806 --- /dev/null +++ b/public/functions/safeURL/index.html @@ -0,0 +1,546 @@ + + + + +Hugo | safeURL + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+
+

safeURL

+ + + Last Updated: February 1, 2017 +
+
+ +
+
+ +
+
+
+
+ +
+ + + + + + + \ No newline at end of file diff --git a/public/functions/scratch/index.html b/public/functions/scratch/index.html new file mode 100644 index 000000000..ac5c22ad8 --- /dev/null +++ b/public/functions/scratch/index.html @@ -0,0 +1,546 @@ + + + + +Hugo | scratch + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+
+

Scratch

+ + + Last Updated: February 1, 2017 +
+
+ +
+
+ +
+
+
+
+ +
+ + + + + + + \ No newline at end of file diff --git a/public/functions/seq/index.html b/public/functions/seq/index.html new file mode 100644 index 000000000..37c853a5b --- /dev/null +++ b/public/functions/seq/index.html @@ -0,0 +1,546 @@ + + + + +Hugo | seq + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+
+

seq

+ + + Last Updated: February 1, 2017 +
+
+ +
+
+ +
+
+
+
+ +
+ + + + + + + \ No newline at end of file diff --git a/public/functions/sha1/index.html b/public/functions/sha1/index.html new file mode 100644 index 000000000..6c2b3a84d --- /dev/null +++ b/public/functions/sha1/index.html @@ -0,0 +1,546 @@ + + + + +Hugo | sha1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+
+

sha1

+ + + Last Updated: February 1, 2017 +
+
+ +
+
+ +
+
+
+
+ +
+ + + + + + + \ No newline at end of file diff --git a/public/functions/sha256/index.html b/public/functions/sha256/index.html new file mode 100644 index 000000000..664d61529 --- /dev/null +++ b/public/functions/sha256/index.html @@ -0,0 +1,546 @@ + + + + +Hugo | sha256 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+
+

sha256

+ + + Last Updated: February 1, 2017 +
+
+ +
+
+ +
+
+
+
+ +
+ + + + + + + \ No newline at end of file diff --git a/public/functions/shuffle/index.html b/public/functions/shuffle/index.html new file mode 100644 index 000000000..aaf886763 --- /dev/null +++ b/public/functions/shuffle/index.html @@ -0,0 +1,546 @@ + + + + +Hugo | shuffle + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+
+

shuffle

+ + + Last Updated: February 1, 2017 +
+
+ +
+
+ +
+
+
+
+ +
+ + + + + + + \ No newline at end of file diff --git a/public/functions/singularize/index.html b/public/functions/singularize/index.html new file mode 100644 index 000000000..935b4da35 --- /dev/null +++ b/public/functions/singularize/index.html @@ -0,0 +1,546 @@ + + + + +Hugo | singularize + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+
+

singularize

+ + + Last Updated: February 1, 2017 +
+
+ +
+
+ +
+
+
+
+ +
+ + + + + + + \ No newline at end of file diff --git a/public/functions/slice/index.html b/public/functions/slice/index.html new file mode 100644 index 000000000..989d4f0b8 --- /dev/null +++ b/public/functions/slice/index.html @@ -0,0 +1,546 @@ + + + + +Hugo | slice + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+
+

slice

+ + + Last Updated: February 1, 2017 +
+
+ +
+
+ +
+
+
+
+ +
+ + + + + + + \ No newline at end of file diff --git a/public/functions/slicestr/index.html b/public/functions/slicestr/index.html new file mode 100644 index 000000000..3d5ecd7b8 --- /dev/null +++ b/public/functions/slicestr/index.html @@ -0,0 +1,546 @@ + + + + +Hugo | slicestr + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+
+

slicestr

+ + + Last Updated: February 1, 2017 +
+
+ +
+
+ +
+
+
+
+ +
+ + + + + + + \ No newline at end of file diff --git a/public/functions/sort/index.html b/public/functions/sort/index.html new file mode 100644 index 000000000..79c43e902 --- /dev/null +++ b/public/functions/sort/index.html @@ -0,0 +1,546 @@ + + + + +Hugo | sort + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+
+

sort

+ + + Last Updated: February 1, 2017 +
+
+ +
+
+ +
+
+
+
+ +
+ + + + + + + \ No newline at end of file diff --git a/public/functions/split/index.html b/public/functions/split/index.html new file mode 100644 index 000000000..0f6c4e9bf --- /dev/null +++ b/public/functions/split/index.html @@ -0,0 +1,546 @@ + + + + +Hugo | split + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+
+

split

+ + + Last Updated: February 1, 2017 +
+
+ +
+
+ +
+
+
+
+ +
+ + + + + + + \ No newline at end of file diff --git a/public/functions/string/index.html b/public/functions/string/index.html new file mode 100644 index 000000000..8a1ec75ce --- /dev/null +++ b/public/functions/string/index.html @@ -0,0 +1,546 @@ + + + + +Hugo | string + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+
+

string

+ + + Last Updated: February 1, 2017 +
+
+ +
+
+ +
+
+
+
+ +
+ + + + + + + \ No newline at end of file diff --git a/public/functions/sub/index.html b/public/functions/sub/index.html new file mode 100644 index 000000000..031aad936 --- /dev/null +++ b/public/functions/sub/index.html @@ -0,0 +1,546 @@ + + + + +Hugo | sub + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+
+

sub

+ + + Last Updated: February 1, 2017 +
+
+ +
+
+ +
+
+
+
+ +
+ + + + + + + \ No newline at end of file diff --git a/public/functions/substr/index.html b/public/functions/substr/index.html new file mode 100644 index 000000000..fd2bd47fb --- /dev/null +++ b/public/functions/substr/index.html @@ -0,0 +1,546 @@ + + + + +Hugo | substr + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+
+

substr

+ + + Last Updated: February 1, 2017 +
+
+ +
+
+ +
+
+
+
+ +
+ + + + + + + \ No newline at end of file diff --git a/public/functions/time/index.html b/public/functions/time/index.html new file mode 100644 index 000000000..d72f26045 --- /dev/null +++ b/public/functions/time/index.html @@ -0,0 +1,546 @@ + + + + +Hugo | time + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+
+

time

+ + + Last Updated: February 1, 2017 +
+
+ +
+
+ +
+
+
+
+ +
+ + + + + + + \ No newline at end of file diff --git a/public/functions/title/index.html b/public/functions/title/index.html new file mode 100644 index 000000000..b2ecf6cf3 --- /dev/null +++ b/public/functions/title/index.html @@ -0,0 +1,546 @@ + + + + +Hugo | title + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+
+

title

+ + + Last Updated: February 1, 2017 +
+
+ +
+
+ +
+
+
+
+ +
+ + + + + + + \ No newline at end of file diff --git a/public/functions/trim/index.html b/public/functions/trim/index.html new file mode 100644 index 000000000..c5b724d1e --- /dev/null +++ b/public/functions/trim/index.html @@ -0,0 +1,546 @@ + + + + +Hugo | trim + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+
+

trim

+ + + Last Updated: February 1, 2017 +
+
+ +
+
+ +
+
+
+
+ +
+ + + + + + + \ No newline at end of file diff --git a/public/functions/upper/index.html b/public/functions/upper/index.html new file mode 100644 index 000000000..7910ac87c --- /dev/null +++ b/public/functions/upper/index.html @@ -0,0 +1,546 @@ + + + + +Hugo | upper + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+
+

upper

+ + + Last Updated: February 1, 2017 +
+
+ +
+
+ +
+
+
+
+ +
+ + + + + + + \ No newline at end of file diff --git a/public/functions/urlize/index.html b/public/functions/urlize/index.html new file mode 100644 index 000000000..ff880c12e --- /dev/null +++ b/public/functions/urlize/index.html @@ -0,0 +1,546 @@ + + + + +Hugo | urlize + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+
+

urlize

+ + + Last Updated: February 1, 2017 +
+
+ +
+
+ +
+
+
+
+ +
+ + + + + + + \ No newline at end of file diff --git a/public/functions/where/index.html b/public/functions/where/index.html new file mode 100644 index 000000000..26b174015 --- /dev/null +++ b/public/functions/where/index.html @@ -0,0 +1,544 @@ + + + + +Hugo | where + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+
+

where

+ + + Last Updated: February 1, 2017 +
+
+

Here is just some content testing for the where function.

+ +
+
+ +
+
+
+
+ +
+ + + + + + + \ No newline at end of file diff --git a/public/getting-started/download-hugo/index.html b/public/getting-started/download-hugo/index.html new file mode 100644 index 000000000..f8ec471b9 --- /dev/null +++ b/public/getting-started/download-hugo/index.html @@ -0,0 +1,543 @@ + + + + +Hugo | Download Hugo + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+
+

Download Hugo

+ + + Last Updated: February 1, 2017 +
+
+ +
+
+ +
+
+
+
+ +
+ + + + + + + \ No newline at end of file diff --git a/public/getting-started/index.html b/public/getting-started/index.html new file mode 100644 index 000000000..2d121a692 --- /dev/null +++ b/public/getting-started/index.html @@ -0,0 +1,547 @@ + + + + +Hugo | How to Use the Hugo Docs + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+
+

Using the Hugo Docs

+ + + + + Last Updated: February 1, 2017 +
+
+ +
+
+ +
+
+
+
+ +
+ + + + + + + \ No newline at end of file diff --git a/public/getting-started/index.xml b/public/getting-started/index.xml new file mode 100644 index 000000000..f5897a9fe --- /dev/null +++ b/public/getting-started/index.xml @@ -0,0 +1,58 @@ + + + + How to Use the Hugo Docs on Hugo + /getting-started/index.xml + Recent content in How to Use the Hugo Docs on Hugo + Hugo -- gohugo.io + en-us + Wed, 01 Feb 2017 00:00:00 +0000 + + + + Download Hugo + /getting-started/download-hugo/ + Wed, 01 Feb 2017 00:00:00 +0000 + + /getting-started/download-hugo/ + + + + + Install from Source + /getting-started/install-from-source/ + Tue, 01 Nov 2016 00:00:00 +0000 + + /getting-started/install-from-source/ + + + + + Install on Linux + /getting-started/install-on-linux/ + Tue, 01 Nov 2016 00:00:00 +0000 + + /getting-started/install-on-linux/ + + + + + Install on Mac OSX + /getting-started/install-on-mac/ + Tue, 01 Nov 2016 00:00:00 +0000 + + /getting-started/install-on-mac/ + + + + + Install on PC + /getting-started/install-on-pc/ + Tue, 01 Nov 2016 00:00:00 +0000 + + /getting-started/install-on-pc/ + + + + + \ No newline at end of file diff --git a/public/getting-started/install-from-source/index.html b/public/getting-started/install-from-source/index.html new file mode 100644 index 000000000..52efb2fdd --- /dev/null +++ b/public/getting-started/install-from-source/index.html @@ -0,0 +1,546 @@ + + + + +Hugo | Install from Source + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+
+

Install from Source

+ + + Last Updated: November 1, 2016 +
+
+ +
+
+ +
+
+
+
+ +
+ + + + + + + \ No newline at end of file diff --git a/public/getting-started/install-on-linux/index.html b/public/getting-started/install-on-linux/index.html new file mode 100644 index 000000000..8fa66e7d4 --- /dev/null +++ b/public/getting-started/install-on-linux/index.html @@ -0,0 +1,546 @@ + + + + +Hugo | Install on Linux + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+
+

Install on Linux

+ + + Last Updated: November 1, 2016 +
+
+ +
+
+ +
+
+
+
+ +
+ + + + + + + \ No newline at end of file diff --git a/public/getting-started/install-on-mac/index.html b/public/getting-started/install-on-mac/index.html new file mode 100644 index 000000000..cd174461d --- /dev/null +++ b/public/getting-started/install-on-mac/index.html @@ -0,0 +1,546 @@ + + + + +Hugo | Install on Mac OSX + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+
+

Install on Mac OSX

+ + + Last Updated: November 1, 2016 +
+
+ +
+
+ +
+
+
+
+ +
+ + + + + + + \ No newline at end of file diff --git a/public/getting-started/install-on-pc/index.html b/public/getting-started/install-on-pc/index.html new file mode 100644 index 000000000..f89794c24 --- /dev/null +++ b/public/getting-started/install-on-pc/index.html @@ -0,0 +1,543 @@ + + + + +Hugo | Install on PC + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+
+

Install on PC

+ + + Last Updated: November 1, 2016 +
+
+ +
+
+ +
+
+
+
+ +
+ + + + + + + \ No newline at end of file diff --git a/public/hosting-and-deployment/deployment-with-rsync/index.html b/public/hosting-and-deployment/deployment-with-rsync/index.html new file mode 100644 index 000000000..03175786b --- /dev/null +++ b/public/hosting-and-deployment/deployment-with-rsync/index.html @@ -0,0 +1,546 @@ + + + + +Hugo | Deployment with rysnc + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+
+

Deployment with rysnc

+ + + Last Updated: February 1, 2017 +
+
+ +
+
+ +
+
+
+
+ +
+ + + + + + + \ No newline at end of file diff --git a/public/hosting-and-deployment/deployment-with-wercker/index.html b/public/hosting-and-deployment/deployment-with-wercker/index.html new file mode 100644 index 000000000..f29e0bc80 --- /dev/null +++ b/public/hosting-and-deployment/deployment-with-wercker/index.html @@ -0,0 +1,543 @@ + + + + +Hugo | Deployment with Wercker + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+
+

Deployment with Wercker

+ + + Last Updated: February 1, 2017 +
+
+ +
+
+ +
+
+
+
+ +
+ + + + + + + \ No newline at end of file diff --git a/public/hosting-and-deployment/hosting-on-bitbucket/index.html b/public/hosting-and-deployment/hosting-on-bitbucket/index.html new file mode 100644 index 000000000..7c3904295 --- /dev/null +++ b/public/hosting-and-deployment/hosting-on-bitbucket/index.html @@ -0,0 +1,546 @@ + + + + +Hugo | Hosting on Bitbucket + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+
+

Hosting on Bitbucket

+ + + Last Updated: February 1, 2017 +
+
+ +
+
+ +
+
+
+
+ +
+ + + + + + + \ No newline at end of file diff --git a/public/hosting-and-deployment/hosting-on-github/index.html b/public/hosting-and-deployment/hosting-on-github/index.html new file mode 100644 index 000000000..ff922e163 --- /dev/null +++ b/public/hosting-and-deployment/hosting-on-github/index.html @@ -0,0 +1,546 @@ + + + + +Hugo | Hosting on GitHub + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+
+

Hosting on GitHub

+ + + Last Updated: February 1, 2017 +
+
+ +
+
+ +
+
+
+
+ +
+ + + + + + + \ No newline at end of file diff --git a/public/hosting-and-deployment/hosting-on-gitlab/index.html b/public/hosting-and-deployment/hosting-on-gitlab/index.html new file mode 100644 index 000000000..e59e10fae --- /dev/null +++ b/public/hosting-and-deployment/hosting-on-gitlab/index.html @@ -0,0 +1,543 @@ + + + + +Hugo | Hosting on GitLab + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+
+

Hosting on GitLab

+ + + Last Updated: February 1, 2017 +
+
+ +
+
+ +
+
+
+
+ +
+ + + + + + + \ No newline at end of file diff --git a/public/hosting-and-deployment/index.html b/public/hosting-and-deployment/index.html new file mode 100644 index 000000000..48a16d4b0 --- /dev/null +++ b/public/hosting-and-deployment/index.html @@ -0,0 +1,538 @@ + + + + +Hugo | Building Your Static Site + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+
+

Building Your Static Site

+ + + Last Updated: November 1, 2016 +
+
+ +
+
+ +
+
+
+
+ +
+ + + + + + + \ No newline at end of file diff --git a/public/hosting-and-deployment/index.xml b/public/hosting-and-deployment/index.xml new file mode 100644 index 000000000..d11d53388 --- /dev/null +++ b/public/hosting-and-deployment/index.xml @@ -0,0 +1,58 @@ + + + + Building Your Static Site on Hugo + /hosting-and-deployment/index.xml + Recent content in Building Your Static Site on Hugo + Hugo -- gohugo.io + en-us + Tue, 01 Nov 2016 00:00:00 +0000 + + + + Deployment with Wercker + /hosting-and-deployment/deployment-with-wercker/ + Wed, 01 Feb 2017 00:00:00 +0000 + + /hosting-and-deployment/deployment-with-wercker/ + + + + + Deployment with rysnc + /hosting-and-deployment/deployment-with-rsync/ + Wed, 01 Feb 2017 00:00:00 +0000 + + /hosting-and-deployment/deployment-with-rsync/ + + + + + Hosting on Bitbucket + /hosting-and-deployment/hosting-on-bitbucket/ + Wed, 01 Feb 2017 00:00:00 +0000 + + /hosting-and-deployment/hosting-on-bitbucket/ + + + + + Hosting on GitHub + /hosting-and-deployment/hosting-on-github/ + Wed, 01 Feb 2017 00:00:00 +0000 + + /hosting-and-deployment/hosting-on-github/ + + + + + Hosting on GitLab + /hosting-and-deployment/hosting-on-gitlab/ + Wed, 01 Feb 2017 00:00:00 +0000 + + /hosting-and-deployment/hosting-on-gitlab/ + + + + + \ No newline at end of file diff --git a/public/images/favicons/android-chrome-192x192.png b/public/images/favicons/android-chrome-192x192.png new file mode 100644 index 000000000..f2811ae18 Binary files /dev/null and b/public/images/favicons/android-chrome-192x192.png differ diff --git a/public/images/favicons/android-chrome-512x512.png b/public/images/favicons/android-chrome-512x512.png new file mode 100644 index 000000000..de4338502 Binary files /dev/null and b/public/images/favicons/android-chrome-512x512.png differ diff --git a/public/images/favicons/apple-touch-icon.png b/public/images/favicons/apple-touch-icon.png new file mode 100644 index 000000000..e15f8b1c7 Binary files /dev/null and b/public/images/favicons/apple-touch-icon.png differ diff --git a/public/images/favicons/browserconfig.xml b/public/images/favicons/browserconfig.xml new file mode 100644 index 000000000..4a718762c --- /dev/null +++ b/public/images/favicons/browserconfig.xml @@ -0,0 +1,9 @@ + + + + + + #2b5797 + + + diff --git a/public/images/favicons/favicon-16x16.png b/public/images/favicons/favicon-16x16.png new file mode 100644 index 000000000..d20106d16 Binary files /dev/null and b/public/images/favicons/favicon-16x16.png differ diff --git a/public/images/favicons/favicon-32x32.png b/public/images/favicons/favicon-32x32.png new file mode 100644 index 000000000..2288d98b1 Binary files /dev/null and b/public/images/favicons/favicon-32x32.png differ diff --git a/public/images/favicons/favicon.ico b/public/images/favicons/favicon.ico new file mode 100644 index 000000000..58048a4e2 Binary files /dev/null and b/public/images/favicons/favicon.ico differ diff --git a/public/images/favicons/manifest.json b/public/images/favicons/manifest.json new file mode 100644 index 000000000..a2e66bbee --- /dev/null +++ b/public/images/favicons/manifest.json @@ -0,0 +1,17 @@ +{ + "name": "Hugo", + "icons": [ + { + "src": "\/images\/favicons\/android-chrome-192x192.png", + "sizes": "192x192", + "type": "image\/png" + }, + { + "src": "\/images\/favicons\/android-chrome-512x512.png", + "sizes": "512x512", + "type": "image\/png" + } + ], + "theme_color": "#ffffff", + "display": "standalone" +} diff --git a/public/images/favicons/mstile-150x150.png b/public/images/favicons/mstile-150x150.png new file mode 100644 index 000000000..e2bfbfbef Binary files /dev/null and b/public/images/favicons/mstile-150x150.png differ diff --git a/public/images/favicons/safari-pinned-tab.svg b/public/images/favicons/safari-pinned-tab.svg new file mode 100644 index 000000000..c9bf12b9a --- /dev/null +++ b/public/images/favicons/safari-pinned-tab.svg @@ -0,0 +1,43 @@ + + + + +Created by potrace 1.11, written by Peter Selinger 2001-2013 + + + + + diff --git a/public/images/hugo-h-only.png b/public/images/hugo-h-only.png new file mode 100755 index 000000000..48acf346c Binary files /dev/null and b/public/images/hugo-h-only.png differ diff --git a/public/images/hugo-logo-wide.png b/public/images/hugo-logo-wide.png new file mode 100644 index 000000000..a4f1321b0 Binary files /dev/null and b/public/images/hugo-logo-wide.png differ diff --git a/public/images/hugo-tall.png b/public/images/hugo-tall.png new file mode 100755 index 000000000..001ce5eb3 Binary files /dev/null and b/public/images/hugo-tall.png differ diff --git a/public/images/hugodefaultsocial.png b/public/images/hugodefaultsocial.png new file mode 100644 index 000000000..873605147 Binary files /dev/null and b/public/images/hugodefaultsocial.png differ diff --git a/public/images/made-with-hugo-dark.png b/public/images/made-with-hugo-dark.png new file mode 100755 index 000000000..c6cadf283 Binary files /dev/null and b/public/images/made-with-hugo-dark.png differ diff --git a/public/images/made-with-hugo-long-dark.png b/public/images/made-with-hugo-long-dark.png new file mode 100755 index 000000000..1e49995fb Binary files /dev/null and b/public/images/made-with-hugo-long-dark.png differ diff --git a/public/images/made-with-hugo-long.png b/public/images/made-with-hugo-long.png new file mode 100755 index 000000000..c5df534cf Binary files /dev/null and b/public/images/made-with-hugo-long.png differ diff --git a/public/images/made-with-hugo.png b/public/images/made-with-hugo.png new file mode 100755 index 000000000..52dfd19e5 Binary files /dev/null and b/public/images/made-with-hugo.png differ diff --git a/public/images/powered-by-hugo-dark.png b/public/images/powered-by-hugo-dark.png new file mode 100755 index 000000000..a8e2ebc80 Binary files /dev/null and b/public/images/powered-by-hugo-dark.png differ diff --git a/public/images/powered-by-hugo-long-dark.png b/public/images/powered-by-hugo-long-dark.png new file mode 100755 index 000000000..1b760b1bf Binary files /dev/null and b/public/images/powered-by-hugo-long-dark.png differ diff --git a/public/images/powered-by-hugo-long.png b/public/images/powered-by-hugo-long.png new file mode 100755 index 000000000..37131359d Binary files /dev/null and b/public/images/powered-by-hugo-long.png differ diff --git a/public/images/powered-by-hugo.png b/public/images/powered-by-hugo.png new file mode 100755 index 000000000..27ff099d5 Binary files /dev/null and b/public/images/powered-by-hugo.png differ diff --git a/public/js/script.min.js b/public/js/script.min.js new file mode 100644 index 000000000..cd6d91122 --- /dev/null +++ b/public/js/script.min.js @@ -0,0 +1,4 @@ +"use strict";function getMobileOperatingSystem(){var e=navigator.userAgent||navigator.vendor||window.opera;return/windows phone/i.test(e)?"Windows Phone":/android/i.test(e)?"Android":/iPad|iPhone|iPod/.test(e)&&!window.MSStream?"iOS":void 0}function urlize(e){return"string"==typeof e?e.replace(/[^\w\s\-]/gi,"").toLowerCase().replace(" ","-"):e instanceof HTMLElement?e.textContent.replace(/[^\w\s\-]/gi,"").toLowerCase().replace(" ","-"):void 0}function showTooltip(e,t){e.setAttribute("class","copy-button tooltipped tooltipped-s"),e.setAttribute("aria-label",t)}function fallbackMessage(e){var t="",a="cut"===e?"X":"C";return t=isMac?"Press ⌘-"+a:"Press Ctrl-"+a}var byId=function(e){return document.getElementById(e)},qs=function(e){return document.querySelector(e)},qsa=function(e){return document.querySelectorAll(e)},_typeof="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e};!function(e){function t(e){var t=e.length,r=a.type(e);return"function"!==r&&!a.isWindow(e)&&(!(1!==e.nodeType||!t)||"array"===r||0===t||"number"==typeof t&&t>0&&t-1 in e)}if(!e.jQuery){var a=function c(e,t){return new c.fn.init(e,t)};a.isWindow=function(e){return e&&e===e.window},a.type=function(e){return e?"object"==("undefined"==typeof e?"undefined":_typeof(e))||"function"==typeof e?n[o.call(e)]||"object":"undefined"==typeof e?"undefined":_typeof(e):e+""},a.isArray=Array.isArray||function(e){return"array"===a.type(e)},a.isPlainObject=function(e){var t;if(!e||"object"!==a.type(e)||e.nodeType||a.isWindow(e))return!1;try{if(e.constructor&&!i.call(e,"constructor")&&!i.call(e.constructor.prototype,"isPrototypeOf"))return!1}catch(r){return!1}for(t in e);return void 0===t||i.call(e,t)},a.each=function(e,a,r){var n,i=0,o=e.length,s=t(e);if(r){if(s)for(;i0?n=o:a=o;while(Math.abs(i)>y&&++s=h?u(t,s):0===l?s:d(t,a,a+_)}function g(){S=!0,e===a&&r===n||p()}var m=4,h=.001,y=1e-7,b=10,v=11,_=1/(v-1),k="Float32Array"in t;if(4!==arguments.length)return!1;for(var x=0;x<4;++x)if("number"!=typeof arguments[x]||isNaN(arguments[x])||!isFinite(arguments[x]))return!1;e=Math.min(e,1),r=Math.min(r,1),e=Math.max(e,0),r=Math.max(r,0);var w=k?new Float32Array(v):new Array(v),S=!1,P=function(t){return S||g(),e===a&&r===n?t:0===t?0:1===t?1:l(f(t),a,n)};P.getControlPoints=function(){return[{x:e,y:a},{x:r,y:n}]};var C="generateBezier("+[e,a,r,n]+")";return P.toString=function(){return C},P}function c(e,t){var a=e;return m.isString(e)?v.Easings[e]||(a=!1):a=m.isArray(e)&&1===e.length?s.apply(null,e):m.isArray(e)&&2===e.length?_.apply(null,e.concat([t])):!(!m.isArray(e)||4!==e.length)&&l.apply(null,e),a===!1&&(a=v.Easings[v.defaults.easing]?v.defaults.easing:b),a}function u(e){if(e){var t=(new Date).getTime(),a=v.State.calls.length;a>1e4&&(v.State.calls=n(v.State.calls),a=v.State.calls.length);for(var i=0;i4;e--){var t=a.createElement("div");if(t.innerHTML="",t.getElementsByTagName("span").length)return t=null,e}return r}(),g=function(){var e=0;return t.webkitRequestAnimationFrame||t.mozRequestAnimationFrame||function(t){var a,r=(new Date).getTime();return a=Math.max(0,16-(r-e)),e=r+a,setTimeout(function(){t(r+a)},a)}}(),m={isString:function(e){return"string"==typeof e},isArray:Array.isArray||function(e){return"[object Array]"===Object.prototype.toString.call(e)},isFunction:function(e){return"[object Function]"===Object.prototype.toString.call(e)},isNode:function(e){return e&&e.nodeType},isNodeList:function(e){return"object"==("undefined"==typeof e?"undefined":_typeof(e))&&/^\[object (HTMLCollection|NodeList|Object)\]$/.test(Object.prototype.toString.call(e))&&e.length!==r&&(0===e.length||"object"==_typeof(e[0])&&e[0].nodeType>0)},isWrapped:function(e){return e&&(e.jquery||t.Zepto&&t.Zepto.zepto.isZ(e))},isSVG:function(e){return t.SVGElement&&e instanceof t.SVGElement},isEmptyObject:function(e){for(var t in e)return!1;return!0}},h=!1;if(e.fn&&e.fn.jquery?(d=e,h=!0):d=t.Velocity.Utilities,f<=8&&!h)throw new Error("Velocity: IE8 and below require jQuery to be loaded before Velocity.");if(f<=7)return void(jQuery.fn.velocity=jQuery.fn.animate);var y=400,b="swing",v={State:{isMobile:/Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent),isAndroid:/Android/i.test(navigator.userAgent),isGingerbread:/Android 2\.3\.[3-7]/i.test(navigator.userAgent),isChrome:t.chrome,isFirefox:/Firefox/i.test(navigator.userAgent),prefixElement:a.createElement("div"),prefixMatches:{},scrollAnchor:null,scrollPropertyLeft:null,scrollPropertyTop:null,isTicking:!1,calls:[]},CSS:{},Utilities:d,Redirects:{},Easings:{},Promise:t.Promise,defaults:{queue:"",duration:y,easing:b,begin:r,complete:r,progress:r,display:r,visibility:r,loop:!1,delay:!1,mobileHA:!0,_cacheValues:!0},init:function(e){d.data(e,"velocity",{isSVG:m.isSVG(e),isAnimating:!1,computedStyle:null,tweensContainer:null,rootPropertyValueCache:{},transformCache:{}})},hook:null,mock:!1,version:{major:1,minor:3,patch:0},debug:!1};t.pageYOffset!==r?(v.State.scrollAnchor=t,v.State.scrollPropertyLeft="pageXOffset",v.State.scrollPropertyTop="pageYOffset"):(v.State.scrollAnchor=a.documentElement||a.body.parentNode||a.body,v.State.scrollPropertyLeft="scrollLeft",v.State.scrollPropertyTop="scrollTop");var _=function(){function e(e){return-e.tension*e.x-e.friction*e.v}function t(t,a,r){var n={x:t.x+r.dx*a,v:t.v+r.dv*a,tension:t.tension,friction:t.friction};return{dx:n.v,dv:e(n)}}function a(a,r){var n={dx:a.v,dv:e(a)},i=t(a,.5*r,n),o=t(a,.5*r,i),s=t(a,r,o),l=1/6*(n.dx+2*(i.dx+o.dx)+s.dx),c=1/6*(n.dv+2*(i.dv+o.dv)+s.dv);return a.x=a.x+l*r,a.v=a.v+c*r,a}return function r(e,t,n){var i,o,s,l={x:-1,v:0,tension:null,friction:null},c=[0],u=0,p=1e-4,d=.016;for(e=parseFloat(e)||500,t=parseFloat(t)||20,n=n||null,l.tension=e,l.friction=t,i=null!==n,i?(u=r(e,t),o=u/n*d):o=d;s=a(s||l,o),c.push(1+s.x),u+=16,Math.abs(s.x)>p&&Math.abs(s.v)>p;);return i?function(e){return c[e*(c.length-1)|0]}:u}}();v.Easings={linear:function(e){return e},swing:function(e){return.5-Math.cos(e*Math.PI)/2},spring:function(e){return 1-Math.cos(4.5*e*Math.PI)*Math.exp(6*-e)}},d.each([["ease",[.25,.1,.25,1]],["ease-in",[.42,0,1,1]],["ease-out",[0,0,.58,1]],["ease-in-out",[.42,0,.58,1]],["easeInSine",[.47,0,.745,.715]],["easeOutSine",[.39,.575,.565,1]],["easeInOutSine",[.445,.05,.55,.95]],["easeInQuad",[.55,.085,.68,.53]],["easeOutQuad",[.25,.46,.45,.94]],["easeInOutQuad",[.455,.03,.515,.955]],["easeInCubic",[.55,.055,.675,.19]],["easeOutCubic",[.215,.61,.355,1]],["easeInOutCubic",[.645,.045,.355,1]],["easeInQuart",[.895,.03,.685,.22]],["easeOutQuart",[.165,.84,.44,1]],["easeInOutQuart",[.77,0,.175,1]],["easeInQuint",[.755,.05,.855,.06]],["easeOutQuint",[.23,1,.32,1]],["easeInOutQuint",[.86,0,.07,1]],["easeInExpo",[.95,.05,.795,.035]],["easeOutExpo",[.19,1,.22,1]],["easeInOutExpo",[1,0,0,1]],["easeInCirc",[.6,.04,.98,.335]],["easeOutCirc",[.075,.82,.165,1]],["easeInOutCirc",[.785,.135,.15,.86]]],function(e,t){v.Easings[t[0]]=l.apply(null,t[1])});var k=v.CSS={RegEx:{isHex:/^#([A-f\d]{3}){1,2}$/i,valueUnwrap:/^[A-z]+\((.*)\)$/i,wrappedValueAlreadyExtracted:/[0-9.]+ [0-9.]+ [0-9.]+( [0-9.]+)?/,valueSplit:/([A-z]+\(.+\))|(([A-z0-9#-.]+?)(?=\s|$))/gi},Lists:{colors:["fill","stroke","stopColor","color","backgroundColor","borderColor","borderTopColor","borderRightColor","borderBottomColor","borderLeftColor","outlineColor"],transformsBase:["translateX","translateY","scale","scaleX","scaleY","skewX","skewY","rotateZ"],transforms3D:["transformPerspective","translateZ","scaleZ","rotateX","rotateY"]},Hooks:{templates:{textShadow:["Color X Y Blur","black 0px 0px 0px"],boxShadow:["Color X Y Blur Spread","black 0px 0px 0px 0px"],clip:["Top Right Bottom Left","0px 0px 0px 0px"],backgroundPosition:["X Y","0% 0%"],transformOrigin:["X Y Z","50% 50% 0px"],perspectiveOrigin:["X Y","50% 50%"]},registered:{},register:function(){for(var e=0;e=1?"":"alpha(opacity="+parseInt(100*parseFloat(a),10)+")"}else switch(e){case"name":return"opacity";case"extract":return a;case"inject":return a}}},register:function(){f&&!(f>9)||v.State.isGingerbread||(k.Lists.transformsBase=k.Lists.transformsBase.concat(k.Lists.transforms3D));for(var e=0;e8)&&3===i.split(" ").length&&(i+=" 1"),i;case"inject":return f<=8?4===n.split(" ").length&&(n=n.split(/\s+/).slice(0,3).join(" ")):3===n.split(" ").length&&(n+=" 1"),(f<=8?"rgb":"rgba")+"("+n.replace(/\s+/g,",").replace(/\.(\d)+(?=,)/g,"")+")"}}}()}},Names:{camelCase:function(e){return e.replace(/-(\w)/g,function(e,t){return t.toUpperCase()})},SVGAttribute:function(e){var t="width|height|x|y|cx|cy|r|rx|ry|x1|x2|y1|y2";return(f||v.State.isAndroid&&!v.State.isChrome)&&(t+="|transform"),new RegExp("^("+t+")$","i").test(e)},prefixCheck:function(e){if(v.State.prefixMatches[e])return[v.State.prefixMatches[e],!0];for(var t=["","Webkit","Moz","ms","O"],a=0,r=t.length;a=2&&console.log("Get "+a+": "+l),l},setPropertyValue:function(e,a,r,n,i){var s=a;if("scroll"===a)i.container?i.container["scroll"+i.direction]=r:"Left"===i.direction?t.scrollTo(r,i.alternateValue):t.scrollTo(i.alternateValue,r);else if(k.Normalizations.registered[a]&&"transform"===k.Normalizations.registered[a]("name",e))k.Normalizations.registered[a]("inject",e,r),s="transform",r=o(e).transformCache[a];else{if(k.Hooks.registered[a]){var l=a,c=k.Hooks.getRoot(a);n=n||k.getPropertyValue(e,c),r=k.Hooks.injectValue(l,r,n),a=c}if(k.Normalizations.registered[a]&&(r=k.Normalizations.registered[a]("inject",e,r),a=k.Normalizations.registered[a]("name",e)),s=k.Names.prefixCheck(a)[0],f<=8)try{e.style[s]=r}catch(u){v.debug&&console.log("Browser does not support ["+r+"] for ["+s+"]")}else{var p=o(e);p&&p.isSVG&&k.Names.SVGAttribute(a)?e.setAttribute(a,r):e.style[s]=r}v.debug>=2&&console.log("Set "+a+" ("+s+"): "+r)}return[s,r]},flushTransformCache:function(e){var t="",a=o(e);if((f||v.State.isAndroid&&!v.State.isChrome)&&a&&a.isSVG){var r=function(t){return parseFloat(k.getPropertyValue(e,t))},n={translate:[r("translateX"),r("translateY")],skewX:[r("skewX")],skewY:[r("skewY")],scale:1!==r("scale")?[r("scale"),r("scale")]:[r("scaleX"),r("scaleY")],rotate:[r("rotateZ"),0,0]};d.each(o(e).transformCache,function(e){/^translate/i.test(e)?e="translate":/^scale/i.test(e)?e="scale":/^rotate/i.test(e)&&(e="rotate"),n[e]&&(t+=e+"("+n[e].join(" ")+") ",delete n[e])})}else{var i,s;d.each(o(e).transformCache,function(a){return i=o(e).transformCache[a],"transformPerspective"===a?(s=i,!0):(9===f&&"rotateZ"===a&&(a="rotate"),void(t+=a+i+" "))}),s&&(t="perspective"+s+" "+t)}k.setPropertyValue(e,"transform",t)}};k.Hooks.register(),k.Normalizations.register(),v.hook=function(e,t,a){var n;return e=i(e),d.each(e,function(e,i){if(o(i)===r&&v.init(i),a===r)n===r&&(n=v.CSS.getPropertyValue(i,t));else{var s=v.CSS.setPropertyValue(i,t,a);"transform"===s[0]&&v.CSS.flushTransformCache(i),n=s}}),n};var x=function S(){function e(){return l?O.promise||null:f}function n(e,n){function i(i){var f,g;if(l.begin&&0===P)try{l.begin.call(h,h)}catch(y){setTimeout(function(){throw y},1)}if("scroll"===E){var x,S,C,T=/^x$/i.test(l.axis)?"Left":"Top",$=parseFloat(l.offset)||0;l.container?m.isWrapped(l.container)||m.isNode(l.container)?(l.container=l.container[0]||l.container,x=l.container["scroll"+T],C=x+d(e).position()[T.toLowerCase()]+$):l.container=null:(x=v.State.scrollAnchor[v.State["scrollProperty"+T]],S=v.State.scrollAnchor[v.State["scrollProperty"+("Left"===T?"Top":"Left")]],C=d(e).offset()[T.toLowerCase()]+$),p={scroll:{rootPropertyValue:!1,startValue:x,currentValue:x,endValue:C,unitType:"",easing:l.easing,scrollData:{container:l.container,direction:T,alternateValue:S}},element:e},v.debug&&console.log("tweensContainer (scroll): ",p.scroll,e)}else if("reverse"===E){if(f=o(e),!f)return;if(!f.tweensContainer)return void d.dequeue(e,l.queue);"none"===f.opts.display&&(f.opts.display="auto"),"hidden"===f.opts.visibility&&(f.opts.visibility="visible"),f.opts.loop=!1,f.opts.begin=null,f.opts.complete=null,_.easing||delete l.easing,_.duration||delete l.duration,l=d.extend({},f.opts,l),g=d.extend(!0,{},f?f.tweensContainer:null);for(var V in g)if("element"!==V){var A=g[V].startValue;g[V].startValue=g[V].currentValue=g[V].endValue,g[V].endValue=A,m.isEmptyObject(_)||(g[V].easing=l.easing),v.debug&&console.log("reverse tweensContainer ("+V+"): "+JSON.stringify(g[V]),e)}p=g}else if("start"===E){f=o(e),f&&f.tweensContainer&&f.isAnimating===!0&&(g=f.tweensContainer);var D=function(t,a){var i,o,s;return m.isArray(t)?(i=t[0],!m.isArray(t[1])&&/^[\d-]/.test(t[1])||m.isFunction(t[1])||k.RegEx.isHex.test(t[1])?s=t[1]:(m.isString(t[1])&&!k.RegEx.isHex.test(t[1])||m.isArray(t[1]))&&(o=a?t[1]:c(t[1],l.duration),t[2]!==r&&(s=t[2]))):i=t,a||(o=o||l.easing),m.isFunction(i)&&(i=i.call(e,n,w)),m.isFunction(s)&&(s=s.call(e,n,w)),[i||0,o,s]};d.each(b,function(e,t){if(RegExp("^"+k.Lists.colors.join("$|^")+"$").test(k.Names.camelCase(e))){var a=D(t,!0),n=a[0],i=a[1],o=a[2];if(k.RegEx.isHex.test(n)){for(var s=["Red","Green","Blue"],l=k.Values.hexToRgb(n),c=o?k.Values.hexToRgb(o):r,u=0;u=1&&console.log("Unit ratios: "+JSON.stringify(s),e),s};if(/[\/*]/.test(B))H=M;else if(M!==H&&0!==L)if(0===F)H=M;else{s=s||Z();var U=/margin|padding|left|right|width|text|word|letter/i.test(Y)||/X$/.test(Y)||"x"===Y?"x":"y";switch(M){case"%":L*="x"===U?s.percentToPxWidth:s.percentToPxHeight;break;case"px":break;default:L*=s[M+"ToPx"]}switch(H){case"%":L*=1/("x"===U?s.percentToPxWidth:s.percentToPxHeight);break;case"px":break;default:L*=1/s[H+"ToPx"]}}switch(B){case"+":F=L+F;break;case"-":F=L-F;break;case"*":F=L*F;break;case"/":F=L/F}p[Y]={rootPropertyValue:N,startValue:L,currentValue:L,endValue:F,unitType:H,easing:j},v.debug&&console.log("tweensContainer ("+Y+"): "+JSON.stringify(p[Y]),e)}else v.debug&&console.log("Skipping ["+R+"] due to a lack of browser support.")}p.element=e}p.element&&(k.Values.addClass(e,"velocity-animating"),X.push(p),f=o(e),f&&(""===l.queue&&(f.tweensContainer=p,f.opts=l),f.isAnimating=!0),P===w-1?(v.State.calls.push([X,h,l,null,O.resolver]),v.State.isTicking===!1&&(v.State.isTicking=!0,u())):P++)}var s,l=d.extend({},v.defaults,_),p={};switch(o(e)===r&&v.init(e),parseFloat(l.delay)&&l.queue!==!1&&d.queue(e,l.queue,function(t){v.velocityQueueEntryFlag=!0,o(e).delayTimer={setTimeout:setTimeout(t,parseFloat(l.delay)),next:t}}),l.duration.toString().toLowerCase()){case"fast":l.duration=200;break;case"normal":l.duration=y;break;case"slow":l.duration=600;break;default:l.duration=parseFloat(l.duration)||1}v.mock!==!1&&(v.mock===!0?l.duration=l.delay=1:(l.duration*=parseFloat(v.mock)||1,l.delay*=parseFloat(v.mock)||1)),l.easing=c(l.easing,l.duration),l.begin&&!m.isFunction(l.begin)&&(l.begin=null),l.progress&&!m.isFunction(l.progress)&&(l.progress=null),l.complete&&!m.isFunction(l.complete)&&(l.complete=null),l.display!==r&&null!==l.display&&(l.display=l.display.toString().toLowerCase(),"auto"===l.display&&(l.display=v.CSS.Values.getDisplayType(e))),l.visibility!==r&&null!==l.visibility&&(l.visibility=l.visibility.toString().toLowerCase()),l.mobileHA=l.mobileHA&&v.State.isMobile&&!v.State.isGingerbread,l.queue===!1?l.delay?setTimeout(i,l.delay):i():d.queue(e,l.queue,function(e,t){return t===!0?(O.promise&&O.resolver(h),!0):(v.velocityQueueEntryFlag=!0,void i(e))}),""!==l.queue&&"fx"!==l.queue||"inprogress"===d.queue(e)[0]||d.dequeue(e)}var s,l,f,g,h,b,_,x=arguments[0]&&(arguments[0].p||d.isPlainObject(arguments[0].properties)&&!arguments[0].properties.names||m.isString(arguments[0].properties));if(m.isWrapped(this)?(l=!1, +g=0,h=this,f=this):(l=!0,g=1,h=x?arguments[0].elements||arguments[0].e:arguments[0]),h=i(h)){x?(b=arguments[0].properties||arguments[0].p,_=arguments[0].options||arguments[0].o):(b=arguments[g],_=arguments[g+1]);var w=h.length,P=0;if(!/^(stop|finish|finishAll)$/i.test(b)&&!d.isPlainObject(_)){var C=g+1;_={};for(var T=C;TparseFloat(a[1]))}var i=e.Velocity;if(!i||!i.Utilities)return void(t.console&&console.log("Velocity UI Pack: Velocity must be loaded first. Aborting."));var o=i.Utilities,s=i.version,l={major:1,minor:1,patch:0};if(n(l,s)){var c="Velocity UI Pack: You need to update Velocity (velocity.js) to a newer version. Visit http://github.com/julianshapiro/velocity.";throw alert(c),new Error(c)}i.RegisterEffect=i.RegisterUI=function(e,t){function a(e,t,a,r){var n,s=0;o.each(e.nodeType?[e]:e,function(e,t){r&&(a+=e*r),n=t.parentNode;var l=["height","paddingTop","paddingBottom","marginTop","marginBottom"];"border-box"===i.CSS.getPropertyValue(t,"boxSizing").toString().toLowerCase()&&(l=["height"]),o.each(l,function(e,a){s+=parseFloat(i.CSS.getPropertyValue(t,a))})}),i.animate(n,{height:("In"===t?"+":"-")+"="+s},{queue:!1,easing:"ease-in-out",duration:a*("In"===t?.6:1)})}return i.Redirects[e]=function(n,s,l,c,u,p,d){var f=l===c-1;d=d||t.loop,"function"==typeof t.defaultDuration?t.defaultDuration=t.defaultDuration.call(u,u):t.defaultDuration=parseFloat(t.defaultDuration);for(var g=0;g1&&(o.each(t.reverse(),function(e,a){var r=t[e+1];if(r){var n=a.o||a.options,s=r.o||r.options,l=n&&n.sequenceQueue===!1?"begin":"complete",c=s&&s[l],u={};u[l]=function(){var e=r.e||r.elements,t=e.nodeType?[e]:e;c&&c.call(t,t),i(a)},r.o?r.o=o.extend({},s,u):r.options=o.extend({},s,u)}}),t.reverse()),i(t[0])}}(window.jQuery||window.Zepto||window,window,window?window.document:void 0)});var _typeof="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e};!function(e){if("object"==("undefined"==typeof exports?"undefined":_typeof(exports))&&"undefined"!=typeof module)module.exports=e();else if("function"==typeof define&&define.amd)define([],e);else{var t;t="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:this,t.Clipboard=e()}}(function(){var e;return function t(e,a,r){function n(o,s){if(!a[o]){if(!e[o]){var l="function"==typeof require&&require;if(!s&&l)return l(o,!0);if(i)return i(o,!0);var c=new Error("Cannot find module '"+o+"'");throw c.code="MODULE_NOT_FOUND",c}var u=a[o]={exports:{}};e[o][0].call(u.exports,function(t){var a=e[o][1][t];return n(a?a:t)},u,u.exports,t,e,a,r)}return a[o].exports}for(var i="function"==typeof require&&require,o=0;or;r++)a[r].fn.apply(a[r].ctx,t);return this},off:function(e,t){var a=this.e||(this.e={}),r=a[e],n=[];if(r&&t)for(var i=0,o=r.length;o>i;i++)r[i].fn!==t&&r[i].fn._!==t&&n.push(r[i]);return n.length?a[e]=n:delete a[e],this}},t.exports=r},{}],8:[function(t,a,r){!function(n,i){if("function"==typeof e&&e.amd)e(["module","select"],i);else if("undefined"!=typeof r)i(a,t("select"));else{var o={exports:{}};i(o,n.select),n.clipboardAction=o.exports}}(this,function(e,t){function a(e){return e&&e.__esModule?e:{"default":e}}function r(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}var n=a(t),i="function"==typeof Symbol&&"symbol"==_typeof(Symbol.iterator)?function(e){return"undefined"==typeof e?"undefined":_typeof(e)}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol?"symbol":"undefined"==typeof e?"undefined":_typeof(e)},o=function(){function e(e,t){for(var a=0;a0){var a=e[t].alt.split("class=")[0],r=e[t].alt.split("class=")[1];e[t].setAttribute("alt",a),e[t].classList.add(r)}else if(e[t].alt.indexOf("id=")>0){var a=e[t].alt.split("id=")[0],n=e[t].alt.split("id=")[1];e[t].setAttribute("alt",a),e[t].id=n}}var t=document.querySelectorAll(".body-copy img");t.length<1||e(t)}();var _self="undefined"!=typeof window?window:"undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope?self:{},Prism=function(){var e=/\blang(?:uage)?-(\w+)\b/i,t=0,a=_self.Prism={manual:_self.Prism&&_self.Prism.manual,util:{encode:function(e){return e instanceof r?new r(e.type,a.util.encode(e.content),e.alias):"Array"===a.util.type(e)?e.map(a.util.encode):e.replace(/&/g,"&").replace(/e.length)break e;if(!(b instanceof r)){c.lastIndex=0;var v=c.exec(b),_=1;if(!v&&d&&h!=n.length-1){if(c.lastIndex=y,v=c.exec(e),!v)break;for(var k=v.index+(p?v[1].length:0),x=v.index+v[0].length,w=h,S=y,P=n.length;P>w&&x>S;++w)S+=n[w].length,k>=S&&(++h,y=S);if(n[h]instanceof r||n[w-1].greedy)continue;_=w-h,b=e.slice(y,S),v.index-=y}if(v){p&&(f=v[1].length);var k=v.index+f,v=v[0].slice(f),x=k+v.length,C=b.slice(0,k),T=b.slice(x),O=[h,_];C&&O.push(C);var E=new r(o,u?a.tokenize(v,u):v,g,v,d);O.push(E),T&&O.push(T),Array.prototype.splice.apply(n,O)}}}}}return n},hooks:{all:{},add:function(e,t){var r=a.hooks.all;r[e]=r[e]||[],r[e].push(t)},run:function(e,t){var r=a.hooks.all[e];if(r&&r.length)for(var n,i=0;n=r[i++];)n(t)}}},r=a.Token=function(e,t,a,r,n){this.type=e,this.content=t,this.alias=a,this.length=0|(r||"").length,this.greedy=!!n};if(r.stringify=function(e,t,n){if("string"==typeof e)return e;if("Array"===a.util.type(e))return e.map(function(a){return r.stringify(a,t,e)}).join("");var i={type:e.type,content:r.stringify(e.content,t,n),tag:"span",classes:["token",e.type],attributes:{},language:t,parent:n};if("comment"==i.type&&(i.attributes.spellcheck="true"),e.alias){var o="Array"===a.util.type(e.alias)?e.alias:[e.alias];Array.prototype.push.apply(i.classes,o)}a.hooks.run("wrap",i);var s=Object.keys(i.attributes).map(function(e){return e+'="'+(i.attributes[e]||"").replace(/"/g,""")+'"'}).join(" ");return"<"+i.tag+' class="'+i.classes.join(" ")+'"'+(s?" "+s:"")+">"+i.content+""},!_self.document)return _self.addEventListener?(_self.addEventListener("message",function(e){var t=JSON.parse(e.data),r=t.language,n=t.code,i=t.immediateClose;_self.postMessage(a.highlight(n,a.languages[r],r)),i&&_self.close()},!1),_self.Prism):_self.Prism;var n=document.currentScript||[].slice.call(document.getElementsByTagName("script")).pop();return n&&(a.filename=n.src,!document.addEventListener||a.manual||n.hasAttribute("data-manual")||("loading"!==document.readyState?window.requestAnimationFrame?window.requestAnimationFrame(a.highlightAll):window.setTimeout(a.highlightAll,16):document.addEventListener("DOMContentLoaded",a.highlightAll))),_self.Prism}();"undefined"!=typeof module&&module.exports&&(module.exports=Prism),"undefined"!=typeof global&&(global.Prism=Prism),Prism.languages.markup={comment://,prolog:/<\?[\w\W]+?\?>/,doctype://i,cdata://i,tag:{pattern:/<\/?(?!\d)[^\s>\/=$<]+(?:\s+[^\s>\/=]+(?:=(?:("|')(?:\\\1|\\?(?!\1)[\w\W])*\1|[^\s'">=]+))?)*\s*\/?>/i,inside:{tag:{pattern:/^<\/?[^\s>\/]+/i,inside:{punctuation:/^<\/?/,namespace:/^[^\s>\/:]+:/}},"attr-value":{pattern:/=(?:('|")[\w\W]*?(\1)|[^\s>]+)/i,inside:{punctuation:/[=>"']/}},punctuation:/\/?>/,"attr-name":{pattern:/[^\s>\/]+/,inside:{namespace:/^[^\s>\/:]+:/}}}},entity:/&#?[\da-z]{1,8};/i},Prism.hooks.add("wrap",function(e){"entity"===e.type&&(e.attributes.title=e.content.replace(/&/,"&"))}),Prism.languages.xml=Prism.languages.markup,Prism.languages.html=Prism.languages.markup,Prism.languages.mathml=Prism.languages.markup,Prism.languages.svg=Prism.languages.markup,Prism.languages.css={comment:/\/\*[\w\W]*?\*\//,atrule:{pattern:/@[\w-]+?.*?(;|(?=\s*\{))/i,inside:{rule:/@[\w-]+/}},url:/url\((?:(["'])(\\(?:\r\n|[\w\W])|(?!\1)[^\\\r\n])*\1|.*?)\)/i,selector:/[^\{\}\s][^\{\};]*?(?=\s*\{)/,string:{pattern:/("|')(\\(?:\r\n|[\w\W])|(?!\1)[^\\\r\n])*\1/,greedy:!0},property:/(\b|\B)[\w-]+(?=\s*:)/i,important:/\B!important\b/i,"function":/[-a-z0-9]+(?=\()/i,punctuation:/[(){};:]/},Prism.languages.css.atrule.inside.rest=Prism.util.clone(Prism.languages.css),Prism.languages.markup&&(Prism.languages.insertBefore("markup","tag",{style:{pattern:/()[\w\W]*?(?=<\/style>)/i,lookbehind:!0,inside:Prism.languages.css,alias:"language-css"}}),Prism.languages.insertBefore("inside","attr-value",{"style-attr":{pattern:/\s*style=("|').*?\1/i,inside:{"attr-name":{pattern:/^\s*style/i,inside:Prism.languages.markup.tag.inside},punctuation:/^\s*=\s*['"]|['"]\s*$/,"attr-value":{pattern:/.+/i,inside:Prism.languages.css}},alias:"language-css"}},Prism.languages.markup.tag)),Prism.languages.clike={comment:[{pattern:/(^|[^\\])\/\*[\w\W]*?\*\//,lookbehind:!0},{pattern:/(^|[^\\:])\/\/.*/,lookbehind:!0}],string:{pattern:/(["'])(\\(?:\r\n|[\s\S])|(?!\1)[^\\\r\n])*\1/,greedy:!0},"class-name":{pattern:/((?:\b(?:class|interface|extends|implements|trait|instanceof|new)\s+)|(?:catch\s+\())[a-z0-9_\.\\]+/i,lookbehind:!0,inside:{punctuation:/(\.|\\)/}},keyword:/\b(if|else|while|do|for|return|in|instanceof|function|new|try|throw|catch|finally|null|break|continue)\b/,"boolean":/\b(true|false)\b/,"function":/[a-z0-9_]+(?=\()/i,number:/\b-?(?:0x[\da-f]+|\d*\.?\d+(?:e[+-]?\d+)?)\b/i,operator:/--?|\+\+?|!=?=?|<=?|>=?|==?=?|&&?|\|\|?|\?|\*|\/|~|\^|%/,punctuation:/[{}[\];(),.:]/},Prism.languages.javascript=Prism.languages.extend("clike",{keyword:/\b(as|async|await|break|case|catch|class|const|continue|debugger|default|delete|do|else|enum|export|extends|finally|for|from|function|get|if|implements|import|in|instanceof|interface|let|new|null|of|package|private|protected|public|return|set|static|super|switch|this|throw|try|typeof|var|void|while|with|yield)\b/,number:/\b-?(0x[\dA-Fa-f]+|0b[01]+|0o[0-7]+|\d*\.?\d+([Ee][+-]?\d+)?|NaN|Infinity)\b/,"function":/[_$a-zA-Z\xA0-\uFFFF][_$a-zA-Z0-9\xA0-\uFFFF]*(?=\()/i,operator:/--?|\+\+?|!=?=?|<=?|>=?|==?=?|&&?|\|\|?|\?|\*\*?|\/|~|\^|%|\.{3}/}),Prism.languages.insertBefore("javascript","keyword",{regex:{pattern:/(^|[^\/])\/(?!\/)(\[.+?]|\\.|[^\/\\\r\n])+\/[gimyu]{0,5}(?=\s*($|[\r\n,.;})]))/,lookbehind:!0,greedy:!0}}),Prism.languages.insertBefore("javascript","string",{"template-string":{pattern:/`(?:\\\\|\\?[^\\])*?`/,greedy:!0,inside:{interpolation:{pattern:/\$\{[^}]+\}/,inside:{"interpolation-punctuation":{pattern:/^\$\{|\}$/,alias:"punctuation"},rest:Prism.languages.javascript}},string:/[\s\S]+/}}}),Prism.languages.markup&&Prism.languages.insertBefore("markup","tag",{script:{pattern:/()[\w\W]*?(?=<\/script>)/i,lookbehind:!0,inside:Prism.languages.javascript,alias:"language-javascript"}}),Prism.languages.js=Prism.languages.javascript,!function(e){var t={pattern:/(^[ \t]*)\[(?!\[)(?:(["'$`])(?:(?!\2)[^\\]|\\.)*\2|\[(?:[^\]\\]|\\.)*\]|[^\]\\]|\\.)*\]/m,lookbehind:!0,inside:{quoted:{pattern:/([$`])(?:(?!\1)[^\\]|\\.)*\1/,inside:{punctuation:/^[$`]|[$`]$/}},interpreted:{pattern:/'(?:[^'\\]|\\.)*'/,inside:{punctuation:/^'|'$/}},string:/"(?:[^"\\]|\\.)*"/,variable:/\w+(?==)/,punctuation:/^\[|\]$|,/,operator:/=/,"attr-value":/(?!^\s+$).+/}};e.languages.asciidoc={"comment-block":{pattern:/^(\/{4,})(?:\r?\n|\r)(?:[\s\S]*(?:\r?\n|\r))??\1/m,alias:"comment"},table:{pattern:/^\|={3,}(?:(?:\r?\n|\r).*)*?(?:\r?\n|\r)\|={3,}$/m,inside:{specifiers:{pattern:/(?!\|)(?:(?:(?:\d+(?:\.\d+)?|\.\d+)[+*])?(?:[<^>](?:\.[<^>])?|\.[<^>])?[a-z]*)(?=\|)/,alias:"attr-value"},punctuation:{pattern:/(^|[^\\])[|!]=*/,lookbehind:!0}}},"passthrough-block":{pattern:/^(\+{4,})(?:\r?\n|\r)(?:[\s\S]*(?:\r?\n|\r))??\1$/m,inside:{punctuation:/^\++|\++$/}},"literal-block":{pattern:/^(-{4,}|\.{4,})(?:\r?\n|\r)(?:[\s\S]*(?:\r?\n|\r))??\1$/m,inside:{punctuation:/^(?:-+|\.+)|(?:-+|\.+)$/}},"other-block":{pattern:/^(--|\*{4,}|_{4,}|={4,})(?:\r?\n|\r)(?:[\s\S]*(?:\r?\n|\r))??\1$/m,inside:{punctuation:/^(?:-+|\*+|_+|=+)|(?:-+|\*+|_+|=+)$/}},"list-punctuation":{pattern:/(^[ \t]*)(?:-|\*{1,5}|\.{1,5}|(?:[a-z]|\d+)\.|[xvi]+\))(?= )/im,lookbehind:!0,alias:"punctuation"},"list-label":{pattern:/(^[ \t]*)[a-z\d].+(?::{2,4}|;;)(?=\s)/im,lookbehind:!0,alias:"symbol"},"indented-block":{pattern:/((\r?\n|\r)\2)([ \t]+)\S.*(?:(?:\r?\n|\r)\3.+)*(?=\2{2}|$)/,lookbehind:!0},comment:/^\/\/.*/m,title:{pattern:/^.+(?:\r?\n|\r)(?:={3,}|-{3,}|~{3,}|\^{3,}|\+{3,})$|^={1,5} +.+|^\.(?![\s.]).*/m,alias:"important",inside:{punctuation:/^(?:\.|=+)|(?:=+|-+|~+|\^+|\++)$/}},"attribute-entry":{pattern:/^:[^:\r\n]+:(?: .*?(?: \+(?:\r?\n|\r).*?)*)?$/m,alias:"tag"},attributes:t,hr:{pattern:/^'{3,}$/m,alias:"punctuation"},"page-break":{pattern:/^<{3,}$/m,alias:"punctuation"},admonition:{pattern:/^(?:TIP|NOTE|IMPORTANT|WARNING|CAUTION):/m,alias:"keyword"},callout:[{pattern:/(^[ \t]*)/m,lookbehind:!0,alias:"symbol"},{pattern:/<\d+>/,alias:"symbol"}],macro:{pattern:/\b[a-z\d][a-z\d-]*::?(?:(?:\S+)??\[(?:[^\]\\"]|(["'])(?:(?!\1)[^\\]|\\.)*\1|\\.)*\])/,inside:{"function":/^[a-z\d-]+(?=:)/,punctuation:/^::?/,attributes:{pattern:/(?:\[(?:[^\]\\"]|(["'])(?:(?!\1)[^\\]|\\.)*\1|\\.)*\])/,inside:t.inside}}},inline:{pattern:/(^|[^\\])(?:(?:\B\[(?:[^\]\\"]|(["'])(?:(?!\2)[^\\]|\\.)*\2|\\.)*\])?(?:\b_(?!\s)(?: _|[^_\\\r\n]|\\.)+(?:(?:\r?\n|\r)(?: _|[^_\\\r\n]|\\.)+)*_\b|\B``(?!\s).+?(?:(?:\r?\n|\r).+?)*''\B|\B`(?!\s)(?: ['`]|.)+?(?:(?:\r?\n|\r)(?: ['`]|.)+?)*['`]\B|\B(['*+#])(?!\s)(?: \3|(?!\3)[^\\\r\n]|\\.)+(?:(?:\r?\n|\r)(?: \3|(?!\3)[^\\\r\n]|\\.)+)*\3\B)|(?:\[(?:[^\]\\"]|(["'])(?:(?!\4)[^\\]|\\.)*\4|\\.)*\])?(?:(__|\*\*|\+\+\+?|##|\$\$|[~^]).+?(?:(?:\r?\n|\r).+?)*\5|\{[^}\r\n]+\}|\[\[\[?.+?(?:(?:\r?\n|\r).+?)*\]?\]\]|<<.+?(?:(?:\r?\n|\r).+?)*>>|\(\(\(?.+?(?:(?:\r?\n|\r).+?)*\)?\)\)))/m,lookbehind:!0,inside:{attributes:t,url:{pattern:/^(?:\[\[\[?.+?\]?\]\]|<<.+?>>)$/,inside:{punctuation:/^(?:\[\[\[?|<<)|(?:\]\]\]?|>>)$/}},"attribute-ref":{pattern:/^\{.+\}$/,inside:{variable:{pattern:/(^\{)[a-z\d,+_-]+/,lookbehind:!0},operator:/^[=?!#%@$]|!(?=[:}])/,punctuation:/^\{|\}$|::?/}},italic:{pattern:/^(['_])[\s\S]+\1$/,inside:{punctuation:/^(?:''?|__?)|(?:''?|__?)$/}},bold:{pattern:/^\*[\s\S]+\*$/,inside:{punctuation:/^\*\*?|\*\*?$/}},punctuation:/^(?:``?|\+{1,3}|##?|\$\$|[~^]|\(\(\(?)|(?:''?|\+{1,3}|##?|\$\$|[~^`]|\)?\)\))$/}},replacement:{pattern:/\((?:C|TM|R)\)/,alias:"builtin"},entity:/&#?[\da-z]{1,8};/i,"line-continuation":{pattern:/(^| )\+$/m,lookbehind:!0,alias:"punctuation"}},t.inside.interpreted.inside.rest={macro:e.languages.asciidoc.macro,inline:e.languages.asciidoc.inline,replacement:e.languages.asciidoc.replacement,entity:e.languages.asciidoc.entity},e.languages.asciidoc["passthrough-block"].inside.rest={macro:e.languages.asciidoc.macro},e.languages.asciidoc["literal-block"].inside.rest={callout:e.languages.asciidoc.callout},e.languages.asciidoc.table.inside.rest={"comment-block":e.languages.asciidoc["comment-block"],"passthrough-block":e.languages.asciidoc["passthrough-block"],"literal-block":e.languages.asciidoc["literal-block"],"other-block":e.languages.asciidoc["other-block"],"list-punctuation":e.languages.asciidoc["list-punctuation"],"indented-block":e.languages.asciidoc["indented-block"],comment:e.languages.asciidoc.comment,title:e.languages.asciidoc.title,"attribute-entry":e.languages.asciidoc["attribute-entry"],attributes:e.languages.asciidoc.attributes,hr:e.languages.asciidoc.hr,"page-break":e.languages.asciidoc["page-break"],admonition:e.languages.asciidoc.admonition,"list-label":e.languages.asciidoc["list-label"],callout:e.languages.asciidoc.callout,macro:e.languages.asciidoc.macro,inline:e.languages.asciidoc.inline,replacement:e.languages.asciidoc.replacement,entity:e.languages.asciidoc.entity,"line-continuation":e.languages.asciidoc["line-continuation"]},e.languages.asciidoc["other-block"].inside.rest={table:e.languages.asciidoc.table,"list-punctuation":e.languages.asciidoc["list-punctuation"],"indented-block":e.languages.asciidoc["indented-block"],comment:e.languages.asciidoc.comment,"attribute-entry":e.languages.asciidoc["attribute-entry"],attributes:e.languages.asciidoc.attributes,hr:e.languages.asciidoc.hr,"page-break":e.languages.asciidoc["page-break"],admonition:e.languages.asciidoc.admonition,"list-label":e.languages.asciidoc["list-label"],macro:e.languages.asciidoc.macro,inline:e.languages.asciidoc.inline,replacement:e.languages.asciidoc.replacement,entity:e.languages.asciidoc.entity,"line-continuation":e.languages.asciidoc["line-continuation"]},e.languages.asciidoc.title.inside.rest={macro:e.languages.asciidoc.macro,inline:e.languages.asciidoc.inline,replacement:e.languages.asciidoc.replacement,entity:e.languages.asciidoc.entity},e.hooks.add("wrap",function(e){"entity"===e.type&&(e.attributes.title=e.content.replace(/&/,"&"))})}(Prism),!function(e){var t={variable:[{pattern:/\$?\(\([\w\W]+?\)\)/,inside:{variable:[{pattern:/(^\$\(\([\w\W]+)\)\)/,lookbehind:!0},/^\$\(\(/],number:/\b-?(?:0x[\dA-Fa-f]+|\d*\.?\d+(?:[Ee]-?\d+)?)\b/,operator:/--?|-=|\+\+?|\+=|!=?|~|\*\*?|\*=|\/=?|%=?|<<=?|>>=?|<=?|>=?|==?|&&?|&=|\^=?|\|\|?|\|=|\?|:/,punctuation:/\(\(?|\)\)?|,|;/}},{pattern:/\$\([^)]+\)|`[^`]+`/,inside:{variable:/^\$\(|^`|\)$|`$/}},/\$(?:[a-z0-9_#\?\*!@]+|\{[^}]+\})/i]};e.languages.bash={shebang:{pattern:/^#!\s*\/bin\/bash|^#!\s*\/bin\/sh/,alias:"important"},comment:{pattern:/(^|[^"{\\])#.*/,lookbehind:!0},string:[{pattern:/((?:^|[^<])<<\s*)(?:"|')?(\w+?)(?:"|')?\s*\r?\n(?:[\s\S])*?\r?\n\2/g,lookbehind:!0,greedy:!0,inside:t},{pattern:/(["'])(?:\\\\|\\?[^\\])*?\1/g,greedy:!0,inside:t}],variable:t.variable,"function":{pattern:/(^|\s|;|\||&)(?:alias|apropos|apt-get|aptitude|aspell|awk|basename|bash|bc|bg|builtin|bzip2|cal|cat|cd|cfdisk|chgrp|chmod|chown|chroot|chkconfig|cksum|clear|cmp|comm|command|cp|cron|crontab|csplit|cut|date|dc|dd|ddrescue|df|diff|diff3|dig|dir|dircolors|dirname|dirs|dmesg|du|egrep|eject|enable|env|ethtool|eval|exec|expand|expect|export|expr|fdformat|fdisk|fg|fgrep|file|find|fmt|fold|format|free|fsck|ftp|fuser|gawk|getopts|git|grep|groupadd|groupdel|groupmod|groups|gzip|hash|head|help|hg|history|hostname|htop|iconv|id|ifconfig|ifdown|ifup|import|install|jobs|join|kill|killall|less|link|ln|locate|logname|logout|look|lpc|lpr|lprint|lprintd|lprintq|lprm|ls|lsof|make|man|mkdir|mkfifo|mkisofs|mknod|more|most|mount|mtools|mtr|mv|mmv|nano|netstat|nice|nl|nohup|notify-send|npm|nslookup|open|op|passwd|paste|pathchk|ping|pkill|popd|pr|printcap|printenv|printf|ps|pushd|pv|pwd|quota|quotacheck|quotactl|ram|rar|rcp|read|readarray|readonly|reboot|rename|renice|remsync|rev|rm|rmdir|rsync|screen|scp|sdiff|sed|seq|service|sftp|shift|shopt|shutdown|sleep|slocate|sort|source|split|ssh|stat|strace|su|sudo|sum|suspend|sync|tail|tar|tee|test|time|timeout|times|touch|top|traceroute|trap|tr|tsort|tty|type|ulimit|umask|umount|unalias|uname|unexpand|uniq|units|unrar|unshar|uptime|useradd|userdel|usermod|users|uuencode|uudecode|v|vdir|vi|vmstat|wait|watch|wc|wget|whereis|which|who|whoami|write|xargs|xdg-open|yes|zip)(?=$|\s|;|\||&)/,lookbehind:!0},keyword:{pattern:/(^|\s|;|\||&)(?:let|:|\.|if|then|else|elif|fi|for|break|continue|while|in|case|function|select|do|done|until|echo|exit|return|set|declare)(?=$|\s|;|\||&)/,lookbehind:!0},"boolean":{pattern:/(^|\s|;|\||&)(?:true|false)(?=$|\s|;|\||&)/,lookbehind:!0},operator:/&&?|\|\|?|==?|!=?|<<>|<=?|>=?|=~/,punctuation:/\$?\(\(?|\)\)?|\.\.|[{}[\];]/};var a=t.variable[1].inside;a["function"]=e.languages.bash["function"],a.keyword=e.languages.bash.keyword,a["boolean"]=e.languages.bash["boolean"],a.operator=e.languages.bash.operator,a.punctuation=e.languages.bash.punctuation}(Prism),Prism.languages.go=Prism.languages.extend("clike",{keyword:/\b(break|case|chan|const|continue|default|defer|else|fallthrough|for|func|go(to)?|if|import|interface|map|package|range|return|select|struct|switch|type|var)\b/,builtin:/\b(bool|byte|complex(64|128)|error|float(32|64)|rune|string|u?int(8|16|32|64|)|uintptr|append|cap|close|complex|copy|delete|imag|len|make|new|panic|print(ln)?|real|recover)\b/,"boolean":/\b(_|iota|nil|true|false)\b/,operator:/[*\/%^!=]=?|\+[=+]?|-[=-]?|\|[=|]?|&(?:=|&|\^=?)?|>(?:>=?|=)?|<(?:<=?|=|-)?|:=|\.\.\./,number:/\b(-?(0x[a-f\d]+|(\d+\.?\d*|\.\d+)(e[-+]?\d+)?)i?)\b/i,string:/("|'|`)(\\?.|\r|\n)*?\1/}),delete Prism.languages.go["class-name"],!function(e){var t=/\{\{\{[\w\W]+?\}\}\}|\{\{[\w\W]+?\}\}/g;e.languages.handlebars=e.languages.extend("markup",{handlebars:{pattern:t,inside:{delimiter:{pattern:/^\{\{\{?|\}\}\}?$/i,alias:"punctuation"},string:/(["'])(\\?.)*?\1/,number:/\b-?(0x[\dA-Fa-f]+|\d*\.?\d+([Ee][+-]?\d+)?)\b/,"boolean":/\b(true|false)\b/,block:{pattern:/^(\s*~?\s*)[#\/]\S+?(?=\s*~?\s*$|\s)/i,lookbehind:!0,alias:"keyword"},brackets:{pattern:/\[[^\]]+\]/,inside:{punctuation:/\[|\]/,variable:/[\w\W]+/}},punctuation:/[!"#%&'()*+,.\/;<=>@\[\\\]^`{|}~]/,variable:/[^!"#%&'()*+,.\/;<=>@\[\\\]^`{|}~\s]+/}}}),e.languages.insertBefore("handlebars","tag",{"handlebars-comment":{pattern:/\{\{![\w\W]*?\}\}/,alias:["handlebars","comment"]}}),e.hooks.add("before-highlight",function(e){"handlebars"===e.language&&(e.tokenStack=[],e.backupCode=e.code,e.code=e.code.replace(t,function(t){return e.tokenStack.push(t),"___HANDLEBARS"+e.tokenStack.length+"___"}))}),e.hooks.add("before-insert",function(e){"handlebars"===e.language&&(e.code=e.backupCode,delete e.backupCode)}),e.hooks.add("after-highlight",function(t){if("handlebars"===t.language){for(var a,r=0;a=t.tokenStack[r];r++)t.highlightedCode=t.highlightedCode.replace("___HANDLEBARS"+(r+1)+"___",e.highlight(a,t.grammar,"handlebars").replace(/\$/g,"$$$$"));t.element.innerHTML=t.highlightedCode}})}(Prism),Prism.languages.json={property:/"(?:\\.|[^\\"])*"(?=\s*:)/gi,string:/"(?!:)(?:\\.|[^\\"])*"(?!:)/g,number:/\b-?(0x[\dA-Fa-f]+|\d*\.?\d+([Ee][+-]?\d+)?)\b/g,punctuation:/[{}[\]);,]/g,operator:/:/g,"boolean":/\b(true|false)\b/gi,"null":/\bnull\b/gi},Prism.languages.jsonp=Prism.languages.json,Prism.languages.makefile={comment:{pattern:/(^|[^\\])#(?:\\(?:\r\n|[\s\S])|.)*/,lookbehind:!0},string:/(["'])(?:\\(?:\r\n|[\s\S])|(?!\1)[^\\\r\n])*\1/,builtin:/\.[A-Z][^:#=\s]+(?=\s*:(?!=))/,symbol:{pattern:/^[^:=\r\n]+(?=\s*:(?!=))/m,inside:{variable:/\$+(?:[^(){}:#=\s]+|(?=[({]))/}},variable:/\$+(?:[^(){}:#=\s]+|\([@*%<^+?][DF]\)|(?=[({]))/,keyword:[/-include\b|\b(?:define|else|endef|endif|export|ifn?def|ifn?eq|include|override|private|sinclude|undefine|unexport|vpath)\b/,{pattern:/(\()(?:addsuffix|abspath|and|basename|call|dir|error|eval|file|filter(?:-out)?|findstring|firstword|flavor|foreach|guile|if|info|join|lastword|load|notdir|or|origin|patsubst|realpath|shell|sort|strip|subst|suffix|value|warning|wildcard|word(?:s|list)?)(?=[ \t])/,lookbehind:!0}],operator:/(?:::|[?:+!])?=|[|@]/,punctuation:/[:;(){}]/},Prism.languages.markdown=Prism.languages.extend("markup",{}),Prism.languages.insertBefore("markdown","prolog",{blockquote:{pattern:/^>(?:[\t ]*>)*/m,alias:"punctuation"},code:[{pattern:/^(?: {4}|\t).+/m,alias:"keyword"},{pattern:/``.+?``|`[^`\n]+`/,alias:"keyword"}],title:[{pattern:/\w+.*(?:\r?\n|\r)(?:==+|--+)/,alias:"important",inside:{punctuation:/==+$|--+$/}},{pattern:/(^\s*)#+.+/m,lookbehind:!0,alias:"important",inside:{punctuation:/^#+|#+$/}}],hr:{pattern:/(^\s*)([*-])([\t ]*\2){2,}(?=\s*$)/m,lookbehind:!0,alias:"punctuation"},list:{pattern:/(^\s*)(?:[*+-]|\d+\.)(?=[\t ].)/m,lookbehind:!0,alias:"punctuation"},"url-reference":{pattern:/!?\[[^\]]+\]:[\t ]+(?:\S+|<(?:\\.|[^>\\])+>)(?:[\t ]+(?:"(?:\\.|[^"\\])*"|'(?:\\.|[^'\\])*'|\((?:\\.|[^)\\])*\)))?/,inside:{variable:{pattern:/^(!?\[)[^\]]+/,lookbehind:!0},string:/(?:"(?:\\.|[^"\\])*"|'(?:\\.|[^'\\])*'|\((?:\\.|[^)\\])*\))$/,punctuation:/^[\[\]!:]|[<>]/},alias:"url"},bold:{pattern:/(^|[^\\])(\*\*|__)(?:(?:\r?\n|\r)(?!\r?\n|\r)|.)+?\2/,lookbehind:!0,inside:{punctuation:/^\*\*|^__|\*\*$|__$/}},italic:{pattern:/(^|[^\\])([*_])(?:(?:\r?\n|\r)(?!\r?\n|\r)|.)+?\2/,lookbehind:!0,inside:{punctuation:/^[*_]|[*_]$/}},url:{pattern:/!?\[[^\]]+\](?:\([^\s)]+(?:[\t ]+"(?:\\.|[^"\\])*")?\)| ?\[[^\]\n]*\])/,inside:{variable:{pattern:/(!?\[)[^\]]+(?=\]$)/,lookbehind:!0},string:{pattern:/"(?:\\.|[^"\\])*"(?=\)$)/}}}}),Prism.languages.markdown.bold.inside.url=Prism.util.clone(Prism.languages.markdown.url),Prism.languages.markdown.italic.inside.url=Prism.util.clone(Prism.languages.markdown.url),Prism.languages.markdown.bold.inside.italic=Prism.util.clone(Prism.languages.markdown.italic),Prism.languages.markdown.italic.inside.bold=Prism.util.clone(Prism.languages.markdown.bold),Prism.languages.nginx=Prism.languages.extend("clike",{comment:{pattern:/(^|[^"{\\])#.*/,lookbehind:!0},keyword:/\b(?:CONTENT_|DOCUMENT_|GATEWAY_|HTTP_|HTTPS|if_not_empty|PATH_|QUERY_|REDIRECT_|REMOTE_|REQUEST_|SCGI|SCRIPT_|SERVER_|http|server|events|location|include|accept_mutex|accept_mutex_delay|access_log|add_after_body|add_before_body|add_header|addition_types|aio|alias|allow|ancient_browser|ancient_browser_value|auth|auth_basic|auth_basic_user_file|auth_http|auth_http_header|auth_http_timeout|autoindex|autoindex_exact_size|autoindex_localtime|break|charset|charset_map|charset_types|chunked_transfer_encoding|client_body_buffer_size|client_body_in_file_only|client_body_in_single_buffer|client_body_temp_path|client_body_timeout|client_header_buffer_size|client_header_timeout|client_max_body_size|connection_pool_size|create_full_put_path|daemon|dav_access|dav_methods|debug_connection|debug_points|default_type|deny|devpoll_changes|devpoll_events|directio|directio_alignment|disable_symlinks|empty_gif|env|epoll_events|error_log|error_page|expires|fastcgi_buffer_size|fastcgi_buffers|fastcgi_busy_buffers_size|fastcgi_cache|fastcgi_cache_bypass|fastcgi_cache_key|fastcgi_cache_lock|fastcgi_cache_lock_timeout|fastcgi_cache_methods|fastcgi_cache_min_uses|fastcgi_cache_path|fastcgi_cache_purge|fastcgi_cache_use_stale|fastcgi_cache_valid|fastcgi_connect_timeout|fastcgi_hide_header|fastcgi_ignore_client_abort|fastcgi_ignore_headers|fastcgi_index|fastcgi_intercept_errors|fastcgi_keep_conn|fastcgi_max_temp_file_size|fastcgi_next_upstream|fastcgi_no_cache|fastcgi_param|fastcgi_pass|fastcgi_pass_header|fastcgi_read_timeout|fastcgi_redirect_errors|fastcgi_send_timeout|fastcgi_split_path_info|fastcgi_store|fastcgi_store_access|fastcgi_temp_file_write_size|fastcgi_temp_path|flv|geo|geoip_city|geoip_country|google_perftools_profiles|gzip|gzip_buffers|gzip_comp_level|gzip_disable|gzip_http_version|gzip_min_length|gzip_proxied|gzip_static|gzip_types|gzip_vary|if|if_modified_since|ignore_invalid_headers|image_filter|image_filter_buffer|image_filter_jpeg_quality|image_filter_sharpen|image_filter_transparency|imap_capabilities|imap_client_buffer|include|index|internal|ip_hash|keepalive|keepalive_disable|keepalive_requests|keepalive_timeout|kqueue_changes|kqueue_events|large_client_header_buffers|limit_conn|limit_conn_log_level|limit_conn_zone|limit_except|limit_rate|limit_rate_after|limit_req|limit_req_log_level|limit_req_zone|limit_zone|lingering_close|lingering_time|lingering_timeout|listen|location|lock_file|log_format|log_format_combined|log_not_found|log_subrequest|map|map_hash_bucket_size|map_hash_max_size|master_process|max_ranges|memcached_buffer_size|memcached_connect_timeout|memcached_next_upstream|memcached_pass|memcached_read_timeout|memcached_send_timeout|merge_slashes|min_delete_depth|modern_browser|modern_browser_value|mp4|mp4_buffer_size|mp4_max_buffer_size|msie_padding|msie_refresh|multi_accept|open_file_cache|open_file_cache_errors|open_file_cache_min_uses|open_file_cache_valid|open_log_file_cache|optimize_server_names|override_charset|pcre_jit|perl|perl_modules|perl_require|perl_set|pid|pop3_auth|pop3_capabilities|port_in_redirect|post_action|postpone_output|protocol|proxy|proxy_buffer|proxy_buffer_size|proxy_buffering|proxy_buffers|proxy_busy_buffers_size|proxy_cache|proxy_cache_bypass|proxy_cache_key|proxy_cache_lock|proxy_cache_lock_timeout|proxy_cache_methods|proxy_cache_min_uses|proxy_cache_path|proxy_cache_use_stale|proxy_cache_valid|proxy_connect_timeout|proxy_cookie_domain|proxy_cookie_path|proxy_headers_hash_bucket_size|proxy_headers_hash_max_size|proxy_hide_header|proxy_http_version|proxy_ignore_client_abort|proxy_ignore_headers|proxy_intercept_errors|proxy_max_temp_file_size|proxy_method|proxy_next_upstream|proxy_no_cache|proxy_pass|proxy_pass_error_message|proxy_pass_header|proxy_pass_request_body|proxy_pass_request_headers|proxy_read_timeout|proxy_redirect|proxy_redirect_errors|proxy_send_lowat|proxy_send_timeout|proxy_set_body|proxy_set_header|proxy_ssl_session_reuse|proxy_store|proxy_store_access|proxy_temp_file_write_size|proxy_temp_path|proxy_timeout|proxy_upstream_fail_timeout|proxy_upstream_max_fails|random_index|read_ahead|real_ip_header|recursive_error_pages|request_pool_size|reset_timedout_connection|resolver|resolver_timeout|return|rewrite|root|rtsig_overflow_events|rtsig_overflow_test|rtsig_overflow_threshold|rtsig_signo|satisfy|satisfy_any|secure_link_secret|send_lowat|send_timeout|sendfile|sendfile_max_chunk|server|server_name|server_name_in_redirect|server_names_hash_bucket_size|server_names_hash_max_size|server_tokens|set|set_real_ip_from|smtp_auth|smtp_capabilities|so_keepalive|source_charset|split_clients|ssi|ssi_silent_errors|ssi_types|ssi_value_length|ssl|ssl_certificate|ssl_certificate_key|ssl_ciphers|ssl_client_certificate|ssl_crl|ssl_dhparam|ssl_engine|ssl_prefer_server_ciphers|ssl_protocols|ssl_session_cache|ssl_session_timeout|ssl_verify_client|ssl_verify_depth|starttls|stub_status|sub_filter|sub_filter_once|sub_filter_types|tcp_nodelay|tcp_nopush|timeout|timer_resolution|try_files|types|types_hash_bucket_size|types_hash_max_size|underscores_in_headers|uninitialized_variable_warn|upstream|use|user|userid|userid_domain|userid_expires|userid_name|userid_p3p|userid_path|userid_service|valid_referers|variables_hash_bucket_size|variables_hash_max_size|worker_connections|worker_cpu_affinity|worker_priority|worker_processes|worker_rlimit_core|worker_rlimit_nofile|worker_rlimit_sigpending|working_directory|xclient|xml_entities|xslt_entities|xslt_stylesheet|xslt_types)\b/i}),Prism.languages.insertBefore("nginx","keyword",{variable:/\$[a-z_]+/i}),Prism.languages.powershell={comment:[{pattern:/(^|[^`])<#[\w\W]*?#>/,lookbehind:!0},{pattern:/(^|[^`])#.*/,lookbehind:!0}],string:[{pattern:/"(`?[\w\W])*?"/,greedy:!0,inside:{"function":{pattern:/[^`]\$\(.*?\)/,inside:{}}}},{pattern:/'([^']|'')*'/,greedy:!0}],namespace:/\[[a-z][\w\W]*?\]/i,"boolean":/\$(true|false)\b/i,variable:/\$\w+\b/i,"function":[/\b(Add-(Computer|Content|History|Member|PSSnapin|Type)|Checkpoint-Computer|Clear-(Content|EventLog|History|Item|ItemProperty|Variable)|Compare-Object|Complete-Transaction|Connect-PSSession|ConvertFrom-(Csv|Json|StringData)|Convert-Path|ConvertTo-(Csv|Html|Json|Xml)|Copy-(Item|ItemProperty)|Debug-Process|Disable-(ComputerRestore|PSBreakpoint|PSRemoting|PSSessionConfiguration)|Disconnect-PSSession|Enable-(ComputerRestore|PSBreakpoint|PSRemoting|PSSessionConfiguration)|Enter-PSSession|Exit-PSSession|Export-(Alias|Clixml|Console|Csv|FormatData|ModuleMember|PSSession)|ForEach-Object|Format-(Custom|List|Table|Wide)|Get-(Alias|ChildItem|Command|ComputerRestorePoint|Content|ControlPanelItem|Culture|Date|Event|EventLog|EventSubscriber|FormatData|Help|History|Host|HotFix|Item|ItemProperty|Job|Location|Member|Module|Process|PSBreakpoint|PSCallStack|PSDrive|PSProvider|PSSession|PSSessionConfiguration|PSSnapin|Random|Service|TraceSource|Transaction|TypeData|UICulture|Unique|Variable|WmiObject)|Group-Object|Import-(Alias|Clixml|Csv|LocalizedData|Module|PSSession)|Invoke-(Command|Expression|History|Item|RestMethod|WebRequest|WmiMethod)|Join-Path|Limit-EventLog|Measure-(Command|Object)|Move-(Item|ItemProperty)|New-(Alias|Event|EventLog|Item|ItemProperty|Module|ModuleManifest|Object|PSDrive|PSSession|PSSessionConfigurationFile|PSSessionOption|PSTransportOption|Service|TimeSpan|Variable|WebServiceProxy)|Out-(Default|File|GridView|Host|Null|Printer|String)|Pop-Location|Push-Location|Read-Host|Receive-(Job|PSSession)|Register-(EngineEvent|ObjectEvent|PSSessionConfiguration|WmiEvent)|Remove-(Computer|Event|EventLog|Item|ItemProperty|Job|Module|PSBreakpoint|PSDrive|PSSession|PSSnapin|TypeData|Variable|WmiObject)|Rename-(Computer|Item|ItemProperty)|Reset-ComputerMachinePassword|Resolve-Path|Restart-(Computer|Service)|Restore-Computer|Resume-(Job|Service)|Save-Help|Select-(Object|String|Xml)|Send-MailMessage|Set-(Alias|Content|Date|Item|ItemProperty|Location|PSBreakpoint|PSDebug|PSSessionConfiguration|Service|StrictMode|TraceSource|Variable|WmiInstance)|Show-(Command|ControlPanelItem|EventLog)|Sort-Object|Split-Path|Start-(Job|Process|Service|Sleep|Transaction)|Stop-(Computer|Job|Process|Service)|Suspend-(Job|Service)|Tee-Object|Test-(ComputerSecureChannel|Connection|ModuleManifest|Path|PSSessionConfigurationFile)|Trace-Command|Unblock-File|Undo-Transaction|Unregister-(Event|PSSessionConfiguration)|Update-(FormatData|Help|List|TypeData)|Use-Transaction|Wait-(Event|Job|Process)|Where-Object|Write-(Debug|Error|EventLog|Host|Output|Progress|Verbose|Warning))\b/i,/\b(ac|cat|chdir|clc|cli|clp|clv|compare|copy|cp|cpi|cpp|cvpa|dbp|del|diff|dir|ebp|echo|epal|epcsv|epsn|erase|fc|fl|ft|fw|gal|gbp|gc|gci|gcs|gdr|gi|gl|gm|gp|gps|group|gsv|gu|gv|gwmi|iex|ii|ipal|ipcsv|ipsn|irm|iwmi|iwr|kill|lp|ls|measure|mi|mount|move|mp|mv|nal|ndr|ni|nv|ogv|popd|ps|pushd|pwd|rbp|rd|rdr|ren|ri|rm|rmdir|rni|rnp|rp|rv|rvpa|rwmi|sal|saps|sasv|sbp|sc|select|set|shcm|si|sl|sleep|sls|sort|sp|spps|spsv|start|sv|swmi|tee|trcm|type|write)\b/i],keyword:/\b(Begin|Break|Catch|Class|Continue|Data|Define|Do|DynamicParam|Else|ElseIf|End|Exit|Filter|Finally|For|ForEach|From|Function|If|InlineScript|Parallel|Param|Process|Return|Sequence|Switch|Throw|Trap|Try|Until|Using|Var|While|Workflow)\b/i,operator:{pattern:/(\W?)(!|-(eq|ne|gt|ge|lt|le|sh[lr]|not|b?(and|x?or)|(Not)?(Like|Match|Contains|In)|Replace|Join|is(Not)?|as)\b|-[-=]?|\+[+=]?|[*\/%]=?)/i,lookbehind:!0},punctuation:/[|{}[\];(),.]/},Prism.languages.powershell.string[0].inside["boolean"]=Prism.languages.powershell["boolean"],Prism.languages.powershell.string[0].inside.variable=Prism.languages.powershell.variable,Prism.languages.powershell.string[0].inside["function"].inside=Prism.util.clone(Prism.languages.powershell),Prism.languages.rest={table:[{pattern:/(\s*)(?:\+[=-]+)+\+(?:\r?\n|\r)(?:\1(?:[+|].+)+[+|](?:\r?\n|\r))+\1(?:\+[=-]+)+\+/,lookbehind:!0,inside:{punctuation:/\||(?:\+[=-]+)+\+/}},{pattern:/(\s*)(?:=+ +)+=+((?:\r?\n|\r)\1.+)+(?:\r?\n|\r)\1(?:=+ +)+=+(?=(?:\r?\n|\r){2}|\s*$)/,lookbehind:!0,inside:{punctuation:/[=-]+/}}],"substitution-def":{pattern:/(^\s*\.\. )\|(?:[^|\s](?:[^|]*[^|\s])?)\| [^:]+::/m,lookbehind:!0,inside:{substitution:{pattern:/^\|(?:[^|\s]|[^|\s][^|]*[^|\s])\|/,alias:"attr-value",inside:{punctuation:/^\||\|$/}},directive:{pattern:/( +)[^:]+::/,lookbehind:!0,alias:"function",inside:{punctuation:/::$/}}}},"link-target":[{pattern:/(^\s*\.\. )\[[^\]]+\]/m,lookbehind:!0,alias:"string",inside:{punctuation:/^\[|\]$/}},{pattern:/(^\s*\.\. )_(?:`[^`]+`|(?:[^:\\]|\\.)+):/m,lookbehind:!0,alias:"string",inside:{punctuation:/^_|:$/}}],directive:{pattern:/(^\s*\.\. )[^:]+::/m,lookbehind:!0,alias:"function",inside:{punctuation:/::$/}},comment:{pattern:/(^\s*\.\.)(?:(?: .+)?(?:(?:\r?\n|\r).+)+| .+)(?=(?:\r?\n|\r){2}|$)/m,lookbehind:!0},title:[{pattern:/^(([!"#$%&'()*+,\-.\/:;<=>?@\[\\\]^_`{|}~])\2+)(?:\r?\n|\r).+(?:\r?\n|\r)\1$/m,inside:{punctuation:/^[!"#$%&'()*+,\-.\/:;<=>?@\[\\\]^_`{|}~]+|[!"#$%&'()*+,\-.\/:;<=>?@\[\\\]^_`{|}~]+$/,important:/.+/}},{pattern:/(^|(?:\r?\n|\r){2}).+(?:\r?\n|\r)([!"#$%&'()*+,\-.\/:;<=>?@\[\\\]^_`{|}~])\2+(?=\r?\n|\r|$)/,lookbehind:!0,inside:{punctuation:/[!"#$%&'()*+,\-.\/:;<=>?@\[\\\]^_`{|}~]+$/,important:/.+/}}],hr:{pattern:/((?:\r?\n|\r){2})([!"#$%&'()*+,\-.\/:;<=>?@\[\\\]^_`{|}~])\2{3,}(?=(?:\r?\n|\r){2})/,lookbehind:!0,alias:"punctuation"},field:{pattern:/(^\s*):[^:\r\n]+:(?= )/m,lookbehind:!0,alias:"attr-name"},"command-line-option":{pattern:/(^\s*)(?:[+-][a-z\d]|(?:\-\-|\/)[a-z\d-]+)(?:[ =](?:[a-z][a-z\d_-]*|<[^<>]+>))?(?:, (?:[+-][a-z\d]|(?:\-\-|\/)[a-z\d-]+)(?:[ =](?:[a-z][a-z\d_-]*|<[^<>]+>))?)*(?=(?:\r?\n|\r)? {2,}\S)/im,lookbehind:!0, +alias:"symbol"},"literal-block":{pattern:/::(?:\r?\n|\r){2}([ \t]+).+(?:(?:\r?\n|\r)\1.+)*/,inside:{"literal-block-punctuation":{pattern:/^::/,alias:"punctuation"}}},"quoted-literal-block":{pattern:/::(?:\r?\n|\r){2}([!"#$%&'()*+,\-.\/:;<=>?@\[\\\]^_`{|}~]).*(?:(?:\r?\n|\r)\1.*)*/,inside:{"literal-block-punctuation":{pattern:/^(?:::|([!"#$%&'()*+,\-.\/:;<=>?@\[\\\]^_`{|}~])\1*)/m,alias:"punctuation"}}},"list-bullet":{pattern:/(^\s*)(?:[*+\-•‣⁃]|\(?(?:\d+|[a-z]|[ivxdclm]+)\)|(?:\d+|[a-z]|[ivxdclm]+)\.)(?= )/im,lookbehind:!0,alias:"punctuation"},"doctest-block":{pattern:/(^\s*)>>> .+(?:(?:\r?\n|\r).+)*/m,lookbehind:!0,inside:{punctuation:/^>>>/}},inline:[{pattern:/(^|[\s\-:\/'"<(\[{])(?::[^:]+:`.*?`|`.*?`:[^:]+:|(\*\*?|``?|\|)(?!\s).*?[^\s]\2(?=[\s\-.,:;!?\\\/'")\]}]|$))/m,lookbehind:!0,inside:{bold:{pattern:/(^\*\*).+(?=\*\*$)/,lookbehind:!0},italic:{pattern:/(^\*).+(?=\*$)/,lookbehind:!0},"inline-literal":{pattern:/(^``).+(?=``$)/,lookbehind:!0,alias:"symbol"},role:{pattern:/^:[^:]+:|:[^:]+:$/,alias:"function",inside:{punctuation:/^:|:$/}},"interpreted-text":{pattern:/(^`).+(?=`$)/,lookbehind:!0,alias:"attr-value"},substitution:{pattern:/(^\|).+(?=\|$)/,lookbehind:!0,alias:"attr-value"},punctuation:/\*\*?|``?|\|/}}],link:[{pattern:/\[[^\]]+\]_(?=[\s\-.,:;!?\\\/'")\]}]|$)/,alias:"string",inside:{punctuation:/^\[|\]_$/}},{pattern:/(?:\b[a-z\d](?:[_.:+]?[a-z\d]+)*_?_|`[^`]+`_?_|_`[^`]+`)(?=[\s\-.,:;!?\\\/'")\]}]|$)/i,alias:"string",inside:{punctuation:/^_?`|`$|`?_?_$/}}],punctuation:{pattern:/(^\s*)(?:\|(?= |$)|(?:---?|—|\.\.|__)(?= )|\.\.$)/m,lookbehind:!0}},Prism.languages.scss=Prism.languages.extend("css",{comment:{pattern:/(^|[^\\])(?:\/\*[\w\W]*?\*\/|\/\/.*)/,lookbehind:!0},atrule:{pattern:/@[\w-]+(?:\([^()]+\)|[^(])*?(?=\s+[{;])/,inside:{rule:/@[\w-]+/}},url:/(?:[-a-z]+-)*url(?=\()/i,selector:{pattern:/(?=\S)[^@;\{\}\(\)]?([^@;\{\}\(\)]|&|#\{\$[-_\w]+\})+(?=\s*\{(\}|\s|[^\}]+(:|\{)[^\}]+))/m,inside:{parent:{pattern:/&/,alias:"important"},placeholder:/%[-_\w]+/,variable:/\$[-_\w]+|#\{\$[-_\w]+\}/}}}),Prism.languages.insertBefore("scss","atrule",{keyword:[/@(?:if|else(?: if)?|for|each|while|import|extend|debug|warn|mixin|include|function|return|content)/i,{pattern:/( +)(?:from|through)(?= )/,lookbehind:!0}]}),Prism.languages.scss.property={pattern:/(?:[\w-]|\$[-_\w]+|#\{\$[-_\w]+\})+(?=\s*:)/i,inside:{variable:/\$[-_\w]+|#\{\$[-_\w]+\}/}},Prism.languages.insertBefore("scss","important",{variable:/\$[-_\w]+|#\{\$[-_\w]+\}/}),Prism.languages.insertBefore("scss","function",{placeholder:{pattern:/%[-_\w]+/,alias:"selector"},statement:{pattern:/\B!(?:default|optional)\b/i,alias:"keyword"},"boolean":/\b(?:true|false)\b/,"null":/\bnull\b/,operator:{pattern:/(\s)(?:[-+*\/%]|[=!]=|<=?|>=?|and|or|not)(?=\s)/,lookbehind:!0}}),Prism.languages.scss.atrule.inside.rest=Prism.util.clone(Prism.languages.scss),Prism.languages.yaml={scalar:{pattern:/([\-:]\s*(![^\s]+)?[ \t]*[|>])[ \t]*(?:((?:\r?\n|\r)[ \t]+)[^\r\n]+(?:\3[^\r\n]+)*)/,lookbehind:!0,alias:"string"},comment:/#.*/,key:{pattern:/(\s*(?:^|[:\-,[{\r\n?])[ \t]*(![^\s]+)?[ \t]*)[^\r\n{[\]},#\s]+?(?=\s*:\s)/,lookbehind:!0,alias:"atrule"},directive:{pattern:/(^[ \t]*)%.+/m,lookbehind:!0,alias:"important"},datetime:{pattern:/([:\-,[{]\s*(![^\s]+)?[ \t]*)(\d{4}-\d\d?-\d\d?([tT]|[ \t]+)\d\d?:\d{2}:\d{2}(\.\d*)?[ \t]*(Z|[-+]\d\d?(:\d{2})?)?|\d{4}-\d{2}-\d{2}|\d\d?:\d{2}(:\d{2}(\.\d*)?)?)(?=[ \t]*($|,|]|}))/m,lookbehind:!0,alias:"number"},"boolean":{pattern:/([:\-,[{]\s*(![^\s]+)?[ \t]*)(true|false)[ \t]*(?=$|,|]|})/im,lookbehind:!0,alias:"important"},"null":{pattern:/([:\-,[{]\s*(![^\s]+)?[ \t]*)(null|~)[ \t]*(?=$|,|]|})/im,lookbehind:!0,alias:"important"},string:{pattern:/([:\-,[{]\s*(![^\s]+)?[ \t]*)("(?:[^"\\]|\\.)*"|'(?:[^'\\]|\\.)*')(?=[ \t]*($|,|]|}))/m,lookbehind:!0},number:{pattern:/([:\-,[{]\s*(![^\s]+)?[ \t]*)[+\-]?(0x[\da-f]+|0o[0-7]+|(\d+\.?\d*|\.?\d+)(e[\+\-]?\d+)?|\.inf|\.nan)[ \t]*(?=$|,|]|})/im,lookbehind:!0},tag:/![^\s]+/,important:/[&*][\w]+/,punctuation:/---|[:[\]{}\-,|>?]|\.\.\./},$(".top-menu-item-link:not(.false)").on("click",function(e){e.preventDefault(),e.stopPropagation();var t=$(this).next("ul"),a=t.is(":visible"),r=a?"slideUp":"slideDown",n=a?200:400;t.velocity(r,{easing:"easeOutQuart",duration:n})}),$("#navigation-toggle").on("click",function(){$("#site-navigation,.all-content-wrapper,#navigation-toggle").toggleClass("navigation-open")}),$("#all-content-wrapper").on("click",function(){$(".site-navigation.navigation-open")&&$(".site-navigation.navigation-open,.all-content-wrapper.navigation-open,#navigation-toggle").removeClass("navigation-open")}); \ No newline at end of file diff --git a/public/js/vendor/jquery-2.2.4.min.js b/public/js/vendor/jquery-2.2.4.min.js new file mode 100644 index 000000000..4024b6622 --- /dev/null +++ b/public/js/vendor/jquery-2.2.4.min.js @@ -0,0 +1,4 @@ +/*! jQuery v2.2.4 | (c) jQuery Foundation | jquery.org/license */ +!function(a,b){"object"==typeof module&&"object"==typeof module.exports?module.exports=a.document?b(a,!0):function(a){if(!a.document)throw new Error("jQuery requires a window with a document");return b(a)}:b(a)}("undefined"!=typeof window?window:this,function(a,b){var c=[],d=a.document,e=c.slice,f=c.concat,g=c.push,h=c.indexOf,i={},j=i.toString,k=i.hasOwnProperty,l={},m="2.2.4",n=function(a,b){return new n.fn.init(a,b)},o=/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,p=/^-ms-/,q=/-([\da-z])/gi,r=function(a,b){return b.toUpperCase()};n.fn=n.prototype={jquery:m,constructor:n,selector:"",length:0,toArray:function(){return e.call(this)},get:function(a){return null!=a?0>a?this[a+this.length]:this[a]:e.call(this)},pushStack:function(a){var b=n.merge(this.constructor(),a);return b.prevObject=this,b.context=this.context,b},each:function(a){return n.each(this,a)},map:function(a){return this.pushStack(n.map(this,function(b,c){return a.call(b,c,b)}))},slice:function(){return this.pushStack(e.apply(this,arguments))},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},eq:function(a){var b=this.length,c=+a+(0>a?b:0);return this.pushStack(c>=0&&b>c?[this[c]]:[])},end:function(){return this.prevObject||this.constructor()},push:g,sort:c.sort,splice:c.splice},n.extend=n.fn.extend=function(){var a,b,c,d,e,f,g=arguments[0]||{},h=1,i=arguments.length,j=!1;for("boolean"==typeof g&&(j=g,g=arguments[h]||{},h++),"object"==typeof g||n.isFunction(g)||(g={}),h===i&&(g=this,h--);i>h;h++)if(null!=(a=arguments[h]))for(b in a)c=g[b],d=a[b],g!==d&&(j&&d&&(n.isPlainObject(d)||(e=n.isArray(d)))?(e?(e=!1,f=c&&n.isArray(c)?c:[]):f=c&&n.isPlainObject(c)?c:{},g[b]=n.extend(j,f,d)):void 0!==d&&(g[b]=d));return g},n.extend({expando:"jQuery"+(m+Math.random()).replace(/\D/g,""),isReady:!0,error:function(a){throw new Error(a)},noop:function(){},isFunction:function(a){return"function"===n.type(a)},isArray:Array.isArray,isWindow:function(a){return null!=a&&a===a.window},isNumeric:function(a){var b=a&&a.toString();return!n.isArray(a)&&b-parseFloat(b)+1>=0},isPlainObject:function(a){var b;if("object"!==n.type(a)||a.nodeType||n.isWindow(a))return!1;if(a.constructor&&!k.call(a,"constructor")&&!k.call(a.constructor.prototype||{},"isPrototypeOf"))return!1;for(b in a);return void 0===b||k.call(a,b)},isEmptyObject:function(a){var b;for(b in a)return!1;return!0},type:function(a){return null==a?a+"":"object"==typeof a||"function"==typeof a?i[j.call(a)]||"object":typeof a},globalEval:function(a){var b,c=eval;a=n.trim(a),a&&(1===a.indexOf("use strict")?(b=d.createElement("script"),b.text=a,d.head.appendChild(b).parentNode.removeChild(b)):c(a))},camelCase:function(a){return a.replace(p,"ms-").replace(q,r)},nodeName:function(a,b){return a.nodeName&&a.nodeName.toLowerCase()===b.toLowerCase()},each:function(a,b){var c,d=0;if(s(a)){for(c=a.length;c>d;d++)if(b.call(a[d],d,a[d])===!1)break}else for(d in a)if(b.call(a[d],d,a[d])===!1)break;return a},trim:function(a){return null==a?"":(a+"").replace(o,"")},makeArray:function(a,b){var c=b||[];return null!=a&&(s(Object(a))?n.merge(c,"string"==typeof a?[a]:a):g.call(c,a)),c},inArray:function(a,b,c){return null==b?-1:h.call(b,a,c)},merge:function(a,b){for(var c=+b.length,d=0,e=a.length;c>d;d++)a[e++]=b[d];return a.length=e,a},grep:function(a,b,c){for(var d,e=[],f=0,g=a.length,h=!c;g>f;f++)d=!b(a[f],f),d!==h&&e.push(a[f]);return e},map:function(a,b,c){var d,e,g=0,h=[];if(s(a))for(d=a.length;d>g;g++)e=b(a[g],g,c),null!=e&&h.push(e);else for(g in a)e=b(a[g],g,c),null!=e&&h.push(e);return f.apply([],h)},guid:1,proxy:function(a,b){var c,d,f;return"string"==typeof b&&(c=a[b],b=a,a=c),n.isFunction(a)?(d=e.call(arguments,2),f=function(){return a.apply(b||this,d.concat(e.call(arguments)))},f.guid=a.guid=a.guid||n.guid++,f):void 0},now:Date.now,support:l}),"function"==typeof Symbol&&(n.fn[Symbol.iterator]=c[Symbol.iterator]),n.each("Boolean Number String Function Array Date RegExp Object Error Symbol".split(" "),function(a,b){i["[object "+b+"]"]=b.toLowerCase()});function s(a){var b=!!a&&"length"in a&&a.length,c=n.type(a);return"function"===c||n.isWindow(a)?!1:"array"===c||0===b||"number"==typeof b&&b>0&&b-1 in a}var t=function(a){var b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u="sizzle"+1*new Date,v=a.document,w=0,x=0,y=ga(),z=ga(),A=ga(),B=function(a,b){return a===b&&(l=!0),0},C=1<<31,D={}.hasOwnProperty,E=[],F=E.pop,G=E.push,H=E.push,I=E.slice,J=function(a,b){for(var c=0,d=a.length;d>c;c++)if(a[c]===b)return c;return-1},K="checked|selected|async|autofocus|autoplay|controls|defer|disabled|hidden|ismap|loop|multiple|open|readonly|required|scoped",L="[\\x20\\t\\r\\n\\f]",M="(?:\\\\.|[\\w-]|[^\\x00-\\xa0])+",N="\\["+L+"*("+M+")(?:"+L+"*([*^$|!~]?=)"+L+"*(?:'((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\"|("+M+"))|)"+L+"*\\]",O=":("+M+")(?:\\((('((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\")|((?:\\\\.|[^\\\\()[\\]]|"+N+")*)|.*)\\)|)",P=new RegExp(L+"+","g"),Q=new RegExp("^"+L+"+|((?:^|[^\\\\])(?:\\\\.)*)"+L+"+$","g"),R=new RegExp("^"+L+"*,"+L+"*"),S=new RegExp("^"+L+"*([>+~]|"+L+")"+L+"*"),T=new RegExp("="+L+"*([^\\]'\"]*?)"+L+"*\\]","g"),U=new RegExp(O),V=new RegExp("^"+M+"$"),W={ID:new RegExp("^#("+M+")"),CLASS:new RegExp("^\\.("+M+")"),TAG:new RegExp("^("+M+"|[*])"),ATTR:new RegExp("^"+N),PSEUDO:new RegExp("^"+O),CHILD:new RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\("+L+"*(even|odd|(([+-]|)(\\d*)n|)"+L+"*(?:([+-]|)"+L+"*(\\d+)|))"+L+"*\\)|)","i"),bool:new RegExp("^(?:"+K+")$","i"),needsContext:new RegExp("^"+L+"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\("+L+"*((?:-\\d)?\\d*)"+L+"*\\)|)(?=[^-]|$)","i")},X=/^(?:input|select|textarea|button)$/i,Y=/^h\d$/i,Z=/^[^{]+\{\s*\[native \w/,$=/^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/,_=/[+~]/,aa=/'|\\/g,ba=new RegExp("\\\\([\\da-f]{1,6}"+L+"?|("+L+")|.)","ig"),ca=function(a,b,c){var d="0x"+b-65536;return d!==d||c?b:0>d?String.fromCharCode(d+65536):String.fromCharCode(d>>10|55296,1023&d|56320)},da=function(){m()};try{H.apply(E=I.call(v.childNodes),v.childNodes),E[v.childNodes.length].nodeType}catch(ea){H={apply:E.length?function(a,b){G.apply(a,I.call(b))}:function(a,b){var c=a.length,d=0;while(a[c++]=b[d++]);a.length=c-1}}}function fa(a,b,d,e){var f,h,j,k,l,o,r,s,w=b&&b.ownerDocument,x=b?b.nodeType:9;if(d=d||[],"string"!=typeof a||!a||1!==x&&9!==x&&11!==x)return d;if(!e&&((b?b.ownerDocument||b:v)!==n&&m(b),b=b||n,p)){if(11!==x&&(o=$.exec(a)))if(f=o[1]){if(9===x){if(!(j=b.getElementById(f)))return d;if(j.id===f)return d.push(j),d}else if(w&&(j=w.getElementById(f))&&t(b,j)&&j.id===f)return d.push(j),d}else{if(o[2])return H.apply(d,b.getElementsByTagName(a)),d;if((f=o[3])&&c.getElementsByClassName&&b.getElementsByClassName)return H.apply(d,b.getElementsByClassName(f)),d}if(c.qsa&&!A[a+" "]&&(!q||!q.test(a))){if(1!==x)w=b,s=a;else if("object"!==b.nodeName.toLowerCase()){(k=b.getAttribute("id"))?k=k.replace(aa,"\\$&"):b.setAttribute("id",k=u),r=g(a),h=r.length,l=V.test(k)?"#"+k:"[id='"+k+"']";while(h--)r[h]=l+" "+qa(r[h]);s=r.join(","),w=_.test(a)&&oa(b.parentNode)||b}if(s)try{return H.apply(d,w.querySelectorAll(s)),d}catch(y){}finally{k===u&&b.removeAttribute("id")}}}return i(a.replace(Q,"$1"),b,d,e)}function ga(){var a=[];function b(c,e){return a.push(c+" ")>d.cacheLength&&delete b[a.shift()],b[c+" "]=e}return b}function ha(a){return a[u]=!0,a}function ia(a){var b=n.createElement("div");try{return!!a(b)}catch(c){return!1}finally{b.parentNode&&b.parentNode.removeChild(b),b=null}}function ja(a,b){var c=a.split("|"),e=c.length;while(e--)d.attrHandle[c[e]]=b}function ka(a,b){var c=b&&a,d=c&&1===a.nodeType&&1===b.nodeType&&(~b.sourceIndex||C)-(~a.sourceIndex||C);if(d)return d;if(c)while(c=c.nextSibling)if(c===b)return-1;return a?1:-1}function la(a){return function(b){var c=b.nodeName.toLowerCase();return"input"===c&&b.type===a}}function ma(a){return function(b){var c=b.nodeName.toLowerCase();return("input"===c||"button"===c)&&b.type===a}}function na(a){return ha(function(b){return b=+b,ha(function(c,d){var e,f=a([],c.length,b),g=f.length;while(g--)c[e=f[g]]&&(c[e]=!(d[e]=c[e]))})})}function oa(a){return a&&"undefined"!=typeof a.getElementsByTagName&&a}c=fa.support={},f=fa.isXML=function(a){var b=a&&(a.ownerDocument||a).documentElement;return b?"HTML"!==b.nodeName:!1},m=fa.setDocument=function(a){var b,e,g=a?a.ownerDocument||a:v;return g!==n&&9===g.nodeType&&g.documentElement?(n=g,o=n.documentElement,p=!f(n),(e=n.defaultView)&&e.top!==e&&(e.addEventListener?e.addEventListener("unload",da,!1):e.attachEvent&&e.attachEvent("onunload",da)),c.attributes=ia(function(a){return a.className="i",!a.getAttribute("className")}),c.getElementsByTagName=ia(function(a){return a.appendChild(n.createComment("")),!a.getElementsByTagName("*").length}),c.getElementsByClassName=Z.test(n.getElementsByClassName),c.getById=ia(function(a){return o.appendChild(a).id=u,!n.getElementsByName||!n.getElementsByName(u).length}),c.getById?(d.find.ID=function(a,b){if("undefined"!=typeof b.getElementById&&p){var c=b.getElementById(a);return c?[c]:[]}},d.filter.ID=function(a){var b=a.replace(ba,ca);return function(a){return a.getAttribute("id")===b}}):(delete d.find.ID,d.filter.ID=function(a){var b=a.replace(ba,ca);return function(a){var c="undefined"!=typeof a.getAttributeNode&&a.getAttributeNode("id");return c&&c.value===b}}),d.find.TAG=c.getElementsByTagName?function(a,b){return"undefined"!=typeof b.getElementsByTagName?b.getElementsByTagName(a):c.qsa?b.querySelectorAll(a):void 0}:function(a,b){var c,d=[],e=0,f=b.getElementsByTagName(a);if("*"===a){while(c=f[e++])1===c.nodeType&&d.push(c);return d}return f},d.find.CLASS=c.getElementsByClassName&&function(a,b){return"undefined"!=typeof b.getElementsByClassName&&p?b.getElementsByClassName(a):void 0},r=[],q=[],(c.qsa=Z.test(n.querySelectorAll))&&(ia(function(a){o.appendChild(a).innerHTML="",a.querySelectorAll("[msallowcapture^='']").length&&q.push("[*^$]="+L+"*(?:''|\"\")"),a.querySelectorAll("[selected]").length||q.push("\\["+L+"*(?:value|"+K+")"),a.querySelectorAll("[id~="+u+"-]").length||q.push("~="),a.querySelectorAll(":checked").length||q.push(":checked"),a.querySelectorAll("a#"+u+"+*").length||q.push(".#.+[+~]")}),ia(function(a){var b=n.createElement("input");b.setAttribute("type","hidden"),a.appendChild(b).setAttribute("name","D"),a.querySelectorAll("[name=d]").length&&q.push("name"+L+"*[*^$|!~]?="),a.querySelectorAll(":enabled").length||q.push(":enabled",":disabled"),a.querySelectorAll("*,:x"),q.push(",.*:")})),(c.matchesSelector=Z.test(s=o.matches||o.webkitMatchesSelector||o.mozMatchesSelector||o.oMatchesSelector||o.msMatchesSelector))&&ia(function(a){c.disconnectedMatch=s.call(a,"div"),s.call(a,"[s!='']:x"),r.push("!=",O)}),q=q.length&&new RegExp(q.join("|")),r=r.length&&new RegExp(r.join("|")),b=Z.test(o.compareDocumentPosition),t=b||Z.test(o.contains)?function(a,b){var c=9===a.nodeType?a.documentElement:a,d=b&&b.parentNode;return a===d||!(!d||1!==d.nodeType||!(c.contains?c.contains(d):a.compareDocumentPosition&&16&a.compareDocumentPosition(d)))}:function(a,b){if(b)while(b=b.parentNode)if(b===a)return!0;return!1},B=b?function(a,b){if(a===b)return l=!0,0;var d=!a.compareDocumentPosition-!b.compareDocumentPosition;return d?d:(d=(a.ownerDocument||a)===(b.ownerDocument||b)?a.compareDocumentPosition(b):1,1&d||!c.sortDetached&&b.compareDocumentPosition(a)===d?a===n||a.ownerDocument===v&&t(v,a)?-1:b===n||b.ownerDocument===v&&t(v,b)?1:k?J(k,a)-J(k,b):0:4&d?-1:1)}:function(a,b){if(a===b)return l=!0,0;var c,d=0,e=a.parentNode,f=b.parentNode,g=[a],h=[b];if(!e||!f)return a===n?-1:b===n?1:e?-1:f?1:k?J(k,a)-J(k,b):0;if(e===f)return ka(a,b);c=a;while(c=c.parentNode)g.unshift(c);c=b;while(c=c.parentNode)h.unshift(c);while(g[d]===h[d])d++;return d?ka(g[d],h[d]):g[d]===v?-1:h[d]===v?1:0},n):n},fa.matches=function(a,b){return fa(a,null,null,b)},fa.matchesSelector=function(a,b){if((a.ownerDocument||a)!==n&&m(a),b=b.replace(T,"='$1']"),c.matchesSelector&&p&&!A[b+" "]&&(!r||!r.test(b))&&(!q||!q.test(b)))try{var d=s.call(a,b);if(d||c.disconnectedMatch||a.document&&11!==a.document.nodeType)return d}catch(e){}return fa(b,n,null,[a]).length>0},fa.contains=function(a,b){return(a.ownerDocument||a)!==n&&m(a),t(a,b)},fa.attr=function(a,b){(a.ownerDocument||a)!==n&&m(a);var e=d.attrHandle[b.toLowerCase()],f=e&&D.call(d.attrHandle,b.toLowerCase())?e(a,b,!p):void 0;return void 0!==f?f:c.attributes||!p?a.getAttribute(b):(f=a.getAttributeNode(b))&&f.specified?f.value:null},fa.error=function(a){throw new Error("Syntax error, unrecognized expression: "+a)},fa.uniqueSort=function(a){var b,d=[],e=0,f=0;if(l=!c.detectDuplicates,k=!c.sortStable&&a.slice(0),a.sort(B),l){while(b=a[f++])b===a[f]&&(e=d.push(f));while(e--)a.splice(d[e],1)}return k=null,a},e=fa.getText=function(a){var b,c="",d=0,f=a.nodeType;if(f){if(1===f||9===f||11===f){if("string"==typeof a.textContent)return a.textContent;for(a=a.firstChild;a;a=a.nextSibling)c+=e(a)}else if(3===f||4===f)return a.nodeValue}else while(b=a[d++])c+=e(b);return c},d=fa.selectors={cacheLength:50,createPseudo:ha,match:W,attrHandle:{},find:{},relative:{">":{dir:"parentNode",first:!0}," ":{dir:"parentNode"},"+":{dir:"previousSibling",first:!0},"~":{dir:"previousSibling"}},preFilter:{ATTR:function(a){return a[1]=a[1].replace(ba,ca),a[3]=(a[3]||a[4]||a[5]||"").replace(ba,ca),"~="===a[2]&&(a[3]=" "+a[3]+" "),a.slice(0,4)},CHILD:function(a){return a[1]=a[1].toLowerCase(),"nth"===a[1].slice(0,3)?(a[3]||fa.error(a[0]),a[4]=+(a[4]?a[5]+(a[6]||1):2*("even"===a[3]||"odd"===a[3])),a[5]=+(a[7]+a[8]||"odd"===a[3])):a[3]&&fa.error(a[0]),a},PSEUDO:function(a){var b,c=!a[6]&&a[2];return W.CHILD.test(a[0])?null:(a[3]?a[2]=a[4]||a[5]||"":c&&U.test(c)&&(b=g(c,!0))&&(b=c.indexOf(")",c.length-b)-c.length)&&(a[0]=a[0].slice(0,b),a[2]=c.slice(0,b)),a.slice(0,3))}},filter:{TAG:function(a){var b=a.replace(ba,ca).toLowerCase();return"*"===a?function(){return!0}:function(a){return a.nodeName&&a.nodeName.toLowerCase()===b}},CLASS:function(a){var b=y[a+" "];return b||(b=new RegExp("(^|"+L+")"+a+"("+L+"|$)"))&&y(a,function(a){return b.test("string"==typeof a.className&&a.className||"undefined"!=typeof a.getAttribute&&a.getAttribute("class")||"")})},ATTR:function(a,b,c){return function(d){var e=fa.attr(d,a);return null==e?"!="===b:b?(e+="","="===b?e===c:"!="===b?e!==c:"^="===b?c&&0===e.indexOf(c):"*="===b?c&&e.indexOf(c)>-1:"$="===b?c&&e.slice(-c.length)===c:"~="===b?(" "+e.replace(P," ")+" ").indexOf(c)>-1:"|="===b?e===c||e.slice(0,c.length+1)===c+"-":!1):!0}},CHILD:function(a,b,c,d,e){var f="nth"!==a.slice(0,3),g="last"!==a.slice(-4),h="of-type"===b;return 1===d&&0===e?function(a){return!!a.parentNode}:function(b,c,i){var j,k,l,m,n,o,p=f!==g?"nextSibling":"previousSibling",q=b.parentNode,r=h&&b.nodeName.toLowerCase(),s=!i&&!h,t=!1;if(q){if(f){while(p){m=b;while(m=m[p])if(h?m.nodeName.toLowerCase()===r:1===m.nodeType)return!1;o=p="only"===a&&!o&&"nextSibling"}return!0}if(o=[g?q.firstChild:q.lastChild],g&&s){m=q,l=m[u]||(m[u]={}),k=l[m.uniqueID]||(l[m.uniqueID]={}),j=k[a]||[],n=j[0]===w&&j[1],t=n&&j[2],m=n&&q.childNodes[n];while(m=++n&&m&&m[p]||(t=n=0)||o.pop())if(1===m.nodeType&&++t&&m===b){k[a]=[w,n,t];break}}else if(s&&(m=b,l=m[u]||(m[u]={}),k=l[m.uniqueID]||(l[m.uniqueID]={}),j=k[a]||[],n=j[0]===w&&j[1],t=n),t===!1)while(m=++n&&m&&m[p]||(t=n=0)||o.pop())if((h?m.nodeName.toLowerCase()===r:1===m.nodeType)&&++t&&(s&&(l=m[u]||(m[u]={}),k=l[m.uniqueID]||(l[m.uniqueID]={}),k[a]=[w,t]),m===b))break;return t-=e,t===d||t%d===0&&t/d>=0}}},PSEUDO:function(a,b){var c,e=d.pseudos[a]||d.setFilters[a.toLowerCase()]||fa.error("unsupported pseudo: "+a);return e[u]?e(b):e.length>1?(c=[a,a,"",b],d.setFilters.hasOwnProperty(a.toLowerCase())?ha(function(a,c){var d,f=e(a,b),g=f.length;while(g--)d=J(a,f[g]),a[d]=!(c[d]=f[g])}):function(a){return e(a,0,c)}):e}},pseudos:{not:ha(function(a){var b=[],c=[],d=h(a.replace(Q,"$1"));return d[u]?ha(function(a,b,c,e){var f,g=d(a,null,e,[]),h=a.length;while(h--)(f=g[h])&&(a[h]=!(b[h]=f))}):function(a,e,f){return b[0]=a,d(b,null,f,c),b[0]=null,!c.pop()}}),has:ha(function(a){return function(b){return fa(a,b).length>0}}),contains:ha(function(a){return a=a.replace(ba,ca),function(b){return(b.textContent||b.innerText||e(b)).indexOf(a)>-1}}),lang:ha(function(a){return V.test(a||"")||fa.error("unsupported lang: "+a),a=a.replace(ba,ca).toLowerCase(),function(b){var c;do if(c=p?b.lang:b.getAttribute("xml:lang")||b.getAttribute("lang"))return c=c.toLowerCase(),c===a||0===c.indexOf(a+"-");while((b=b.parentNode)&&1===b.nodeType);return!1}}),target:function(b){var c=a.location&&a.location.hash;return c&&c.slice(1)===b.id},root:function(a){return a===o},focus:function(a){return a===n.activeElement&&(!n.hasFocus||n.hasFocus())&&!!(a.type||a.href||~a.tabIndex)},enabled:function(a){return a.disabled===!1},disabled:function(a){return a.disabled===!0},checked:function(a){var b=a.nodeName.toLowerCase();return"input"===b&&!!a.checked||"option"===b&&!!a.selected},selected:function(a){return a.parentNode&&a.parentNode.selectedIndex,a.selected===!0},empty:function(a){for(a=a.firstChild;a;a=a.nextSibling)if(a.nodeType<6)return!1;return!0},parent:function(a){return!d.pseudos.empty(a)},header:function(a){return Y.test(a.nodeName)},input:function(a){return X.test(a.nodeName)},button:function(a){var b=a.nodeName.toLowerCase();return"input"===b&&"button"===a.type||"button"===b},text:function(a){var b;return"input"===a.nodeName.toLowerCase()&&"text"===a.type&&(null==(b=a.getAttribute("type"))||"text"===b.toLowerCase())},first:na(function(){return[0]}),last:na(function(a,b){return[b-1]}),eq:na(function(a,b,c){return[0>c?c+b:c]}),even:na(function(a,b){for(var c=0;b>c;c+=2)a.push(c);return a}),odd:na(function(a,b){for(var c=1;b>c;c+=2)a.push(c);return a}),lt:na(function(a,b,c){for(var d=0>c?c+b:c;--d>=0;)a.push(d);return a}),gt:na(function(a,b,c){for(var d=0>c?c+b:c;++db;b++)d+=a[b].value;return d}function ra(a,b,c){var d=b.dir,e=c&&"parentNode"===d,f=x++;return b.first?function(b,c,f){while(b=b[d])if(1===b.nodeType||e)return a(b,c,f)}:function(b,c,g){var h,i,j,k=[w,f];if(g){while(b=b[d])if((1===b.nodeType||e)&&a(b,c,g))return!0}else while(b=b[d])if(1===b.nodeType||e){if(j=b[u]||(b[u]={}),i=j[b.uniqueID]||(j[b.uniqueID]={}),(h=i[d])&&h[0]===w&&h[1]===f)return k[2]=h[2];if(i[d]=k,k[2]=a(b,c,g))return!0}}}function sa(a){return a.length>1?function(b,c,d){var e=a.length;while(e--)if(!a[e](b,c,d))return!1;return!0}:a[0]}function ta(a,b,c){for(var d=0,e=b.length;e>d;d++)fa(a,b[d],c);return c}function ua(a,b,c,d,e){for(var f,g=[],h=0,i=a.length,j=null!=b;i>h;h++)(f=a[h])&&(c&&!c(f,d,e)||(g.push(f),j&&b.push(h)));return g}function va(a,b,c,d,e,f){return d&&!d[u]&&(d=va(d)),e&&!e[u]&&(e=va(e,f)),ha(function(f,g,h,i){var j,k,l,m=[],n=[],o=g.length,p=f||ta(b||"*",h.nodeType?[h]:h,[]),q=!a||!f&&b?p:ua(p,m,a,h,i),r=c?e||(f?a:o||d)?[]:g:q;if(c&&c(q,r,h,i),d){j=ua(r,n),d(j,[],h,i),k=j.length;while(k--)(l=j[k])&&(r[n[k]]=!(q[n[k]]=l))}if(f){if(e||a){if(e){j=[],k=r.length;while(k--)(l=r[k])&&j.push(q[k]=l);e(null,r=[],j,i)}k=r.length;while(k--)(l=r[k])&&(j=e?J(f,l):m[k])>-1&&(f[j]=!(g[j]=l))}}else r=ua(r===g?r.splice(o,r.length):r),e?e(null,g,r,i):H.apply(g,r)})}function wa(a){for(var b,c,e,f=a.length,g=d.relative[a[0].type],h=g||d.relative[" "],i=g?1:0,k=ra(function(a){return a===b},h,!0),l=ra(function(a){return J(b,a)>-1},h,!0),m=[function(a,c,d){var e=!g&&(d||c!==j)||((b=c).nodeType?k(a,c,d):l(a,c,d));return b=null,e}];f>i;i++)if(c=d.relative[a[i].type])m=[ra(sa(m),c)];else{if(c=d.filter[a[i].type].apply(null,a[i].matches),c[u]){for(e=++i;f>e;e++)if(d.relative[a[e].type])break;return va(i>1&&sa(m),i>1&&qa(a.slice(0,i-1).concat({value:" "===a[i-2].type?"*":""})).replace(Q,"$1"),c,e>i&&wa(a.slice(i,e)),f>e&&wa(a=a.slice(e)),f>e&&qa(a))}m.push(c)}return sa(m)}function xa(a,b){var c=b.length>0,e=a.length>0,f=function(f,g,h,i,k){var l,o,q,r=0,s="0",t=f&&[],u=[],v=j,x=f||e&&d.find.TAG("*",k),y=w+=null==v?1:Math.random()||.1,z=x.length;for(k&&(j=g===n||g||k);s!==z&&null!=(l=x[s]);s++){if(e&&l){o=0,g||l.ownerDocument===n||(m(l),h=!p);while(q=a[o++])if(q(l,g||n,h)){i.push(l);break}k&&(w=y)}c&&((l=!q&&l)&&r--,f&&t.push(l))}if(r+=s,c&&s!==r){o=0;while(q=b[o++])q(t,u,g,h);if(f){if(r>0)while(s--)t[s]||u[s]||(u[s]=F.call(i));u=ua(u)}H.apply(i,u),k&&!f&&u.length>0&&r+b.length>1&&fa.uniqueSort(i)}return k&&(w=y,j=v),t};return c?ha(f):f}return h=fa.compile=function(a,b){var c,d=[],e=[],f=A[a+" "];if(!f){b||(b=g(a)),c=b.length;while(c--)f=wa(b[c]),f[u]?d.push(f):e.push(f);f=A(a,xa(e,d)),f.selector=a}return f},i=fa.select=function(a,b,e,f){var i,j,k,l,m,n="function"==typeof a&&a,o=!f&&g(a=n.selector||a);if(e=e||[],1===o.length){if(j=o[0]=o[0].slice(0),j.length>2&&"ID"===(k=j[0]).type&&c.getById&&9===b.nodeType&&p&&d.relative[j[1].type]){if(b=(d.find.ID(k.matches[0].replace(ba,ca),b)||[])[0],!b)return e;n&&(b=b.parentNode),a=a.slice(j.shift().value.length)}i=W.needsContext.test(a)?0:j.length;while(i--){if(k=j[i],d.relative[l=k.type])break;if((m=d.find[l])&&(f=m(k.matches[0].replace(ba,ca),_.test(j[0].type)&&oa(b.parentNode)||b))){if(j.splice(i,1),a=f.length&&qa(j),!a)return H.apply(e,f),e;break}}}return(n||h(a,o))(f,b,!p,e,!b||_.test(a)&&oa(b.parentNode)||b),e},c.sortStable=u.split("").sort(B).join("")===u,c.detectDuplicates=!!l,m(),c.sortDetached=ia(function(a){return 1&a.compareDocumentPosition(n.createElement("div"))}),ia(function(a){return a.innerHTML="","#"===a.firstChild.getAttribute("href")})||ja("type|href|height|width",function(a,b,c){return c?void 0:a.getAttribute(b,"type"===b.toLowerCase()?1:2)}),c.attributes&&ia(function(a){return a.innerHTML="",a.firstChild.setAttribute("value",""),""===a.firstChild.getAttribute("value")})||ja("value",function(a,b,c){return c||"input"!==a.nodeName.toLowerCase()?void 0:a.defaultValue}),ia(function(a){return null==a.getAttribute("disabled")})||ja(K,function(a,b,c){var d;return c?void 0:a[b]===!0?b.toLowerCase():(d=a.getAttributeNode(b))&&d.specified?d.value:null}),fa}(a);n.find=t,n.expr=t.selectors,n.expr[":"]=n.expr.pseudos,n.uniqueSort=n.unique=t.uniqueSort,n.text=t.getText,n.isXMLDoc=t.isXML,n.contains=t.contains;var u=function(a,b,c){var d=[],e=void 0!==c;while((a=a[b])&&9!==a.nodeType)if(1===a.nodeType){if(e&&n(a).is(c))break;d.push(a)}return d},v=function(a,b){for(var c=[];a;a=a.nextSibling)1===a.nodeType&&a!==b&&c.push(a);return c},w=n.expr.match.needsContext,x=/^<([\w-]+)\s*\/?>(?:<\/\1>|)$/,y=/^.[^:#\[\.,]*$/;function z(a,b,c){if(n.isFunction(b))return n.grep(a,function(a,d){return!!b.call(a,d,a)!==c});if(b.nodeType)return n.grep(a,function(a){return a===b!==c});if("string"==typeof b){if(y.test(b))return n.filter(b,a,c);b=n.filter(b,a)}return n.grep(a,function(a){return h.call(b,a)>-1!==c})}n.filter=function(a,b,c){var d=b[0];return c&&(a=":not("+a+")"),1===b.length&&1===d.nodeType?n.find.matchesSelector(d,a)?[d]:[]:n.find.matches(a,n.grep(b,function(a){return 1===a.nodeType}))},n.fn.extend({find:function(a){var b,c=this.length,d=[],e=this;if("string"!=typeof a)return this.pushStack(n(a).filter(function(){for(b=0;c>b;b++)if(n.contains(e[b],this))return!0}));for(b=0;c>b;b++)n.find(a,e[b],d);return d=this.pushStack(c>1?n.unique(d):d),d.selector=this.selector?this.selector+" "+a:a,d},filter:function(a){return this.pushStack(z(this,a||[],!1))},not:function(a){return this.pushStack(z(this,a||[],!0))},is:function(a){return!!z(this,"string"==typeof a&&w.test(a)?n(a):a||[],!1).length}});var A,B=/^(?:\s*(<[\w\W]+>)[^>]*|#([\w-]*))$/,C=n.fn.init=function(a,b,c){var e,f;if(!a)return this;if(c=c||A,"string"==typeof a){if(e="<"===a[0]&&">"===a[a.length-1]&&a.length>=3?[null,a,null]:B.exec(a),!e||!e[1]&&b)return!b||b.jquery?(b||c).find(a):this.constructor(b).find(a);if(e[1]){if(b=b instanceof n?b[0]:b,n.merge(this,n.parseHTML(e[1],b&&b.nodeType?b.ownerDocument||b:d,!0)),x.test(e[1])&&n.isPlainObject(b))for(e in b)n.isFunction(this[e])?this[e](b[e]):this.attr(e,b[e]);return this}return f=d.getElementById(e[2]),f&&f.parentNode&&(this.length=1,this[0]=f),this.context=d,this.selector=a,this}return a.nodeType?(this.context=this[0]=a,this.length=1,this):n.isFunction(a)?void 0!==c.ready?c.ready(a):a(n):(void 0!==a.selector&&(this.selector=a.selector,this.context=a.context),n.makeArray(a,this))};C.prototype=n.fn,A=n(d);var D=/^(?:parents|prev(?:Until|All))/,E={children:!0,contents:!0,next:!0,prev:!0};n.fn.extend({has:function(a){var b=n(a,this),c=b.length;return this.filter(function(){for(var a=0;c>a;a++)if(n.contains(this,b[a]))return!0})},closest:function(a,b){for(var c,d=0,e=this.length,f=[],g=w.test(a)||"string"!=typeof a?n(a,b||this.context):0;e>d;d++)for(c=this[d];c&&c!==b;c=c.parentNode)if(c.nodeType<11&&(g?g.index(c)>-1:1===c.nodeType&&n.find.matchesSelector(c,a))){f.push(c);break}return this.pushStack(f.length>1?n.uniqueSort(f):f)},index:function(a){return a?"string"==typeof a?h.call(n(a),this[0]):h.call(this,a.jquery?a[0]:a):this[0]&&this[0].parentNode?this.first().prevAll().length:-1},add:function(a,b){return this.pushStack(n.uniqueSort(n.merge(this.get(),n(a,b))))},addBack:function(a){return this.add(null==a?this.prevObject:this.prevObject.filter(a))}});function F(a,b){while((a=a[b])&&1!==a.nodeType);return a}n.each({parent:function(a){var b=a.parentNode;return b&&11!==b.nodeType?b:null},parents:function(a){return u(a,"parentNode")},parentsUntil:function(a,b,c){return u(a,"parentNode",c)},next:function(a){return F(a,"nextSibling")},prev:function(a){return F(a,"previousSibling")},nextAll:function(a){return u(a,"nextSibling")},prevAll:function(a){return u(a,"previousSibling")},nextUntil:function(a,b,c){return u(a,"nextSibling",c)},prevUntil:function(a,b,c){return u(a,"previousSibling",c)},siblings:function(a){return v((a.parentNode||{}).firstChild,a)},children:function(a){return v(a.firstChild)},contents:function(a){return a.contentDocument||n.merge([],a.childNodes)}},function(a,b){n.fn[a]=function(c,d){var e=n.map(this,b,c);return"Until"!==a.slice(-5)&&(d=c),d&&"string"==typeof d&&(e=n.filter(d,e)),this.length>1&&(E[a]||n.uniqueSort(e),D.test(a)&&e.reverse()),this.pushStack(e)}});var G=/\S+/g;function H(a){var b={};return n.each(a.match(G)||[],function(a,c){b[c]=!0}),b}n.Callbacks=function(a){a="string"==typeof a?H(a):n.extend({},a);var b,c,d,e,f=[],g=[],h=-1,i=function(){for(e=a.once,d=b=!0;g.length;h=-1){c=g.shift();while(++h-1)f.splice(c,1),h>=c&&h--}),this},has:function(a){return a?n.inArray(a,f)>-1:f.length>0},empty:function(){return f&&(f=[]),this},disable:function(){return e=g=[],f=c="",this},disabled:function(){return!f},lock:function(){return e=g=[],c||(f=c=""),this},locked:function(){return!!e},fireWith:function(a,c){return e||(c=c||[],c=[a,c.slice?c.slice():c],g.push(c),b||i()),this},fire:function(){return j.fireWith(this,arguments),this},fired:function(){return!!d}};return j},n.extend({Deferred:function(a){var b=[["resolve","done",n.Callbacks("once memory"),"resolved"],["reject","fail",n.Callbacks("once memory"),"rejected"],["notify","progress",n.Callbacks("memory")]],c="pending",d={state:function(){return c},always:function(){return e.done(arguments).fail(arguments),this},then:function(){var a=arguments;return n.Deferred(function(c){n.each(b,function(b,f){var g=n.isFunction(a[b])&&a[b];e[f[1]](function(){var a=g&&g.apply(this,arguments);a&&n.isFunction(a.promise)?a.promise().progress(c.notify).done(c.resolve).fail(c.reject):c[f[0]+"With"](this===d?c.promise():this,g?[a]:arguments)})}),a=null}).promise()},promise:function(a){return null!=a?n.extend(a,d):d}},e={};return d.pipe=d.then,n.each(b,function(a,f){var g=f[2],h=f[3];d[f[1]]=g.add,h&&g.add(function(){c=h},b[1^a][2].disable,b[2][2].lock),e[f[0]]=function(){return e[f[0]+"With"](this===e?d:this,arguments),this},e[f[0]+"With"]=g.fireWith}),d.promise(e),a&&a.call(e,e),e},when:function(a){var b=0,c=e.call(arguments),d=c.length,f=1!==d||a&&n.isFunction(a.promise)?d:0,g=1===f?a:n.Deferred(),h=function(a,b,c){return function(d){b[a]=this,c[a]=arguments.length>1?e.call(arguments):d,c===i?g.notifyWith(b,c):--f||g.resolveWith(b,c)}},i,j,k;if(d>1)for(i=new Array(d),j=new Array(d),k=new Array(d);d>b;b++)c[b]&&n.isFunction(c[b].promise)?c[b].promise().progress(h(b,j,i)).done(h(b,k,c)).fail(g.reject):--f;return f||g.resolveWith(k,c),g.promise()}});var I;n.fn.ready=function(a){return n.ready.promise().done(a),this},n.extend({isReady:!1,readyWait:1,holdReady:function(a){a?n.readyWait++:n.ready(!0)},ready:function(a){(a===!0?--n.readyWait:n.isReady)||(n.isReady=!0,a!==!0&&--n.readyWait>0||(I.resolveWith(d,[n]),n.fn.triggerHandler&&(n(d).triggerHandler("ready"),n(d).off("ready"))))}});function J(){d.removeEventListener("DOMContentLoaded",J),a.removeEventListener("load",J),n.ready()}n.ready.promise=function(b){return I||(I=n.Deferred(),"complete"===d.readyState||"loading"!==d.readyState&&!d.documentElement.doScroll?a.setTimeout(n.ready):(d.addEventListener("DOMContentLoaded",J),a.addEventListener("load",J))),I.promise(b)},n.ready.promise();var K=function(a,b,c,d,e,f,g){var h=0,i=a.length,j=null==c;if("object"===n.type(c)){e=!0;for(h in c)K(a,b,h,c[h],!0,f,g)}else if(void 0!==d&&(e=!0,n.isFunction(d)||(g=!0),j&&(g?(b.call(a,d),b=null):(j=b,b=function(a,b,c){return j.call(n(a),c)})),b))for(;i>h;h++)b(a[h],c,g?d:d.call(a[h],h,b(a[h],c)));return e?a:j?b.call(a):i?b(a[0],c):f},L=function(a){return 1===a.nodeType||9===a.nodeType||!+a.nodeType};function M(){this.expando=n.expando+M.uid++}M.uid=1,M.prototype={register:function(a,b){var c=b||{};return a.nodeType?a[this.expando]=c:Object.defineProperty(a,this.expando,{value:c,writable:!0,configurable:!0}),a[this.expando]},cache:function(a){if(!L(a))return{};var b=a[this.expando];return b||(b={},L(a)&&(a.nodeType?a[this.expando]=b:Object.defineProperty(a,this.expando,{value:b,configurable:!0}))),b},set:function(a,b,c){var d,e=this.cache(a);if("string"==typeof b)e[b]=c;else for(d in b)e[d]=b[d];return e},get:function(a,b){return void 0===b?this.cache(a):a[this.expando]&&a[this.expando][b]},access:function(a,b,c){var d;return void 0===b||b&&"string"==typeof b&&void 0===c?(d=this.get(a,b),void 0!==d?d:this.get(a,n.camelCase(b))):(this.set(a,b,c),void 0!==c?c:b)},remove:function(a,b){var c,d,e,f=a[this.expando];if(void 0!==f){if(void 0===b)this.register(a);else{n.isArray(b)?d=b.concat(b.map(n.camelCase)):(e=n.camelCase(b),b in f?d=[b,e]:(d=e,d=d in f?[d]:d.match(G)||[])),c=d.length;while(c--)delete f[d[c]]}(void 0===b||n.isEmptyObject(f))&&(a.nodeType?a[this.expando]=void 0:delete a[this.expando])}},hasData:function(a){var b=a[this.expando];return void 0!==b&&!n.isEmptyObject(b)}};var N=new M,O=new M,P=/^(?:\{[\w\W]*\}|\[[\w\W]*\])$/,Q=/[A-Z]/g;function R(a,b,c){var d;if(void 0===c&&1===a.nodeType)if(d="data-"+b.replace(Q,"-$&").toLowerCase(),c=a.getAttribute(d),"string"==typeof c){try{c="true"===c?!0:"false"===c?!1:"null"===c?null:+c+""===c?+c:P.test(c)?n.parseJSON(c):c; +}catch(e){}O.set(a,b,c)}else c=void 0;return c}n.extend({hasData:function(a){return O.hasData(a)||N.hasData(a)},data:function(a,b,c){return O.access(a,b,c)},removeData:function(a,b){O.remove(a,b)},_data:function(a,b,c){return N.access(a,b,c)},_removeData:function(a,b){N.remove(a,b)}}),n.fn.extend({data:function(a,b){var c,d,e,f=this[0],g=f&&f.attributes;if(void 0===a){if(this.length&&(e=O.get(f),1===f.nodeType&&!N.get(f,"hasDataAttrs"))){c=g.length;while(c--)g[c]&&(d=g[c].name,0===d.indexOf("data-")&&(d=n.camelCase(d.slice(5)),R(f,d,e[d])));N.set(f,"hasDataAttrs",!0)}return e}return"object"==typeof a?this.each(function(){O.set(this,a)}):K(this,function(b){var c,d;if(f&&void 0===b){if(c=O.get(f,a)||O.get(f,a.replace(Q,"-$&").toLowerCase()),void 0!==c)return c;if(d=n.camelCase(a),c=O.get(f,d),void 0!==c)return c;if(c=R(f,d,void 0),void 0!==c)return c}else d=n.camelCase(a),this.each(function(){var c=O.get(this,d);O.set(this,d,b),a.indexOf("-")>-1&&void 0!==c&&O.set(this,a,b)})},null,b,arguments.length>1,null,!0)},removeData:function(a){return this.each(function(){O.remove(this,a)})}}),n.extend({queue:function(a,b,c){var d;return a?(b=(b||"fx")+"queue",d=N.get(a,b),c&&(!d||n.isArray(c)?d=N.access(a,b,n.makeArray(c)):d.push(c)),d||[]):void 0},dequeue:function(a,b){b=b||"fx";var c=n.queue(a,b),d=c.length,e=c.shift(),f=n._queueHooks(a,b),g=function(){n.dequeue(a,b)};"inprogress"===e&&(e=c.shift(),d--),e&&("fx"===b&&c.unshift("inprogress"),delete f.stop,e.call(a,g,f)),!d&&f&&f.empty.fire()},_queueHooks:function(a,b){var c=b+"queueHooks";return N.get(a,c)||N.access(a,c,{empty:n.Callbacks("once memory").add(function(){N.remove(a,[b+"queue",c])})})}}),n.fn.extend({queue:function(a,b){var c=2;return"string"!=typeof a&&(b=a,a="fx",c--),arguments.length",""],thead:[1,"","
"],col:[2,"","
"],tr:[2,"","
"],td:[3,"","
"],_default:[0,"",""]};$.optgroup=$.option,$.tbody=$.tfoot=$.colgroup=$.caption=$.thead,$.th=$.td;function _(a,b){var c="undefined"!=typeof a.getElementsByTagName?a.getElementsByTagName(b||"*"):"undefined"!=typeof a.querySelectorAll?a.querySelectorAll(b||"*"):[];return void 0===b||b&&n.nodeName(a,b)?n.merge([a],c):c}function aa(a,b){for(var c=0,d=a.length;d>c;c++)N.set(a[c],"globalEval",!b||N.get(b[c],"globalEval"))}var ba=/<|&#?\w+;/;function ca(a,b,c,d,e){for(var f,g,h,i,j,k,l=b.createDocumentFragment(),m=[],o=0,p=a.length;p>o;o++)if(f=a[o],f||0===f)if("object"===n.type(f))n.merge(m,f.nodeType?[f]:f);else if(ba.test(f)){g=g||l.appendChild(b.createElement("div")),h=(Y.exec(f)||["",""])[1].toLowerCase(),i=$[h]||$._default,g.innerHTML=i[1]+n.htmlPrefilter(f)+i[2],k=i[0];while(k--)g=g.lastChild;n.merge(m,g.childNodes),g=l.firstChild,g.textContent=""}else m.push(b.createTextNode(f));l.textContent="",o=0;while(f=m[o++])if(d&&n.inArray(f,d)>-1)e&&e.push(f);else if(j=n.contains(f.ownerDocument,f),g=_(l.appendChild(f),"script"),j&&aa(g),c){k=0;while(f=g[k++])Z.test(f.type||"")&&c.push(f)}return l}!function(){var a=d.createDocumentFragment(),b=a.appendChild(d.createElement("div")),c=d.createElement("input");c.setAttribute("type","radio"),c.setAttribute("checked","checked"),c.setAttribute("name","t"),b.appendChild(c),l.checkClone=b.cloneNode(!0).cloneNode(!0).lastChild.checked,b.innerHTML="",l.noCloneChecked=!!b.cloneNode(!0).lastChild.defaultValue}();var da=/^key/,ea=/^(?:mouse|pointer|contextmenu|drag|drop)|click/,fa=/^([^.]*)(?:\.(.+)|)/;function ga(){return!0}function ha(){return!1}function ia(){try{return d.activeElement}catch(a){}}function ja(a,b,c,d,e,f){var g,h;if("object"==typeof b){"string"!=typeof c&&(d=d||c,c=void 0);for(h in b)ja(a,h,c,d,b[h],f);return a}if(null==d&&null==e?(e=c,d=c=void 0):null==e&&("string"==typeof c?(e=d,d=void 0):(e=d,d=c,c=void 0)),e===!1)e=ha;else if(!e)return a;return 1===f&&(g=e,e=function(a){return n().off(a),g.apply(this,arguments)},e.guid=g.guid||(g.guid=n.guid++)),a.each(function(){n.event.add(this,b,e,d,c)})}n.event={global:{},add:function(a,b,c,d,e){var f,g,h,i,j,k,l,m,o,p,q,r=N.get(a);if(r){c.handler&&(f=c,c=f.handler,e=f.selector),c.guid||(c.guid=n.guid++),(i=r.events)||(i=r.events={}),(g=r.handle)||(g=r.handle=function(b){return"undefined"!=typeof n&&n.event.triggered!==b.type?n.event.dispatch.apply(a,arguments):void 0}),b=(b||"").match(G)||[""],j=b.length;while(j--)h=fa.exec(b[j])||[],o=q=h[1],p=(h[2]||"").split(".").sort(),o&&(l=n.event.special[o]||{},o=(e?l.delegateType:l.bindType)||o,l=n.event.special[o]||{},k=n.extend({type:o,origType:q,data:d,handler:c,guid:c.guid,selector:e,needsContext:e&&n.expr.match.needsContext.test(e),namespace:p.join(".")},f),(m=i[o])||(m=i[o]=[],m.delegateCount=0,l.setup&&l.setup.call(a,d,p,g)!==!1||a.addEventListener&&a.addEventListener(o,g)),l.add&&(l.add.call(a,k),k.handler.guid||(k.handler.guid=c.guid)),e?m.splice(m.delegateCount++,0,k):m.push(k),n.event.global[o]=!0)}},remove:function(a,b,c,d,e){var f,g,h,i,j,k,l,m,o,p,q,r=N.hasData(a)&&N.get(a);if(r&&(i=r.events)){b=(b||"").match(G)||[""],j=b.length;while(j--)if(h=fa.exec(b[j])||[],o=q=h[1],p=(h[2]||"").split(".").sort(),o){l=n.event.special[o]||{},o=(d?l.delegateType:l.bindType)||o,m=i[o]||[],h=h[2]&&new RegExp("(^|\\.)"+p.join("\\.(?:.*\\.|)")+"(\\.|$)"),g=f=m.length;while(f--)k=m[f],!e&&q!==k.origType||c&&c.guid!==k.guid||h&&!h.test(k.namespace)||d&&d!==k.selector&&("**"!==d||!k.selector)||(m.splice(f,1),k.selector&&m.delegateCount--,l.remove&&l.remove.call(a,k));g&&!m.length&&(l.teardown&&l.teardown.call(a,p,r.handle)!==!1||n.removeEvent(a,o,r.handle),delete i[o])}else for(o in i)n.event.remove(a,o+b[j],c,d,!0);n.isEmptyObject(i)&&N.remove(a,"handle events")}},dispatch:function(a){a=n.event.fix(a);var b,c,d,f,g,h=[],i=e.call(arguments),j=(N.get(this,"events")||{})[a.type]||[],k=n.event.special[a.type]||{};if(i[0]=a,a.delegateTarget=this,!k.preDispatch||k.preDispatch.call(this,a)!==!1){h=n.event.handlers.call(this,a,j),b=0;while((f=h[b++])&&!a.isPropagationStopped()){a.currentTarget=f.elem,c=0;while((g=f.handlers[c++])&&!a.isImmediatePropagationStopped())a.rnamespace&&!a.rnamespace.test(g.namespace)||(a.handleObj=g,a.data=g.data,d=((n.event.special[g.origType]||{}).handle||g.handler).apply(f.elem,i),void 0!==d&&(a.result=d)===!1&&(a.preventDefault(),a.stopPropagation()))}return k.postDispatch&&k.postDispatch.call(this,a),a.result}},handlers:function(a,b){var c,d,e,f,g=[],h=b.delegateCount,i=a.target;if(h&&i.nodeType&&("click"!==a.type||isNaN(a.button)||a.button<1))for(;i!==this;i=i.parentNode||this)if(1===i.nodeType&&(i.disabled!==!0||"click"!==a.type)){for(d=[],c=0;h>c;c++)f=b[c],e=f.selector+" ",void 0===d[e]&&(d[e]=f.needsContext?n(e,this).index(i)>-1:n.find(e,this,null,[i]).length),d[e]&&d.push(f);d.length&&g.push({elem:i,handlers:d})}return h]*)\/>/gi,la=/\s*$/g;function pa(a,b){return n.nodeName(a,"table")&&n.nodeName(11!==b.nodeType?b:b.firstChild,"tr")?a.getElementsByTagName("tbody")[0]||a.appendChild(a.ownerDocument.createElement("tbody")):a}function qa(a){return a.type=(null!==a.getAttribute("type"))+"/"+a.type,a}function ra(a){var b=na.exec(a.type);return b?a.type=b[1]:a.removeAttribute("type"),a}function sa(a,b){var c,d,e,f,g,h,i,j;if(1===b.nodeType){if(N.hasData(a)&&(f=N.access(a),g=N.set(b,f),j=f.events)){delete g.handle,g.events={};for(e in j)for(c=0,d=j[e].length;d>c;c++)n.event.add(b,e,j[e][c])}O.hasData(a)&&(h=O.access(a),i=n.extend({},h),O.set(b,i))}}function ta(a,b){var c=b.nodeName.toLowerCase();"input"===c&&X.test(a.type)?b.checked=a.checked:"input"!==c&&"textarea"!==c||(b.defaultValue=a.defaultValue)}function ua(a,b,c,d){b=f.apply([],b);var e,g,h,i,j,k,m=0,o=a.length,p=o-1,q=b[0],r=n.isFunction(q);if(r||o>1&&"string"==typeof q&&!l.checkClone&&ma.test(q))return a.each(function(e){var f=a.eq(e);r&&(b[0]=q.call(this,e,f.html())),ua(f,b,c,d)});if(o&&(e=ca(b,a[0].ownerDocument,!1,a,d),g=e.firstChild,1===e.childNodes.length&&(e=g),g||d)){for(h=n.map(_(e,"script"),qa),i=h.length;o>m;m++)j=e,m!==p&&(j=n.clone(j,!0,!0),i&&n.merge(h,_(j,"script"))),c.call(a[m],j,m);if(i)for(k=h[h.length-1].ownerDocument,n.map(h,ra),m=0;i>m;m++)j=h[m],Z.test(j.type||"")&&!N.access(j,"globalEval")&&n.contains(k,j)&&(j.src?n._evalUrl&&n._evalUrl(j.src):n.globalEval(j.textContent.replace(oa,"")))}return a}function va(a,b,c){for(var d,e=b?n.filter(b,a):a,f=0;null!=(d=e[f]);f++)c||1!==d.nodeType||n.cleanData(_(d)),d.parentNode&&(c&&n.contains(d.ownerDocument,d)&&aa(_(d,"script")),d.parentNode.removeChild(d));return a}n.extend({htmlPrefilter:function(a){return a.replace(ka,"<$1>")},clone:function(a,b,c){var d,e,f,g,h=a.cloneNode(!0),i=n.contains(a.ownerDocument,a);if(!(l.noCloneChecked||1!==a.nodeType&&11!==a.nodeType||n.isXMLDoc(a)))for(g=_(h),f=_(a),d=0,e=f.length;e>d;d++)ta(f[d],g[d]);if(b)if(c)for(f=f||_(a),g=g||_(h),d=0,e=f.length;e>d;d++)sa(f[d],g[d]);else sa(a,h);return g=_(h,"script"),g.length>0&&aa(g,!i&&_(a,"script")),h},cleanData:function(a){for(var b,c,d,e=n.event.special,f=0;void 0!==(c=a[f]);f++)if(L(c)){if(b=c[N.expando]){if(b.events)for(d in b.events)e[d]?n.event.remove(c,d):n.removeEvent(c,d,b.handle);c[N.expando]=void 0}c[O.expando]&&(c[O.expando]=void 0)}}}),n.fn.extend({domManip:ua,detach:function(a){return va(this,a,!0)},remove:function(a){return va(this,a)},text:function(a){return K(this,function(a){return void 0===a?n.text(this):this.empty().each(function(){1!==this.nodeType&&11!==this.nodeType&&9!==this.nodeType||(this.textContent=a)})},null,a,arguments.length)},append:function(){return ua(this,arguments,function(a){if(1===this.nodeType||11===this.nodeType||9===this.nodeType){var b=pa(this,a);b.appendChild(a)}})},prepend:function(){return ua(this,arguments,function(a){if(1===this.nodeType||11===this.nodeType||9===this.nodeType){var b=pa(this,a);b.insertBefore(a,b.firstChild)}})},before:function(){return ua(this,arguments,function(a){this.parentNode&&this.parentNode.insertBefore(a,this)})},after:function(){return ua(this,arguments,function(a){this.parentNode&&this.parentNode.insertBefore(a,this.nextSibling)})},empty:function(){for(var a,b=0;null!=(a=this[b]);b++)1===a.nodeType&&(n.cleanData(_(a,!1)),a.textContent="");return this},clone:function(a,b){return a=null==a?!1:a,b=null==b?a:b,this.map(function(){return n.clone(this,a,b)})},html:function(a){return K(this,function(a){var b=this[0]||{},c=0,d=this.length;if(void 0===a&&1===b.nodeType)return b.innerHTML;if("string"==typeof a&&!la.test(a)&&!$[(Y.exec(a)||["",""])[1].toLowerCase()]){a=n.htmlPrefilter(a);try{for(;d>c;c++)b=this[c]||{},1===b.nodeType&&(n.cleanData(_(b,!1)),b.innerHTML=a);b=0}catch(e){}}b&&this.empty().append(a)},null,a,arguments.length)},replaceWith:function(){var a=[];return ua(this,arguments,function(b){var c=this.parentNode;n.inArray(this,a)<0&&(n.cleanData(_(this)),c&&c.replaceChild(b,this))},a)}}),n.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(a,b){n.fn[a]=function(a){for(var c,d=[],e=n(a),f=e.length-1,h=0;f>=h;h++)c=h===f?this:this.clone(!0),n(e[h])[b](c),g.apply(d,c.get());return this.pushStack(d)}});var wa,xa={HTML:"block",BODY:"block"};function ya(a,b){var c=n(b.createElement(a)).appendTo(b.body),d=n.css(c[0],"display");return c.detach(),d}function za(a){var b=d,c=xa[a];return c||(c=ya(a,b),"none"!==c&&c||(wa=(wa||n("