Your content goes here
The principle of these templates is both to give you the layout structures we use in our designs, and to give you a quick start for your demo or project.
Quick 'demo' start
- Download the Volta Components package here
- Place it in your site's folder
Replace the paths to
volta.min.js,volta.min.cssand all thesvgimages to target the Volta components package you just put in your site's folder<link rel="stylesheet" href="/assets/vendor/volta/css/volta.css" /> <!-- Becomes --> <link rel="stylesheet" href="[path-to-Volta]/volta/css/volta.css" /><script src="/assets/vendor/volta/js/svgxuse.min.js"></script> <!-- Becomes --> <script src="[path-to-Volta]/volta/js/svgxuse.min.js"></script>Check out the Volta Docs for all the other components you could be using here