index.html 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8">
  5. <title>ArozOS</title>
  6. <meta content="width=device-width, initial-scale=1.0" name="viewport">
  7. <meta content="Web Desktop, Open Source, Aroz, Go, OS, Raspberry Pi" name="keywords">
  8. <meta content="The best Web Desktop Online System for the Raspberry Pi" name="description">
  9. <meta name="author" content="tobychui">
  10. <!-- Favicons -->
  11. <link href="img/favicon.png" rel="icon">
  12. <link href="img/apple-touch-icon.png" rel="apple-touch-icon">
  13. <!-- Google Fonts -->
  14. <link href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,700,700i|Roboto:100,300,400,500,700|Philosopher:400,400i,700,700i" rel="stylesheet">
  15. <!-- Bootstrap css -->
  16. <!-- <link rel="stylesheet" href="css/bootstrap.css"> -->
  17. <link href="lib/bootstrap/css/bootstrap.min.css" rel="stylesheet">
  18. <!-- Libraries CSS Files -->
  19. <link href="lib/owlcarousel/assets/owl.carousel.min.css" rel="stylesheet">
  20. <link href="lib/owlcarousel/assets/owl.theme.default.min.css" rel="stylesheet">
  21. <link href="lib/font-awesome/css/font-awesome.min.css" rel="stylesheet">
  22. <link href="lib/animate/animate.min.css" rel="stylesheet">
  23. <link href="lib/modal-video/css/modal-video.min.css" rel="stylesheet">
  24. <!-- Main Stylesheet File -->
  25. <link href="css/style.css" rel="stylesheet">
  26. <!-- =======================================================
  27. Theme Name: eStartup
  28. Theme URL: https://bootstrapmade.com/estartup-bootstrap-landing-page-template/
  29. Author: BootstrapMade.com
  30. License: https://bootstrapmade.com/license/
  31. ======================================================= -->
  32. </head>
  33. <body>
  34. <header id="header" class="header header-hide">
  35. <div class="container">
  36. <div id="logo" class="pull-left">
  37. <h1><a href="" class="scrollto">ArozOS</a></h1>
  38. <!-- Uncomment below if you prefer to use an image logo -->
  39. <!-- <a href="#body"><img src="img/logo.png" alt="" title="" /></a>-->
  40. </div>
  41. <nav id="nav-menu-container">
  42. <ul class="nav-menu">
  43. <li class="menu-active"><a href="#hero">Home</a></li>
  44. <li><a href="#about-us">About</a></li>
  45. <li><a href="#features">Features</a></li>
  46. <li><a href="#screenshots">Screenshots</a></li>
  47. <li><a href="#docs">Documents</a></li>
  48. <li><a href="#contact">Source</a></li>
  49. <li><a href="#" onclick="window.location.href='lang.html';">English (US)</a></li>
  50. </ul>
  51. </nav><!-- #nav-menu-container -->
  52. </div>
  53. </header><!-- #header -->
  54. <!--==========================
  55. Hero Section
  56. ============================-->
  57. <section id="hero" class="wow fadeIn">
  58. <div class="hero-container">
  59. <h1>ArozOS</h1>
  60. <h2>A Web Desktop Operating System for YOUR Personal Cloud</h2>
  61. <img src="img/banner.png" alt="Hero Imgs">
  62. <a href="#get-started" class="btn-get-started scrollto">Get Started</a>
  63. <div class="btns">
  64. <a href="https://github.com/tobychui/arozos"><i class="fa fa-github fa-3x"></i> Github</a>
  65. <a href="https://github.com/tobychui/arozos/releases"><i class="fa fa-download fa-3x"></i> Download</a>
  66. <a href="docs/"><i class="fa fa-book fa-3x"></i> Documentation</a>
  67. </div>
  68. </div>
  69. </section><!-- #hero -->
  70. <!--==========================
  71. Get Started Section
  72. ============================-->
  73. <section id="get-started" class="padd-section text-center wow fadeInUp">
  74. <div class="container">
  75. <div class="section-title text-center">
  76. <h2></h2>
  77. <p class="separator">Why ArozOS?</p>
  78. </div>
  79. </div>
  80. <div class="container">
  81. <div class="row">
  82. <div class="col-md-6 col-lg-4">
  83. <div class="feature-block">
  84. <img src="img/svg/cloud.svg" alt="img" class="img-fluid">
  85. <h4>Cloud Desktop</h4>
  86. <p>Simple and elegant web desktop interface for your daily tasks</p>
  87. </div>
  88. </div>
  89. <div class="col-md-6 col-lg-4">
  90. <div class="feature-block">
  91. <img src="img/rpi.png" alt="img" class="img-fluid">
  92. <h4>Design for Raspberry Pi</h4>
  93. <p>System compatible with many brands of single board computers</p>
  94. </div>
  95. </div>
  96. <div class="col-md-6 col-lg-4">
  97. <div class="feature-block">
  98. <img src="img/os.png" alt="img" class="img-fluid">
  99. <h4>Open Source</h4>
  100. <p>ArozOS's components is open source on Github</p>
  101. </div>
  102. </div>
  103. </div>
  104. </div>
  105. </section>
  106. <!--==========================
  107. About Us Section
  108. ============================-->
  109. <section id="about-us" class="about-us padd-section wow fadeInUp">
  110. <div class="container">
  111. <div class="row justify-content-center">
  112. <div class="col-md-5 col-lg-3">
  113. <img src="img/preview-pc.png" alt="About">
  114. </div>
  115. <div class="col-md-7 col-lg-5">
  116. <div class="about-content">
  117. <h2><span>ArozOS</span>PC<br> Web Desktop </h2>
  118. <p>Turn any PC with browser into your Web Desktop client. Access all your files anytime, anywhere.
  119. </p>
  120. <ul class="list-unstyled">
  121. <li><i class="fa fa-angle-right"></i>No Setup and special user permission</li>
  122. <li><i class="fa fa-angle-right"></i>Support Chrome, Firefox and Safari</li>
  123. <li><i class="fa fa-angle-right"></i>Access via Web UI, FTP or WebDAV</li>
  124. <li><i class="fa fa-angle-right"></i>One of the best Web based File Manager</li>
  125. <li><i class="fa fa-angle-right"></i>WebApps powered by HTML5</li>
  126. </ul>
  127. </div>
  128. </div>
  129. </div>
  130. </div>
  131. <br><br>
  132. <div class="container">
  133. <div class="row justify-content-center">
  134. <div class="col-md-5 col-lg-3">
  135. <img src="img/preview.png" alt="About">
  136. </div>
  137. <div class="col-md-7 col-lg-5">
  138. <div class="about-content">
  139. <h2><span>ArozOS</span>Mobile Web Desktop </h2>
  140. <p>Supporting web desktop on mobile using PWA technology, making file access between devices much easier and smooth.
  141. </p>
  142. <ul class="list-unstyled">
  143. <li><i class="fa fa-angle-right"></i>No App Installation Required</li>
  144. <li><i class="fa fa-angle-right"></i>Support Android and iOS</li>
  145. <li><i class="fa fa-angle-right"></i>Works on Chrome and Safari</li>
  146. <li><i class="fa fa-angle-right"></i>Window based operations</li>
  147. <li><i class="fa fa-angle-right"></i>Synchronize between devices</li>
  148. </ul>
  149. </div>
  150. </div>
  151. </div>
  152. </div>
  153. </section>
  154. <!--==========================
  155. Features Section
  156. ============================-->
  157. <section id="features" class="padd-section text-center wow fadeInUp">
  158. <div class="container">
  159. <div class="section-title text-center">
  160. <h2>Amazing Features</h2>
  161. <p class="separator">Full fledged Desktop Experience with diverse range of Web Applications</p>
  162. </div>
  163. </div>
  164. <div class="container">
  165. <div class="row">
  166. <div class="col-md-6 col-lg-3">
  167. <div class="feature-block">
  168. <img src="img/icons/work_desk_kirei.png" alt="img" class="img-fluid">
  169. <h4>Simple & Beautiful</h4>
  170. <p>Glassy and rounded corner Windows with ntuitive WebApp naming</p>
  171. </div>
  172. </div>
  173. <div class="col-md-6 col-lg-3">
  174. <div class="feature-block">
  175. <img src="img/icons/computer_cloud_storage.png" alt="img" class="img-fluid">
  176. <h4>Multimedia</h4>
  177. <p>Build in Music, Photo and Audio WebApp for multimedia streaming</p>
  178. </div>
  179. </div>
  180. <div class="col-md-6 col-lg-3">
  181. <div class="feature-block">
  182. <img src="img/icons/envelop_paper.png" alt="img" class="img-fluid">
  183. <h4>File Manager</h4>
  184. <p>One of the Best File Manager you could find on Web Desktop OS</p>
  185. </div>
  186. </div>
  187. <div class="col-md-6 col-lg-3">
  188. <div class="feature-block">
  189. <img src="img/svg/design-tool.svg" alt="img" class="img-fluid">
  190. <h4>Easy to use</h4>
  191. <p>Support drag drop operations with touchpad or touch screen</p>
  192. </div>
  193. </div>
  194. <div class="col-md-6 col-lg-3">
  195. <div class="feature-block">
  196. <img src="img/svg/cloud-computing.svg" alt="img" class="img-fluid">
  197. <h4>Git Install</h4>
  198. <p>Modules can be installed via git clone using the build in Module Installer</p>
  199. </div>
  200. </div>
  201. <div class="col-md-6 col-lg-3">
  202. <div class="feature-block">
  203. <img src="img/icons/computer_tethering.png" alt="img" class="img-fluid">
  204. <h4>Easy Connect</h4>
  205. <p>Support Web, FTP and WebDAV for easy access on any Operating Systems</p>
  206. </div>
  207. </div>
  208. <div class="col-md-6 col-lg-3">
  209. <div class="feature-block">
  210. <img src="img/os.png" alt="img" class="img-fluid">
  211. <h4>Open Source</h4>
  212. <p>Change whatever you want to fit your ever changing needs and use cases</p>
  213. </div>
  214. </div>
  215. <div class="col-md-6 col-lg-3">
  216. <div class="feature-block">
  217. <img src="img/svg/code.svg" alt="img" class="img-fluid">
  218. <h4>Written in Go</h4>
  219. <p>Allowing great use of system resources while maintaining portability</p>
  220. </div>
  221. </div>
  222. </div>
  223. </div>
  224. </section>
  225. <!--==========================
  226. Screenshots Section
  227. ============================-->
  228. <section id="screenshots" class="padd-section text-center wow fadeInUp">
  229. <div class="container">
  230. <div class="section-title text-center">
  231. <h2>Screenshots</h2>
  232. <p class="separator">A quick overview of the ArozOS Web Desktop System</p>
  233. </div>
  234. </div>
  235. <div class="container">
  236. <div class="owl-carousel owl-theme">
  237. </div>
  238. </div>
  239. <div><img class="fullwidthImg" src="img/screen/1.png" alt="img"></div>
  240. <div><img class="fullwidthImg" src="img/screen/2.png" alt="img"></div>
  241. <div><img class="fullwidthImg" src="img/screen/3.png" alt="img"></div>
  242. <div><img class="fullwidthImg" src="img/screen/4.png" alt="img"></div>
  243. </section>
  244. <!--==========================
  245. Video Section
  246. ============================-->
  247. <section id="video" class="text-center wow fadeInUp">
  248. <div class="overlay">
  249. <div class="container-fluid container-full">
  250. <div class="row">
  251. <a href="#" class="js-modal-btn play-btn" data-video-id="NXmAsQhhlOs"></a>
  252. </div>
  253. </div>
  254. </div>
  255. </section>
  256. <!--==========================
  257. Testimonials Section
  258. ============================-->
  259. <section id="testimonials" class="padd-section text-center wow fadeInUp">
  260. <div class="container">
  261. <div class="row justify-content-center">
  262. <div class="col-md-8">
  263. <div class="testimonials-content">
  264. <div id="carousel-example-generic" class="carousel slide" data-ride="carousel">
  265. <div class="carousel-inner" role="listbox">
  266. <div class="carousel-item active">
  267. <div class="top-top">
  268. <h2>This is very underrated</h2>
  269. <p>To be honest, this is very underrated right now and I wish more people see this work.</p>
  270. <h4>CrazyCoder009</span></h4>
  271. </div>
  272. </div>
  273. <div class="carousel-item ">
  274. <div class="top-top">
  275. <h2>It's very smooth and wonderful</h2>
  276. <p>Work on RPi 4B. Have used for a while, it's very smooth and wonderful, thanks TC!</p>
  277. <h4>jimting</span></h4>
  278. </div>
  279. </div>
  280. <div class="carousel-item ">
  281. <div class="top-top">
  282. <h2>Finally I got my own NAS</h2>
  283. <p> NAS are expensive and this is my first time in my life to use a NAS.</p>
  284. <h4>Wei Vi</h4>
  285. </div>
  286. </div>
  287. </div>
  288. <div class="btm-btm">
  289. <ul class="list-unstyled carousel-indicators">
  290. <li data-target="#carousel-example-generic" data-slide-to="0" class="active"></li>
  291. <li data-target="#carousel-example-generic" data-slide-to="1"></li>
  292. <li data-target="#carousel-example-generic" data-slide-to="2"></li>
  293. </ul>
  294. </div>
  295. </div>
  296. </div>
  297. </div>
  298. </div>
  299. </div>
  300. </section>
  301. <!--==========================
  302. Blog Section
  303. ============================-->
  304. <section id="blog" class="padd-section wow fadeInUp">
  305. <div class="container">
  306. <div class="section-title text-center">
  307. <h2>Wanna Get Started?</h2>
  308. <p class="separator">Take a look at our <a href="https://github.com/tobychui/arozos/blob/master/README.md">Github README</a> file</p>
  309. </div>
  310. </div>
  311. </section>
  312. <!--==========================
  313. Newsletter Section
  314. ============================-->
  315. <section id="docs" class="newsletter text-center wow fadeInUp">
  316. <div class="overlay padd-section">
  317. <div class="container">
  318. <div class="section-title text-center">
  319. <h2>Documentation</h2>
  320. <p>Want to develop on the ArozOS system? Maybe you are looking for the documentation.</p>
  321. <a href="docs/" class="glass btn-get-started scrollto" target="_blank">Take a look</a>
  322. </div>
  323. </div>
  324. </div>
  325. </section>
  326. <!--==========================
  327. Contact Section
  328. ============================-->
  329. <section id="contact" class="padd-section wow fadeInUp">
  330. <div class="container">
  331. <div class="section-title text-center">
  332. <h2>View the Source</h2>
  333. <p class="separator">Take a look at the source code here. <br>If you like this project, please feel free to give us a star.</p>
  334. </div>
  335. </div>
  336. <div class="container">
  337. <div class="row justify-content-center">
  338. <div class="col-lg-3 col-md-4">
  339. <div class="info">
  340. <div>
  341. <i class="fa fa-github"></i>
  342. <p><a href="https://github.com/tobychui/arozos">https://github.com/tobychui/arozos</a></p>
  343. </div>
  344. <div class="email">
  345. <i class="fa fa-envelope"></i>
  346. <p><a href="mailto:imuslab@gmail.com">imuslab@gmail.com</a></p>
  347. </div>
  348. </div>
  349. <!--
  350. <div class="social-links">
  351. <a href="#" class="twitter"><i class="fa fa-twitter"></i></a>
  352. <a href="#" class="facebook"><i class="fa fa-facebook"></i></a>
  353. <a href="#" class="instagram"><i class="fa fa-instagram"></i></a>
  354. <a href="#" class="google-plus"><i class="fa fa-google-plus"></i></a>
  355. <a href="#" class="linkedin"><i class="fa fa-linkedin"></i></a>
  356. </div>
  357. -->
  358. </div>
  359. </div>
  360. </div>
  361. </section><!-- #contact -->
  362. <!--==========================
  363. Footer
  364. ============================-->
  365. <footer class="footer">
  366. <div class="copyrights">
  367. <div class="container">
  368. <div class="credits">
  369. <!--
  370. All the links in the footer should remain intact.
  371. You can delete the links only if you purchased the pro version.
  372. Licensing information: https://bootstrapmade.com/license/
  373. Purchase the pro version with working PHP/AJAX contact form: https://bootstrapmade.com/buy/?theme=eStartup
  374. -->
  375. Designed by <a href="https://bootstrapmade.com/">BootstrapMade</a>
  376. </div>
  377. </div>
  378. </div>
  379. </footer>
  380. <a href="#" class="back-to-top"><i class="fa fa-chevron-up"></i></a>
  381. <!-- JavaScript Libraries -->
  382. <script src="lib/jquery/jquery.min.js"></script>
  383. <script src="lib/jquery/jquery-migrate.min.js"></script>
  384. <script src="lib/bootstrap/js/bootstrap.bundle.min.js"></script>
  385. <script src="lib/superfish/hoverIntent.js"></script>
  386. <script src="lib/superfish/superfish.min.js"></script>
  387. <script src="lib/easing/easing.min.js"></script>
  388. <script src="lib/modal-video/js/modal-video.js"></script>
  389. <script src="lib/owlcarousel/owl.carousel.min.js"></script>
  390. <script src="lib/wow/wow.min.js"></script>
  391. <!-- Contact Form JavaScript File -->
  392. <script src="contactform/contactform.js"></script>
  393. <!-- Template Main Javascript File -->
  394. <script src="js/main.js"></script>
  395. </body>
  396. </html>