-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathlinks.html
145 lines (124 loc) · 5.05 KB
/
links.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
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="UTF-8">
<title>openBVE: Links</title>
<meta property="og:title" content="openBVE: Links" />
<meta name="twitter:title" content="openBVE: Links" />
<meta itemprop="name" content="openBVE: Links">
<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="Links for openBVE." />
<meta name="twitter:description"
content="Links for openBVE." />
<meta property="og:description"
content="Links for openBVE."/>
<meta itemprop="description"
content="Links for openBVE.">
<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;
padding: 4px;
text-align: center;
}
.info-box strong{
font-size: 26px;
font-weight: normal;
}
</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 class="active"><a href="links.html">Links</a></li>
</ul>
</nav>
</section>
<section class="content">
<h1>Links</h1>
<div class="info-box">
<h3>This page is still a work-in-progress.</h3>
<p>This page is being worked on. An initial set of links is provided to get you started.</p>
</div>
<!--<div class="toc">
<h2>Contents</h2>
<ul>
<li><a href="#about">About openBVE</a></li>
<li><a href="#credits">Credits</a></li>
<li><a href="#copyright">Copyright and licensing</a></li>
<li><a href="#site">About this site</a></li>
</ul>
</div>-->
<h2>openBVE project-related links</h2>
<p>These sites are related to the openBVE project. </p>
<div class="links">
<dl>
<dt>
Odakyufan's openBVE Website
<small>odakyufan.zxq.net</small>
</dt>
<dd>
Offline: Odakyufan is one of the developers of openBVE. This site hosted the interim openBVE official site,
but is offline due to host issues.
</dd>
</dl>
<dl>
<dt>
<a href="http://railsimroutes.net/">Railsimroutes</a>
<small>railsimroutes.net</small>
</dt>
<dd>
Website of Anthony B, one of the developers of openBVE. Hosts the detailed Birmingham Cross-City South route and Class 323 3D cab,
with various projects underway documented on the blog.
New players may be interested in the helpful <a href="http://railsimroutes.net/openbve/index.php">openBVE Help & Information</a> section.
</dd>
</dl>
</div>
<h2>Site-related links</h2>
<div class="links">
<dl>
<dt>
<a href="https://github.com/joeyfoo/openbve-unofficial">GitHub: openbve-unofficial</a>
<small>github.com</small>
</dt>
<dd>
The GitHub project for this site. Please submit comments and corrections via <a href="https://github.com/joeyfoo/openbve-unofficial/issues">the issue tracker</a>.
</dd>
</dl>
</div>
</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>