mirror of
https://github.com/JuanCanham/fresh-themes.git
synced 2025-05-04 04:47:08 +01:00
Capture.
This commit is contained in:
@ -55,6 +55,10 @@
|
||||
|
||||
{{> section/speaking }}
|
||||
|
||||
{{> section/references }}
|
||||
|
||||
{{> section/interests }}
|
||||
|
||||
|
||||
|
||||
</main>
|
||||
|
@ -29,3 +29,5 @@
|
||||
{{> section/speaking }}
|
||||
|
||||
{{> section/references }}
|
||||
|
||||
{{> section/interests }}
|
||||
|
@ -55,6 +55,10 @@
|
||||
|
||||
{{> section/speaking }}
|
||||
|
||||
{{> section/references }}
|
||||
|
||||
{{> section/interests }}
|
||||
|
||||
|
||||
|
||||
</main>
|
||||
|
@ -27,3 +27,5 @@
|
||||
{{> section/recognition }}
|
||||
|
||||
{{> section/references }}
|
||||
|
||||
{{> section/interests }}
|
||||
|
@ -204,6 +204,7 @@
|
||||
{{#*inline "header-recognition"}}{{> header-icon _title="RECOGNITION" _section="recognition" _icon="pict/rec" }}{{/inline}}
|
||||
{{#*inline "header-speaking"}}{{> header-icon _title="SPEAKING" _section="speaking" _icon="pict/arrow" }}{{/inline}}
|
||||
{{#*inline "header-references"}}{{> header-icon _title="REFERENCES" _section="references" _icon="pict/arrow" }}{{/inline}}
|
||||
{{#*inline "header-interests"}}{{> header-icon _title="INTERESTS" _section="interests" _icon="pict/arrow" }}{{/inline}}
|
||||
|
||||
{{!<!--
|
||||
|
||||
@ -226,7 +227,7 @@
|
||||
{{#section "writing"}}{{> section/reading }}{{/section}}
|
||||
{{#section "recognition"}}{{> section/recognition }}{{/section}}
|
||||
{{#section "speaking"}}{{> section/speaking }}{{/section}}
|
||||
{{#section "references"}}{{> section/references }}{{/section}}
|
||||
{{#section "interests"}}{{> section/interests }}{{/section}}
|
||||
|
||||
{{!<!--
|
||||
And we're done! Close off the word document and go home.
|
||||
|
@ -319,6 +319,7 @@ also doesn't render any content.
|
||||
{{#*inline "icon-speaking"}}<span class="fa fa-lg fa-users"></span>{{/inline}}
|
||||
{{#*inline "icon-testimonials"}}<span class="fa fa-lg fa-quote-left"></span>{{/inline}}
|
||||
{{#*inline "icon-references"}}<span class="fa fa-lg fa-thumbs-o-up"></span>{{/inline}}
|
||||
{{#*inline "icon-interests"}}<span class="fa fa-lg fa-thumbs-o-up"></span>{{/inline}}
|
||||
|
||||
{{! <!--
|
||||
And we're done with the customizations. For the rest of the resume, we'll
|
||||
@ -334,6 +335,7 @@ also doesn't render any content.
|
||||
{{> section/speaking _icon="icon-speaking"}}
|
||||
{{> section/testimonials _icon="icon-testimonials"}}
|
||||
{{> section/references _icon="icon-references"}}
|
||||
{{> section/interests _icon="icon-interests"}}
|
||||
|
||||
</div>
|
||||
</main>
|
||||
|
Reference in New Issue
Block a user