Skip to content

Commit a742353

Browse files
Updated HC Site Desc/Keywords
1 parent 8ae10dc commit a742353

File tree

6 files changed

+12
-3
lines changed

6 files changed

+12
-3
lines changed

code/2012BotCode.pdf

34.6 KB
Binary file not shown.

code/2013BotCode.pdf

40.1 KB
Binary file not shown.

code/2014BotCode.pdf

45.1 KB
Binary file not shown.

header.php

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,11 @@
33
<head>
44
<title>Harris Christiansen <? if($pageTitle!="") { echo " - ".$pageTitle; } ?></title>
55
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
6-
<meta name="description" content="" />
7-
<meta name="keywords" content="" />
6+
<meta name="description" content="Harris Christiansen is an accomplished software developer, hardware hacker, and problem solver from Salt Lake City, Utah. He is currently attending Purdue University studying Computer Science." />
7+
<meta name="keywords" content="Harris, Christiansen, Software Developer, Planet Maelstrom, Forumzbb, Harris C, Utah, Salt Lake City, Purdue, Portfolio, Hackathons, PHP, Python, OpenCV, Java, Vuforia, Quadcopter, Drone, iDrone, Javascript, Unity, C#, Maya" />
8+
<meta name="author" content="Harris Christiansen">
9+
<link REL="SHORTCUT ICON" HREF="/images/fav.png">
10+
811
<!--[if lte IE 8]><script src="/css/ie/html5shiv.js"></script><![endif]-->
912
<script src="/js/jquery.min.js"></script>
1013
<script src="/js/jquery.dropotron.min.js"></script>

images/fav.png

17.2 KB
Loading

pages/projects.php

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
<hr>
4141

4242
<header>
43-
<h3>FRC Team 3245 - <i class="icon fa-wrench"></i></h3>
43+
<h3>FRC Team 3245 - <i class="icon fa-wrench"></i> <i class="icon-java" title="Java"></i></h3>
4444
<p>The Waterford School, Sandy, UT - 2010 - 2014</p>
4545
</header>
4646
<ul>
@@ -49,6 +49,12 @@
4949
<li>Won the FIRST Regional Competition in Salt Lake City, UT and Las Vegas, NV in 2012.</li>
5050
<li>Developed crowd scouting application for the robotics competition. - <i class="icon-html" title="HTML5"></i> <i class="icon-css" title="CSS3"></i> <i class="icon-php" title="PHP"></i> <i class="icon-mysql-alt" title="Mysql"></i></li>
5151
</ul>
52+
Robot Code:
53+
<ul>
54+
<li>2014 - <a href="/code/2014BotCode.pdf" target="_blank">View Code</a></li>
55+
<li>2013 - <a href="/code/2013BotCode.pdf" target="_blank">View Code</a></li>
56+
<li>2012 - <a href="/code/2012BotCode.pdf" target="_blank">View Code</a></li>
57+
</ul>
5258

5359
</section>
5460

0 commit comments

Comments
 (0)