-
Notifications
You must be signed in to change notification settings - Fork 0
/
mobile.html
52 lines (45 loc) · 1.71 KB
/
mobile.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="canonical" href="http://bumptop.github.io/index.html" >
<title>BumpTop - Open Source 3D Physics Desktop</title>
<meta content='width=device-width, initial-scale=1.0' name='viewport'>
<meta charset='utf-8'>
<link href='res/style.css' rel='stylesheet' type='text/css'>
<link href='res/mobile.css' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Cousine:400,700' rel='stylesheet' type='text/css'>
</head>
<body>
<div id="fb-root"></div>
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/en_US/sdk.js#xfbml=1&appId=1503402413213032&version=v2.0";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
<!--
<ul id="topnav">
<li><a href="">about</a></li>
<li><a href="">features</a></li>
<li><a href="">contact</a></li>
</ul>
-->
<div id="mobile-wrapper" class="mobile">
<div>
<div id="text" class="mobile">
<h1 style="color: white;">bumptop mobile</h1>
<h4 style="color: white;">A 3D Physics Desktop Experience</h4>
</div>
<div id="menu" class="mobile">
<a class="download" href="https://github.com/bumptop/BumpTop/releases/tag/2.5">Download</a>
<a class="download" href="https://github.com/bumptop/BumpTop">Source Code</a>
<a class="download" href="https://github.com/bumptop/BumpTop/wiki">About</a>
</div>
</div>
</div>
<div class="fb-container">
<div class="fb-like" data-href="https://developers.facebook.com/docs/plugins/" data-layout="button_count" data-action="like" data-show-faces="true" data-share="false"></div>
</div>
</body>
</html>