Skip to content

Commit e925ede

Browse files
committed
Merge pull request #21 from TheSeg/develop
Layout changes to Recommendations and Positions sections.
2 parents 4f56db2 + 6b5b0e5 commit e925ede

6 files changed

Lines changed: 96 additions & 25 deletions

File tree

Gemfile.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ GEM
22
remote: https://rubygems.org/
33
specs:
44
RedCloth (4.2.9)
5-
activesupport (4.1.7)
5+
activesupport (4.1.8)
66
i18n (~> 0.6, >= 0.6.9)
77
json (~> 1.7, >= 1.7.7)
88
minitest (~> 5.1)
@@ -40,7 +40,7 @@ GEM
4040
rdiscount (= 2.1.7)
4141
redcarpet (= 3.1.2)
4242
terminal-table (~> 1.4)
43-
github-pages-health-check (0.1.1)
43+
github-pages-health-check (0.2.1)
4444
net-dns (~> 0.6)
4545
public_suffix (~> 1.4)
4646
hitimes (1.2.2)
@@ -75,7 +75,7 @@ GEM
7575
jekyll-sass-converter (1.2.0)
7676
sass (~> 3.2)
7777
jekyll-sitemap (0.6.0)
78-
jekyll-watch (1.1.2)
78+
jekyll-watch (1.2.0)
7979
listen (~> 2.7)
8080
jemoji (0.3.0)
8181
gemoji (~> 2.0)
@@ -84,7 +84,7 @@ GEM
8484
json (1.8.1)
8585
kramdown (1.3.1)
8686
liquid (2.6.1)
87-
listen (2.8.0)
87+
listen (2.8.3)
8888
celluloid (>= 0.15.2)
8989
rb-fsevent (>= 0.9.3)
9090
rb-inotify (>= 0.9)
@@ -93,7 +93,7 @@ GEM
9393
mini_portile (0.6.1)
9494
minitest (5.4.3)
9595
net-dns (0.8.0)
96-
nokogiri (1.6.4.1)
96+
nokogiri (1.6.5)
9797
mini_portile (~> 0.6.0)
9898
parslet (1.5.0)
9999
blankslate (~> 2.0)
@@ -108,7 +108,7 @@ GEM
108108
rdiscount (2.1.7)
109109
redcarpet (3.1.2)
110110
safe_yaml (1.0.4)
111-
sass (3.4.8)
111+
sass (3.4.9)
112112
terminal-table (1.4.5)
113113
thread_safe (0.3.4)
114114
timers (4.0.1)

_includes/content/positions.html

Lines changed: 81 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,82 @@
1+
<h2>Featured <small>Highlights from Seg's career.</small></h2>
2+
<div class="row">
3+
4+
<div class="col-md-6">
5+
<h3>Front-End Web Engineer</h3>
6+
<div class="panel panel-success">
7+
<div class="panel-heading">
8+
<ul class="positionInfo list-inline">
9+
<li class="company">John McNeil Studio</li>
10+
<li class="dates">Nov 2013 - Current</li>
11+
</ul>
12+
</div>
13+
<div class="panel-body">
14+
John McNeil Studio is a creative studio dedicated to making beautiful design, films, photos and interactive. The role involves a variety of projects for clients including Juniper Networks and CA Inc. Roles include implementing interactive front-ends for web and mobile applications plus designing and building back-end solutions.
15+
</div>
16+
</div>
17+
</div>
18+
19+
<div class="col-md-6">
20+
<h3>Puzzle Design &amp; Implementation</h3>
21+
<div class="panel panel-success">
22+
<div class="panel-heading">
23+
<ul class="positionInfo list-inline">
24+
<li class="company">Telltale Games</li>
25+
<li class="dates">Feb 2010 - Dec 2011</li>
26+
</ul>
27+
</div>
28+
<div class="panel-body">
29+
<p>Seg's puzzle designs for the Puzzle Agent series (including 'The Maw of Madness') blended mental challenge and narrative discovery. Design &amp; production processes included implementation of prototypes using LUA and proprietary tools along with working with artists on specifications and art deliverables.</p>
30+
</div>
31+
</div>
32+
</div>
33+
34+
</div>
35+
36+
<div class="row">
37+
38+
<div class="col-md-6">
39+
<h3>Content Programmer</h3>
40+
<div class="panel panel-success">
41+
<div class="panel-heading">
42+
<ul class="positionInfo list-inline">
43+
<li class="company">Telltale Games</li>
44+
<li class="dates">Feb 2010 - Dec 2011</li>
45+
</ul>
46+
</div>
47+
<div class="panel-body">
48+
<p>With a background in world building, interface wiring, dialog writing &amp; logic, cinematography, narrative game play, and interactive fiction, Seg produced award winning narrative experiences for console, desktop, and mobile platforms. Development was using the Telltale Games Tool with Lua and a proprietary dialog system.</p>
49+
<p>Duties also included localization, platform ports, achievement design and writing, statistical analysis, Steamworks integration, TCR/Lot Check/TRC support, and other content development.</p>
50+
</div>
51+
</div>
52+
</div>
53+
54+
<div class="col-md-6">
55+
<h3>Co-Founder &amp; Event Producer</h3>
56+
<div class="panel panel-success">
57+
<div class="panel-heading">
58+
<ul class="positionInfo list-inline">
59+
<li class="company">Ümloud!</li>
60+
<li class="dates">Nov 2009 - Current</li>
61+
</ul>
62+
</div>
63+
<div class="panel-body">
64+
<p>Ümloud! is a non-profit organization which holds an annual charity concert to support Child’s Play and over 70 children’s hospitals around the world. Individuals donate to perform a live concert using the game Rock Band on DNA Lounge’s concert stage; an experience you can’t get in your living room!</p>
65+
<p>As co-founder and lead event producer, Seg has helped raise over $80,000 for children’s hospitals around the world since 2009.</p>
66+
</div>
67+
</div>
68+
</div>
69+
70+
</div>
71+
72+
173
<h2>Video Game Development</h2>
274

