Merge branch 'master' of https://github.com/thepaperpilot/thepaperpilot.github.io
|
@ -16,6 +16,7 @@
|
|||
<li><a href="/space">Space Game</a></li>
|
||||
<li><a href="/ican">iCan</a></li>
|
||||
<li><a href="/strange">12 is Strange</a></li>
|
||||
<li><a href="/drawing">Digital Drawing</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
<div class="container">
|
||||
|
@ -26,9 +27,9 @@
|
|||
|
||||
<footer>
|
||||
<ul>
|
||||
<li><a href="mailto:hankquinlanhub@gmail.com">email</a></li>
|
||||
<li><a href="mailto:thepaperpilot@gmail.com">email</a></li>
|
||||
<li><a href="https://github.com/thepaperpilot">github.com/thepaperpilot</a></li>
|
||||
<li><a href="https://www.linkedin.com/pub/anthony-lawn/a9/a98/2">linkedin.com/pub/anthony-lawn</a></li>
|
||||
<li><a href="https://www.linkedin.com/pub/anthony-lawn/a9/a98/2">linkedin.com/anthony-lawn</a></li>
|
||||
</ul>
|
||||
</footer>
|
||||
</body>
|
||||
|
|
13
css/main.css
|
@ -1,34 +1,43 @@
|
|||
body {
|
||||
margin: 20px auto;
|
||||
width: 60%;
|
||||
color: #282C34;
|
||||
background-color: #282C34;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
nav ul, footer ul {
|
||||
font-family:'Helvetica', 'Sans-Serif';
|
||||
padding: 0;
|
||||
list-style: none;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
nav ul li, footer ul li {
|
||||
display: inline;
|
||||
margin-right: 20px;
|
||||
}
|
||||
|
||||
a {
|
||||
text-decoration: none;
|
||||
color: #ABB2BF;
|
||||
color: #4E5666;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
h1 {
|
||||
font-size: 3em;
|
||||
font-family:'Helvetica', 'Sans-Serif';
|
||||
color: #ABB2BF;
|
||||
}
|
||||
|
||||
p {
|
||||
font-size: 1.5em;
|
||||
line-height: 1.4em;
|
||||
color: #ABB2BF;
|
||||
}
|
||||
|
||||
footer {
|
||||
border-top: 1px solid #2F343F;
|
||||
font-size: .8em;
|
||||
|
|
BIN
drawing/bg.jpg
Normal file
After Width: | Height: | Size: 211 KiB |
27
drawing/index.html
Normal file
|
@ -0,0 +1,27 @@
|
|||
---
|
||||
layout: default
|
||||
title: Digital Drawing
|
||||
---
|
||||
|
||||
<div>
|
||||
<h1>
|
||||
Digital Drawing!
|
||||
</h1>
|
||||
<p>
|
||||
I also like making digital art! In particular, space scapes. Here's a portolio of pieces I've made in various medias.
|
||||
</p>
|
||||
<img src="./bg.jpg" width="384" height="216">
|
||||
<img src="./lightbulb_2.png" width="321" height="216">
|
||||
<img src="./planet 1.jpg" width="216" height="216">
|
||||
<img src="./planet 2.jpg" width="216" height="216">
|
||||
<img src="./planet 3.jpg" width="384" height="216">
|
||||
<img src="./planet 4.jpg" width="216" height="216">
|
||||
<img src="./planet 5.jpg" width="216" height="216">
|
||||
<img src="./planet 6.jpg" width="384" height="216">
|
||||
<img src="./planet 7.jpg" width="384" height="216">
|
||||
<img src="./planet 8.jpg" width="247" height="216">
|
||||
<img src="./planet 9.jpg" width="384" height="216">
|
||||
<img src="./planet 10.jpg" width="384" height="216">
|
||||
<img src="./planet 11.jpg" width="384" height="216">
|
||||
<img src="./planet 12.jpg" width="384" height="216">
|
||||
</div>
|
BIN
drawing/lightbulb_2.png
Normal file
After Width: | Height: | Size: 296 KiB |
BIN
drawing/planet 1.jpg
Normal file
After Width: | Height: | Size: 82 KiB |
BIN
drawing/planet 10.jpg
Normal file
After Width: | Height: | Size: 85 KiB |
BIN
drawing/planet 11.jpg
Normal file
After Width: | Height: | Size: 46 KiB |
BIN
drawing/planet 12.jpg
Normal file
After Width: | Height: | Size: 67 KiB |
BIN
drawing/planet 2.jpg
Normal file
After Width: | Height: | Size: 139 KiB |
BIN
drawing/planet 3.jpg
Normal file
After Width: | Height: | Size: 51 KiB |
BIN
drawing/planet 4.jpg
Normal file
After Width: | Height: | Size: 82 KiB |
BIN
drawing/planet 5.jpg
Normal file
After Width: | Height: | Size: 95 KiB |
BIN
drawing/planet 6.jpg
Normal file
After Width: | Height: | Size: 69 KiB |
BIN
drawing/planet 7.jpg
Normal file
After Width: | Height: | Size: 48 KiB |
BIN
drawing/planet 8.jpg
Normal file
After Width: | Height: | Size: 142 KiB |
BIN
drawing/planet 9.jpg
Normal file
After Width: | Height: | Size: 60 KiB |
BIN
ican/Screenshots/Screenshot_2015-09-27-10-51-38.png
Normal file
After Width: | Height: | Size: 103 KiB |
BIN
ican/Screenshots/Screenshot_2015-09-27-10-51-49.png
Normal file
After Width: | Height: | Size: 165 KiB |
BIN
ican/Screenshots/Screenshot_2015-09-27-10-52-23.png
Normal file
After Width: | Height: | Size: 124 KiB |
23
ican/index.html
Normal file
|
@ -0,0 +1,23 @@
|
|||
---
|
||||
layout: default
|
||||
title: iCan
|
||||
---
|
||||
|
||||
<div>
|
||||
<h1>
|
||||
iCan!
|
||||
</h1>
|
||||
<p>
|
||||
Made in beautiful material design, this app efficiently and intuitively collects data from users on recycling habits and provides information about the impact they are having, as well as enabling users to directly compare their impacts to the each through social medias.
|
||||
</p>
|
||||
<p>
|
||||
Made for HackTX 2015 in under 24 hours!
|
||||
</p>
|
||||
<p>
|
||||
<a href="https://github.com/thepaperpilot/Computer-Science-Kiosk" title="Github repository">Github Page</a>
|
||||
</p>
|
||||
<img src="./Screenshots/Screenshot_2015-09-27-10-51-38.png" alt="Snapshot 1" width="360" height="640">
|
||||
<img src="./Screenshots/Screenshot_2015-09-27-10-51-49.png" alt="Snapshot 2" width="360" height="640">
|
||||
<img src="./Screenshots/Screenshot_2015-09-27-10-52-23.png" alt="Snapshot 3" width="360" height="640">
|
||||
<br>
|
||||
</div>
|
19
index.html
|
@ -2,8 +2,17 @@
|
|||
layout: default
|
||||
title: The Paper Pilot
|
||||
---
|
||||
<div class="blurb">
|
||||
<h1>Welcome!</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. </p>
|
||||
<a href="https://drive.google.com/uc?export=download&id=0B4xCmMA9eS2jZExWTGhtbS1nT0k" class="download" title="Download as PDF">Download my Resume</a>
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<h1>
|
||||
Welcome!
|
||||
</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.
|
||||
</p>
|
||||
<p>
|
||||
<a href="https://drive.google.com/uc?export=download&id=0B4xCmMA9eS2jZExWTGhtbS1nT0k" class="download" title="Download as PDF">
|
||||
Download my Resume
|
||||
</a>
|
||||
</p>
|
||||
</div>
|
||||
|
|
26
kiosk/index.html
Normal file
|
@ -0,0 +1,26 @@
|
|||
---
|
||||
layout: default
|
||||
title: Computer Science Kiosk
|
||||
---
|
||||
|
||||
<div>
|
||||
<h1>
|
||||
Computer Science Kiosk!
|
||||
</h1>
|
||||
<p>
|
||||
This is an open source program for a kiosk that will teach students the basics of computer science. It was initiated as a part of Anthony Lawn's Eagle Scout Project, which was to build such a kiosk to place in the Quail Valley Middle School library.
|
||||
</p>
|
||||
<p>
|
||||
The kiosk uses Scratch as a teaching tool for students, and provides resources such as code.org that help interested students pursue Computer Science.
|
||||
</p>
|
||||
<p>
|
||||
<a href="https://github.com/thepaperpilot/Computer-Science-Kiosk" title="Github repository">Github Page</a>
|
||||
</p>
|
||||
<img src="./photos/0.jpeg" alt="Snapshot 1" width="249" height="443">
|
||||
<img src="./photos/1.jpeg" alt="Snapshot 2" width="590" height="443">
|
||||
<img src="./photos/2.jpeg" alt="Snapshot 3" width="249" height="443">
|
||||
<img src="./photos/3.jpeg" alt="Snapshot 4" width="249" height="443">
|
||||
<img src="./photos/4.jpeg" alt="Snapshot 5" width="249" height="443">
|
||||
<img src="./photos/5.jpeg" alt="Snapshot 6" width="249" height="443">
|
||||
<br>
|
||||
</div>
|
BIN
kiosk/photos/0.jpeg
Normal file
After Width: | Height: | Size: 34 KiB |
BIN
kiosk/photos/1.jpeg
Normal file
After Width: | Height: | Size: 99 KiB |
BIN
kiosk/photos/2.jpeg
Normal file
After Width: | Height: | Size: 40 KiB |
BIN
kiosk/photos/3.jpeg
Normal file
After Width: | Height: | Size: 48 KiB |
BIN
kiosk/photos/4.jpeg
Normal file
After Width: | Height: | Size: 40 KiB |
BIN
kiosk/photos/5.jpeg
Normal file
After Width: | Height: | Size: 45 KiB |
28
space/index.html
Normal file
|
@ -0,0 +1,28 @@
|
|||
---
|
||||
layout: default
|
||||
title: Space Game
|
||||
---
|
||||
|
||||
<div>
|
||||
<h1>
|
||||
Space Game!
|
||||
</h1>
|
||||
<p>
|
||||
Space Game is a game of mystery and discovery. You play the role of a scientist, who has found themself in an endless loop of death and rebirth, with only your notes to link you to your previous experiences. As you play, your player writes everything you discover in a journal. So truly, survival is optional, as death is pretty meaningless. Instead, the game focuses on discovery and exploration, encouraging the player to try new things and experiment. From upgrading your ship to leveling up to making towers, every mechanic is built from the ground up to become progressively clearer. But beware, because, as the player learns, so do the enemies.
|
||||
</p>
|
||||
<p>
|
||||
Space Game features an advanced note system around which everything else is based. Enjoy countless hours of experimenting and trying out new strategies, various guns, upgrades, and towers.
|
||||
</p>
|
||||
<p>
|
||||
<a href="http://thepaperpilot.itch.io/space-game" title="Itch.io store page" style="margin-right: 20px;">Store Page</a>
|
||||
<a href="https://youtu.be/L7LPhxCTn2Y">Video Trailer</a>
|
||||
</p>
|
||||
<img src="./screenshots/snap1.png" alt="Snapshot 1" width="192" height="108">
|
||||
<img src="./screenshots/snap2.png" alt="Snapshot 2" width="192" height="108">
|
||||
<img src="./screenshots/snap3.png" alt="Snapshot 3" width="192" height="108">
|
||||
<img src="./screenshots/snap4.png" alt="Snapshot 4" width="192" height="108">
|
||||
<img src="./screenshots/snap5.png" alt="Snapshot 5" width="192" height="108">
|
||||
<img src="./screenshots/snap6.png" alt="Snapshot 6" width="192" height="108">
|
||||
<img src="./screenshots/snap7.png" alt="Snapshot 7" width="192" height="108">
|
||||
<br>
|
||||
</div>
|
BIN
space/screenshots/snap1.png
Normal file
After Width: | Height: | Size: 831 KiB |
BIN
space/screenshots/snap2.png
Normal file
After Width: | Height: | Size: 1,022 KiB |
BIN
space/screenshots/snap3.png
Normal file
After Width: | Height: | Size: 742 KiB |
BIN
space/screenshots/snap4.png
Normal file
After Width: | Height: | Size: 856 KiB |
BIN
space/screenshots/snap5.png
Normal file
After Width: | Height: | Size: 703 KiB |
BIN
space/screenshots/snap6.png
Normal file
After Width: | Height: | Size: 841 KiB |
BIN
space/screenshots/snap7.png
Normal file
After Width: | Height: | Size: 809 KiB |
22
strange/index.html
Normal file
|
@ -0,0 +1,22 @@
|
|||
---
|
||||
layout: default
|
||||
title: 12 is Strange
|
||||
---
|
||||
|
||||
<div>
|
||||
<h1>
|
||||
12 is Strange!
|
||||
</h1>
|
||||
<div data-height="720" class="game_frame" style="height: 720px;width: 1280px;" data-width="1280">
|
||||
<iframe width="100%" height="100%" frameborder="0" src="//commondatastorage.googleapis.com/itchio/html/116464/dist/index.html" scrolling="no"></iframe>
|
||||
</div>
|
||||
<p>
|
||||
This is a game made in under 48 hours for UT Dallas' SDGA Fall 2015 Game Jam!
|
||||
</p>
|
||||
<p>
|
||||
Now that the jam is over, the plot, characters, and puzzles will be modified and expanded upon, potentially leaving the original theme of "12". So, there will be a downloadable of the "Game Jam version" for those that wish, but the official version will be the one playing in the browser.
|
||||
</p>
|
||||
<p>
|
||||
<a href="http://thepaperpilot.itch.io/12-is-strange" title="Itch.io store page">Store Page</a>
|
||||
</p>
|
||||
</div>
|