5-72

5-72.com helps novice musicians master sound engineering by analyzing the FX chains of world-famous artists
Log | Files | Refs

home.html (1239B)


      1 {#-
      2   This file was automatically generated - do not edit
      3 -#}
      4 {% extends "overrides/main.html" %}
      5 {% block tabs %}
      6   {{ super() }}
      7   <style>.md-header{position:initial}.md-main__inner{margin:0}.md-content{display:none}@media screen and (min-width:60em){.md-sidebar--secondary{display:none}}@media screen and (min-width:76.25em){.md-sidebar--primary{display:none}}</style>
      8   <section class="mdx-container">
      9     <div class="md-grid md-typeset">
     10       <div class="mdx-hero">
     11         <div class="mdx-hero__image">
     12           <img src="assets/images/illustration.png" alt="" width="1659" height="1200" draggable="false">
     13         </div>
     14         <div class="mdx-hero__content">
     15           <h1>Technical documentation that just works</h1>
     16           <p>{{ config.site_description }}. Set up in 5 minutes.</p>
     17           <a href="{{ page.next_page.url | url }}" title="{{ page.next_page.title | e }}" class="md-button md-button--primary">
     18             Quick start
     19           </a>
     20           <a href="{{ 'insiders/' | url }}" title="Material for MkDocs Insiders" class="md-button">
     21             Get Insiders
     22           </a>
     23         </div>
     24       </div>
     25     </div>
     26   </section>
     27 {% endblock %}
     28 {% block content %}{% endblock %}
     29 {% block footer %}{% endblock %}