Skip to content

Commit 39f66dd

Browse files
committed
FA4: Introduction section
1 parent 5495986 commit 39f66dd

4 files changed

Lines changed: 41 additions & 41 deletions

File tree

_includes/content/introduction.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,18 @@
33
<h2>Designer + Programmer</h2>
44
</div>
55
<div class="col-sm-3 col-xs-6">
6-
<span class="icon-stack">
7-
<i class="icon-circle icon-stack-base"></i>
8-
<i class="icon-puzzle-piece icon-light"></i>
6+
<span class="fa-stack fa-lg">
7+
<i class="fa fa-circle fa-stack-2x"></i>
8+
<i class="fa fa-puzzle-piece fa-stack-1x fa-inverse"></i>
99
</span>
1010
</div>
1111
<div class="introduction-text col-sm-6 hidden-xs">
1212
<h2>Designer + Programmer</h2>
1313
</div>
1414
<div class="col-sm-3 col-xs-6">
15-
<span class="icon-stack">
16-
<i class="icon-circle icon-stack-base"></i>
17-
<i class="icon-code icon-light"></i>
15+
<span class="fa-stack fa-lg">
16+
<i class="fa fa-circle fa-stack-2x"></i>
17+
<i class="fa fa-code fa-stack-1x fa-inverse"></i>
1818
</span>
1919
</div>
2020
</div>

_less/seg_resume.less

Lines changed: 33 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -193,47 +193,47 @@ table {
193193

194194
/* introduction */
195195
#introduction {
196-
text-align:center;
196+
text-align:center;
197197
margin-top:0;
198198
&.addPadding {
199199
margin-top:80px;
200200
}
201-
.introduction-set {
202-
margin-bottom:20px;
203-
}
201+
.introduction-set {
202+
margin-bottom:20px;
203+
}
204204
.introduction-header-text {
205205
font-size:20pt;
206-
@media (max-width: @screen-xs-max) {
207-
font-size:16pt;
208-
}
209-
}
210-
.introduction-block {
211-
@introduction-icon-size-xs: 1.25;
212-
margin-bottom:20px;
213-
.introduction-text {
214-
@media (min-width: @screen-sm-min) {
215-
display:table-row;
216-
vertical-align:middle;
217-
height:100%;
218-
}
206+
@media (max-width: @screen-xs-max) {
207+
font-size:16pt;
208+
}
209+
}
210+
.introduction-block {
211+
@introduction-icon-size-xs: 1.25;
212+
margin-bottom:20px;
213+
.introduction-text {
214+
@media (min-width: @screen-sm-min) {
215+
display:table-row;
216+
vertical-align:middle;
217+
height:100%;
218+
}
219219
}
220220
h2 {
221-
@base-font-size:40pt;
222-
font-size:@base-font-size;
223-
@media (max-width: @screen-xs-max) {
224-
font-size:( @base-font-size / @introduction-icon-size-xs );
225-
}
226-
@media (min-width: @screen-lg-min ) {
227-
padding-top:( @base-font-size / 2 );
228-
}
229-
}
230-
.icon-stack {
231-
font-size:60pt;
232-
@media (max-width: @screen-xs-max) {
233-
font-size:( 60pt / @introduction-icon-size-xs );
234-
}
235-
}
236-
}
221+
@base-font-size:40pt;
222+
font-size:@base-font-size;
223+
@media (max-width: @screen-xs-max) {
224+
font-size:( @base-font-size / @introduction-icon-size-xs );
225+
}
226+
@media (min-width: @screen-lg-min ) {
227+
padding-top:( @base-font-size / 2 );
228+
}
229+
}
230+
.fa-stack {
231+
font-size:60pt;
232+
@media (max-width: @screen-xs-max) {
233+
font-size:( 60pt / @introduction-icon-size-xs );
234+
}
235+
}
236+
}
237237
}
238238

239239
/* overview */

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)