-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.html
executable file
·55 lines (55 loc) · 3.02 KB
/
index.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
53
54
55
<!doctype HTML>
<html>
<head>
<title>BinPy - Virtualizing Electronics</title>
<meta name="viewport" content="user-scalable=no, width=device-width, initial-scale=1" />
<script src="javascript/buttons.js"></script>
<script src="javascript/jquery-1.9.1.js"></script>
<script type="text/javascript" src="javascript/index.js"></script>
<script type="text/javascript" src="javascript/google-analytics.js"></script>
<link rel='shortcut icon' type='image/x-icon' href='images/favicon.ico' />
<link rel="stylesheet" type="text/css" href="css/reset.css"/>
<link rel="stylesheet" type="text/css" href="css/index.css" />
<link rel="stylesheet" type="text/css" href="css/buttons.css" />
<link rel="stylesheet" type="text/css" href="css/bootstrap.css"/>
<link rel="stylesheet" type="text/css" href="css/bootstrap-responsive.css "/>
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet' type='text/css' />
<link href='http://fonts.googleapis.com/css?family=Josefin+Sans:400,600' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Cuprum:400,700' rel='stylesheet' type='text/css'>
<meta property="og:url" content="http://binpy.github.io" />
<meta property="og:type" content="website" />
<meta property="og:title" content="BinPy" />
<meta property="og:image" content="images/background.png" />
<meta property="og:description" content="Virtualizing Electronics" />
</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/all.js#xfbml=1&appId=482385748453183";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));
</script>
<div id="wrapper">
<header>
<p id="name"/>BinPy</p>
<a id="cmdTopRight1" href="https://github.com/BinPy/BinPy/" target="_blank" class="button glow button-rounded button">Fork it on GitHub</a>
<a id="cmdTopRight2" href="https://github.com/BinPy/BinPy#install-binpy-using-git" class="button glow button-rounded button-royal">Download for Linux/Mac</a>
<a id="cmdTopRight3" href="https://pypi.python.org/packages/any/B/BinPy/BinPy-0.3.win-amd64.exe" class="button glow button-rounded button-primary">Download for Windows</a>
<a id="cmdTopRight4" href="http://docs.binpy.org/dev" target="_blank" class="button glow button-rounded button-highlight">Read the documentation</a>
<div id="headline" ><p style="">Virtualizing Electronics</p></div>
<!--div id="release" ><p style="text-align:center;">BinPy v0.1.7</p></div-->
<br/>
<!--
<div style="margin-left:310px;padding:10px;background:rgba(0,0,0,0.3);width:640px;height:480px;">
<iframe src="//player.vimeo.com/video/76255905" width="640" height="480" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe></div>
-->
</header>
<div style="width:100%; height:500px;">
<img src="images/logos/logo-transparent.png" style="width:30%; margin-left:35%;" />
</div>
</div>
</body>
</html>