-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
32 lines (32 loc) · 1.96 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
<!DOCTYPE html>
<!-- Copyright (C) 2014 Helder Correia [http://heldercorreia.net] -->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="keywords" content="speedcrunch, calculator, scientific, free, windows, osx, linux" />
<title>SpeedCrunch: free desktop scientific calculator for Windows, OS X, Linux</title>
<link rel="icon" type="image/png" href="favicon.png" />
<link rel="stylesheet" type="text/css" href="speedcrunch.css" media="screen" />
</head>
<body onload="main();">
<!--[if lt IE 11]>
<div id="noIE11"></div>
<![endif]-->
<div id="slide" class="transparent"></div>
<div id="menu" class="transparent hidden-top">
<div id="icon-section-top" class="icon-section">
<a href="https://bitbucket.org/heldercorreia/speedcrunch/downloads/SpeedCrunch-0.11.exe"><img src="images/windows.png" alt="Windows"></a>
<a href="https://bitbucket.org/heldercorreia/speedcrunch/downloads/SpeedCrunch-0.11.dmg"><img src="images/osx.png" alt="OS X"></a>
<a href="https://bitbucket.org/heldercorreia/speedcrunch/downloads/SpeedCrunch-0.11.zip"><img src="images/windows-portable.png" alt="Windows Portable"></a>
</div>
<div id="big-icon-section"></div>
<div id="icon-section-bottom" class="icon-section">
<a href="http://speedcrunch.blogspot.com/"><img src="images/feed.png" alt="RSS"></a>
<a href="http://groups.google.com/group/speedcrunch"><img src="images/envelope.png" alt="Contact"></a>
<a href="https://www.transifex.com/projects/p/speedcrunch"><img src="images/flag.png" alt="Translations"></a>
<a href="https://github.com/speedcrunch/SpeedCrunch"><img src="images/git.png" alt="Development"></a>
</div>
</div>
<script type="text/javascript" src="slideshow.js"></script>
</body>
</html>