-
Notifications
You must be signed in to change notification settings - Fork 1
/
transportation.html
182 lines (159 loc) · 8.08 KB
/
transportation.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
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
<!DOCTYPE html>
<html>
<head>
<title>GTIA</title>
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no"/>
<link rel="stylesheet" href="assets/css/main.css"/>
</head>
<body>
<div id="wrapper">
<header id="header" class="alt">
<a href="index.html" class="logo"><strong>GTIA</strong>
<span>International Ambassadors at Georgia Tech</span></a>
<nav>
<a href="#menu">Menu</a>
</nav>
</header>
<nav id="menu">
<ul class="links">
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About Us</a></li>
<li><a href="congratulations.html">You got in!</a></li>
<li><a href="eboard.html">Executive board</a></li>
<li><a href="members.html">Members</a></li>
</ul>
<ul class="actions vertical">
<li><a href="https://www.facebook.com/GTIAmbassadors/" class="button special icon fa-facebook"
target="_blank">Message or like us</a></li>
<li><a href="https://www.instagram.com/gtiambassadors/" class="button special icon fa-instagram">Follow
us</a></li>
</ul>
</nav>
<!-- Main -->
<div id="main" class="alt">
<!-- One -->
<section id="one">
<div class="inner">
<header class="major">
<h1>Transportation</h1>
</header>
<p><!-- Main -->
<div id="main" class="alt">
<div class="">
<h2 id="oncampus">On-Campus Transport</h2>
<dl>
<dt>Day-time Transport</dt>
<ul>
<li>
<a href="https://pts.gatech.edu/stinger-buses">Stinger bus</a> has three
routes
(Green,
Red, and Blue Routes)
that cover all the major destinations on campus.
</li>
<li>
Additionally, we also have the
<a href="https://pts.gatech.edu/tech-trolley-and-midnight-rambler">Tech
Trolley</a> that takes students to Tech Square, Midtown MARTA and Publix
Grocery Store.
</li>
<li>
Currently, Georgia Tech uses <a
href="https://pts.gatech.edu/other-shuttles">this website</a> to keep
track
of the different buses and routes in real-time.
</li>
</ul>
<dt>Night time Transport</dt>
<ul>
<li>
The Midnight Rambler is a bus that runs around campus from 9pm - 3am.
</li>
<li>
<a href="https://pts.gatech.edu/stingerette-safe-ride-home-paratransit">The
Stingerette
</a> is a free rideshare service that provides after-hours transportation
for
Georgia
Tech students and employees every day of the week.
</li>
<li> Students can also request rides from
the Georgia Tech Police Department.
</li>
</ul>
<br/>
<hr/>
<h2 id="marta">MARTA</h2>
<ul>
<li>
The MARTA train goes all around the Atlanta Metropolitan Area, going to key
locations such as the Atlanta Airport.
</li>
<li> For more information on fares see <a
href="https://www.itsmarta.com/fare-programs.asp">here </a>.
</li>
</ul>
<h2 id="third">Third-Party Transportation</h2>
<ul>
<li>
Electric Scooter Services: Lime, Jump/Uber, Lyft, Bird
</li>
<li>
Ridesharing Services: Ubers and Lyfts are readily available at any location near
or on campus. While prices are variable, this is a very convenient transport
option.
</li>
<li>
<a href="https://www.zipcar.com/universities/the-georgia-institute-of-technology">Zipcar </a>
is a car rental service available to anyone 18 years old and above. Cars can be
booked online and picked up at locations on/near campus. Rental fees are charged
by the hour, so for some interested in road trips and longer drives, this could
be the most affordable option.
</li>
</ul>
<h2 id="parking_perm">Parking Permits for On-Campus Cars</h2>
<p>
An annual or semesterly GT parking permit for parking in a specified area on campus is
available for purchase. Most areas of campus have ticketed and gated parking for a low
cost per hour if you need to visit campus.
</p>
</dl>
</div>
</div>
</p>
</div>
</section>
</div>
<footer id="footer">
<div class="inner">
<ul class="icons">
<li><a href="https://www.facebook.com/GTIAmbassadors/" class="icon alt fa-facebook"
target="_blank"><span class="label">Facebook</span></a></li>
<li><a href="https://www.instagram.com/gtiambassadors/" class="icon alt fa-instagram"
target="_blank"><span class="label">Instagram</span></a></li>
<li><a href="https://www.linkedin.com/company/international-ambassadors-at-georgia-tech/"
class="icon alt fa-linkedin" target="_blank"><span class="label">LinkedIn</span></a></li>
<li><a href="mailto:[email protected]" class="icon alt fa-envelope-o"
target="_blank"><span class="label">Email</span></a></li>
</ul>
<ul class="copyright">
<li>© 2019 International Ambassadors at Georgia Tech</li>
<li><span>
Georgia Institute of Technology - Atlanta, GA, United States of America
</span></li>
<li>
</li>
</ul>
</div>
</footer>
</div>
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/skel.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>