-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathprojects.html
More file actions
89 lines (88 loc) · 2.95 KB
/
projects.html
File metadata and controls
89 lines (88 loc) · 2.95 KB
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
77
78
79
80
81
82
83
84
85
86
87
88
89
---
layout: page
title: projects
permalink: /projects/
---
<link rel="stylesheet" href="/assets/css/home.css"/>
<div class="projects">
<div class="post-list">
<div>
<a class="post-link" href="https://www.checkerboardprogramming.com" target="_blank">
<div class="post-img"
style="background-image: url(/assets/thumbnails/checkerboardprogramming.webp); background-size: contain; background-color: #f6f6ff">
</div>
<div class="post-text">
<h3>
Checkerboard Programming
</h3>
<p>Write code to match checkerboard patterns</p>
</div>
</a>
</div>
<div>
<a class="post-link" href="/assets/lasers-in-space/index.html" target="_blank">
<div class="post-img dark"
style="background-image: url(/assets/thumbnails/lasers_in_space.webp); background-size: cover; background-color: #f6f6ff">
</div>
<div class="post-text">
<h3>
Lasers in Space
</h3>
<p>Remote-friendly physical cooperation game developed in 24 hours for a hackathon</p>
</div>
</a>
</div>
<div>
<a class="post-link" href="/assets/int-x-nyc-taxi/index.html" target="_blank">
<div class="post-img"
style="background-image: url(/assets/thumbnails/interactive_exploration_nyc_taxi.webp); background-size: contain; background-color: #eaeaf4">
</div>
<div class="post-text">
<h3>
Interactive data exploration
</h3>
<p>Demo of an interactive data exploration utility with dimensionality reduction and D3.js</p>
</div>
</a>
</div>
<div>
<a class="post-link" href="/assets/python-turtle-bingo/index.html" target="_blank">
<div class="post-img"
style="background-image: url(/assets/thumbnails/turtle_bingo.webp); background-size: cover; background-color: #f6f6ff">
</div>
<div class="post-text">
<h3>
Python Turtle Bingo
</h3>
<p>Write turtle code to recreate simple pictures</p>
</div>
</a>
</div>
<div>
<a class="post-link" href="https://codyssey.andersource.dev" target="_blank">
<div class="post-img dark"
style="background-image: url(/assets/thumbnails/codyssey.webp); background-size: cover; background-color: #f6f6ff">
</div>
<div class="post-text">
<h3>
Codyssey
</h3>
<p>Competitive workshop where you write code to play simple games</p>
</div>
</a>
</div>
<div>
<a class="post-link" href="/assets/tradeoff_sliders/index.html" target="_blank">
<div class="post-img"
style="background-image: url(/assets/thumbnails/tradeoff_sliders.webp); background-size: contain; background-color: #38235c">
</div>
<div class="post-text">
<h3>
Tradeoff sliders
</h3>
<p>Interactive exploration of constrained spaces</p>
</div>
</a>
</div>
</div>
</div>