add link to portfolio; edit index.html for parallelism
parent
b5226af729
commit
a3b64a4c12
|
@ -70,7 +70,7 @@ Here's part of my beliefs:
|
|||
</ul>
|
||||
</p>
|
||||
|
||||
<p><b>What are you working on now?
|
||||
<p><b>What am I working on now?
|
||||
</b>
|
||||
</p>
|
||||
<p>Please see <a href="now.html">my Now-page</a>.
|
||||
|
|
|
@ -55,7 +55,7 @@ li + li, div + div {
|
|||
margin-top: 30px;
|
||||
}
|
||||
|
||||
#nav, #some_header, #some_footer {
|
||||
#nav, #some_header {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
|
|
|
@ -1,6 +1,15 @@
|
|||
<!DOCTYPE html> <html> <head> <link rel="stylesheet" type="text/css" href="../solarized_light.css"> </head>
|
||||
|
||||
<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">
|
||||
https://tonychen.bigcartel.com
|
||||
</a>
|
||||
|
|
Loading…
Reference in New Issue