index.html 2.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <!-- Basic Page Needs
  5. –––––––––––––––––––––––––––––––––––––––––––––––––– -->
  6. <meta charset="utf-8">
  7. <title>arozos</title>
  8. <meta name="description" content="">
  9. <meta name="author" content="">
  10. <!-- Mobile Specific Metas
  11. –––––––––––––––––––––––––––––––––––––––––––––––––– -->
  12. <meta name="viewport" content="width=device-width, initial-scale=1">
  13. <!-- FONT
  14. –––––––––––––––––––––––––––––––––––––––––––––––––– -->
  15. <link href="//fonts.googleapis.com/css?family=Raleway:400,300,600" rel="stylesheet" type="text/css">
  16. <!-- CSS
  17. –––––––––––––––––––––––––––––––––––––––––––––––––– -->
  18. <link rel="stylesheet" href="css/normalize.css">
  19. <link rel="stylesheet" href="css/skeleton.css">
  20. <!-- Favicon
  21. –––––––––––––––––––––––––––––––––––––––––––––––––– -->
  22. <link rel="icon" type="image/png" href="images/favicon.png">
  23. </head>
  24. <body>
  25. <!-- Primary Page Layout
  26. –––––––––––––––––––––––––––––––––––––––––––––––––– -->
  27. <div class="container">
  28. <div class="row">
  29. <div class="one-half column" style="margin-top: 25%">
  30. <h4>arozos</h4>
  31. <p>General purpose Web Desktop Operating System for Raspberry Pis and low power SBCs.<br>Read more over <a href="https://github.com/tobychui/arozos">Github</a></p>
  32. <a class="button button-primary" href="reader/standard/reader.html#%7B%22chapter%22%3A%22started%22%2C%22page%22%3A0%7D">Getting Started</a>
  33. <a class="button" href="reader/standard/reader.html#%7B%22chapter%22%3A%22beta%22%2C%22page%22%3A0%7D">Beta Docs (Legacy)</a>
  34. </div>
  35. <div class="one-half column" style="margin-top: 15%">
  36. <img src="img/ok.png">
  37. </div>
  38. </div>
  39. </div>
  40. <!-- End Document
  41. –––––––––––––––––––––––––––––––––––––––––––––––––– -->
  42. </body>
  43. </html>