|
7 | 7 |
|
8 | 8 | <div class="content-explorer-container"> |
9 | 9 | <div class="row"> |
| 10 | + <p>This catalogue lists free and pay routes from all over the world. Use the search and filter options to find ones that suit your interests.</p> |
10 | 11 | <p> |
11 | | - This catalogue lists free and pay routes from all over the world. |
12 | | - Use the search and filter options to find ones that suit your interests. |
13 | | - </p> |
14 | | - <p> |
15 | | - Note that these routes are currently limited to those that a self-contained and require no other files. |
16 | | - This makes them easy to install<!-- and Open Rails includes an Install Content button to download and install a route for you. -->. |
| 12 | + Note that these routes are currently limited to those that a self-contained and require no other files. This makes them easy to install<!-- and Open Rails includes an Install Content button to download and install a route for you. -->. |
17 | 13 | We plan to extend this catalogue to include other routes, Train Cars and Trains. |
18 | 14 | </p> |
19 | | - <p> |
20 | | - If you wish to add an entry to the catalogue, then send a message using <a href="/contact/form.html">our contact form</a>. |
21 | | - </p> |
| 15 | + <p>If you wish to add an entry to the catalogue, then send a message using <a href="/contact/form.html">our contact form</a>.</p> |
22 | 16 | </div> |
23 | 17 | <div class="selection-container"> |
24 | 18 | <div class="selection selected" data-card="routes" style="--image: url(https://d3i6fh83elv35t.cloudfront.net/static/2022/06/GettyImages-915441550-1024x683.jpg)"> |
|
28 | 22 | <div |
29 | 23 | class="selection" |
30 | 24 | data-card="train-cars" |
31 | | - style="--image: url(https://www.nps.gov/subjects/steamtownlocomotivesexhibit/images/Boston-Maine-Railroad-locomotive-number-3713-cms.jpg)" disabled="true"> |
| 25 | + style="--image: url(https://www.nps.gov/subjects/steamtownlocomotivesexhibit/images/Boston-Maine-Railroad-locomotive-number-3713-cms.jpg)" |
| 26 | + disabled="true" |
| 27 | + > |
32 | 28 | <div class="gradient"></div> |
33 | 29 | <div class="selection-inside">Train cars</div> |
34 | 30 | </div> |
|
45 | 41 | <button class="filter-btn" data-type="free" data-secondary>Free</button> |
46 | 42 | </div> |
47 | 43 | </div> |
48 | | - <div id="list-container"></div> |
| 44 | + <div id="list-container"> |
| 45 | + <em style="text-align: center">Please wait, loading content...</em> |
| 46 | + </div> |
49 | 47 | </div> |
50 | 48 |
|
51 | 49 | <script src="{{ '/assets/content-explorer.js' | relative_url }}" type="module"></script> |
0 commit comments