12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152 |
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <!-- Basic Page Needs
- –––––––––––––––––––––––––––––––––––––––––––––––––– -->
- <meta charset="utf-8">
- <title>arozos</title>
- <meta name="description" content="">
- <meta name="author" content="">
- <!-- Mobile Specific Metas
- –––––––––––––––––––––––––––––––––––––––––––––––––– -->
- <meta name="viewport" content="width=device-width, initial-scale=1">
- <!-- FONT
- –––––––––––––––––––––––––––––––––––––––––––––––––– -->
- <link href="//fonts.googleapis.com/css?family=Raleway:400,300,600" rel="stylesheet" type="text/css">
- <!-- CSS
- –––––––––––––––––––––––––––––––––––––––––––––––––– -->
- <link rel="stylesheet" href="css/normalize.css">
- <link rel="stylesheet" href="css/skeleton.css">
- <!-- Favicon
- –––––––––––––––––––––––––––––––––––––––––––––––––– -->
- <link rel="icon" type="image/png" href="images/favicon.png">
- </head>
- <body>
- <!-- Primary Page Layout
- –––––––––––––––––––––––––––––––––––––––––––––––––– -->
- <div class="container">
- <div class="row">
- <div class="one-half column" style="margin-top: 25%">
- <h4>arozos</h4>
- <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>
- <a class="button button-primary" href="reader/standard/reader.html#%7B%22chapter%22%3A%22started%22%2C%22page%22%3A0%7D">Getting Started</a>
- <a class="button" href="reader/standard/reader.html#%7B%22chapter%22%3A%22beta%22%2C%22page%22%3A0%7D">Beta Docs (Legacy)</a>
- </div>
- <div class="one-half column" style="margin-top: 15%">
- <img src="img/ok.png">
- </div>
- </div>
-
- </div>
- <!-- End Document
- –––––––––––––––––––––––––––––––––––––––––––––––––– -->
- </body>
- </html>
|