1
0
mirror of https://github.com/JuanCanham/fresh-themes.git synced 2025-05-04 04:47:08 +01:00

Introduce affiliation section.

This commit is contained in:
hacksalot
2016-01-20 09:12:53 -05:00
parent 9bf5d43f87
commit eb0d731d55
9 changed files with 137 additions and 0 deletions

View File

@ -41,6 +41,8 @@
{{> section/education }}
{{> section/affiliation }}
{{> section/service }}
{{> section/samples }}

View File

@ -14,6 +14,8 @@
{{> section/education }}
{{> section/affiliation }}
{{> section/samples }}
{{> section/writing }}

View File

@ -41,6 +41,8 @@
{{> section/education }}
{{> section/affiliation }}
{{> section/service }}
{{> section/samples }}

View File

@ -14,6 +14,8 @@
{{> section/education }}
{{> section/affiliation }}
{{> section/samples }}
{{> section/writing }}

View File

@ -284,6 +284,7 @@ also doesn't render any content.
{{#*inline "icon-education"}}<span class="fa fa-lg fa-mortar-board"></span>{{/inline}}
{{#*inline "icon-service"}}<span class="fa fa-lg fa-child"></span>{{/inline}}
{{#*inline "icon-affiliation"}}<span class="fa fa-lg fa-share-alt"></span>{{/inline}}
{{#*inline "icon-samples"}}<span class="fa fa-lg fa-share"></span>{{/inline}}
{{#*inline "icon-writing"}}<span class="fa fa-lg fa-pencil"></span>{{/inline}}
{{#*inline "icon-reading"}}<span class="fa fa-lg fa-book"></span>{{/inline}}
@ -299,6 +300,7 @@ also doesn't render any content.
{{> section/education _icon="icon-education"}}
{{> section/service _icon="icon-service"}}
{{> section/affiliation _icon="icon-affiliation"}}
{{> section/samples _icon="icon-samples"}}
{{> section/writing _icon="icon-writing"}}
{{> section/reading _icon="icon-reading"}}