Skip to content

Commit

Permalink
Merge pull request #22 from talbs/talbs/resume
Browse files Browse the repository at this point in the history
Resume: typo and copyright update
  • Loading branch information
talbs committed Jan 24, 2014
2 parents 590ec77 + e364455 commit 58eed52
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion resume/css/main.css

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions resume/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -417,21 +417,21 @@ <h3 class="title"><span class="ico"><i class="fa fa-building-o"></i></span> The
<h2 class="title title--section">Other Activities &amp; Interests</h2>

<ul class="list list--activities">
<li class="list--activiites_item activiites__teaching">
<li class="list--activities_item activities__teaching">
<h3 class="title">Teaching</h3>
<div class="copy">
<p>In addition to my work as an adjunct faculty member at Boston University's CDIA, I've developed and facilitated workshops for companies on software, web design, and front end development.</p>
</div>
</li>

<li class="list--activiites_item activiites__speaking">
<li class="list--activities_item activities__speaking">
<h3 class="title">Speaking &amp; Sharing</h3>
<div class="copy">
<p>I've spoken at a number of events and venues about UX and web design-related topics including <a href="http://www.slideshare.net/whafro/sxsw-specialist-generalist-3448651" data-rel="external">presenting</a> at the <a href="http://sxsw.com/interactive" data-rel="external">SXSW Interactive Conference</a>. My work has also been published in <a href="http://www.creativebloq.com/net-magazine" data-rel="external">Net Magazine</a>, an internationally popular web design and standards magazine and has also helped towards open source projects.</p>
</div>
</li>

<li class="list--activiites_item activiites__organizing">
<li class="list--activities_item activities__organizing">
<h3 class="title">Community Organization</h3>
<div class="copy">
<p>I've helped organize several design-related events in the Washington, DC and Boston, MA-Area including Refresh DC/Boston, <a href="http://uxshowandtell.org/showandtell/index.html" data-rel="external">UX Show and Tell</a> and <a href="http://uxcampdc.com/" data-rel="external">UXCamp DC</a>.</p>
Expand Down Expand Up @@ -531,7 +531,7 @@ <h4 class="title">
<footer class="footer--global anim--load anim--load__el--4" role="contentinfo">
<div class="footer--global__legal">
<div class="copy">
<p>The design and content of this work are protected by a <a data-rel="external" rel="license" href="http://creativecommons.org/licenses/by-nc-nd/3.0/" title="This link will open in a new window">Creative Commons BY-NC-ND license</a>. In short, please don't steal my stuff.</p>
<p>Please feel free to use this template as inspiration and a resource, but please do not borrow or use the personal and professional information it contains.</p>
</div>
</div>

Expand Down
4 changes: 2 additions & 2 deletions resume/sass/views/_resume.scss
Original file line number Diff line number Diff line change
Expand Up @@ -499,7 +499,7 @@
@extend %no-list;
}

.list--activiites_item {
.list--activities_item {
@extend %copy--focusable;
margin-bottom: $baseline-v;

Expand Down Expand Up @@ -527,7 +527,7 @@
}
}

.list--activiites_item {
.list--activities_item {
@extend %wipe-last-child;
}
}
Expand Down

0 comments on commit 58eed52

Please sign in to comment.