updates
[website.git] / index.html
1 <!DOCTYPE html>
2 <!--[if lt IE 7]>      <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
3 <!--[if IE 7]>         <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
4 <!--[if IE 8]>         <html class="no-js lt-ie9"> <![endif]-->
5 <!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]-->
6     <head>
7         <meta charset="utf-8">
8         <meta http-equiv="X-UA-Compatible" content="IE=edge">
9         <title>SILC - Secure Internet Live Conferencing</title>
10         <meta name="description" content="SILC - Secure Internet Live Conferencing">
11         <meta name="viewport" content="width=device-width, initial-scale=1">
12
13         <link rel="stylesheet" href="css/normalize.css">
14         <link rel="stylesheet" href="css/main.css">
15         <!--<link rel="stylesheet" href="css/jquery.mobile-1.4.2.min.css">-->
16         <link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300" type="text/css" />
17         <script src="js/vendor/modernizr-2.6.2.min.js"></script>
18     </head>
19     <body>
20         <!--[if lt IE 7]>
21             <p>You are using an <strong>outdated</strong> browser. Please <a href="http://firefox.com/">upgrade your browser</a> to improve your experience.</p>
22         <![endif]-->
23
24         <header>
25         <center><a href="/"><img src="img/silc.svg" height=64 alt="SILC logo"></a></center>
26         </header>
27
28         <br />
29         <div id="container">Secure Internet Live Conferencing.</div>
30         <script>document.getElementById('container').style.visibility = 'hidden';</script>
31
32         <!-- Download buttons -->
33
34         <!-- default source download -->
35         <div id="default">
36         <center>
37         <a class="downloadbutton" href="https://downloads.sourceforge.net/project/silc/silc/client/sources/silc-client-1.1.10.tar.gz">
38         <img src="img/download-new-48.png">Get SILC Client
39         <small>1.1.10 tar.gz</small>
40         </a>
41
42         <small>
43         <a href="docs/client/ReleaseNotes">Release Notes 2014-05-06</a> |
44         <a href="client.html">Other versions</a>
45         </small>
46         </center>
47
48         <br /><br />
49         </div>
50
51         <!-- Windows Pidgin download -->
52         <div id="windows" style="display:none">
53         <center>
54         <a class="downloadbutton" href="https://pidgin.im/download/windows/">
55         <img src="img/download-new-48.png">Get Pidgin
56         <small>Windows EXE</small>
57         </a>
58
59         <small>
60         <a href="https://developer.pidgin.im/wiki/ChangeLog">ChangeLog</a> |
61         <a href="client.html">Other versions</a>
62         </small>
63
64         <br /><br />
65         for SILC users on Windows we recommend installing <a href="https://pidgin.m"><i>Pidgin</i></a>.
66         </center>
67         </div>
68
69         <center>
70         <br /><br />
71         <i>silcnet.org website and SILCNet server are back up after a server loss</i><br />
72         <i>sauna.silcnet.org key: <a href="docs/silcd.pub"><code>54E3 3C34 FB0E 3713 7CAF  1AFB C923 DF2B A6A6 823E</code></a></i>
73         </center>
74
75         <footer>
76                 <nav>
77 <!--
78                 <a href="info.html">INFO</a>
79 -->
80                 <a href="client.html">CLIENT</a>
81                 <a href="server.html">SERVER</a>
82                 <a href="dev.html">DEVELOPMENT</a>
83                 <a href="https://github.com/silc/silc/issues">ISSUES</a>
84                 </nav>
85         </footer>
86     
87         <!-- JavaScript includes -->
88         <script src="js/jquery-1.11.1.min.js"></script>
89         <!--<script src="js/jquery.mobile-1.4.2.min.js"></script>-->
90         <script src="js/plugins.js"></script>
91
92         <script src="js/jquery.shuffleLetters.js"></script>
93         <script src="js/main.js"></script>
94     </body>
95 </html>