375
<div class="row">
476

577
<div class="col-md-6">
678
<h3>Creative Director</h3>
7-
<div class="panel panel-info">
79+
<div class="panel panel-primary">
880
<div class="panel-heading">
981
<ul class="positionInfo list-inline">
1082
<li class="company">Space Between Studios</li>
@@ -19,7 +91,7 @@ <h3>Creative Director</h3>
1991

2092
<div class="col-md-6">
2193
<h3>Executive Producer</h3>
22-
<div class="panel panel-info">
94+
<div class="panel panel-primary">
2395
<div class="panel-heading">
2496
<ul class="positionInfo list-inline">
2597
<li class="company">Deirdra Kiai Productions</li>
@@ -39,7 +111,7 @@ <h3>Executive Producer</h3>
39111

40112
<div class="col-md-6">
41113
<h3>Content Programmer</h3>
42-
<div class="panel panel-info">
114+
<div class="panel panel-primary">
43115
<div class="panel-heading">
44116
<ul class="positionInfo list-inline">
45117
<li class="company">Telltale Games</li>
@@ -55,7 +127,7 @@ <h3>Content Programmer</h3>
55127

56128
<div class="col-md-6">
57129
<h3>Special Projects Producer</h3>
58-
<div class="panel panel-info">
130+
<div class="panel panel-primary">
59131
<div class="panel-heading">
60132
<ul class="positionInfo list-inline">
61133
<li class="company">Telltale Games</li>
@@ -76,7 +148,7 @@ <h3>Special Projects Producer</h3>
76148

77149
<div class="col-md-6">
78150
<h3>Puzzle Design &amp; Implementation</h3>
79-
<div class="panel panel-info">
151+
<div class="panel panel-primary">
80152
<div class="panel-heading">
81153
<ul class="positionInfo list-inline">
82154
<li class="company">Telltale Games</li>
@@ -91,7 +163,7 @@ <h3>Puzzle Design &amp; Implementation</h3>
91163

92164
<div class="col-md-6">
93165
<h3>Build &amp; Distribution Engineer</h3>
94-
<div class="panel panel-info">
166+
<div class="panel panel-primary">
95167
<div class="panel-heading">
96168
<ul class="positionInfo list-inline">
97169
<li class="company">Telltale Games</li>
@@ -112,7 +184,7 @@ <h2>Web Development</h2>
112184
<div class="row">
113185

114186
<div class="col-md-6">
115-
<h3>Front-End Engineer</h3>
187+
<h3>Front-End Web Engineer</h3>
116188
<div class="panel panel-info">
117189
<div class="panel-heading">
118190
<ul class="positionInfo list-inline">
@@ -169,7 +241,7 @@ <h2>Event Production &amp; Planning</h2>
169241

170242
<div class="col-md-6">
171243
<h3>Co-Founder &amp; Event Producer</h3>
172-
<div class="panel panel-info">
244+
<div class="panel panel-warning">
173245
<div class="panel-heading">
174246
<ul class="positionInfo list-inline">
175247
<li class="company">Ümloud!</li>
@@ -185,7 +257,7 @@ <h3>Co-Founder &amp; Event Producer</h3>
185257

186258
<div class="col-md-6">
187259
<h3>Demonstrations &amp; Sales Associate</h3>
188-
<div class="panel panel-info">
260+
<div class="panel panel-warning">
189261
<div class="panel-heading">
190262
<ul class="positionInfo list-inline">
191263
<li class="company">Go To Games / Roll To Market</li>

_includes/content/recommendations.html

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,5 @@
11
<div class="row">
2-
<div class="col-sm-6">
3-
<blockquote>
4-
<p>Seg is a self starter in general, so it was always comforting to know he knew exactly what needed his attention first and how long he should be spending on that task before moving on to the next.</p>
5-
<small><strong><a href="http://www.linkedin.com/pub/matthew-hansen/1/7b7/856">Matthew Hansen</a></strong><br>Senior Producer @ Double Fine Productions</small>
6-
</blockquote>
7-
</div>
8-
<div class="col-sm-6">
2+
<div class="col-sm-offset-2 col-sm-8 lead-recomendation">
93
<blockquote>
104
<p>Seg is one of the hardest working, easiest to work with, intelligent and forthright employees I have ever known at any organization.</p>
115
<small><strong><a href="http://www.linkedin.com/in/sjantonowicz">Stefan Antonowicz</a></strong><br>Director of Engineering @ Wired Magazine</small>

_less/seg_resume.less

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,11 +275,16 @@ table {
275275
/* Recommendations */
276276
#recommendations {
277277
blockquote {
278-
text-align:left;
279278
small {
280279
color:lighten(greyscale(@text-color),25%);
281280
}
282281
}
282+
.lead-recomendation {
283+
blockquote {
284+
font-size:150%;
285+
text-align:center;
286+
}
287+
}
283288
}
284289

285290
/* #positions */

css/theme-default.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/theme-valve.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)