-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathindex.html
90 lines (87 loc) · 3.51 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
---
layout: homepage
title: Open Rails - Free train simulator project
preambles:
- modal: modal1
title: Get Started with Open Rails
---
<!-- HdJ: Made changes to function and positioning of header buttons-->
<div class="row">
<div class="col-md-6">
<img class="focus_image" src='assets/banner.jpg' title="UP SD70ACe train consist visiting the CN Ruel Subdivision
(Open Rails route in development)
posted by TrainSimulations.net" alt="UP SD70ACe train consist visiting the CN Ruel Subdivision
(Open Rails route in development)
posted by TrainSimulations.net">
</div>
<div class="row preload hidden"></div> <!-- empty div used to hold banner preload -->
<div class="col-md-6" align="right">
<p> <br> <br> </p>
<div class="description">
Totally free train simulator that supports<br>the world's largest range of digital content.
</div>
<div class="download">
<span>
<!-- Button 1 to trigger modal -->
<a href="#modal1" role="button" class='btn download_button' data-toggle="modal">Get Started with Open Rails</a>
<!-- Button to Build Route -->
<a href="/learn/build-route/" role="button" class='btn download_button'>Build your own Route</a>
</span>
</div>
</div>
</div>
<div class="row">
<div class="col-md-4 divider">
<div class="heading">
<h4>Key Changes in v1.5</h4>
</div>
<p>
Container loading and unloading
</p><p>
End Of Train (EOT) devices
</p><p>
64-bit compatibility lifting the 3GB RAM limit
</p><p>
Many <a href="/discover/version-1-5/">more additions and improvements</a> are listed here.
</p>
</div>
<div class="col-md-4 divider">
<div class="heading">
<h4>News</h4>
</div>
<div style="background-color: #ffffcc; margin: 0 -5px; padding: 0 5px;">
{%- include homepage_news.html item=site.data.news.first -%}
</div>
<div style="margin: 0 -5px; padding: 0 5px;">
{%- assign top_news = site.data.news | slice: 1, 5 -%}
{%- for item in top_news -%}
{%- include homepage_news.html item=item -%}
{%- endfor -%}
</div>
</div>
<div class="col-md-4 divider">
<div class="heading">
<h4>Videos</h4>
</div>
<div class="headed_content">
<h5>Review on YouTube</h5>
<p>
<a href="https://www.youtube.com/watch?v=lj_XKQI4NFI" target="_blank">At The Railyard: SP Shasta Route Review</a></h5>
</p>
</div>
<div class="headed_content">
<h5><a href="https://youtu.be/ZY2_UYvacXg" target="_blank">New features in Release 1.5.1</a></h5>
</div>
<p> </p>
<div>
<h5><a href="https://youtu.be/8RGw7hKdNPM" target="_blank">New features in Release 1.4</a></h5>
</div>
<p> </p>
<div>
<h5>Review <a href="http://www.attherailyard.com" target="_blank">At The Railyard</a></h5>
<p>
In his Series 5, Nicholas Ozorak publishes
<a href="https://attherailyard.com/index.php/2013/09/25/open-rails-full-bucket-line/" target="_blank">
a review of the fictional Full Bucket Line running in Open Rails</a>.
</p><p>
Find more videos with this <a href="https://www.youtube.com/results?search_query=open+rails" target="_blank">YouTube search</a>.
</p>
</div>
</div>
</div>