Added explicit links to github code repos
This commit is contained in:
parent
de4fec8050
commit
664818e47a
13
index.html
13
index.html
@ -4,6 +4,7 @@
|
||||
<title>Greg Shuflin Developer Portfolio</title>
|
||||
<meta charset='utf-8'/>
|
||||
<style type='text/css' media='screen'>
|
||||
|
||||
#main {
|
||||
margin-left:auto;
|
||||
margin-right:auto;
|
||||
@ -28,6 +29,9 @@
|
||||
font-family: Helvetica;
|
||||
margin-bottom:10px;
|
||||
}
|
||||
a.codeLink {
|
||||
color:#31E631;
|
||||
}
|
||||
|
||||
code {
|
||||
color:#31E631;
|
||||
@ -46,10 +50,13 @@
|
||||
on <a href="https://github.com/neunenak">on my Github profile</a>.
|
||||
|
||||
<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="http://neunenak.github.com/html5go/go.html">HTML 5 Go</a>
|
||||
<li> <a href="https://github.com/neunenak/Raytracer">C++ Raytracer</a> <a href='https://github.com/neunenak/Raytracer' class='codeLink'>(code)</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)
|
||||
<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
|
||||
using the Django Python web framework and currently hosted on Heroku.
|
||||
</ul>
|
||||
|
Loading…
Reference in New Issue
Block a user