-
Notifications
You must be signed in to change notification settings - Fork 1
/
archi-scape.html
42 lines (36 loc) · 1.33 KB
/
archi-scape.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
<!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>
Photo Challenge
</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>Photo Challenge</h2>
<h5>August 14, 2019</h5>
<img id='featureimage' src='images/archi-scape.jpg'>
<p>My sister challenged me to capture some interesting architecture with a sunset. Challenge accepted. I believe the building in the background here is the Salar Jung Museum of Islamic Art. No guarentees.</p>
<p id="next"><a href="mcdonalds.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>