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:
@ -41,6 +41,8 @@
|
||||
|
||||
{{> section/education }}
|
||||
|
||||
{{> section/affiliation }}
|
||||
|
||||
{{> section/service }}
|
||||
|
||||
{{> section/samples }}
|
||||
|
@ -14,6 +14,8 @@
|
||||
|
||||
{{> section/education }}
|
||||
|
||||
{{> section/affiliation }}
|
||||
|
||||
{{> section/samples }}
|
||||
|
||||
{{> section/writing }}
|
||||
|
@ -41,6 +41,8 @@
|
||||
|
||||
{{> section/education }}
|
||||
|
||||
{{> section/affiliation }}
|
||||
|
||||
{{> section/service }}
|
||||
|
||||
{{> section/samples }}
|
||||
|
@ -14,6 +14,8 @@
|
||||
|
||||
{{> section/education }}
|
||||
|
||||
{{> section/affiliation }}
|
||||
|
||||
{{> section/samples }}
|
||||
|
||||
{{> section/writing }}
|
||||
|
@ -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"}}
|
||||
|
Reference in New Issue
Block a user