"donate" is an imperative whereas "Tip jar" is a noun. The other links are all nouns, so make parallel.
		
			
				
	
	
		
			91 lines
		
	
	
		
			1.7 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			91 lines
		
	
	
		
			1.7 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <!DOCTYPE html>
 | |
| <html>
 | |
| <head>
 | |
| <link rel="stylesheet" type="text/css" href="solarized_light.css">
 | |
| </head>
 | |
| <body>
 | |
| <div id="some_header">
 | |
| <h2 id="youkoso">
 | |
| Welcome.
 | |
| </h2>
 | |
| <p>I elaborate a little about me, on this web-site, the look of which I have deliberately kept simple.
 | |
|   </p>
 | |
|   </div>
 | |
|   <hr />
 | |
|   
 | |
|   <div id="nav">
 | |
|   <p><h3 id="it_says_menu">Menu
 | |
|   </h3>
 | |
|   </p>
 | |
|   <ul id="links">
 | |
|     
 | |
| 	<li><a href="religion/religion.html">God
 | |
|       </a>
 | |
|     </li>
 | |
| 	
 | |
|     <li><a href="works/works.html">Works
 | |
| 	</a>
 | |
| 	</li>
 | |
|     <li><a href="books.html">Library
 | |
|         </a>
 | |
|     </li>
 | |
| 	<li><a href="press.html">Press
 | |
|       </a>
 | |
|     </li>
 | |
| 	
 | |
|     <li><a href="contact.html">Contact
 | |
|       </a>
 | |
|     </li>
 | |
| 	
 | |
| 	<li><a href="qna.html">Mini-interviews
 | |
|      </a>
 | |
|     </li>
 | |
|     
 | |
|     <li><a href="colophon.html">Colophon
 | |
|       </a>
 | |
|     </li>
 | |
|       <li>
 | |
|     <a href="https://www.paypal.me/tonytoni">Tip jar (off-site link)</a>
 | |
|       </li>
 | |
|       
 | |
|   </ul>
 | |
|   </div>
 | |
| <hr />
 | |
| 
 | |
| <div id="some_intro">
 | |
|   <p><b>
 | |
|   About me in a few words
 | |
|   </b>
 | |
|   </p>
 | |
|   <p>
 | |
| In March 2018, I left my undergraduate-studies in Computer Science, even
 | |
|  though it was my Final Year of the course of study. I just didn't 
 | |
|  believe anymore in what I was doing. I wasn't enjoying my time, and it 
 | |
|  was taking a toll on my mental health. So, I left.
 | |
| </p>
 | |
| <p>
 | |
| Here's part of my beliefs:
 | |
| <ul>
 | |
| <li>I can enjoy myself, and serve society/mankind at the same time
 | |
| </li>
 | |
| <li>I can be contented with my material lifestyle (eg. What to eat, what to drink, what to wear).
 | |
| </li>
 | |
| </ul>
 | |
|   </p>
 | |
|   
 | |
|   <p><b>What am I working on now?
 | |
|   </b>
 | |
|   </p>
 | |
|   <p>Please see <a href="now.html">my Now-page</a>.
 | |
|   </p>
 | |
|   </div>
 | |
|   <hr />
 | |
| <div id="some_footer">
 | |
|   <p><a href="pona.html">
 | |
| Pona li pona
 | |
| </a>
 | |
| </p>
 | |
| </div>
 | |
| </body>
 | |
| </html>
 |