Update Clara.io instructions

This commit is contained in:
David Rowe 2016-11-02 00:05:10 +13:00 committed by Seth Alves
parent 7f809083dc
commit 9dbcb94a0c

View file

@ -19,13 +19,9 @@
</head> </head>
<body onload='loaded();'> <body onload='loaded();'>
<div class="marketplaces-container"> <div class="marketplaces-container">
<h2 class="marketplaces-title"> <h2 class="marketplaces-title">Marketplaces</h2>
Marketplaces
</h2>
<div class="marketplaces-intro-text"> <div class="marketplaces-intro-text">
<p> <p>You can bring content into High Fidelity from anywhere you want. Here are a few places that support direct import of content right now. If you'd like to suggest a Market to include here, <a href="mailto:contact@highfidelity.io">let us know.</a></p>
You can bring content into High Fidelity forom anywhere you want. Here are a few places that support direct import of content right now. If you'd like to suggest a Market to include here, <a href="mailto:contact@highfidelity.io">let us know.</a>
</p>
</div> </div>
<div class="marketplace-tile"> <div class="marketplace-tile">
<div class="marketplace-tile-first-column"> <div class="marketplace-tile-first-column">
@ -34,7 +30,7 @@
<div class="marketplace-tile-second-column"> <div class="marketplace-tile-second-column">
<p class="marketplace-tile-description">This is the default High Fidelity marketplace. Viewing and downloading content from here is fully supported in Interface.</p> <p class="marketplace-tile-description">This is the default High Fidelity marketplace. Viewing and downloading content from here is fully supported in Interface.</p>
<div class="exploreButton-holder"> <div class="exploreButton-holder">
<input class="blue exploreButton" type="button" value="Explore" id="exploreHifiMarketplace"></input></div> <input class="blue exploreButton" type="button" value="Explore" id="exploreHifiMarketplace" />
</div> </div>
<hr class="tile-divider"> <hr class="tile-divider">
</div> </div>
@ -47,19 +43,13 @@
<ol class="marketplace-clara-steps"> <ol class="marketplace-clara-steps">
<li><a href="http://www.clara.io/signup">Create an account here </a>or log in as an existing user.</li> <li><a href="http://www.clara.io/signup">Create an account here </a>or log in as an existing user.</li>
<li>Choose a model from the list and click Download -> Autodesk FBX.</li> <li>Choose a model from the list and click Download -> Autodesk FBX.</li>
<li>After the file processes, click Download.</li>
<li>Add the model to your asset server, then find it from the list and choose Add To World.</li>
</ol> </ol>
<div class="exploreButton-holder"> <div class="exploreButton-holder">
<input class="blue exploreButton" type="button" value="Explore" id="exploreClaraMarketplace"></input> <input class="blue exploreButton" type="button" value="Explore" id="exploreClaraMarketplace" />
</div> </div>
</div> </div>
<hr class="tile-divider">
</div> </div>
</div> </div>
</div> </div>
</body> </body>
</html> </html>