-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
94 lines (90 loc) · 3.7 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
---
title: Home
layout: layout.html
og_content: HarlonTransit is the government-owned public transport operator within the city of Harlon.
hero_image: https://ht.harlonserver.net/img/transit-1.jpg
---
<div class="nsw-hero-banner nsw-hero-banner--dark">
<div class="nsw-hero-banner__container">
<div class="nsw-hero-banner__wrapper">
<div class="nsw-hero-banner__content">
<h1>HarlonTransit</h1>
<p class="nsw-intro">HarlonTransit is the government-owned public transport operator within the city of Harlon.</p>
</div>
<div class="nsw-hero-banner__box">
<img class="nsw-hero-banner__image" src="./img/m5-x-stock.png" alt="Image of two M5 Metro trains passing each other at the Johnson Park tunnel portal">
</div>
</div>
</div>
</div>
<div class="nsw-m-right-md nsw-m-left-md">
<div class="nsw-p-top-sm">
<h1>Quick Links</h1>
</div>
<div class="nsw-grid">
<div class="nsw-col nsw-col-md-6 nsw-col-lg-4">
<div class="nsw-card">
<div class="nsw-card__image">
<img src="./img/unique.jfif" alt="HarlonTransit bus">
</div>
<div class="nsw-card__content">
<div class="nsw-card__title">
<a href="./map.html">HarlonTransit Map</a>
</div>
<div class="nsw-card__copy">HarlonTransit's official map is a reliable companion for navigating our network.</div>
<span class="material-icons nsw-material-icons" focusable="false" aria-hidden="true">east</span>
</div>
</div>
</div>
<!--<div class="nsw-col nsw-col-md-6 nsw-col-lg-4">
<div class="nsw-card">
<div class="nsw-card__image">
<img src="./img/slideshow-2.png" alt="HarlonTransit Metro train">
</div>
<div class="nsw-card__content">
<div class="nsw-card__title">
<a href="./tripplanner/">HarlonTransit Trip Planner</a>
</div>
<div class="nsw-card__copy">Plan your trip from A to B easily with our interactive Trip Planner.</div>
<span class="material-icons nsw-material-icons" focusable="false" aria-hidden="true">east</span>
</div>
</div>
</div>-->
<div class="nsw-col nsw-col-md-6 nsw-col-lg-4">
<div class="nsw-card">
<div class="nsw-card__image">
<img src="./img/dynmap.png" alt="Screenshot of Harlon City Server's dynmap">
</div>
<div class="nsw-card__content">
<div class="nsw-card__title">
<a href="https://dynmap.harlonserver.net" target="_blank" rel="noopener noreferrer">Dynmap</a>
</div>
<div class="nsw-card__copy">Find stations, landmarks and more on the server and track your location in real time.</div>
<span class="material-icons nsw-material-icons" focusable="false" aria-hidden="true">east</span>
</div>
</div>
</div>
</div>
<h1>Related websites</h1>
<div class="nsw-link-list">
<ul>
<li>
<a href="https://harlonserver.net" target="_blank" rel="noopener noreferrer">
<span>Main Harlon City Server Website</span>
<span class="material-icons nsw-material-icons" focusable="false" aria-hidden="true">east</span>
</a>
</li>
<!-- <li>
<a href="#">
<span>Harlonian National (for all intercity and national rail and coach services)</span>
<span class="material-icons nsw-material-icons" focusable="false" aria-hidden="true">east</span>
</a>
</li>
<li>
<a href="#">
<span>Sealand Area Rapid Transit (SART)</span>
<span class="material-icons nsw-material-icons" focusable="false" aria-hidden="true">east</span>
</a>
</li> -->
</ul>
</div>