-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
76 lines (63 loc) · 2.48 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
<!Doctype html>
<html>
<link rel="stylesheet" type="text/css" href="css/style.css"></link>
<script src="js/jquery-1.10.2.min.js"></script>
<script src="./scripts/freewall.js"></script>
<body>
<div class="main">
<h1>Grassion</h1>
<p>
A programmer and Computer Science Student based in Dallas, Texas.<br> I currently attend <a href = "https://www.columbia.edu/">Columbia University</a>
</p>
<p>
I started programming in high school having never done it before taking AP Computer Science and
became more involved in the subject as I competed in many contests and hackathons.
</p>
<p> While not totally devoted to any one field I am heavily interested in simulations, machine learning, game design,
graphics, and mixing Computer Science with other subjects.
</p>
<br>
Current Projects
<table cellpadding="15">
<tr>
<td>
<a href="" target="_blank"><img src = "./res/imgs/compprog.png" height=100 width=100/></a>
<br>Comp. Prog.
</td>
<td>
<a href="" target="_blank"><img src = "./res/imgs/wip.png" height = 100 width=100/></a>
<br>Actario
</td>
<td>
<a href="" target="_blank"><img src = "./res/imgs/wip.png" height = 100 width=100/></a>
<br>Ridge
</td>
</tr>
</table>
<br>
Projects I've worked on
<table cellpadding="15">
<tr>
<td>
<a href="https://github.com/BitLife/AR-Unity" target="_blank"><img src = "./res/imgs/arun.jpg" height = 100 width=100/></a>
<br>AR Unity
</td>
<td>
<a href="https://github.com/gammison/objecttrackinginjava" target="_blank"><img src = "./res/imgs/objrec.jpg" height = 100 width=100/></a>
<br>Object Tracking
</td>
<td>
<a href="" target="_blank"><img src = "./res/imgs/wip.png" height = 100 width=100/></a>
<br>Dgyeresteroff
</td>
<td>
<a href="" target="_blank"><img src = "./res/imgs/wip.png" height = 100 width=100/></a>
<br>Leap Motion
</td>
</tr>
</table>
<p><a href="https://github.com/gammison">my github</a></p>
<p><a href="" >my resume</a></p>
</div>
</body>
</html>