-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
123 lines (106 loc) · 5.07 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
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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="UTF-8">
<title>openBVE: the open-source train simulator</title>
<meta property="og:title" content="openBVE: the open-source train simulator" />
<meta name="twitter:title" content="openBVE: the open-source train simulator" />
<meta itemprop="name" content="openBVE: the open-source train simulator">
<meta property="og:image" content="img/icon_480.png"/>
<meta name="twitter:image" content="img/icon_480.png">
<meta itemprop="image" content="img/icon_480.png">
<meta name="twitter:card" content="summary" />
<meta name="description"
content="An unofficial site for downloads and documentation for openBVE, the open-source train simulator." />
<meta name="twitter:description"
content="An unofficial site for downloads and documentation for openBVE, the open-source train simulator." />
<meta property="og:description"
content="An unofficial site for downloads and documentation for openBVE, the open-source train simulator."/>
<meta itemprop="description"
content="An unofficial site for downloads and documentation for openBVE, the open-source train simulator.">
<meta property="og:site_name" content="openBVE"/>
<meta property="og:locale" content="en_US" />
<meta name="content-language" content="en_US">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="stylesheets/normalize.css" media="screen">
<link rel="stylesheet" href="//brick.a.ssl.fastly.net/Open+Sans:400,700">
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen">
<style type="text/css">
.info-box{
background-color: #fd9;
display: flex;
flex-direction: row;
}
.info-box-panel{
flex: 1 1 50%;
padding: 8px;
text-align: center;
}
.info-box-panel:not(:last-child){
border-right: 1px solid #960;
}
</style>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-46858935-2', 'auto');
ga('send', 'pageview');
</script>
</head>
<body>
<section class="page-header">
<!--<p class="lead">Unofficial mirror for downloads and documentation <br>for openBVE, the open-source train simulator.</p>-->
<a href="/" class="page-header-logo">openBVE</a>
<nav>
<ul>
<li><a href="about.html">About</a></li>
<li><a href="download.html">Download</a></li>
<li><a href="help.html">How To Play</a></li>
<li><a href="develop">Development</a></li>
<li><a href="links.html">Links</a></li>
</ul>
</nav>
</section>
<section class="content">
<h1>The unofficial <strong>openBVE</strong> homepage</h1>
<img src="img/index-screenshots.jpg" alt="Screenshots of openBVE" class="h1-featured">
<h2>About openBVE</h2>
<p>openBVE is a cross-platform, free-as-in-freedom train simulator placed in the public domain. This means
that you can make any modifications to it you like and share your modifications with others. </p>
<p>More about the project and this site, and a list of credits can be found on the <a href="about.html">About</a> page.</p>
<h2>Latest release</h2>
<div class="info-box">
<div class="info-box-panel">
<h3>Lastest official release</h3>
<p>
The last official update by the original openBVE team.
</p>
<p>
<strong>v1.4.5.0</strong>, released 9 February 2016
</p>
<p class="nav-link"><a href="download.html" class="btn">Download 1.4.5.0</a> <a href="changelog.html">Changelog</a></p>
</div>
<div class="info-box-panel">
<h3>Project forks</h3>
<p>
Development of openBVE is being continued by leezer3, with new features being constantly added.
</p>
<p class="nav-link"><a href="http://openbve-project.net/" class="btn">Project website ></a></p>
</div>
</div>
<h2>About this site</h2>
<p>This unoffical site was set up to provide a reliable place to download openBVE, as well as to provide easy access to development tools and documentation.</p>
<p>You can read more on the <a href="about.html">About</a> page.</p>
</section>
<footer class="page-footer">
<p>
This unofficial site is maintained by <a href="http://joeyfoo.com">joeyfoo</a>,
and hosted on <a href="https://github.com/joeyfoo/openbve-unofficial">GitHub</a>. <br>
Comments and contributions are welcome. <br>Google Analytics is used on this site to gather information on site views.
</p>
</footer>
</section>
</body>
</html>