Skip to content

Instantly share code, notes, and snippets.

@andreafortuna
Created May 17, 2017 08:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save andreafortuna/e20721a82a9d53955470b3b838c0ca08 to your computer and use it in GitHub Desktop.
Save andreafortuna/e20721a82a9d53955470b3b838c0ca08 to your computer and use it in GitHub Desktop.
Mavo Homepage Demo
<html>
<head>
<script src="https://get.mavo.io/mavo.min.js"></script>
<link rel="stylesheet" href="https://get.mavo.io/mavo.css">
<link rel='stylesheet' href='https://mavo.io/css/style.css'>
<link rel='stylesheet' href='https://mavo.io/demos/style.css'>
<link rel='stylesheet' href='https://mavo.io/demos/homepage/style.css'>
</head>
<body>
<main mv-app="homepage"
mv-storage="https://github.com/andreafortuna/mycdn/"
mv-plugins="tinymce">
<h1>
<img property="image" alt="" src="https://cdn-images-1.medium.com/fit/c/100/100/1*-O1NuHnW3y8pkpkcIjxnKA.jpeg">
<span property="name">Andy's Mavo page</span>
</h1>
<p property="description" class="tinymce">
Test content
</p>
<div class="links">
<a property class="twitter" title="Twitter" href="https://twitter.com/AndyF">🐦</a>
<a property class="facebook" title="Facebook" href="https://www.facebook.com/andreafortuna">f</a>
</div>
</main>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment