-
Notifications
You must be signed in to change notification settings - Fork 1
/
back_to_madhira.html
46 lines (40 loc) · 2.27 KB
/
back_to_madhira.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
<!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>
Back to Madhira
</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>Back to Madhira</h2>
<h5>29 August, 2019</h5>
<img id='featureimage' src='images/madhira_sunset.jpg'>
<p>My stay in Hyderabad is over. I returned to Madhira to stay a few nights with Sumathi, Suresh et all, and then will go to the meditation retreat. I'm very excited!</p>
<p>It's always luxurious staying with the Kolluru's. Sumathi is an instinctual hostess, always handing me something to eat and thinking about my comfort. I arrived and was handed this delicious plate of spicy-fried-rice-dough. Mmmmm.</p>
<img id='featureimage' src='images/sumathi_ware.jpg'>
<p>I've kind of given up fighting her hospitality with attempts to help. I did the dishes one day when everyone went to a funeral (they wouldn't have let me if they were home). There is no sink, only a patio behind the house where they keep buckets of water. It's nice to have so much room to work, but being hunched-over, sweating, and losing a fight against the mosquitoes is not so nice. I can't believe she does it every day.</p>
<p>Panja Tataya (Sumathi's Dad) caught me right as I was finishing, and he was genuinely angry. Sumathi thought it was funny, and talked about how men and children don't do the dishes. I think Panja Tataya was angry at my violating that. #genderpolitics</p>
<p id="next"><a href="touring_madhira.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>