Added explicit links to github code repos

This commit is contained in:
Greg 2012-10-31 02:59:09 -07:00
parent de4fec8050
commit 664818e47a
1 changed files with 10 additions and 3 deletions

View File

@ -4,6 +4,7 @@
<title>Greg Shuflin Developer Portfolio</title> <title>Greg Shuflin Developer Portfolio</title>
<meta charset='utf-8'/> <meta charset='utf-8'/>
<style type='text/css' media='screen'> <style type='text/css' media='screen'>
#main { #main {
margin-left:auto; margin-left:auto;
margin-right:auto; margin-right:auto;
@ -28,6 +29,9 @@
font-family: Helvetica; font-family: Helvetica;
margin-bottom:10px; margin-bottom:10px;
} }
a.codeLink {
color:#31E631;
}
code { code {
color:#31E631; color:#31E631;
@ -46,10 +50,13 @@
on <a href="https://github.com/neunenak">on my Github profile</a>. on <a href="https://github.com/neunenak">on my Github profile</a>.
<ul> <ul>
<li> <a href="https://github.com/neunenak/Raytracer">C++ Raytracer</a> written for CS184 at UC Berkeley, Intro to Computer Graphics. This was a partner project with <a href="https://github.com/miedwards">Mark Edwards</a> <li> <a href="https://github.com/neunenak/Raytracer">C++ Raytracer</a> <a href='https://github.com/neunenak/Raytracer' class='codeLink'>(code)</a>
<li> <a href="http://neunenak.github.com/html5go/go.html">HTML 5 Go</a> written for CS184 at UC Berkeley, Intro to Computer Graphics. This was a partner project with <a href="https://github.com/miedwards">Mark Edwards</a>
<li> <a href="http://neunenak.github.com/html5go/go.html">HTML 5 Go</a> <a href='https://github.com/neunenak/html5go' class='codeLink'>(code)</a>
an implementation of the board game Go (碁) in pure HTML5. It uses the canvas to draw the gameboard, with the game logic written in Javascript (work in progress - the game is playable but some more advanced features are not yet implemented) an implementation of the board game Go (碁) in pure HTML5. It uses the canvas to draw the gameboard, with the game logic written in Javascript (work in progress - the game is playable but some more advanced features are not yet implemented)
<li> <a href="http://blazing-night-9415.herokuapp.com/dictionary">Arbitrary-language Django Dictionary</a> <li> <a href="http://blazing-night-9415.herokuapp.com/dictionary">Arbitrary-language Django Dictionary</a> <a href='https://github.com/neunenak/ConlangDictionary' class='codeLink'>(code)</a>
a web interface for a dictionary in an arbitrary language, written a web interface for a dictionary in an arbitrary language, written
using the Django Python web framework and currently hosted on Heroku. using the Django Python web framework and currently hosted on Heroku.
</ul> </ul>