-
Notifications
You must be signed in to change notification settings - Fork 1
/
screenshots.html
73 lines (62 loc) · 3.31 KB
/
screenshots.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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" dir="ltr" lang="en-US">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>KestrelHPC</title>
<link type="text/css" href="css/ui-lightness/jquery-ui-1.8.6.custom.css" rel="stylesheet" />
<link rel="stylesheet" href="css/slimbox2.css" type="text/css" media="screen" />
<link rel="stylesheet" href="css/kestrelhpc.css" type="text/css" media="screen" />
<script type="text/javascript" src="js/jquery-1.4.2.min.js"></script>
<script type="text/javascript" src="js/jquery-ui-1.8.6.custom.min.js"></script>
<script type="text/javascript" src="js/slimbox2.js"></script>
<script type="text/javascript">
$(function(){
$( "#accordion" ).accordion({ autoHeight: false, icons: false});
$( "#Features ul" ).accordion({header:'> li > :first-child'});
});
</script>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-20486350-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</head>
<body>
<h1 class="title"><a href="index.html">KestrelHPC</a></h1>
<div id="tabs" class="ui-widget-header">
<ul>
<li><a href="index.html#About">About</a></li>
<li><a href="index.html#News">News</a></li>
<li><a href="documentation.html">Documentation</a></li>
<li><a href="download.html">Download</a></li>
<li><a href="screenshots.html">Screenshots</a></li>
<li><a href="modules.html">Modules</a></li>
<li><a href="development.html">Development</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</div>
<div id="sections">
<div class="section ui-widget-content first">
<h2>Screenshots</h2>
<p>Here there are some screenshots with a Debian an Ubuntu running MPI
jobs after installing KestrelHPC on them.</p>
<ul id="screenshots">
<li><a href="./images/100_0074_mini.jpg" rel="lightbox-screenshot"><img alt="" src="./images/100_0074_thumb.jpg"></a></li>
<li><a href="./images/100_0075_mini.jpg" rel="lightbox-screenshot"><img alt="" src="./images/100_0075_thumb.jpg"></a></li>
<li><a href="./images/100_0076_mini.jpg" rel="lightbox-screenshot"><img alt="" src="./images/100_0076_thumb.jpg"></a></li>
<li><a href="./images/screenshot.png" rel="lightbox-screenshot"><img alt="" src="./images/screenshot_thumb.png"></a></li>
<li><a href="./images/100_0073_mini.jpg" rel="lightbox-screenshot"><img alt="" src="./images/100_0073_thumb.jpg"></a></li>
<li><a href="./images/photo_1_mini.jpg" rel="lightbox-screenshot"><img alt="" src="./images/photo_1_thumb.jpg"></a></li>
<li><a href="./images/photo_2_mini.jpg" rel="lightbox-screenshot"><img alt="" src="./images/photo_2_thumb.jpg"></a></li>
<li><a href="./images/photo_3_mini.jpg" rel="lightbox-screenshot"><img alt="" src="./images/photo_3_thumb.jpg"></a></li>
</ul>
<p style="clear:both;"></p>
</div>
</div>
</body>
</html>