-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
executable file
·44 lines (43 loc) · 2.47 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
<!doctype HTML>
<html>
<head>
<title>PyDSA - Python Data Structures and Algorithms</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:type" content="website" />
<meta property="og:image" content="images/background.jpg" />
</head>
<body>
<div id="wrapper">
<header>
<p id="name"/>PyDSA</p>
<a id="cmdTopRight1" href="https://github.com/pydsa/pydsa" target="_blank" class="button glow button-rounded button">Fork it on GitHub</a>
<a id="cmdTopRight2" href="https://github.com/pydsa/pydsa#installation" class="button glow button-rounded button-royal">Installation</a>
<a id="cmdTopRight3" href="http://gitter.im/pydsa/pydsa" target="_blank" class="button glow button-rounded button-primary">Gitter Chat</a>
<a id="cmdTopRight4" href="http://pydsa.rtfd.org/" target="_blank" class="button glow button-rounded button-highlight">Read the documentation</a>
<div id="headline" ><p style="">Python Data Structure & Algorithms</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>