Skip to content

Commit ace241b

Browse files
committed
about: update
1 parent 69bc7b6 commit ace241b

File tree

3 files changed

+34
-15
lines changed

3 files changed

+34
-15
lines changed

about/index.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
}
1111

1212
#content > figure:first-of-type > img:hover {
13-
background-image: url('https://i0.wp.com/dl.dropboxusercontent.com/s/cjc1aw9sa4pc1ex/soimort_mono_heart_96.jpg');
13+
/* background-image: url('https://i0.wp.com/dl.dropboxusercontent.com/s/cjc1aw9sa4pc1ex/soimort_mono_heart_96.jpg'); */
1414
}
1515

1616
p:first-of-type::first-letter { /* drop cap */

about/index.html

+21-11
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
<meta name="generator" content="pandoc">
1010
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes">
1111
<meta name="author" content="Mort Yao">
12-
<meta name="dcterms.date" content="2016-08-11">
13-
<title>Follow the White Rabbit.</title>
12+
<meta name="dcterms.date" content="2018-10-22">
13+
<title>About Me</title>
1414
<link rel="canonical" href="https://www.soimort.org/about">
1515
<style type="text/css">code { white-space: pre; }</style>
1616
<link rel="stylesheet" href="//cdn.soimort.org/normalize/5.0.0/normalize.min.css">
@@ -31,20 +31,30 @@
3131
<link rel="stylesheet" href="index.css">
3232
<article>
3333
<header>
34-
<h1 class="title"><a href="https://www.soimort.org/about">Follow the White Rabbit.</a></h1>
34+
<h1 class="title"><a href="https://www.soimort.org/about">About Me</a></h1>
3535
<address class="author">Mort Yao</address>
36-
<h3 class="date">2016-08-11</h3>
36+
<h3 class="date">2018-10-22</h3>
3737
</header>
3838
<div id="content">
39+
<!-- figure><img/></figure -->
3940
<figure>
40-
<img/>
41+
<img src="https://i0.wp.com/dl.dropboxusercontent.com/s/1tzl7x5iduxgr9m/perky-lambda_96.png" alt="THIS PAGE INTENTIONALLY LEFT BLANK." /><figcaption>THIS PAGE INTENTIONALLY LEFT BLANK.</figcaption>
4142
</figure>
42-
<p>Mort is a slow learner, a wannabe perfectionist, a born skeptic, a not-so-geeky geek, and yet an overwhelmed Computer Science student.</p>
43-
<p>Mort is striving to learn mathematics and logic, presumably for a lifetime. Mort is also obsessed with all forms of visual arts, especially metaphysical art, monochrome photography, and (for practical reasons) graphic design, web typography as well as data visualization.</p>
44-
<p>Mort was born in Nanking, China and currently lives in Copenhagen, Denmark. He enjoys reading, cooking, solving puzzles, wandering in a library, hiking and urban exploring in his spare time, which he doesn’t have as much as he used to.</p>
45-
<p>Unsurprisingly, Mort is aware of a lot about what he doesn’t know or hasn’t experienced yet. Thus, his life journey goes on.</p>
46-
<p>Mort is a man; all men are mortal. Hence the name. (self-referentially!)</p>
47-
<p><img src="//cdn.soimort.org/resources/signature.png" /></p>
43+
<!--
44+
45+
Mort is a slow learner, a wannabe perfectionist, a born skeptic, a not-so-geeky geek, and yet an overwhelmed Computer Science student.
46+
47+
Mort is striving to learn mathematics and logic, presumably for a lifetime. Mort is also obsessed with all forms of visual arts, especially metaphysical art, monochrome photography, and (for practical reasons) graphic design, web typography as well as data visualization.
48+
49+
Mort was born in Nanking, China and currently lives in Copenhagen, Denmark. He enjoys reading, cooking, solving puzzles, wandering in a library, hiking and urban exploring in his spare time, which he doesn't have as much as he used to.
50+
51+
Unsurprisingly, Mort is aware of a lot about what he doesn't know or hasn't experienced yet. Thus, his life journey goes on.
52+
53+
Mort is a man; all men are mortal. Hence the name. (self-referentially!)
54+
55+
![](//cdn.soimort.org/resources/signature.png)
56+
57+
-->
4858
</div>
4959
<!-- (www.soimort.org) last updated: 2016-05-07 -->
5060
<aside id="soimort-toolbar">

about/src.md

+12-3
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,20 @@
11
---
2-
title: Follow the White Rabbit.
2+
title: About Me
33
subtitle:
44
author: Mort Yao
5-
date: 2016-08-11
5+
date: 2018-10-22
66

77
include-before: <link rel="stylesheet" href="index.css">
88
---
99

10-
<figure><img/></figure>
10+
<!-- figure><img/></figure -->
11+
12+
![THIS PAGE INTENTIONALLY LEFT BLANK.
13+
](https://i0.wp.com/dl.dropboxusercontent.com/s/1tzl7x5iduxgr9m/perky-lambda_96.png)
14+
15+
16+
17+
<!--
1118
1219
Mort is a slow learner, a wannabe perfectionist, a born skeptic, a not-so-geeky geek, and yet an overwhelmed Computer Science student.
1320
@@ -20,3 +27,5 @@ Unsurprisingly, Mort is aware of a lot about what he doesn't know or hasn't expe
2027
Mort is a man; all men are mortal. Hence the name. (self-referentially!)
2128
2229
![](//cdn.soimort.org/resources/signature.png)
30+
31+
-->

0 commit comments

Comments
 (0)