pages/index.html

66 lines
2.3 KiB
HTML

---
layout: default
title: The Paper Pilot
---
<div>
<h1>
Hello!
</h1>
<p>
I'm Anthony Lawn, or "The Paper Pilot". My passion is computer science, which you can see from my history of software engineering and game development stretching across desktop, web, and mobile applications. I'm currently attending the University of Texas at Dallas, working towards a B.S. in Computer Science.
</p>
<p>
I have experience with ActionScript, Bash script, CSS, HTML, Java, JavaScript, Python, and Ruby. Additionally, I can use Git, LaTeX, and Jekyll.
</p>
<p>
<a href="https://drive.google.com/uc?export=download&id=0B4xCmMA9eS2jZExWTGhtbS1nT0k" class="download" title="Download as PDF">
Download my Resume
</a>
</p>
<h1>Projects:</h1>
<div id="projects" style="overflow: hidden;">
<div class="thumb">
<a href="/kiosk">
<img src="./kiosk/thumb.png">
<span class="thumbcaption"><p style="display: inline">
Computer Science Kiosk
</p></span></a>
</div>
<div class="thumb">
<a href="/space">
<img src="./space/thumb.png">
<span class="thumbcaption"><p style="display: inline">
Space Game
</p></span></a>
</div>
<div class="thumb">
<a href="/ican">
<img src="./ican/thumb.png">
<span class="thumbcaption"><p style="display: inline">
iCan
</p></span></a>
</div>
<div class="thumb">
<a href="/strange">
<img src="./strange/thumb.png">
<span class="thumbcaption"><p style="display: inline">
12 is Strange
</p></span></a>
</div>
<div class="thumb">
<a href="/solar">
<img src="./solar/thumb.png">
<span class="thumbcaption"><p style="display: inline">
SolarTD
</p></span></a>
</div>
<div class="thumb">
<a href="/drawing">
<img src="./drawing/thumb.png">
<span class="thumbcaption"><p style="display: inline">
Digital Drawing
</p></span></a>
</div>
</div>
</div>