| 1 | <% content_for :meta_head do %> |
| 2 | <title>Bonzo 🥁 - Artificial intelligence free drum backing track generator</title> |
| 3 | <meta name="description" content="Bonzo 🥁 - Artificial intelligence free drum backing track generator" /> |
| 4 | <meta property="og:title" content="Bonzo 🥁 - Artificial intelligence free drum backing track generator" /> |
| 5 | <meta property="og:description" content="Bonzo 🥁 - Artificial intelligence free drum backing track generator" /> |
| 6 | <meta property="og:url" content="<%= request.base_url %>/bonzo" /> |
| 7 | <% end %> |
| 8 | <% content_for :breadcrumb do %> |
| 9 | <script type="application/ld+json"> |
| 10 | { |
| 11 | "@context": "http://schema.org", |
| 12 | "@type": "BreadcrumbList", |
| 13 | "itemListElement": [{ |
| 14 | "@type": "ListItem", |
| 15 | "position": 1, |
| 16 | "item": { |
| 17 | "@id": "<%= request.base_url %>", |
| 18 | "name": "Musik 88" |
| 19 | } |
| 20 | }, |
| 21 | { |
| 22 | "@type": "ListItem", |
| 23 | "position": 2, |
| 24 | "item": { |
| 25 | "@id": "<%= request.base_url %>/bonzo", |
| 26 | "name": "Bonzo 🥁" |
| 27 | } |
| 28 | }] |
| 29 | } |
| 30 | </script> |
| 31 | <% end %> |
| 32 | <div class="row"> |
| 33 | <!-- BEGIN content --> |
| 34 | <div class="col-md-12"> |
| 35 | <%= render("shared/partial_ai_tools", use_header: false, active_menu: 'bonzo') %> |
| 36 | <h1>Bonzo 🥁 - Drum backing track generator</h1> |
| 37 | <div> |
| 38 | <p class="lead"> |
| 39 | Bonzo is an Artificial-Intelligence-(AI)-based drum backing track generator. |
| 40 | </p> |
| 41 | <p class="lead"> |
| 42 | <%= link_to("@bonzo", profile_path('bonzo')) %> |
| 43 | </p> |
| 44 | <p> |
| 45 | When you're logged-in, you can find Bonzo in your <%= link_to("<b><i>profile page</i></b>".html_safe, my_bonzo_path) %>. |
| 46 | </p> |
| 47 | <p> |
| 48 | Bonzo can generate a drum backing track from a song. |
| 49 | This tool is provided to you as it is. |
| 50 | We might remove the files as part of our maintenance. |
| 51 | So we advise to download them right away after generating the backing track. |
| 52 | Use it for free for educational purpose. |
| 53 | You can use it for free with an account. |
| 54 | Your account is private by default. |
| 55 | </p> |
| 56 | </div> |
| 57 | <h2>Feedback</h2> |
| 58 | <div> |
| 59 | <p>hej at setoelkahfi dot se</p> |
| 60 | </div> |
| 61 | <h2>Changelog</h2> |
| 62 | <div> |
| 63 | <h3><a href="#v1-0-0">Version 1.0.0</a></h3> |
| 64 | <ul> |
| 65 | <li>Initial release.</li> |
| 66 | </ul> |
| 67 | </div> |
| 68 | </div> |
| 69 | </div> |
| 70 | <%= render "shared/partial_breadcrumbs" do %> |
| 71 | <li class="breadcrumb-item"><%= link_to "Bonzo", bonzo_branding_path %></li> |
| 72 | <% end %> |