mirror of
				https://github.com/JuanCanham/fresh-themes.git
				synced 2025-10-30 20:37:27 +00:00 
			
		
		
		
	feat: compact: add 'extracurricular' section
This commit is contained in:
		| @@ -67,6 +67,7 @@ | |||||||
|       {{#section "affiliation"}}{{> section/affiliation }}{{/section}} |       {{#section "affiliation"}}{{> section/affiliation }}{{/section}} | ||||||
|       {{#section "education"}}{{> section/education }}{{/section}} |       {{#section "education"}}{{> section/education }}{{/section}} | ||||||
|       {{#section "service"}}{{> section/service }}{{/section}} |       {{#section "service"}}{{> section/service }}{{/section}} | ||||||
|  |       {{#section "extracurricular"}}{{> section/extracurricular }}{{/section}} | ||||||
|       {{#section "writing"}}{{> section/writing }}{{/section}} |       {{#section "writing"}}{{> section/writing }}{{/section}} | ||||||
|       {{#section "speaking"}}{{> section/speaking }}{{/section}} |       {{#section "speaking"}}{{> section/speaking }}{{/section}} | ||||||
|       {{#section "reading"}}{{> section/reading }}{{/section}} |       {{#section "reading"}}{{> section/reading }}{{/section}} | ||||||
|   | |||||||
| @@ -28,6 +28,7 @@ | |||||||
| {{#*inline "icon-projects"}}<span class="fa fa-star"></span>{{/inline}} | {{#*inline "icon-projects"}}<span class="fa fa-star"></span>{{/inline}} | ||||||
| {{#*inline "icon-governance"}}<span class="fa fa-balance-scale"></span>{{/inline}} | {{#*inline "icon-governance"}}<span class="fa fa-balance-scale"></span>{{/inline}} | ||||||
| {{#*inline "icon-education"}}<span class="fa fa-mortar-board"></span>{{/inline}} | {{#*inline "icon-education"}}<span class="fa fa-mortar-board"></span>{{/inline}} | ||||||
|  | {{#*inline "icon-extracurricular"}}<span class="fa fa-child"></span>{{/inline}} | ||||||
| {{#*inline "icon-service"}}<span class="fa fa-child"></span>{{/inline}} | {{#*inline "icon-service"}}<span class="fa fa-child"></span>{{/inline}} | ||||||
| {{#*inline "icon-affiliation"}}<span class="fa fa-share-alt"></span>{{/inline}} | {{#*inline "icon-affiliation"}}<span class="fa fa-share-alt"></span>{{/inline}} | ||||||
| {{#*inline "icon-samples"}}<span class="fa fa-share"></span>{{/inline}} | {{#*inline "icon-samples"}}<span class="fa fa-share"></span>{{/inline}} | ||||||
| @@ -89,6 +90,7 @@ | |||||||
| {{> section/governance _icon="icon-governance"}} | {{> section/governance _icon="icon-governance"}} | ||||||
| {{> section/education _icon="icon-education"}} | {{> section/education _icon="icon-education"}} | ||||||
| {{> section/service _icon="icon-service"}} | {{> section/service _icon="icon-service"}} | ||||||
|  | {{> section/extracurricular _icon="icon-extracurricular"}} | ||||||
| {{> section/affiliation _icon="icon-affiliation"}} | {{> section/affiliation _icon="icon-affiliation"}} | ||||||
| {{> section/samples _icon="icon-samples"}} | {{> section/samples _icon="icon-samples"}} | ||||||
| {{> section/writing _icon="icon-writing"}} | {{> section/writing _icon="icon-writing"}} | ||||||
|   | |||||||
| @@ -26,16 +26,19 @@ | |||||||
| {{#*inline "icon-skills"}}<span class="fa fa-lg fa-code"></span>{{/inline}} | {{#*inline "icon-skills"}}<span class="fa fa-lg fa-code"></span>{{/inline}} | ||||||
| {{#*inline "icon-employment"}}<span class="fa fa-building"></span>{{/inline}} | {{#*inline "icon-employment"}}<span class="fa fa-building"></span>{{/inline}} | ||||||
| {{#*inline "icon-projects"}}<span class="fa fa-star"></span>{{/inline}} | {{#*inline "icon-projects"}}<span class="fa fa-star"></span>{{/inline}} | ||||||
|  | {{#*inline "icon-governance"}}<span class="fa fa-balance-scale"></span>{{/inline}} | ||||||
| {{#*inline "icon-education"}}<span class="fa fa-mortar-board"></span>{{/inline}} | {{#*inline "icon-education"}}<span class="fa fa-mortar-board"></span>{{/inline}} | ||||||
|  | {{#*inline "icon-extracurricular"}}<span class="fa fa-child"></span>{{/inline}} | ||||||
| {{#*inline "icon-service"}}<span class="fa fa-child"></span>{{/inline}} | {{#*inline "icon-service"}}<span class="fa fa-child"></span>{{/inline}} | ||||||
|  | {{#*inline "icon-affiliation"}}<span class="fa fa-share-alt"></span>{{/inline}} | ||||||
| {{#*inline "icon-samples"}}<span class="fa fa-share"></span>{{/inline}} | {{#*inline "icon-samples"}}<span class="fa fa-share"></span>{{/inline}} | ||||||
| {{#*inline "icon-writing"}}<span class="fa fa-pencil"></span>{{/inline}} | {{#*inline "icon-writing"}}<span class="fa fa-pencil"></span>{{/inline}} | ||||||
| {{#*inline "icon-reading"}}<span class="fa fa-book"></span>{{/inline}} | {{#*inline "icon-reading"}}<span class="fa fa-book"></span>{{/inline}} | ||||||
| {{#*inline "icon-recognition"}}<span class="fa fa-trophy"></span>{{/inline}} | {{#*inline "icon-recognition"}}<span class="fa fa-trophy"></span>{{/inline}} | ||||||
| {{#*inline "icon-speaking"}}<span class="fa fa-users"></span>{{/inline}} | {{#*inline "icon-speaking"}}<span class="fa fa-users"></span>{{/inline}} | ||||||
| {{#*inline "icon-testimonials"}}<span class="fa fa-thumbs-o-up"></span>{{/inline}} | {{#*inline "icon-testimonials"}}<span class="fa fa-quote-right"></span>{{/inline}} | ||||||
| {{#*inline "icon-references"}}<span class="fa fa-thumbs-o-up"></span>{{/inline}} | {{#*inline "icon-references"}}<span class="fa fa-thumbs-o-up"></span>{{/inline}} | ||||||
| {{#*inline "icon-interests"}}<span class="fa fa-thumbs-o-up"></span>{{/inline}} | {{#*inline "icon-interests"}}<span class="fa fa-bicycle"></span>{{/inline}} | ||||||
|  |  | ||||||
| {{#*inline "body-employment" }} | {{#*inline "body-employment" }} | ||||||
| <div> | <div> | ||||||
| @@ -79,17 +82,16 @@ | |||||||
|  |  | ||||||
| -->}} | -->}} | ||||||
|  |  | ||||||
| {{#has "info.brief"}} | {{#*inline "header-info"}}{{/inline}} | ||||||
| <section id="summary"> | {{> section/info }} | ||||||
|   {{{ r.info.brief }}} |  | ||||||
| </section> |  | ||||||
| {{/has}} |  | ||||||
|  |  | ||||||
| {{> section/skills _icon="icon-skills"}} | {{> section/skills _icon="icon-skills"}} | ||||||
| {{> section/employment _icon="icon-employment"}} | {{> section/employment _icon="icon-employment"}} | ||||||
| {{> section/projects _icon="icon-projects"}} | {{> section/projects _icon="icon-projects"}} | ||||||
|  | {{> section/governance _icon="icon-governance"}} | ||||||
| {{> section/education _icon="icon-education"}} | {{> section/education _icon="icon-education"}} | ||||||
| {{> section/service _icon="icon-service"}} | {{> section/service _icon="icon-service"}} | ||||||
|  | {{> section/extracurricular _icon="icon-extracurricular"}} | ||||||
|  | {{> section/affiliation _icon="icon-affiliation"}} | ||||||
| {{> section/samples _icon="icon-samples"}} | {{> section/samples _icon="icon-samples"}} | ||||||
| {{> section/writing _icon="icon-writing"}} | {{> section/writing _icon="icon-writing"}} | ||||||
| {{> section/reading _icon="icon-reading"}} | {{> section/reading _icon="icon-reading"}} | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user