1
0

index.html 18 KB

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