Skip to content

Commit 9c11a8d

Browse files
committed
FA4: Projects & Roles
* Updated FA icons. * Fixed hover color of info boxes.
1 parent 39f66dd commit 9c11a8d

4 files changed

Lines changed: 18 additions & 9 deletions

File tree

_includes/content/titles.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<tr>
1414
<td colspan="5">
1515
<ul class="unstyled">
16-
<li><i class="text-info icon-info-sign"></i> Includes localizations and/or ports developed by Seg after initial release.</li>
16+
<li><i class="fa fa-info-circle text-info note-local-footer"></i> Includes localizations and/or ports developed by Seg after initial release.</li>
1717
<li>16 Total Seasons <small>(11 Franchises)</small></li>
1818
<li>64 Total Episodes <small>(271+ total releases by episode &amp; platform)</small></li>
1919
</ul>
@@ -183,7 +183,7 @@
183183
<img class="title-image" src="{{site.baseurl}}img/games/tomi.jpg" width="184" height="69" alt="Tales of Monkey Island" title="Tales of Monkey Island">
184184
</td>
185185
<td class="cell-center">5</td>
186-
<td>Jul - Dec 2009 <i class="text-info icon-info-sign note-local"></i></td>
186+
<td>Jul - Dec 2009 <i class="fa fa-info-circle note-local text-info"></i></td>
187187
<td>
188188
<ul class="unstyled">
189189
<li>Build &amp; Distribution Engineering</li>
@@ -201,7 +201,7 @@
201201
<img class="title-image" src="{{site.baseurl}}img/games/wg.jpg" width="184" height="69" alt="Wallace &amp; Gromit's Grand Adventures" title="Wallace &amp; Gromit's Grand Adventures">
202202
</td>
203203
<td class="cell-center">4</td>
204-
<td>Mar - Jul 2009 <i class="text-info icon-info-sign note-local"></i></td>
204+
<td>Mar - Jul 2009 <i class="fa fa-info-circle note-local text-info"></i></td>
205205
<td>
206206
<ul class="unstyled">
207207
<li>Build &amp; Distribution Engineering</li>
@@ -239,7 +239,7 @@
239239
<img class="title-image" src="{{site.baseurl}}img/games/sm_s2.jpg" width="184" height="69" alt="Sam &amp; Max: Beyond Time &amp; Space" title="Sam &amp; Max: Beyond Time &amp; Space">
240240
</td>
241241
<td class="cell-center">5</td>
242-
<td>Nov 2007 to Oct 2011 <i class="text-info icon-info-sign note-local"></i></td>
242+
<td>Nov 2007 to Oct 2011 <i class="fa fa-info-circle note-local text-info"></i></td>
243243
<td>
244244
<ul class="unstyled">
245245
<li>Content Programming</li>
@@ -269,7 +269,7 @@
269269
<img class="title-image" src="{{site.baseurl}}img/games/bone.jpg" width="184" height="69" alt="Bone" title="Bone">
270270
</td>
271271
<td class="cell-center">2</td>
272-
<td>June 2007 - Jan 2009 <i class="text-info icon-info-sign note-local"></i></td>
272+
<td>June 2007 - Jan 2009 <i class="fa fa-info-circle note-local text-info"></i></td>
273273
<td>
274274
<ul class="unstyled">
275275
<li>Localization Implementation</li>
@@ -284,7 +284,7 @@
284284
<img class="title-image" src="{{site.baseurl}}img/games/csi_hardevidence.jpg" width="184" height="69" title="CSI: Crime Scene Investigation - Hard Evidence" alt="CSI: Crime Scene Investigation - Hard Evidence">
285285
</td>
286286
<td class="cell-center">5</td>
287-
<td>Sep 2007 &amp; Jan 2008 <i class="text-info icon-info-sign note-local"></i></td>
287+
<td>Sep 2007 &amp; Jan 2008 <i class="fa fa-info-circle note-local text-info"></i></td>
288288
<td>
289289
<ul class="unstyled">
290290
<li>Build &amp; Distribution Engineering</li>
@@ -304,7 +304,7 @@
304304
<img class="title-image" src="{{site.baseurl}}img/games/sm_s1.jpg" width="184" height="69" alt="Sam &amp; Max: Save the World" title="Sam &amp; Max: Save the World">
305305
</td>
306306
<td class="cell-center">6</td>
307-
<td>April 2007 to Sep 2011 <i class="text-info icon-info-sign note-local"></i></td>
307+
<td>April 2007 to Sep 2011 <i class="fa fa-info-circle note-local text-info"></i></td>
308308
<td>
309309
<ul class="unstyled">
310310
<li>Build &amp; Distribution Engineering</li>

_less/seg_resume.less

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -304,6 +304,15 @@ table {
304304
}
305305
}
306306

307+
/* Titles */
308+
#releasedTitlesTable {
309+
.note-local, .note-local-footer {
310+
&:hover {
311+
color: darken(@brand-info,10%);
312+
}
313+
}
314+
}
315+
307316
/* #share-footer */
308317
#share-footer {
309318
text-align:center;

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)