-
Notifications
You must be signed in to change notification settings - Fork 0
/
sites.html
executable file
·144 lines (131 loc) · 3.69 KB
/
sites.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
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
<head>
<title>Charles Thayer's Homepage</title>
<STYLE>
body, td, p {
font-family: Verdana, Arial, Helvetica, Chicago, sans-serif;
font-size: 12px;
}
.sh {
font-size: 14px;
font-weight: bold;
}
</STYLE>
</head>
<body bgcolor="#FFFFFF" background="images/hex-bg-grid.gif">
<TABLE BORDER=0>
<TR><TD VALIGN=TOP>
<!-- ------------------------------------------------------------ -->
<img src="images/1.gif" width=310 height=1><br>
<table border=0 cellpadding=0 cellspacing=0>
<tr>
<td width=50 height=75 align=center valign=center> </td>
<td background="images/hex-dir-nw.gif"
width=100 height=75 align=center valign=center colspan=2>
<a href=/news-j00k><img src="icons-thayer/folder.gif"
border=0><br><b>News</b></a></td>
<td background="images/hex-dir-ne.gif"
width=100 height=75 align=center valign=center colspan=2>
<img src="icons-thayer/folder.gif"><br><b>Family++</b></td>
<td width=50 height=75 align=center valign=center> </td>
</tr>
<tr>
<td background="images/hex-dir-w.gif"
width=100 height=75 align=center valign=center colspan=2>
<a href="/resume2001.html"><img border=0
src="icons-thayer/folder.gif"><br><b>Work</b></a></td>
<td background="images/hex-dir-mid.gif"
width=100 height=75 align=center valign=center colspan=2>
<a href="/"><img border=0
src="icons-thayer/document.gif"><br><b>Home</b></a></td>
<td background="images/hex-dir-e.gif"
width=100 height=75 align=center valign=center colspan=2>
<a href="tools"><img border=0
src="icons-thayer/folder.gif"><br><b>Tools</b></a></td>
</tr>
<tr>
<td width=50 height=75 align=center valign=center> </td>
<td background="images/hex-dir-sw.gif"
width=100 height=75 align=center valign=center colspan=2>
<img border=0
src="icons-thayer/document.gif"><br><b>Sites</b></td>
<td background="images/hex-dir-se.gif"
width=100 height=75 align=center valign=center colspan=2>
<img src="icons-thayer/folder.gif"><br><b>Meme</b></td>
<td width=50 height=75 align=center valign=center> </td>
</tr>
</table>
</TD><TD VALIGN=TOP>
<!-- ------------------------------------------------------------ -->
<table border=0 cellpadding=4 cellspacing=0>
<tr>
<td colspan=3>
<i>Here's some of the sites that I've had a close hand in building.
--Charles
</i>
</td>
</tr>
<tr>
<td colspan=3> </td>
</tr>
<tr>
<td valign=top>
<b>Chief Technology Officer (CTO)</b>
</td>
<td valign=top align=right>
<a href="http://www.cityrealty.com/">CityRealty.com</a>
</td>
<td bgcolor="#FFFFFF" rowspan=2 valign=top>
<a href="http://www.cityrealty.com/"><img
alt="CityRealty logo"
src="images/cityrealty-button.gif" border=0></a>
</td>
</tr>
<tr>
<td valign=top colspan=2>
Real-Estate Marketplace for the web, focused on
high-end residential properties.
<hr noshade size=1>
</td>
</tr>
<tr>
<td valign=top>
<b>Chief Scientist, President, Founder</b>
</td>
<td valign=top align=right>
<a href="http://www.mediabridge.com/">Mediabridge Infosystems</a>
</td>
<td bgcolor="#FFFFFF" rowspan=2 valign=top>
<a href="http://www.mediabridge.com/front.html"><img
alt="Mediabridge Infosystems logo"
src="images/mbridge-button.gif" border=0></a>
</td>
</tr>
<tr>
<td valign=top colspan=2>
Mediabridge Infosystems Inc., New York Internet
technology consulting. "We do your Internet heavy-lifting".
<hr noshade size=1>
</td>
</tr>
<tr>
<td valign=top>
<b>NY.com</b>
</td>
<td valign=top align=right>
<a href="http://www.ny.com/">NY.com</a>
</td>
<td bgcolor="#FFFFFF" rowspan=2>
<a href="http://www.ny.com/"><img
alt="NY.com logo"
src="images/ny-button.gif" border=0></a>
</td>
</tr>
<tr>
<td valign=top colspan=2>
NY.com is a publication of Mediabridge Infosystems. "You're one click
away from the city that never sleeps".
<hr noshade size=1>
</td>
</tr>
</table>
</TD></TR></TABLE>