mirror of
https://github.com/arnaucube/commonroutesLandingPage.git
synced 2026-02-06 19:06:42 +01:00
added user info, added download link in the webapp
This commit is contained in:
@@ -28,7 +28,18 @@
|
||||
|
||||
<div ng-view></div>
|
||||
|
||||
|
||||
<!-- Download Section -->
|
||||
<section id="download" class="content-section text-center">
|
||||
<div class="download-section o_downloadBg">
|
||||
<div class="container">
|
||||
<div class="col-sm-8 col-sm-offset-2">
|
||||
<a href="https://github.com/arnaucode/commonroutesApp/blob/master/releases/commonroutes.apk" target="_blank" class="btn btn-default btn-lg">
|
||||
<i class="fa fa-android fa-fw"></i> Download the complete app (pre-alpha version)
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!-- Angular js -->
|
||||
<script src="bower_components/angular/angular.js"></script>
|
||||
|
||||
Reference in New Issue
Block a user