57 lines
		
	
	
		
			1.7 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			57 lines
		
	
	
		
			1.7 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <!DOCTYPE html> <html> <head> <link rel="stylesheet" type="text/css" href="solarized_light.css"> </head>
 | |
| <h2>About this web-site
 | |
| </h2>
 | |
|   <p>This web-site is written by Tony Chen (me!). (On my national identity-document, my name is printed as "Tan Pheng Heong (Chen Bingxiong)".
 | |
|     As far as I can recall, I had no say in how my name was printed on that document. I chose the name "Tony".)
 | |
|   </p>
 | |
|   <table>
 | |
|     <tr>
 | |
|       <td>
 | |
|         <img src="static-by-convention/martians_gimp_patdavid_decompose.jpg" alt="photo of Tony Chen at a cafe/coffee-shop, known as
 | |
|                                                              Straits Clan, on the island of 
 | |
|                                                              Singapore; circa 2019 A.D."
 | |
|              height="400"
 | |
|              width="400">
 | |
|         </td>
 | |
|       </tr>
 | |
|     <tr>
 | |
|       <td><i>
 | |
|         Photograph probably taken by Uli Hitzel, in the year 2020 A.D.
 | |
|        </i>
 | |
|         </td>
 | |
|       
 | |
|       </td>
 | |
|       </tr>
 | |
| <tr>
 | |
|   <td><i>
 | |
|         (I processed Uli's photo in the software 
 | |
|         <a href='https://www.gimp.org/'>GIMP</a>, which allows actions such as cropping,
 | |
|     and converting a colour photo to
 | |
|     Black-And-White.)
 | |
|         </i>
 | |
|   </td>
 | |
| </tr>
 | |
|     </table>
 | |
| 	
 | |
| 	<h3>Colour scheme
 | |
| 	</h3>
 | |
| 	<p>I observe, and adapt, a colour-scheme called Solarized, which is
 | |
| apparently by a Ethan Schoonover.
 | |
| 	</p>
 | |
| 	
 | |
|   <h3>Server
 | |
|   </h3>
 | |
| <p>This web-site is hosted on <a href="https://pages.github.com/">GitHub Pages</a>.
 | |
| </p>
 | |
| 
 | |
| <h3>Source
 | |
| </h3>
 | |
| <p>I don't think there is much to look at, but if you want to look at
 | |
| the so-called "source code" behind this web-site, you can head on over
 | |
| to Github: 
 | |
| <a href="https://github.com/phtan/phtan.github.io">
 | |
| https://github.com/phtan/phtan.github.io
 | |
| </a>
 | |
| </p>
 | |
| </html>
 |