-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
116 lines (108 loc) · 4.18 KB
/
index.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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>kirsten at comandich.com</title>
<meta name="description" content="comandich dot com." />
<link rel="openid.server" href="https://indieauth.com/openid" />
<link rel="openid.delegate" href="http://comandich.com/" />
<style type="text/css" media="all">
body {
margin : 0;
padding : 0;
text-align : center;
font-family : Lucida Grande, Helvetica, Arial, Verdana, sans-serif;
background-color : #000;
color : #fff;
border : 0;
}
#main {
margin: 4em auto 0 auto;
width : 800px;
text-align : center;
}
#columnleft {
float : left;
width : 300px;
text-align : left;
padding : 2em 0 2em 2em;
}
#columnright {
margin-top : 2em;
}
#footer {
clear : both;
height : 1.5em;
text-align : right;
padding-right : 1em;
padding-top : .75em;
border-top : 1px #987097 dashed;
}
a {
text-decoration : none;
color : #8393ca;
}
a:hover {
text-decoration : none;
color : #aaaafe;
}
ul {
list-style-type : none;
line-height : 1.5em;
margin : 16px 0;
padding-left: .5em;
}
ul li {
padding-left: .5em;
}
ul li.headline {
padding-left: 0;
}
h1 {
font-size : 1.5em;
}
h2 {
font-size : 1em;
}
</style>
</head>
<body>
<div id="main">
<div id="columnleft">
<ul>
<li class="headline">I develop websites for ~ </li>
<li><a href="http://thunderstones.com/">Dan Stueber</a></li>
<li><a href="http://ghostsofcelilo.com">The Ghosts of Celilo</a></li>
<li><a href="http://thewondertones.com/">Jonny Dark and the Wondertones</a></li>
<li><a href="http://qualityfolk.com/">Kate Power & Steve Einhorn</a></li>
<li><a href="http://imcclains.com">McClain's Printmaking Supplies</a></li>
<li><a href="http://oregonshadowtheatre.com">Oregon Shadow Theatre</a></li>
<li><a href="http://quarterflash.net/">Quarterflash: Marv & Rindy Ross</a></li>
<li><a href="http://trailband.com">The Trail Band</a></li>
<li> </li>
<li class="headline">I volunteer for ~ </li>
<li><a href="https://missfishercon.com">Miss Fisher Con</a></li>
<li><a href="http://markbosworthfund.org">Mark Bosworth Fund</a></li>
<li><a href="http://cycleoregon.com">Cycle Oregon</a></li>
<li> </li>
<li class="headline">kcomandich on ~ </li>
<li><a href="https://github.com/kcomandich" rel="me">github</a> <a href="https://twitter.com/kcomandich" rel="me">twitter</a></li>
<li><a href="https://www.last.fm/user/kcomandich" rel="me">last.fm</a> <a href="https://www.flickr.com/photos/kcomandich/" rel="me">flickr</a></li>
</ul>
</div>
<div id="columnright">
<img src="comandich.jpg" alt="Kirsten Comandich" title="terwilliger boulevard, portland oregon" width="400px" height="596px"/>
</div>
<div id="footer">
Let us say YES to our presence together in chaos ~
<a href="https://en.wikipedia.org/wiki/John_Cage" title="He also said, 'The feeling we are getting nowhere, that is a pleasure which will continue.'">John Cage</a>
</div>
</div>
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
</script>
<script type="text/javascript">
_uacct = "UA-995993-6";
urchinTracker();
</script>
</body>
</html>