-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
169 lines (146 loc) · 5.06 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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
---
layout: main
title: ashleybot
description: Personal website of Ashley Wilson, a recent graduate of Carnegie-Mellon's Masters of HCI program.
keywords: ashley,wilson,ashleywilson,ashleygreerwilson,lexington,kentucky,ky
---
<div class="row show-for-large-up">
<div class="large-6 columns">
<p><img src="{{ site.baseurl }}/images/ashleybot_robot.png" /></p>
</div>
<div class="large-6 columns">
<p>
<h2>Hi there,</h2>
<h3 class="subheader">I'm Ashley, user-centered designer, user researcher, and educational video games advocate.</h3>
<p><h3>Take a look at my portfolio ↓</h3></p>
</p>
</div>
</div>
<div class="row">
<div class="large-12 columns">
<ul class="small-block-grid-2 large-block-grid-4">
<li>
<!-- Code Rummy //-->
<div class="portfolio_th">
<a href="{{ site.baseurl }}/portfolio/code-rummy.html">
<img src="{{ site.assets }}/code_rummy/images/code_rummy_thumbnail_large.png" alt="Code Rummy" />
<div class="portfolio-panel">
<h5>Code Rummy</h5>
<h6 class="subheader">Educational game</h6>
</div>
</a>
</div>
</li>
<li>
<!-- Code Carnival //-->
<div class="portfolio_th">
<a href="portfolio/code-carnival.html">
<img src="{{ site.assets }}/code_carnival/images/code_carnival_thumbnail_large.png" alt="Code Carnival Programming Game" />
<div class="portfolio-panel">
<h5>Code Carnival</h5>
<h6 class="subheader">Teaching programming fundamentals</h6>
</div>
</a>
</div>
</li>
<li>
<!-- Mockingjay //-->
<div class="portfolio_th">
<a href="portfolio/mockingjay-magazine.html">
<img src="{{ site.assets }}/mockingjay/images/mockingjay_thumbnail_large.png" alt="Mockingjay Magazine" />
<div class="portfolio-panel">
<h5>Mockingjay</h5>
<h6 class="subheader">Interactive iPad magazine</h6>
</div>
</a>
</div>
</li>
<li>
<!-- Quick Storyboarding //-->
<div class="portfolio_th">
<a href="portfolio/storyboards.html">
<img src="{{ site.assets }}/storyboards/storyboarding_thumbnail_large.png" alt="Storyboarding Thumbnail" />
<div class="portfolio-panel">
<h5>Quick Storyboarding</h5>
<h6 class="subheader">Communicating use</h6>
</div>
</a>
</div>
</li>
</ul>
</div>
</div>
<div class="row">
<!-- Context Free Art //-->
<div class="large-3 columns">
<div class="portfolio_th">
<a href="portfolio/context-free.html">
<img src="{{ site.assets }}/context_free/triangles_thumbnail_large.png" alt="Context Free Art Quilt" />
<div class="portfolio-panel">
<h5>Context Free Art</h5>
</div>
</a>
</div>
</div>
<!-- Sign Spell //-->
<div class="large-6 columns">
<div class="portfolio_th">
<a href="{{ site.baseurl }}/portfolio/sign-spell.html">
<img src="{{ site.assets }}/sign_spell/images/sign_spell_thumbnail_large.png" alt="Sign Spell Thumbnail" />
<div class="portfolio-panel">
<h5>Sign Spell</h5>
<h6 class="subheader">A game to encourage ASL use within families</h6>
</div>
</a>
</div>
</div>
<!-- Chip and Scooter //-->
<div class="large-3 columns">
<div class="portfolio_th">
<a href="{{ site.baseurl }}/portfolio/chip-and-scooter.html">
<img src="{{ site.assets }}/chip_and_scooter/images/chip_and_scooter_thumbnail_large.png" alt="Chip and Scooter Thumbnail" />
<div class="portfolio-panel">
<h5>Chip and Scooter</h5>
<h6 class="subheader">A 3D animated short</h6>
</div>
</a>
</div>
</div>
</div>
<div class="row">
<!-- Eat & Travel //-->
<div class="large-6 columns">
<div class="portfolio_th">
<a href="portfolio/eat-and-travel.html">
<img src="{{ site.assets }}/eat_and_travel/images/eat_and_travel_thumbnail_large.png" alt="Experience Lisbon Thumbnail" />
<div class="portfolio-panel">
<h5>Eat & Travel</h5>
<h6 class="subheader">Travel from your home</h6>
</div>
</a>
</div>
</div>
<!-- Sketches //-->
<div class="large-2 columns">
<div class="portfolio_th">
<a href="portfolio/sketches.html">
<img src="{{ site.assets }}/sketches/images/sketches_onion_thumbnail_large.png" alt="Sketching Gallery" />
<div class="portfolio-panel">
<h5>Sketching</h5>
</div>
</a>
</div>
</div>
<!-- Token Recall //-->
<div class="large-4 columns">
<div class="portfolio_th">
<a href="portfolio/token-recall.html">
<img src="{{ site.assets }}/token_recall/images/token_recall_thumbnail_large.png" alt="Token Recall" />
<div class="portfolio-panel">
<h5>Token Recall</h5>
<h6 class="subheader">Solutions for office meetings</h6>
</div>
</a>
</div>
</div>
</div>