Why not include a link to my profile on Sourcerer? Maybe non-tech people might want to look at that. Hm...
		
			
				
	
	
		
			96 lines
		
	
	
		
			2.5 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			96 lines
		
	
	
		
			2.5 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <!DOCTYPE html> <html> <head> <link rel="stylesheet" type="text/css" href="solarized_light.css"> </head>
 | |
| 
 | |
| <div>
 | |
| <h3>Something fun (for me, at least)
 | |
| </h3>
 | |
| <p>
 | |
| What does my code say about me? Check out 
 | |
| <a href="https://sourcerer.io/phtan">
 | |
| my profile on Sourcerer
 | |
| </a>
 | |
| </p>
 | |
| </div>
 | |
| 
 | |
| <div>
 | |
| 
 | |
| 
 | |
|   <h3>Revision control
 | |
|   </h3>
 | |
| <p>If you're familiar with Git (the revision-control system), the following are software which
 | |
|   I have contributed code to:
 | |
|   </p>
 | |
|   <ol>
 | |
|   <li><a href="https://github.com/Tatoeba/tatoeba2">Tatoeba </a>
 | |
|       (click 
 | |
| 	  <a href="https://github.com/Tatoeba/tatoeba2/commits?author=phtan">
 | |
| 	  here</a> for details of my contributions)
 | |
|     </li>
 | |
|   <li><a href="https://github.com/go-gitea/gitea">Gitea </a>
 | |
|      (and 
 | |
|     <a href="https://github.com/go-gitea/gitea/commits?author=phtan">my contributions</a>)
 | |
|   </li>
 | |
|     <li><a href="https://github.com/gogs/gogs">Gogs </a>
 | |
|       (my contributions are
 | |
|       <a href="https://github.com/gogs/gogs/commits?author=phtan">there</a>)
 | |
|     </li>
 | |
| 	<li><a href="https://github.com/frostming/marko">Marko</a> 
 | |
| 	(<a href="https://github.com/frostming/marko/commits?author=phtan">my contributions</a>)
 | |
| 	</li>
 | |
| 	<li><a href="https://github.com/nolanlawson/pinafore/">Pinafore</a> (and 
 | |
| 	<a href="https://github.com/nolanlawson/pinafore/commits?author=phtan">
 | |
| 	my contributions</a>)
 | |
| 	</li>
 | |
|     
 | |
|     
 | |
|   </ol>
 | |
|   </p>
 | |
| <p>As of 21st June 2020, my online Git-related accounts are the following:
 | |
|   <ul>
 | |
|     <li><a href="https://github.com/phtan/">
 | |
|       Github, at the user-name "phtan"
 | |
|       </a>
 | |
|     </li>
 | |
|     <li><a href="https://gitlab.com/phtan">
 | |
|       Gitlab, at the same user-name
 | |
|       </a>
 | |
|     </li>
 | |
|     <li><a href="https://codeberg.org/phtan">
 | |
|       Codeberg, at the same user-name
 | |
|       </a>
 | |
|     </li>
 | |
| </ul>
 | |
| </p>
 | |
| 
 | |
| </div>
 | |
| 
 | |
| <div>
 | |
| <h3>Talk(s)
 | |
| </h3>
 | |
|   <ul>
 | |
|     <li>
 | |
| 25 July 2019. At <a href="https://hackerspace.sg/">Hackerspace Sg</a>, Singapore. More info at Meetup.com: 
 | |
|       <a href="https://www.meetup.com/Free-and-Open-Source-Singapore/events/263089465/">
 | |
|         https://www.meetup.com/Free-and-Open-Source-Singapore/events/263089465/
 | |
|       </a>
 | |
|       
 | |
| </div>
 | |
| 
 | |
| <div>
 | |
|   <h3>Journal
 | |
|   </h3>
 | |
|   <p>As of 12th June 2020, I've just set up a journal, titled "Journal of a part-time technologist".
 | |
|   </p>
 | |
|   <p>
 | |
| I assume the viewer of such a journal is familiar enough with Github, to figure out how to read an entry in my journal.
 | |
|   </p>
 | |
|   <p>
 | |
| Three entries so far.
 | |
|   </p>
 | |
|   <p>
 | |
|     <a href="https://github.com/phtan/technologist-journal">
 | |
|       https://github.com/phtan/technologist-journal
 | |
|     </a>
 | |
|   </p>
 | |
| </div> 
 | |
| </html>
 |