mirror of
				https://github.com/JuanCanham/fresh-themes.git
				synced 2025-10-31 21:07:27 +00:00 
			
		
		
		
	Capture.
This commit is contained in:
		| @@ -3,10 +3,9 @@ | ||||
|   <head> | ||||
|     <meta charset="utf-8"> | ||||
|     <title>{{ r.name }}</title> | ||||
|     <link href='https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic' rel='stylesheet' type='text/css'> | ||||
|     <style> | ||||
|     {{{ cssInfo.data }}} | ||||
|     </style> | ||||
|     <link href='https://fonts.googleapis.com/css?family=Open+Sans:300' rel='stylesheet' type='text/css'> | ||||
|     <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css"> | ||||
|     {{{styleSheet "positive-pdf.css"}}} | ||||
|   </head> | ||||
|   <body> | ||||
|     <main> | ||||
| @@ -35,7 +34,7 @@ | ||||
|         icon into the global partial. For this theme, we're using Font Awesome. | ||||
|       -->}} | ||||
|  | ||||
|       {{#*inline "icon-skills"}}<span class="fa fa-lg fa-star"></span>{{/inline}} | ||||
|       {{#*inline "icon-skills"}}<span class="fa fa-lg fa-code"></span>{{/inline}} | ||||
|       {{> section/skills _icon="icon-skills"}} | ||||
|  | ||||
|       {{#*inline "icon-employment"}}<span class="fa fa-lg fa-building"></span>{{/inline}} | ||||
| @@ -47,6 +46,9 @@ | ||||
|       {{#*inline "icon-education"}}<span class="fa fa-lg fa-mortar-board"></span>{{/inline}} | ||||
|       {{> section/education _icon="icon-education"}} | ||||
|  | ||||
|       {{#*inline "icon-affiliation"}}<span class="fa fa-lg fa-share-alt"></span>{{/inline}} | ||||
|       {{> section/affiliation _icon="icon-affiliation"}} | ||||
|  | ||||
|       {{#*inline "icon-service"}}<span class="fa fa-lg fa-child"></span>{{/inline}} | ||||
|       {{> section/service _icon="icon-service"}} | ||||
|  | ||||
| @@ -65,12 +67,12 @@ | ||||
|       {{#*inline "icon-speaking"}}<span class="fa fa-lg fa-users"></span>{{/inline}} | ||||
|       {{> section/speaking _icon="icon-speaking"}} | ||||
|  | ||||
|       {{#*inline "icon-testimonials"}}<span class="fa fa-lg fa-thumbs-o-up"></span>{{/inline}} | ||||
|       {{#*inline "icon-testimonials"}}<span class="fa fa-lg fa-quote-left"></span>{{/inline}} | ||||
|       {{> section/testimonials _icon="icon-testimonials"}} | ||||
|  | ||||
|       {{#*inline "icon-references"}}<span class="fa fa-lg fa-thumbs-o-up"></span>{{/inline}} | ||||
|       {{> section/references _icon="icon-references"}} | ||||
|  | ||||
|     </main> | ||||
|   </body> | ||||
|     </div> | ||||
|   </main> | ||||
| </html> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user