add link to portfolio; edit index.html for parallelism
parent
b5226af729
commit
a3b64a4c12
|
@ -70,7 +70,7 @@ Here's part of my beliefs:
|
||||||
</ul>
|
</ul>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p><b>What are you working on now?
|
<p><b>What am I working on now?
|
||||||
</b>
|
</b>
|
||||||
</p>
|
</p>
|
||||||
<p>Please see <a href="now.html">my Now-page</a>.
|
<p>Please see <a href="now.html">my Now-page</a>.
|
||||||
|
|
|
@ -55,7 +55,7 @@ li + li, div + div {
|
||||||
margin-top: 30px;
|
margin-top: 30px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#nav, #some_header, #some_footer {
|
#nav, #some_header {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,15 @@
|
||||||
<!DOCTYPE html> <html> <head> <link rel="stylesheet" type="text/css" href="../solarized_light.css"> </head>
|
<!DOCTYPE html> <html> <head> <link rel="stylesheet" type="text/css" href="../solarized_light.css"> </head>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
If you are interested, I am selling my original visual works online, at
|
Here is my portfolio that showcases five works from a two-year period (16 October 2018 to
|
||||||
|
6 October 2020):
|
||||||
|
<a href="../static-by-convention/works2.pdf">
|
||||||
|
in PDF format, approximately 1.5 Megabytes in size
|
||||||
|
</a>
|
||||||
|
</p>
|
||||||
|
|
||||||
|
<p>
|
||||||
|
And if you are interested, I am selling my original visual works online, at
|
||||||
<a href="https://tonychen.bigcartel.com">
|
<a href="https://tonychen.bigcartel.com">
|
||||||
https://tonychen.bigcartel.com
|
https://tonychen.bigcartel.com
|
||||||
</a>
|
</a>
|
||||||
|
|
Loading…
Reference in New Issue