This repository was archived by the owner on May 7, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
34 lines (33 loc) · 1.68 KB
/
index.html
File metadata and controls
34 lines (33 loc) · 1.68 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
---
title: Linkbelt
layout: default
---
<div id="wrapper" class="wrapper">
<h2 class="title">
Linkbelt<span class="subtitle">A utility belt for your links.</span>
<a href="https://itunes.apple.com/us/app/linkbelt/id804131622?ls=1&mt=8"><img src="{{ site.baseurl }}/img/app_store_badge.svg" alt="Download on the App Store" class="app-store-badge"></a>
</h2>
<div class="iphone">
<a href="#"><img src="{{ site.baseurl }}/img/home.png"></a>
<h3 class="ac-title">Home</h3>
</div>
<div class="ac-grid">
<a href="#"><img src="{{ site.baseurl }}/img/history.png"><span class="screen">History</span></a>
<a href="#"><img src="{{ site.baseurl }}/img/home.png"><span class="screen">Home</span></a>
<a href="#"><img src="{{ site.baseurl }}/img/service.png"><span class="screen">Service</span></a>
<a href="#"><img src="{{ site.baseurl }}/img/alert.png"><span class="screen">Alert</span></a>
</div>
</div>
<footer class="footer">
<p>
Designed and developed in the U.S. by <a href="http://aditya.io" target="_blank" class="credits-link">Aditya Trivedi</a> in collaboration with <a href="http://alykhan.com" target="_blank" class="credits-link">Alykhan Kanji</a>.
</p>
<p class="social">
<a class="twitter" href="https://twitter.com/linkbeltme"><i class="fa fa-2x fa-twitter"></i></a>
<a class="mail" href="mailto:help@linkbelt.me"><i class="fa fa-2x fa-paper-plane"></i></a>
<a class="github" href="https://github.com/linkbelt"><i class="fa fa-2x fa-github-alt "></i></a>
</p>
<p class="disclaimer">
Apple, the Apple logo, and iPhone are trademarks of Apple Inc., registered in the U.S. and other countries. App Store is a service mark of Apple Inc.
</p>
</footer>