-
Notifications
You must be signed in to change notification settings - Fork 1
/
status.html
44 lines (38 loc) · 1.6 KB
/
status.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
<!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>
Status Update
</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>Status Update</h2>
<h5>September 3, 2019</h5>
<img id='featureimage' src='images/status.jpg'>
<p>My apologies for the irregular updates, friends. I've enjoyed making this blog, and I hope you've enjoyed reading it. There will be more!</p>
<p>I'm headed to a silent Vipassana retreat tomorrow, and will be without any technology (including pen and paper!). Unfortunately I haven't finished updating the blog to the present. There have been and will be some other interesting adventures I'm excited to tell you about, so stay tuned after September 15 for updates!</p>
<p>Thanks for reading!</p>
<p id="next"><a href="index.html">Home</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>