-
Notifications
You must be signed in to change notification settings - Fork 0
/
portable.html
81 lines (67 loc) · 3.24 KB
/
portable.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
74
75
76
77
78
79
80
81
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<title>SimCav - Downloads</title>
<meta charset="UTF-8">
<!--<meta name="viewport" content="width=device-width, initial-scale=1">-->
<meta name="viewport" content="width=device-width">
<link rel="stylesheet" media="(max-width: 899px)" href="main-other800.css">
<link href="main-other.css" media="(min-width: 900px)" rel="stylesheet" />
<link rel="icon" href="logo1.png">
<!-- ICONS -->
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.4.2/css/all.css" integrity="sha384-/rXc/GQVaYpyDdyxK+ecHPVYJSN9bmVFBvjA/9eOB+pb3F2w2N6fc5qB9Ew5yIns" crossorigin="anonymous">
<!-- FONTS -->
<!-- Title -->
<link href="https://fonts.googleapis.com/css?family=Lora" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Merriweather" rel="stylesheet">
<!-- NavBar -->
<link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet">
<!-- Body -->
<link href="https://fonts.googleapis.com/css?family=Ubuntu" rel="stylesheet">
<!-- ===================================================================== -->
<!-- Analytics -->
<!-- ===================================================================== -->
<!-- Matomo -->
<script type="text/javascript">
var _paq = _paq || [];
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
_paq.push(["setDocumentTitle", document.domain + "/" + document.title]);
_paq.push(["setCookieDomain", "*.simcav.org"]);
_paq.push(['trackPageView']);
_paq.push(['enableLinkTracking']);
(function() {
var u="//data.simcav.org/matomo/";
_paq.push(['setTrackerUrl', u+'piwik.php']);
_paq.push(['setSiteId', '1']);
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
g.type='text/javascript'; g.async=true; g.defer=true; g.src=u+'piwik.js'; s.parentNode.insertBefore(g,s);
})();
</script>
<!-- End Matomo Code -->
</head>
<body>
<a id="Back" href="/#Downloads"><i class="fa fa-home"></i><p>Home</p></a>
<div id="mainDiv">
<p class="warning"><i class="fas fa-exclamation-triangle"></i> macOS version not yet available.</p>
<p>Simply download, extract, and run.</p>
<h2>Linux</h2>
<p class="download">
SimCav portable, v5.0 Linux (~77MB)
<a href="Release/v5.0/Linux/SimCav_5.0_linux.zip"><i class="fas fa-download"></i></a>
</p>
<h2>Windows</h2>
<p class="download">
SimCav portable, v5.0 Windows (~58MB)
<a href="Release/v5.0/Windows/SimCav_5.0_windows.zip"><i class="fas fa-download"></i></a>
</p>
<h2>macOS</h2>
<p class="download">
SimCav portable, v5.0 macOS (not yet available).
<!-- <a href=""><i class="fas fa-download"></i></a>-->
</p>
<p class="warning"><i class="fas fa-exclamation-triangle"></i> You may have to grant the file executions rights
<a href="https://askubuntu.com/questions/35478/how-do-i-mark-a-file-as-executable-via-a-gui"><i class="fas fa-external-link-square-alt"></i></a>
</p>
</div>
</body>
</html>