|
1 | 1 | <html>
|
2 | 2 | <head>
|
3 |
| -<title>Jupyter</title> |
| 3 | +<title>Jupyter Project</title> |
| 4 | + |
| 5 | + |
| 6 | +<link rel="shortcut icon" type="image/png" href="favicon.png" /> |
| 7 | +<link href="http://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css" rel="stylesheet"> |
| 8 | +<script src="http://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script> |
| 9 | +<script src="http://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.1/jquery.js"></script> |
4 | 10 |
|
5 | 11 | <link href="jupyter_font/styles.css" rel="stylesheet">
|
6 |
| -<link href="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css" rel="stylesheet"> |
7 |
| -<script src="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script> |
8 |
| -<script src="//cdnjs.cloudflare.com/ajax/libs/jquery/2.1.1/jquery.js"></script> |
| 12 | +<link href="css/jupyter.css" rel="stylesheet"> |
9 | 13 |
|
| 14 | +<script type="text/javascript" src="http://use.typekit.net/kpd5yrh.js"></script> |
| 15 | +<script type="text/javascript">try{Typekit.load();}catch(e){}</script> |
10 | 16 |
|
| 17 | +<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script> |
11 | 18 |
|
12 | 19 | </head>
|
13 | 20 | <body>
|
14 |
| - Jupyter |
15 |
| - <span> |
16 |
| - <div class="icon jupyter-icon-jupiter"></div> |
17 |
| - <div class="icon jupyter-icon-moon"></div> |
18 |
| - </span> |
| 21 | + |
| 22 | + <div class="container"> |
| 23 | + |
| 24 | + <div id="main-title"> |
| 25 | + <h1 class="text-center">Project Jupyter</h1> |
| 26 | + </div> |
| 27 | + |
| 28 | + <div id="jupyter-logo" class="text-center"> |
| 29 | + <span class="icon jupyter-icon-jupiter"></span> |
| 30 | + <span id="moon-1" class="icon jupyter-icon-moon"></span> |
| 31 | + <img id="julia" src="images/Julia_256x256.png" class="language-logo" /> |
| 32 | + <span id="moon-2" class="icon jupyter-icon-moon"></span> |
| 33 | + <img id="python" src="images/Python_256x256.png" class="language-logo" /> |
| 34 | + <span id="moon-3" class="icon jupyter-icon-moon"></span> |
| 35 | + <img id="r" src="images/R_256x256.png" class="language-logo" /> |
| 36 | + </div> |
| 37 | + |
| 38 | + <div id="sub-title"> |
| 39 | + <h2 class="text-center">Evolved from the IPython Project</h2> |
| 40 | + </div> |
| 41 | + |
| 42 | + <div id="footer"> |
| 43 | + <div class="container"> |
| 44 | + <hr/> |
| 45 | + <div class="row"> |
| 46 | + <div class="col-md-3"> |
| 47 | + <iframe src="http://ghbtns.com/github-btn.html?user=jupyter&type=follow" |
| 48 | + allowtransparency="true" frameborder="0" scrolling="0" width="200" height="20"></iframe> |
| 49 | + </div> |
| 50 | + <div class="col-md-3"> |
| 51 | + <a href="https://twitter.com/ProjectJupyter" class="twitter-follow-button" data-show-count="false">Follow @ProjectJupyter</a> |
| 52 | + </div> |
| 53 | + <div class="col-md-3"><a href="http://colaboratory.jupyter.org" target="_blank">Jupyter coLaboratory</a></div> |
| 54 | + <div class="col-md-3"><a href="http://ipython.org" target="_blank">IPython Project</a></div> |
| 55 | + </div> |
| 56 | + </div> |
| 57 | + </div> |
| 58 | + |
| 59 | + |
| 60 | + |
| 61 | + </div> |
| 62 | + |
19 | 63 | </body>
|
20 | 64 | </html>
|
0 commit comments