|
2 | 2 | ================================================== -->
|
3 | 3 | <div class="row">
|
4 | 4 |
|
5 |
| - <div class="span4"> |
6 |
| - <h3>Statistics</h3> |
7 |
| - <ul class="icons-ul"> |
8 |
| - <li><i class="icon-li icon-calendar"></i>6+ Years in Game Development</li> |
9 |
| - <li><i class="icon-li icon-download-alt"></i>64 Individual Releases</li> |
10 |
| - <li><i class="icon-li icon-desktop"></i>11 Platforms</li> |
11 |
| - <li><i class="icon-li icon-shield"></i>16 Seasons</li> |
12 |
| - <li><i class="icon-li icon-certificate"></i>11 Franchises</li> |
13 |
| - <li><i class="icon-li icon-book"></i>New Media, <abbr title="Bachelor of Fine Arts">BFA</abbr> @ Emerson College</li> |
14 |
| - </ul> |
| 5 | + <div class="col-md-4"> |
| 6 | + <div class="panel panel-primary"> |
| 7 | + <div class="panel-heading"> |
| 8 | + <h3 class="panel-title">Statistics</h3> |
| 9 | + </div> |
| 10 | + <ul class="list-group"> |
| 11 | + <li class="list-group-item"> |
| 12 | + <span class="pull-right"> |
| 13 | + <i class="icon-calendar"></i> |
| 14 | + </span> |
| 15 | + 6+ Years in Game Development |
| 16 | + </li> |
| 17 | + <li class="list-group-item"> |
| 18 | + <span class="pull-right"> |
| 19 | + <i class="icon-download-alt"></i> |
| 20 | + </span> |
| 21 | + 64 Individual Releases |
| 22 | + </li> |
| 23 | + <li class="list-group-item"> |
| 24 | + <span class="pull-right"> |
| 25 | + <i class="icon-desktop"></i> |
| 26 | + </span> |
| 27 | + 11 Platforms |
| 28 | + </li> |
| 29 | + <li class="list-group-item"> |
| 30 | + <span class="pull-right"> |
| 31 | + <i class="icon-shield"></i> |
| 32 | + </span> |
| 33 | + 16 Seasons |
| 34 | + </li> |
| 35 | + <li class="list-group-item"> |
| 36 | + <span class="pull-right"> |
| 37 | + <i class="icon-certificate"></i> |
| 38 | + </span> |
| 39 | + 11 Franchises |
| 40 | + </li> |
| 41 | + <li class="list-group-item"> |
| 42 | + <span class="pull-right"> |
| 43 | + <i class="icon-book"></i> |
| 44 | + </span> |
| 45 | + New Media, <abbr title="Bachelor of Fine Arts">BFA</abbr> @ Emerson College |
| 46 | + </li> |
| 47 | + </ul> |
| 48 | + </div> |
15 | 49 | </div>
|
16 | 50 |
|
17 |
| - <div class="span4"> |
18 |
| - <h3>Websites</h3> |
19 |
| - <ul class="icons-ul"> |
20 |
| - {% if page.layout == "valve" %} |
21 |
| - <li><i class="icon-li icon-circle"></i> <a href="http://steamcommunity.com/id/atrus/">Steam: Atrus</a></li> |
22 |
| - {% endif %} |
23 |
| - <li><i class="icon-li icon-linkedin"></i><a href="http://www.linkedin.com/in/johnseggerson/" target="_blank">LinkedIn Profile</a></li> |
24 |
| - <li><i class="icon-li icon-gamepad"></i><a href="http://www.mobygames.com/developer/sheet/view/developerId,290531/">MobyGames Developer Profile</a></li> |
25 |
| - <li><i class="icon-li icon-film"></i><a href="http://www.imdb.com/name/nm2980406/"><acronym title="Internet Movie Database">IMDb</acronym></a></li> |
26 |
| - <li><i class="icon-li icon-rss"></i><a href="http://segonmedia.com" target="_blank">Seg On Media (Blog)</a></li> |
27 |
| - <li><i class="icon-li icon-github"></i><a href="http://github.com/TheSeg" target="_blank">GitHub: TheSeg</a></li> |
28 |
| - </ul> |
| 51 | + <div class="col-md-4"> |
| 52 | + <div class="panel panel-primary"> |
| 53 | + <div class="panel-heading"> |
| 54 | + <h3 class="panel-title">Websites</h3> |
| 55 | + </div> |
| 56 | + <div class="list-group"> |
| 57 | + {% if page.layout == "valve" %} |
| 58 | + <a href="http://steamcommunity.com/id/atrus/" target="_blank" class="list-group-item"> |
| 59 | + <span class="pull-right"> |
| 60 | + <i class="icon-user"></i> |
| 61 | + </span> |
| 62 | + Steam Community Profile |
| 63 | + </a> |
| 64 | + {% endif %} |
| 65 | + <a href="http://www.linkedin.com/in/johnseggerson/" target="_blank" class="list-group-item"> |
| 66 | + <span class="pull-right"> |
| 67 | + <i class="icon-linkedin"></i> |
| 68 | + </span> |
| 69 | + LinkedIn Profile |
| 70 | + </a> |
| 71 | + <a href="http://www.mobygames.com/developer/sheet/view/developerId,290531/" target="_blank" class="list-group-item"> |
| 72 | + <span class="pull-right"> |
| 73 | + <i class="icon-gamepad"></i> |
| 74 | + </span> |
| 75 | + MobyGames Developer Profile |
| 76 | + </a> |
| 77 | + <a href="http://www.imdb.com/name/nm2980406/" target="_blank" class="list-group-item"> |
| 78 | + <span class="pull-right"> |
| 79 | + <i class="icon-film"></i> |
| 80 | + </span> |
| 81 | + <acronym title="Internet Movie Database">IMDb</acronym> |
| 82 | + </a> |
| 83 | + {% if page.layout != "valve" %} |
| 84 | + <a href="http://raptr.com/TheSeg/" target="_blank" class="list-group-item"> |
| 85 | + <span class="pull-right"> |
| 86 | + <i class="icon-user"></i> |
| 87 | + </span> |
| 88 | + Raptr |
| 89 | + </a> |
| 90 | + {% endif %} |
| 91 | + <a href="http://segonmedia.com" target="_blank" class="list-group-item"> |
| 92 | + <span class="pull-right"> |
| 93 | + <i class="icon-rss"></i> |
| 94 | + </span> |
| 95 | + Seg On Media (Blog) |
| 96 | + </a> |
| 97 | + <a href="http://github.com/TheSeg" target="_blank" class="list-group-item"> |
| 98 | + <span class="pull-right"> |
| 99 | + <i class="icon-github"></i> |
| 100 | + </span> |
| 101 | + GitHub: TheSeg |
| 102 | + </a> |
| 103 | + </div> |
| 104 | + </div> |
29 | 105 | </div>
|
30 |
| - |
31 |
| - <div class="span4"> |
32 |
| - <h3>Contact Info</h3> |
33 |
| - <ul class="icons-ul"> |
34 |
| - <li><i class="icon-li icon-envelope-alt"></i><script type="text/javascript"> |
35 |
| - var x="function f(x){var i,o=\"\",l=x.length;for(i=l-1;i>=0;i--) {try{o+=x.c" + |
36 |
| - "harAt(i);}catch(e){}}return o;}f(\")\\\"function f(x,y){var i,o=\\\"\\\\\\\""+ |
37 |
| - "\\\\,l=x.length;for(i=0;i<l;i++){if(i<69)y++;y%=127;o+=String.fromCharCode(" + |
38 |
| - "x.charCodeAt(i)^(y++));}return o;}f(\\\"\\\\\\\\\\\\\\\"\\\\')9#5< x/(5*\\\\"+ |
39 |
| - "\\\\005\\\\\\\\016\\\\\\\\nNJV\\\\\\\\rN\\\\\\\\030\\\\\\\\000\\\\\\\\021\\" + |
40 |
| - "\\\\\\020E&^\\\\\\\\023`jisf1~jvSfr~tsrDGLF\\\\\\\\007HBB\\\\\\\\016@@US^^K" + |
41 |
| - "|}e\\\\\\\\023\\\\\\\\010\\\\\\\\000\\\\\\\\010o\\\\\\\\00345it\\\\\\\\ttw," + |
42 |
| - "0.79`\\\\\\\\002}<C\\\\\\\\\\\\\\\\&I\\\\\\\\010\\\\\\\\007\\\\\\\\016\\\\\\"+ |
43 |
| - "\\004UE\\\\\\\\nROGT@J\\\"\\\\,69)\\\"(f};)lo,0(rtsbus.o nruter};)i(tArahc." + |
44 |
| - "x=+o{)--i;0=>i;1-l=i(rof}}{)e(hctac};l=+l;x=+x{yrt{)55=!)31/l(tAedoCrahc.x(" + |
45 |
| - "elihw;lo=l,htgnel.x=lo,\\\"\\\"=o,i rav{)x(f noitcnuf\")" ; |
46 |
| - while(x=eval(x));</script></li> |
47 |
| - <li><i class="icon-li icon-phone"></i>(415) 742-1SEG</li> |
48 |
| - <li><i class="icon-li icon-skype"></i><a href="skype://johnseggerson?chat">Skype</a></li> |
49 |
| - <li><i class="icon-li icon-google-plus"></i><a href="https://plus.google.com/113283982336373378707?rel=author" target="_blank">Google+</a></li> |
50 |
| - <li><i class="icon-li icon-facebook-sign"></i><a href="https://www.facebook.com/TheSeg" target="_blank">Facebook</a></li> |
51 |
| - <li><i class="icon-li icon-twitter"></i><a href="https://twitter.com/TheSeg">@TheSeg</a></li> |
52 |
| - </ul> |
| 106 | + |
| 107 | + <div class="col-md-4"> |
| 108 | + <div class="panel panel-primary"> |
| 109 | + <div class="panel-heading"> |
| 110 | + <h3 class="panel-title">Contact Info</h3> |
| 111 | + </div> |
| 112 | + <div class="list-group"> |
| 113 | + <script type="text/javascript"> |
| 114 | +//<![CDATA[ |
| 115 | +<!-- |
| 116 | +var x="function f(x){var i,o=\"\",l=x.length;for(i=l-1;i>=0;i--) {try{o+=x.c" + |
| 117 | +"harAt(i);}catch(e){}}return o;}f(\")\\\"function f(x,y){var i,o=\\\"\\\\\\\""+ |
| 118 | +"\\\\,l=x.length;for(i=0;i<l;i++){y%=127;o+=String.fromCharCode(x.charCodeAt" + |
| 119 | +"(i)^(y++));}return o;}f(\\\"\\\\u}paxsyl7miui{sN\\\\\\\\t\\\\\\\\000\\\\\\\\"+ |
| 120 | +"037E\\\\\\\\005NUMO\\\\\\\\027w\\\\\\\\016@OF\\\\\\\\\\\\\\\\E]\\\\\\\\tGPQ" + |
| 121 | +"wK\\\\\\\\\\\\\\\\]TRP[[) l +(y4=+ ./9si7%is\\\\\\\\000\\\\\\\\024\\\\\\\\0" + |
| 122 | +"35\\\\\\\\022x\\\\\\\\n?<\\\\\\\\000\\\\\\\\177~<\\\\\\\\014\\\\\\\\000\\\\" + |
| 123 | +"\\\\021\\\\\\\\020Y9D\\\\\\\\013\\\\\\\\001\\\\\\\\032\\\\\\\\036F\\\\\\\\0" + |
| 124 | +"13\\\\\\\\037\\\\\\\\001\\\\\\\\032\\\\\\\\000\\\\\\\\\\\\\\\\\\\\\\\\033\\" + |
| 125 | +"\\\\\\007\\\\\\\\021\\\\\\\\030*UF%\\\\\\\\010'\\\\\\\\022]^ !\\\\\\\\\\\"\\"+ |
| 126 | +"\\#$%&'()6x|l`/s}s`g(J5hlvw1owxHU~\\\\\\\\001\\\\\\\\032yT{F\\\\\\\\t\\\\\\" + |
| 127 | +"\\n\\\\\\\\013\\\\\\\\014\\\\\\\\r\\\\\\\\016\\\\\\\\017\\\\\\\\020\\\\\\\\" + |
| 128 | +"021\\\\\\\\022\\\\\\\\023\\\\\\\\024\\\\\\\\025\\\\\\\\026\\\\\\\\013Q\\\\\\"+ |
| 129 | +"\\031YW]NM\\\\\\\\002\\\\\\\\034c+ ++k\\\\\\\\\\\"\\\\&?/'#=+b1=&\\\\\\\\01" + |
| 130 | +"7vkjx1g\\\\\\\\006)\\\\\\\\0003~\\\\\\\\177@ABCDEFGHIVD\\\\\\\\037\\\\\\\\0" + |
| 131 | +"35\\\\\\\\017\\\\\\\\001N-\\\\\\\\000/\\\\\\\\032UVWXYZ[\\\\\\\\\\\\\\\\]^ " + |
| 132 | +"!qfc%gs(zolcccjtxs=wz{KjEt;<=>?\\\\\\\\000\\\\\\\\001\\\\\\\\002\\\\\\\\003" + |
| 133 | +"\\\\\\\\004\\\\\\\\031\\\\\\\\tF\\\\\\\\026\\\\\\\\013\\\\\\\\003\\\\\\\\02" + |
| 134 | +"0\\\\\\\\034\\\\\\\\026\\\"\\\\,17)\\\"(f};)lo,0(rtsbus.o nruter};)i(tArahc" + |
| 135 | +".x=+o{)--i;0=>i;1-l=i(rof}}{)e(hctac};l=+l;x=+x{yrt{)94=!)31/l(tAedoCrahc.x" + |
| 136 | +"(elihw;lo=l,htgnel.x=lo,\\\"\\\"=o,i rav{)x(f noitcnuf\")" ; |
| 137 | +while(x=eval(x)); |
| 138 | +//--> |
| 139 | +//]]> |
| 140 | +</script> |
| 141 | + <noscript> |
| 142 | + <div class="list-group-item"> |
| 143 | + <span class="pull-right"> |
| 144 | + <i class="icon-envelope-alt"></i> |
| 145 | + </span> |
| 146 | + Enable JavaScript for E-mail address. |
| 147 | + </div> |
| 148 | + </noscript> |
| 149 | + <a href="tel:4157421734" class="list-group-item"> |
| 150 | + <span class="pull-right"> |
| 151 | + <i class="icon-phone"></i> |
| 152 | + </span> |
| 153 | + (415) 742-1SEG |
| 154 | + </a> |
| 155 | + <a href="https://plus.google.com/113283982336373378707?rel=author" target="_blank" class="list-group-item"> |
| 156 | + <span class="pull-right"> |
| 157 | + <i class="icon-li icon-google-plus-sign"></i> |
| 158 | + </span> |
| 159 | + Google+ |
| 160 | + </a> |
| 161 | + <a href="https://www.facebook.com/TheSeg" target="_blank" class="list-group-item"> |
| 162 | + <span class="pull-right"> |
| 163 | + <i class="icon-li icon-facebook-sign"></i> |
| 164 | + </span> |
| 165 | + Facebook |
| 166 | + </a> |
| 167 | + <a href="https://twitter.com/TheSeg" target="_blank" class="list-group-item"> |
| 168 | + <span class="pull-right"> |
| 169 | + <i class="icon-li icon-twitter-sign"></i> |
| 170 | + </span> |
| 171 | + @TheSeg |
| 172 | + </a> |
| 173 | + <a href="skype:johnseggerson?call" class="list-group-item"> |
| 174 | + <span class="pull-right"> |
| 175 | + <i class="icon-li icon-skype"></i> |
| 176 | + </span> |
| 177 | + Skype: JohnSeggerson |
| 178 | + </a> |
| 179 | + </div> |
| 180 | + </div> |
53 | 181 | </div>
|
54 | 182 |
|
55 | 183 | </div>
|
0 commit comments