-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.php
executable file
·55 lines (47 loc) · 1.47 KB
/
index.php
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>iLab - IkkI</title>
<style>
</style>
<link href="assets/css/bootstrap.css" rel="stylesheet">
</head>
<body>
<div class="navbar navbar-inverse">
<div class="navbar-inner">
<div class="container-fluid">
<a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</a>
<a class="brand" href="#" name="top">Ikki</a>
</div>
<!--/.container-fluid -->
</div>
<!--/.navbar-inner -->
</div>
<!--/.navbar -->
<div class="container-fluid">
<div class="row">
<div class="span5" >
<div class="well">
<h4>Intro</h4>
<p>This a prototype. It uses the wikilocation API & wikipedia API to get the close buildings & places near your current location.</p>
<p><a href="https://github.com/CubesNCircles/iLab-Ikki" target="_blank">View source</a> | <a href="https://cubesncircles.wordpress.com">View project blog</a></p>
</div>
<div class="sidebar-nav">
<div class="well" style="padding: 8px 0;" id="articles">
</div>
</div>
</div>
<div class="span9" id="right"></div>
</div>
</div>
<script src="assets/js/jquery.js"></script>
<script src="assets/js/bootstrap.min.js"></script>
<script src="assets/js/script.js"></script>
</body>
</html>