UNPKG

marble

Version:

WeDeploy's style guide and UI components

136 lines (129 loc) 4.83 kB
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Demo: Blog</title> <link rel="stylesheet" href="../../build/marble.css"> <link rel="stylesheet" href="../../build/templates/blog.css"> <link rel="stylesheet" href="../../build/fonts/galano/galano.css"> <link rel="stylesheet" href="../../build/fonts/icon-12/icon-12.css"> <link rel="stylesheet" href="../../build/fonts/icon-16/icon-16.css"> </head> <body class="blog"> <nav class="topbar topbar-large topbar-light topbar-docs topbar-docs-aux"> <div class="topbar-logo"> <a class="topbar-logo-link" href="/"> <span class="wedeploy-logo"> <span class="we-circle"><span class="we">We</span></span> <span class="deploy">Deploy™</span> <span class="liferay">by Liferay</span> <span class="version-container"> <span class="arrow-up"></span> <span class="version">beta</span> </span> </span> </a> </div> <ul class="topbar-list"> <li class="topbar-item"> <a href="/blog" class="topbar-link topbar-link-selected">Blog</a> </li> <li class="topbar-item"> <a href="/docs" class="topbar-link">Documentation</a> </li> <li class="topbar-item"> <a href="//chat.wedeploy.com/" class="topbar-link">Chat</a> </li> <li class="topbar-item login"> <a href="//dashboard.wedeploy.com/login" class="topbar-link">Log in</a> </li> <li class="topbar-item get-started"> <a href="//dashboard.wedeploy.com/signup" class="btn btn-accent btn-sm">Get Started</a> </li> </ul> </nav> <article class="container"> <header> <small>By Zeno Rocha <span>| Oct 10, 2016</span></small> <h3>Uptime status, new Ruby service, and more!</h3> </header> <div class="content"> <section> <p>First of all, we would like to say thanks for trying <a target="_blank" href="http://wedeploy.com">WeDeploy</a>! You're shaping the future of this product, so we appreciate you taking the time to provide some feedback.</p> <blockquote> we would like to say thanks for trying </blockquote> <p>In the last few weeks we've been working day and night to make WeDeploy more stable. Almost two hundred projects have been created since we first launched and dozens of bugs have been fixed.</p> <blockquote> <p>we would like to say thanks for trying</p> </blockquote> <p>Today, we would like to show you some of the things we're working on.</p> <ul class="checklist"> <li>Eduardo Lundgren</li> <li>Vitor Fernandes</li> <li>Zeno Rocha</li> </ul> <h4>Uptime Status</h4> <p>Even though this is an alpha version and problems are somewhat expected, we recognize the importance of being transparent about outages. That's why we would like to share with you a new page where you can check WeDeploy's uptime status.</p> <!--<figure> <img src="post-1--0.png" alt="Uptime Status"> </figure>--> <h4>Ruby Service</h4> <p>Our mission is to create a platform for all kinds of developers. With that in mind, we're introducing a new Ruby service. You can get more information by <a href="http://wedeploy.com/docs/other/ruby.html">reading the docs</a> or checking this <a href="https://github.com/wedeploy/boilerplate-ruby">boilerplate.</a></p> <ul> <li>Eduardo Lundgren</li> <li>Vitor Fernandes</li> <li>Zeno Rocha</li> </ul> <!--<figure> <img class="original-size" src="post-1--1.png" alt="Ruby Service"> </figure>--> <p>If you have any questions, feel free to contact us.</p> <ol> <li>Eduardo Lundgren</li> <li>Vitor Fernandes</li> <li>Zeno Rocha</li> </ol> <h4>How will you use this tutorial?</h4> <ul class="radio-group"> <li> <input type="radio" id="answ_1-0" name="poll_1" value="answ_1-0"><label for="answ_1-0">Read it through only</label> </li> <li> <input type="radio" id="answ_1-1" name="poll_1" value="answ_1-1"><label for="answ_1-1">Read it and complete the exercises</label> </li> </ul> </section> <section> <div class="we-container"> <span class="we-circle"> <span class="we">We</span> </span> </div> </section> </div> </article> <div class="posts-list"> <div class="container"> <div class="post-item"> <a class="post-item__link" href="#"> <small>By Zeno Rocha <span>| 01.10.17</span></small> <h4>Creative Evolution No. 10</h4> </a> </div> <div class="post-item"> <a href="#"> <small>By Zeno Rocha <span>| 01.10.17</span></small> <h4>Framer Flows</h4> </a> </div> <div class="post-item"> <a href="#"> <small>By Zeno Rocha <span>| 01.10.17</span></small> <h4>10 Redesigns of Your Favorite Everyday Apps</h4> </a> </div> </div> </div> </body> </html>