You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

219 lines
8.0 KiB

6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8">
  5. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  6. <meta name="viewport" content="width=device-width, initial-scale=1">
  7. <meta name="description" content="">
  8. <meta name="author" content="">
  9. <title>Cars in Common</title>
  10. <link rel="icon" type="image/png" href="img/icon.png">
  11. <!-- Bootstrap Core CSS -->
  12. <link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
  13. <!-- Custom Fonts -->
  14. <link href="vendor/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css">
  15. <link href="https://fonts.googleapis.com/css?family=Roboto+Slab" rel="stylesheet">
  16. <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet" type="text/css">
  17. <!-- Theme CSS -->
  18. <link href="css/grayscale.css" rel="stylesheet">
  19. <link href="css/own.css" rel="stylesheet">
  20. <link href="css/colors.css" rel="stylesheet">
  21. <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
  22. <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
  23. <!--[if lt IE 9]>
  24. <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
  25. <script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
  26. <![endif]-->
  27. </head>
  28. <body id="page-top" data-spy="scroll" data-target=".navbar-fixed-top">
  29. <!-- Navigation -->
  30. <nav class="navbar navbar-custom navbar-fixed-top" role="navigation">
  31. <div class="container">
  32. <div class="navbar-header">
  33. <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-main-collapse">
  34. Menu <i class="fa fa-bars"></i>
  35. </button>
  36. <!--<a class="navbar-brand page-scroll" href="#page-top">
  37. <img src="img/icon.png" style="width:30px; display: inline-block;"> Cars in Common
  38. </a>-->
  39. </div>
  40. <!-- Collect the nav links, forms, and other content for toggling -->
  41. <div class="collapse navbar-collapse navbar-right navbar-main-collapse">
  42. <ul class="nav navbar-nav">
  43. <!-- Hidden li included to remove active class from about link when scrolled up past about section -->
  44. <li class="hidden">
  45. <a href="#page-top"></a>
  46. </li>
  47. <li>
  48. <a class="page-scroll" href="../commonroutesWebApp">Access App</a>
  49. </li>
  50. <li>
  51. <a class="page-scroll" href="#download">Download</a>
  52. </li>
  53. <li>
  54. <a href="https://fair.coop" target="_blank">Contact</a>
  55. </li>
  56. </ul>
  57. </div>
  58. <!-- /.navbar-collapse -->
  59. </div>
  60. <!-- /.container -->
  61. </nav>
  62. <!-- Intro Header -->
  63. <header class="intro o_headerBg">
  64. <div class="intro-body">
  65. <div class="container">
  66. <div class="row">
  67. <div class="col-sm-8 col-sm-offset-2">
  68. <h1 class="">Common Routes</h1>
  69. <p class="intro-text">
  70. Open source carsharing app
  71. </p>
  72. <p>
  73. <a href="#download" class="btn btn-default btn-lg page-scroll">
  74. <i class="fa fa-android fa-fw"></i> Download
  75. </a>
  76. </p>
  77. <p>Site under construction</p>
  78. </div>
  79. </div>
  80. </div>
  81. </div>
  82. </header>
  83. <section id="how-it-works" style="padding-top: 100px;">
  84. <div class="container">
  85. <div class="row">
  86. <div class="col-lg-3 col-md-6 text-center">
  87. <div class="service-box">
  88. <i class="fa fa-4x fa-user text-primary sr-icons"></i>
  89. <h3>Create a profile</h3>
  90. <p class="text-muted">
  91. Download the app and create a profile
  92. </p>
  93. </div>
  94. </div>
  95. <div class="col-lg-3 col-md-6 text-center">
  96. <div class="service-box">
  97. <i class="fa fa-4x fa-pencil-square-o text-primary sr-icons"></i>
  98. <h3>Post travels</h3>
  99. <p class="text-muted">
  100. Can post 3 types of travel: offer car, ask for car, send package
  101. </p>
  102. </div>
  103. </div>
  104. <div class="col-lg-3 col-md-6 text-center">
  105. <div class="service-box">
  106. <i class="fa fa-4x fa-map-marker text-primary sr-icons"></i>
  107. <h3>Join travels</h3>
  108. <p class="text-muted">
  109. Find travels that match with your routes
  110. </p>
  111. </div>
  112. </div>
  113. <div class="col-lg-3 col-md-6 text-center">
  114. <div class="service-box">
  115. <i class="fa fa-4x fa-users text-primary sr-icons"></i>
  116. <h3>Make comunity</h3>
  117. <p class="text-muted">
  118. Enjoy the Common Routes community
  119. </p>
  120. </div>
  121. </div>
  122. </div>
  123. </div>
  124. </section>
  125. <section id="featureslist" class="container" style="padding-top: 100px;">
  126. <div class="row">
  127. <div class="col-sm-12 text-center">
  128. <p>
  129. Opensource & Free software
  130. <br>
  131. FairCoop comunity
  132. </p>
  133. </div>
  134. </div>
  135. </section>
  136. <section id="featureslist" class="container" style="padding-top: 100px;">
  137. <div class="row">
  138. <div class="col-sm-12 text-center">
  139. <h2></h2>
  140. <img src="img/carsincommon.png" class="col-sm-12" />
  141. </div>
  142. </div>
  143. </section>
  144. <!-- Download Section -->
  145. <section id="download" class="content-section text-center">
  146. <div class="download-section o_downloadBg">
  147. <div class="container">
  148. <div class="col-sm-8 col-sm-offset-2">
  149. <h2>Download the app</h2>
  150. <p>
  151. Under development
  152. </p>
  153. <a href="/carsincommon.apk" target="_blank" class="btn btn-default btn-lg">
  154. <i class="fa fa-linux fa-fw"></i> Download (pre-alpha version)
  155. </a>
  156. </div>
  157. </div>
  158. </div>
  159. </section>
  160. <!--<section class="container" style="padding-top: 100px;">
  161. <div class="container text-center">
  162. <div class="row">
  163. <div class="col-sm-12">
  164. <h2>Contact</h2>
  165. <p>
  166. Code written in Go lang as free and open source project, with academic purposes.
  167. </p>
  168. </div>
  169. </div>
  170. </div>
  171. </section>-->
  172. <!-- Footer -->
  173. <footer>
  174. <div class="container text-center">
  175. <p>
  176. <a href="http://arnaucode.com" target="_blank" style="font-size:60%;">ArnauCode 2017</a>
  177. </p>
  178. </div>
  179. </footer>
  180. <!-- jQuery -->
  181. <script src="vendor/jquery/jquery.js"></script>
  182. <!-- Bootstrap Core JavaScript -->
  183. <script src="vendor/bootstrap/js/bootstrap.min.js"></script>
  184. <!-- Plugin JavaScript -->
  185. <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.3/jquery.easing.min.js"></script>
  186. <!-- Theme JavaScript -->
  187. <script src="js/grayscale.js"></script>
  188. </body>
  189. </html>