1
0

index-jp.html 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533
  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="世界最高のWebデスクトップシステムかもしれません" name="description">
  9. <meta name="author" content="tobychui">
  10. <!-- Facebook Meta Tags -->
  11. <meta property="og:url" content="https://arozos.com/">
  12. <meta property="og:type" content="website">
  13. <meta property="og:title" content="ウェブデスクトップ | ArozOS">
  14. <meta property="og:description" content="世界最高のWebデスクトップシステムかもしれません">
  15. <meta property="og:image" content="https://arozos.com/img/og.png">
  16. <!-- Twitter Meta Tags -->
  17. <meta name="twitter:card" content="summary_large_image">
  18. <meta property="twitter:domain" content="arozos.com">
  19. <meta property="twitter:url" content="https://arozos.com/">
  20. <meta name="twitter:title" content="ウェブデスクトップ | ArozOS">
  21. <meta name="twitter:description" content="世界最高のWebデスクトップシステムかもしれません">
  22. <meta name="twitter:image" content="https://arozos.com/img/og.png">
  23. <!-- Favicons -->
  24. <link href="img/favicon.png" rel="icon">
  25. <link href="img/apple-touch-icon.png" rel="apple-touch-icon">
  26. <!-- Google Fonts -->
  27. <link rel="preconnect" href="https://fonts.googleapis.com">
  28. <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
  29. <link href="https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@300;400;500&display=swap" rel="stylesheet">
  30. <!-- Bootstrap css -->
  31. <!-- <link rel="stylesheet" href="css/bootstrap.css"> -->
  32. <link href="lib/bootstrap/css/bootstrap.min.css" rel="stylesheet">
  33. <!-- Libraries CSS Files -->
  34. <link href="lib/owlcarousel/assets/owl.carousel.min.css" rel="stylesheet">
  35. <link href="lib/owlcarousel/assets/owl.theme.default.min.css" rel="stylesheet">
  36. <link href="lib/font-awesome/css/font-awesome.min.css" rel="stylesheet">
  37. <link href="lib/animate/animate.min.css" rel="stylesheet">
  38. <link href="lib/modal-video/css/modal-video.min.css" rel="stylesheet">
  39. <!-- Main Stylesheet File -->
  40. <link href="css/style.css" rel="stylesheet">
  41. <!-- Additional stuffs for TC support-->
  42. <link rel="preconnect" href="https://fonts.gstatic.com">
  43. <link href="https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400&display=swap" rel="stylesheet">
  44. <!-- =======================================================
  45. Theme Name: eStartup
  46. Theme URL: https://bootstrapmade.com/estartup-bootstrap-landing-page-template/
  47. Author: BootstrapMade.com
  48. License: https://bootstrapmade.com/license/
  49. ======================================================= -->
  50. <style>
  51. p,a,div,span,h1,h2,h3,h4,h5,h6{
  52. font-family: 'Zen Maru Gothic', sans-serif !important;
  53. }
  54. </style>
  55. </head>
  56. <body>
  57. <header id="header" class="header header-hide">
  58. <div class="container">
  59. <div id="logo" class="pull-left">
  60. <!-- <h1><a href="" class="scrollto">ArozOS</a></h1> -->
  61. <!-- Uncomment below if you prefer to use an image logo -->
  62. <a href=""><img src="img/logo.png" alt="" style="height: 2em;" title="ArozOS Project" /></a>
  63. </div>
  64. <nav id="nav-menu-container">
  65. <ul class="nav-menu">
  66. <li class="menu-active"><a href="#hero">ホームページ</a></li>
  67. <li><a href="#about-us">紹介</a></li>
  68. <li><a href="#features">機能</a></li>
  69. <li><a href="#screenshots">スクリーンショット</a></li>
  70. <li><a href="#docs">ドキュメント</a></li>
  71. <li><a href="#contact">ソースコード</a></li>
  72. <li><a href="#" onclick="window.location.href='lang.html';">日本語(日本)</a></li>
  73. </ul>
  74. </nav><!-- #nav-menu-container -->
  75. </div>
  76. </header><!-- #header -->
  77. <!--==========================
  78. Hero Section
  79. ============================-->
  80. <section id="hero" class="wow fadeIn">
  81. <div class="hero-container">
  82. <h1>ArozOS</h1>
  83. <h2>個人用クラウドデスクトッププラットフォーム</h2>
  84. <img src="img/banner.png" alt="Hero Imgs">
  85. <a href="#get-started" class="btn-get-started scrollto">詳しく知る</a>
  86. <div class="btns">
  87. <a href="https://github.com/tobychui/arozos"><i class="fa fa-github fa-3x"></i> Github</a>
  88. <a href="https://github.com/tobychui/arozos/releases"><i class="fa fa-download fa-3x"></i> ダウンロード</a>
  89. <a href="docs/"><i class="fa fa-book fa-3x"></i> 説明書</a>
  90. </div>
  91. </div>
  92. </section><!-- #hero -->
  93. <!--==========================
  94. Get Started Section
  95. ============================-->
  96. <section id="get-started" class="padd-section text-center wow fadeInUp">
  97. <div class="container">
  98. <div class="section-title text-center">
  99. <h2></h2>
  100. <p class="separator">ArozOSを選ぶ理由?</p>
  101. </div>
  102. </div>
  103. <div class="container">
  104. <div class="row">
  105. <div class="col-md-6 col-lg-4">
  106. <div class="feature-block">
  107. <img src="img/svg/cloud.svg" alt="img" class="img-fluid">
  108. <h4>クラウドデスクトップ</h4>
  109. <p>シンプルでエレガントなWebデスクトップインターフェースで、日常のタスクを実行できます。</p>
  110. </div>
  111. </div>
  112. <div class="col-md-6 col-lg-4">
  113. <div class="feature-block">
  114. <img src="img/rpi.png" alt="img" class="img-fluid">
  115. <h4>クロスプラットフォーム</h4>
  116. <p>ほぼすべてのデバイスに展開できます。ARM SBCやAndroidの携帯電話からx86_64 PCまで対応しています。</p>
  117. </div>
  118. </div>
  119. <div class="col-md-6 col-lg-4">
  120. <div class="feature-block">
  121. <img src="img/os.png" alt="img" class="img-fluid">
  122. <h4>オープンソース</h4>
  123. <p>ArozOSのコンポーネントはGithubでオープンソースで公開されています。</p>
  124. </div>
  125. </div>
  126. </div>
  127. </div>
  128. </section>
  129. <!--==========================
  130. About Us Section
  131. ============================-->
  132. <section id="about-us" class="about-us padd-section wow fadeInUp">
  133. <div class="container">
  134. <div class="row justify-content-center">
  135. <div class="col-md-5 col-lg-3">
  136. <img src="img/preview-pc.png" alt="About">
  137. </div>
  138. <div class="col-md-7 col-lg-5">
  139. <div class="about-content">
  140. <h2><span>ArozOS</span> PC<br>Webデスクトップ</h2>
  141. <p>ブラウザを備えた任意のPCを、あなたのWebデスクトップクライアントに変えることができます。いつでもどこでもすべてのファイルにアクセスできます。</p>
  142. <ul class="list-unstyled">
  143. <li><i class="fa fa-angle-right"></i>設定不要、特別なユーザー権限不要</li>
  144. <li><i class="fa fa-angle-right"></i>Chrome、Firefox、Safariに対応</li>
  145. <li><i class="fa fa-angle-right"></i>Web UI、FTP、WebDAVを介してアクセス</li>
  146. <li><i class="fa fa-angle-right"></i>クラウド上で最高のファイルマネージャー</li>
  147. <li><i class="fa fa-angle-right"></i>HTML5で動作するWebアプリケーション</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>モバイルWebデスクトップ </h2>
  162. <p>PWA技術を使用してモバイルでのWebデスクトップをサポートし、デバイス間のファイルアクセスをより簡単かつスムーズにします。
  163. </p>
  164. <ul class="list-unstyled">
  165. <li><i class="fa fa-angle-right"></i>アプリのインストールは不要です</li>
  166. <li><i class="fa fa-angle-right"></i>AndroidとiOSに対応</li>
  167. <li><i class="fa fa-angle-right"></i>ChromeとSafariで動作</li>
  168. <li><i class="fa fa-angle-right"></i>ウィンドウベースの操作</li>
  169. <li><i class="fa fa-angle-right"></i>デバイス間の同期</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>素晴らしい機能</h2>
  183. <p class="separator">多種多様なWebアプリケーションを備えた、本格的なデスクトップ体験</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>シンプルで美しい</h4>
  192. <p>グラス調で角を丸くしたウィンドウに、直感的なWebアプリ名が表示されます。</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>マルチメディア</h4>
  199. <p>マルチメディアストリーミングに適した、組み込みの音楽、写真、オーディオWebアプリケーション</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>ファイルマネージャ</h4>
  206. <p>Webデスクトップ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>使いやすい</h4>
  213. <p>タッチパッドやタッチスクリーンを使用したドラッグ&ドロップ操作のサポート</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インストール</h4>
  220. <p>ビルドインモジュールインストーラを使用してgitクローンを介してモジュールをインストールできます</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>簡単接続</h4>
  227. <p>Web、FTP、およびWebDAVをサポートし、どのオペレーティングシステムでも簡単にアクセスできます</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>オープンソース</h4>
  234. <p>変更して、変化するニーズとユースケースに合わせることができます</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>Goで書かれています</h4>
  241. <p>システムリソースを効果的に利用しながら、ポータビリティを維持できます</p>
  242. </div>
  243. </div>
  244. </div>
  245. </section>
  246. <!--==========================
  247. Screenshots Section
  248. ============================-->
  249. <section id="screenshots" class="padd-section text-center wow fadeInUp">
  250. <div class="container">
  251. <div class="section-title text-center">
  252. <h2>スクリーンショット</h2>
  253. <p class="separator">ArozOSの外観やユーザーインターフェースの概要を簡単に紹介します</p>
  254. </div>
  255. </div>
  256. <div class="container">
  257. <div class="owl-carousel owl-theme">
  258. </div>
  259. </div>
  260. <div><img class="fullwidthImg" src="img/screen/1.png" alt="img"></div>
  261. <div><img class="fullwidthImg" src="img/screen/2.png" alt="img"></div>
  262. <div><img class="fullwidthImg" src="img/screen/3.png" alt="img"></div>
  263. <div><img class="fullwidthImg" src="img/screen/4.png" alt="img"></div>
  264. <div><img class="fullwidthImg" src="img/screen/5.png" alt="img"></div>
  265. <div><img class="fullwidthImg" src="img/screen/6.png" alt="img"></div>
  266. </section>
  267. <!--==========================
  268. Video Section
  269. ============================-->
  270. <section id="video" class="text-center wow fadeInUp">
  271. <div class="overlay">
  272. <div class="container-fluid container-full">
  273. <div class="row">
  274. <a href="#" class="js-modal-btn play-btn" data-video-id="DVzbeWyxmNU"></a>
  275. </div>
  276. </div>
  277. </div>
  278. </section>
  279. <!--==========================
  280. Testimonials Section
  281. ============================-->
  282. <section id="testimonials" class="padd-section text-center wow fadeInUp">
  283. <div class="container">
  284. <div class="row justify-content-center">
  285. <div class="col-md-8">
  286. <div class="testimonials-content">
  287. <div id="carousel-example-generic" class="carousel slide" data-ride="carousel">
  288. <div class="carousel-inner" role="listbox">
  289. <div class="carousel-item active">
  290. <div class="top-top">
  291. <h2>これは非常に過小評価されている</h2>
  292. <p>正直に言って、これは現時点では非常に過小評価されていて、もっと多くの人々がこの作品を見てほしいです。</p>
  293. <h4>CrazyCoder009</span></h4>
  294. </div>
  295. </div>
  296. <div class="carousel-item ">
  297. <div class="top-top">
  298. <h2>非常にスムーズで素晴らしいです</h2>
  299. <p>Raspberry Pi 4Bで動作します。しばらく使用していますが、非常にスムーズで素晴らしいです。TCさん、ありがとう!</p>
  300. <h4>jimting</span></h4>
  301. </div>
  302. </div>
  303. <div class="carousel-item ">
  304. <div class="top-top">
  305. <h2>ついに自分のNASを手に入れました</h2>
  306. <p>NASは高価で、これが人生で初めてのNASの使用です。</p>
  307. <h4>Wei Vi</h4>
  308. </div>
  309. </div>
  310. </div>
  311. <div class="btm-btm">
  312. <ul class="list-unstyled carousel-indicators">
  313. <li data-target="#carousel-example-generic" data-slide-to="0" class="active"></li>
  314. <li data-target="#carousel-example-generic" data-slide-to="1"></li>
  315. <li data-target="#carousel-example-generic" data-slide-to="2"></li>
  316. </ul>
  317. </div>
  318. </div>
  319. </div>
  320. </div>
  321. </div>
  322. </div>
  323. </section>
  324. <!--==========================
  325. Blog Section
  326. ============================-->
  327. <section id="blog" class="padd-section wow fadeInUp">
  328. <div class="container">
  329. <div class="section-title text-center">
  330. <h2>始めましょうか?</h2>
  331. <p class="separator">当社の<a href="https://github.com/tobychui/arozos/blob/master/README.md">Github README</a>ファイルをご覧ください</p>
  332. </div>
  333. </div>
  334. </section>
  335. <!--==========================
  336. Newsletter Section
  337. ============================-->
  338. <section id="docs" class="newsletter text-center wow fadeInUp">
  339. <div class="overlay padd-section">
  340. <div class="container">
  341. <div class="section-title text-center">
  342. <h2>ArozOSの開発を行いたいですか?</h2>
  343. <p>ここから始めることをおすすめします。</p>
  344. <a href="docs/" class="glass btn-get-started scrollto" target="_blank">ドキュメントを読む</a>
  345. </div>
  346. </div>
  347. </div>
  348. </section>
  349. <!--==========================
  350. Contact Section
  351. ============================-->
  352. <section id="contact" class="padd-section wow fadeInUp">
  353. <div class="container">
  354. <div class="section-title text-center">
  355. <h2>ソースを見る</h2>
  356. <p class="separator">ここでソースコードを見てください。<br>このプロジェクトが気に入ったら、ぜひスターを付けてください。</p>
  357. </div>
  358. </div>
  359. <div class="container">
  360. <div class="row justify-content-center">
  361. <div class="col-lg-3 col-md-4">
  362. <div class="info">
  363. <div>
  364. <i class="fa fa-github"></i>
  365. <p><a href="https://github.com/tobychui/arozos">https://github.com/tobychui/arozos</a></p>
  366. </div>
  367. <div class="email">
  368. <i class="fa fa-envelope"></i>
  369. <p><a href="mailto:[email protected]">[email protected]</a></p>
  370. </div>
  371. </div>
  372. <!--
  373. <div class="social-links">
  374. <a href="#" class="twitter"><i class="fa fa-twitter"></i></a>
  375. <a href="#" class="facebook"><i class="fa fa-facebook"></i></a>
  376. <a href="#" class="instagram"><i class="fa fa-instagram"></i></a>
  377. <a href="#" class="google-plus"><i class="fa fa-google-plus"></i></a>
  378. <a href="#" class="linkedin"><i class="fa fa-linkedin"></i></a>
  379. </div>
  380. -->
  381. </div>
  382. </div>
  383. </div>
  384. </section><!-- #contact -->
  385. <!--==========================
  386. Footer
  387. ============================-->
  388. <footer class="footer">
  389. <div class="copyrights">
  390. <div class="container">
  391. <div class="credits">
  392. <!--
  393. All the links in the footer should remain intact.
  394. You can delete the links only if you purchased the pro version.
  395. Licensing information: https://bootstrapmade.com/license/
  396. Purchase the pro version with working PHP/AJAX contact form: https://bootstrapmade.com/buy/?theme=eStartup
  397. -->
  398. Designed by <a href="https://bootstrapmade.com/">BootstrapMade</a>
  399. </div>
  400. </div>
  401. </div>
  402. </footer>
  403. <a href="#" class="back-to-top"><i class="fa fa-chevron-up"></i></a>
  404. <!-- JavaScript Libraries -->
  405. <script src="lib/jquery/jquery.min.js"></script>
  406. <script src="lib/jquery/jquery-migrate.min.js"></script>
  407. <script src="lib/bootstrap/js/bootstrap.bundle.min.js"></script>
  408. <script src="lib/superfish/hoverIntent.js"></script>
  409. <script src="lib/superfish/superfish.min.js"></script>
  410. <script src="lib/easing/easing.min.js"></script>
  411. <script src="lib/modal-video/js/modal-video.js"></script>
  412. <script src="lib/owlcarousel/owl.carousel.min.js"></script>
  413. <script src="lib/wow/wow.min.js"></script>
  414. <!-- Contact Form JavaScript File -->
  415. <script src="contactform/contactform.js"></script>
  416. <!-- Template Main Javascript File -->
  417. <script src="js/main.js"></script>
  418. </body>
  419. </html>