Skip to content

Commit a40a161

Browse files
committed
Adding PAX Dev 2014 speaking engagement.
1 parent e04a840 commit a40a161

3 files changed

Lines changed: 20 additions & 0 deletions

File tree

_includes/content/speaking.html

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<div class="row">
2+
<div class="col-md-12">
3+
<h2>Shipping the Empty Box: Releasing [string:titleOfGame] on [array:platforms]</h2>
4+
<h3><a href="http://dev.paxsite.com/">PAX Dev</a> <small>August 2014, Seattle, WA</small></h3>
5+
</div>
6+
<div class="col-md-9 col-xs-12">
7+
<p>Working on [string:titleOfGame], you need to release it on [array:platforms-0] and perhaps on [array:platforms-1] in the future. You have [int:NULL] time till release. Build engineer and programmer John “Seg” Seggerson (Telltale Games, John McNeil Studio, Domonique Pamplemousse) will help smooth the multi-platform release by outlining build engineering tips for platforms on desktop, mobile, console, and beyond. Increase artist, writer, and programmer efficiency with a set of core specifications and planning applied to existing platforms and future platforms. Skills and knowledge that will reduce release headaches for your [int:sizeOfTeam] team!</p>
8+
</div>
9+
<div class="col-md-3 hidden-xs hidden-sm">
10+
<a href="http://dev.paxsite.com/"><img src="{{site.baseurl}}img/paxdevlogo.png" alt="PAX Dev" class="" /></a>
11+
</div>

img/paxdevlogo.png

10.7 KB
Loading

index.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,15 @@ <h1>Skills</h1>
2727
{% include content/skills.html %}
2828
</section>
2929

30+
<!-- Speaking Engagements
31+
================================================== -->
32+
<section id="speaking">
33+
<div class="page-header">
34+
<h1>Speaking Engagements</h1>
35+
</div>
36+
{% include content/speaking.html %}
37+
</section>
38+
3039
<!-- Recommendations
3140
================================================== -->
3241
<section id="recommendations">

0 commit comments

Comments
 (0)