-
Notifications
You must be signed in to change notification settings - Fork 1
/
autos.html
45 lines (39 loc) · 1.67 KB
/
autos.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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>
Off of the Spaceship
</title>
<link href="main.css" rel="stylesheet" type="text/css">
</head>
<body>
<div class="page">
<div class="header">
<h2>Stuff in India</h2>
<p id="subtitle"><i>Please contact me with better ideas for a name!</i></p>
</div>
<div id="nav">
<ul>
<li><a href='index.html'>Home</a></li><li><a href='feed.html'>Feed</a></li><li><a href='stuff.html'>Stuff</a></li><li><a href='about.html'>About</a></li>
</ul>
</div>
<div class="row">
<div class="leftcolumn">
<div id='firstcard' class="card">
<h2>Autos</h2>
<h5>July 23, 2019</h5>
<img id='featureimage' src='images/inside_an_auto.jpg'>
<p>When there's as many people as there are here, its worth it to have a smaller vehicle! Hence these cute little taxis they call "autos". It's like riding on a golf cart, except you don't have to golf (*sigh of relief*).</p>
<p>Also, look carefully at the photo above. There an extra taste of India in there for you.</p>
<img id='featureimage' src='images/Delhi_auto.jpg'>
<p>Seriously these things are everywhere. If you cough and it sounds even vaguely of the word "auto", three drivers will immediately surround you asking where you want to go.</p>
<p id="next"><a href="sleeper_train.html">Next Post -></a></p>
</div>
<div class="footer">
<h2>Stuff in India</h2>
<p><i>Stuff in India</i> is an unregistered trademark of The American Traveller's Association</p>
</div>
</div>
</body>
</html>