1
0
mirror of https://github.com/JuanCanham/fresh-themes.git synced 2024-11-22 16:20:11 +00:00

Remove Font Awesome references from Basis theme.

This commit is contained in:
hacksalot 2016-01-05 08:58:40 -05:00
parent dad62fe610
commit 3261c01075

View File

@ -27,7 +27,7 @@
{{#section "skills"}} {{#section "skills"}}
<section id="skills"> <section id="skills">
<header> <header>
<h2><span class="fa fa-code"></span> {{{sectionTitle "Skills"}}}</h2><hr> <h2>{{{sectionTitle "Skills"}}}</h2><hr>
</header> </header>
<table> <table>
<thead> <thead>
@ -53,7 +53,7 @@
{{#section "employment"}} {{#section "employment"}}
<section id="employment"> <section id="employment">
<header> <header>
<h2><span class="fa fa-building" style="vertical-align: top;"></span> {{{sectionTitle "Employment"}}}</h2><hr> <h2>{{{sectionTitle "Employment"}}}</h2><hr>
</header> </header>
{{#each r.employment.history}} {{#each r.employment.history}}
@ -83,7 +83,6 @@
<header> <header>
<h3>{{{sectionTitle "Projects"}}}</h3> <h3>{{{sectionTitle "Projects"}}}</h3>
</header> </header>
<span class="fa fa-lg fa-building"></span>
{{#each r.projects}} {{#each r.projects}}
{{#if url}} {{#if url}}
<h4><span class="res-label">{{ role }}</span>, <a href="{{{ url }}}">{{ title }}</a></h4> <h4><span class="res-label">{{ role }}</span>, <a href="{{{ url }}}">{{ title }}</a></h4>
@ -107,7 +106,7 @@
{{#section "education"}} {{#section "education"}}
<section id="education"> <section id="education">
<header> <header>
<h2><span class="fa fa-mortar-board"></span> {{{sectionTitle "Education"}}}</h2><hr> <h2>{{{sectionTitle "Education"}}}</h2><hr>
</header> </header>
{{#each r.education.history}} {{#each r.education.history}}
<h3>{{{ institution }}} <span class="tenure">{{formatDate safe.start 'YYYY' }} &mdash; {{formatDate safe.end 'YYYY' }}<span></h3> <h3>{{{ institution }}} <span class="tenure">{{formatDate safe.start 'YYYY' }} &mdash; {{formatDate safe.end 'YYYY' }}<span></h3>
@ -119,7 +118,7 @@
{{#section "service"}} {{#section "service"}}
<section id="volunteer"> <section id="volunteer">
<header> <header>
<h2><span class="fa fa-child" style="vertical-align: top;"></span> {{{sectionTitle "Service"}}}</h2><hr> <h2>{{{sectionTitle "Service"}}}</h2><hr>
</header> </header>
{{#each r.service.history}} {{#each r.service.history}}
<h3><em>{{ position }}</em>, <h3><em>{{ position }}</em>,
@ -145,7 +144,7 @@
{{#section "writing"}} {{#section "writing"}}
<section id="publications"> <section id="publications">
<header> <header>
<h2><span class="fa fa-book"></span> {{{sectionTitle "Writing"}}}</h2><hr> <h2>{{{sectionTitle "Writing"}}}</h2><hr>
</header> </header>
{{#each r.writing }} {{#each r.writing }}
<h3><em>{{#if url}}<a href="{{{ url }}}">{{{ title }}}</a>{{else}}{{{ title }}}{{/if}}</em>, <h3><em>{{#if url}}<a href="{{{ url }}}">{{{ title }}}</a>{{else}}{{{ title }}}{{/if}}</em>,
@ -158,7 +157,7 @@
{{#section "recognition"}} {{#section "recognition"}}
<section id="awards"> <section id="awards">
<header> <header>
<h2><span class="fa fa-trophy"></span> {{{sectionTitle "recognition" "Awards"}}}</h2><hr> <h2>{{{sectionTitle "recognition" "Awards"}}}</h2><hr>
</header> </header>
{{#each r.recognition}} {{#each r.recognition}}
<h4><span class="res-label">{{ title }}</span>, {{ from }} <span class="tenure">{{formatDate safe.date 'YYYY' }}</span></h4> <h4><span class="res-label">{{ title }}</span>, {{ from }} <span class="tenure">{{formatDate safe.date 'YYYY' }}</span></h4>