Skip to content

Commit a588d1d

Browse files
committed
Overview & Contact Fixes.
* Reordered Websites & Contact info sections. * Fixed Skype linking. * Fixed Raptr caseing.
1 parent 642802b commit a588d1d

1 file changed

Lines changed: 59 additions & 59 deletions

File tree

_includes/content/contact.html

Lines changed: 59 additions & 59 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,62 @@ <h3 class="panel-title">Statistics</h3>
4848
</div>
4949
</div>
5050

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>
105+
</div>
106+
51107
<div class="col-md-4">
52108
<div class="panel panel-primary">
53109
<div class="panel-heading">
@@ -96,12 +152,6 @@ <h3 class="panel-title">Contact Info</h3>
96152
</span>
97153
(415) 742-1SEG
98154
</a>
99-
<a href="skype://johnseggerson?chat" class="list-group-item">
100-
<span class="pull-right">
101-
<i class="icon-li icon-skype"></i>
102-
</span>
103-
Skype
104-
</a>
105155
<a href="https://plus.google.com/113283982336373378707?rel=author" target="_blank" class="list-group-item">
106156
<span class="pull-right">
107157
<i class="icon-li icon-google-plus-sign"></i>
@@ -120,61 +170,11 @@ <h3 class="panel-title">Contact Info</h3>
120170
</span>
121171
@TheSeg
122172
</a>
123-
</div>
124-
</div>
125-
</div>
126-
127-
<div class="col-md-4">
128-
<div class="panel panel-primary">
129-
<div class="panel-heading">
130-
<h3 class="panel-title">Websites</h3>
131-
</div>
132-
<div class="list-group">
133-
{% if page.layout == "valve" %}
134-
<a href="http://steamcommunity.com/id/atrus/" target="_blank" class="list-group-item">
135-
<span class="pull-right">
136-
<i class="icon-user"></i>
137-
</span>
138-
Steam Community Profile
139-
</a>
140-
{% endif %}
141-
<a href="http://www.linkedin.com/in/johnseggerson/" target="_blank" class="list-group-item">
142-
<span class="pull-right">
143-
<i class="icon-linkedin"></i>
144-
</span>
145-
LinkedIn Profile
146-
</a>
147-
<a href="http://www.mobygames.com/developer/sheet/view/developerId,290531/" target="_blank" class="list-group-item">
148-
<span class="pull-right">
149-
<i class="icon-gamepad"></i>
150-
</span>
151-
MobyGames Developer Profile
152-
</a>
153-
<a href="http://www.imdb.com/name/nm2980406/" target="_blank" class="list-group-item">
154-
<span class="pull-right">
155-
<i class="icon-film"></i>
156-
</span>
157-
<acronym title="Internet Movie Database">IMDb</acronym>
158-
</a>
159-
{% if plage.layout != "valve" %}
160-
<a href="http://raptr.com/TheSeg/" target="_blank" class="list-group-item">
161-
<span class="pull-right">
162-
<i class="icon-user"></i>
163-
</span>
164-
Raptr
165-
</a>
166-
{% endif %}
167-
<a href="http://segonmedia.com" target="_blank" class="list-group-item">
168-
<span class="pull-right">
169-
<i class="icon-rss"></i>
170-
</span>
171-
Seg On Media (Blog)
172-
</a>
173-
<a href="http://github.com/TheSeg" target="_blank" class="list-group-item">
173+
<a href="skype:johnseggerson?call" class="list-group-item">
174174
<span class="pull-right">
175-
<i class="icon-github"></i>
175+
<i class="icon-li icon-skype"></i>
176176
</span>
177-
GitHub: TheSeg
177+
Skype: JohnSeggerson
178178
</a>
179179
</div>
180180
</div>

0 commit comments

Comments
 (0)