Initial Commit
This commit is contained in:
		
							
								
								
									
										25
									
								
								projects/index.php
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										25
									
								
								projects/index.php
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,25 @@ | ||||
| <?php include("../header_top.php"); ?> | ||||
| <title>Projects - aclindsay.com</title> | ||||
| <?php include("../header_bottom.php"); ?> | ||||
|  | ||||
| <div id="content"> | ||||
| 	<div id="main"> | ||||
| 		<h2>Projects</h2> | ||||
|  | ||||
| 		<p>I am currently working on <a href="http://chronoslinux.org">ChronOS Linux</a>, a real-time addition to the Linux kernel, as well as associated libraries.</p> | ||||
| 		<p>One project which I would love to actually work on if I ever had the time, can be found at <a href="http://acal.aclindsay.com">acal.aclindsay.com</a>. </p> | ||||
| 		<p>My <a href="https://github.com/aclindsa">github page</a> has several small projects I have worked on over time.</p> | ||||
| 	</div> | ||||
| 	<div id="sidebar"> | ||||
| 		<span>Other Projects I Like:</span> | ||||
| 		<ul> | ||||
| 			<li><a href="http://kernel.org">Linux Kernel</a></li> | ||||
| 			<li><a href="http://ubuntu.com">Ubuntu</a></li> | ||||
| 			<li><a href="http://archlinux.org">Arch Linux</a></li> | ||||
| 			<li><a href="http://www.djangoproject.com/">Django Project</a></li> | ||||
| 			<li><a href="http://python.org">Python, of course</a></li> | ||||
| 		</ul> | ||||
| 	</div> | ||||
| </div> | ||||
|  | ||||
| <?php include("../footer.php"); ?> | ||||
		Reference in New Issue
	
	Block a user