File tree Expand file tree Collapse file tree 2 files changed +14
-5
lines changed Expand file tree Collapse file tree 2 files changed +14
-5
lines changed Original file line number Diff line number Diff line change @@ -72,6 +72,7 @@ <h4 class="media-heading">Robb Lewis</h4>
72
72
</ div >
73
73
</ div > <!-- .team.row -->
74
74
75
+ < div class ="well well-sm clearfix ">
75
76
< div class ="row winnings ">
76
77
< div class ="col-md-10 col-md-offset-1 ">
77
78
< ul class ="winnings__list ">
@@ -81,6 +82,7 @@ <h4 class="media-heading">Robb Lewis</h4>
81
82
</ ul >
82
83
</ div >
83
84
</ div >
85
+ </ div >
84
86
85
87
< div class ="row ">
86
88
< div class ="col-md-6 the-projects ">
@@ -137,15 +139,19 @@ <h3>Pixely</h3>
137
139
< div class ="row ">
138
140
< div class ="well well-sm clearfix ">
139
141
< div class ="pull-left ">
140
- < a href ="https://twitter.com/intent/tweet?text=%23devsdodesign " class ="btn btn-success btn-sm ">
142
+ < a href ="https://twitter.com/intent/tweet?text=%23devsdodesign " class ="btn btn-success btn-sm " target =" _blank " >
141
143
< i class ="fa fa-twitter "> </ i > Use the Hashtag!
142
144
</ a >
143
145
144
- < a href ="http ://github .com/devsdodesign " class ="btn btn-default btn-sm ">
145
- < i class ="fa fa-github "> </ i > We're on GitHub!
146
+ < a href ="https ://twitter .com/devsdodesign " class ="btn btn-default btn-sm " target =" _blank ">
147
+ < i class ="fa fa-twitter "> </ i > Follow @devsdodesign
146
148
</ a >
147
149
</ div >
148
150
< div class ="pull-right ">
151
+ < a href ="http://github.com/devsdodesign " class ="btn btn-default btn-sm ">
152
+ < i class ="fa fa-github "> </ i > We're on GitHub!
153
+ </ a >
154
+
149
155
< a href ="http://pubhack.co.uk " class ="btn btn-default btn-sm ">
150
156
< i class ="fa fa-beer "> </ i > Brewed in PubHack
151
157
</ a >
Original file line number Diff line number Diff line change @@ -29,7 +29,10 @@ code {
29
29
}
30
30
31
31
.team .avatar {
32
- /*-webkit-filter: grayscale(100%);*/
32
+ border-radius : 5px ;
33
+ }
34
+ .team .avatar : hover {
35
+ -webkit-filter : sepia (1 );
33
36
}
34
37
35
38
60
63
61
64
.winnings {
62
65
font-size : 140% ;
63
- margin-bottom : 20px ;
66
+ margin-top : 20px ;
64
67
text-align : center;
65
68
}
66
69
You can’t perform that action at this time.
0 commit comments