summary refs log tree commit diff stats
path: root/index.html
diff options
context:
space:
mode:
authorAndrew Yu <andrew@andrewyu.org>2022-02-02 20:06:46 +0800
committerAndrew Yu <andrew@andrewyu.org>2022-02-02 20:06:46 +0800
commit2b51243b7faade8c1ed41295652e8bbcc0cdc52d (patch)
tree7dcfa38e3fdd1aef5635e149df8c3c358f3dc4cd /index.html
parent75d1adc09721449c49eb77398eb1cdd9dc2214c7 (diff)
downloadwww-2b51243b7faade8c1ed41295652e8bbcc0cdc52d.tar.gz
change contact info and buy newer thinkpads
Diffstat (limited to 'index.html')
-rw-r--r--index.html5
1 files changed, 2 insertions, 3 deletions
diff --git a/index.html b/index.html
index 060574f..6ad9b57 100644
--- a/index.html
+++ b/index.html
@@ -70,10 +70,9 @@
 				<p>There are many ways to contact me.  None of these require proprietary software.</p>
 				<ul>
 					<li>talk to me in real life;</li>
-					<li>radio me at 132.45&nbsp;MHz(not recommended);</li>
 					<li>mail <a href="mailto:andrew@andrewyu.org">andrew@andrewyu.org</a>;</li>
 					<li>irc <a href="irc://irc.andrewyu.org:6697/Andrew">Andrew on AndrewIRC</a>;</li>
-					<li>irc <a href="irc://irc.libera.chat:6697/Andrew">Andrew on Libera</a>;</li>
+					<li>irc <a href="irc://irc.libera.chat:6697/Andrew">Andrew</a> on <a href="https://libera.chat">Libera</a>.</li>
 				</ul>
 				<p>There are many ways <em>not</em> to contact me.</p>
 				<ul>
@@ -81,7 +80,7 @@
 					<li><a href="https://www.fsf.org/fb"><img src="https://static.fsf.org/nosvn/not-fd.svg" height="26pt" alt="not f'd&mdash;you won't find me on Facebook" /></a>.</li>
 				</ul>
 				<p>My OpenPGP fingerprint is <code>58BD 7981 2187 1B71 870C 27D9 978B 5891 AD3F 5986</code>.  My public key is available at <a href="https://www.andrewyu.org/andrew.asc">https://www.andrewyu.org/andrew.asc</a>.  My key is on <a href="https://keys.openpgp.org">https://keys.openpgp.org</a>, but I don't trust key servers, you should just grab my key from my website.  Please don't send binary data to my IRC.</p>
-				<p>Contact me if you would like to sell an old ThinkPad x200 in good shape.</p>
+				<p>Contact me if you would like to sell an ThinkPad x200, x220 or x230 in good shape.</p>
 			</div>
 			<div id="randlinks">
 				<h2>Random Links</h2>
d='n180' href='#n180'>180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485