mirror of
https://github.com/JuanCanham/fresh-theme-bootstrap.git
synced 2024-11-17 12:30:10 +00:00
Add speaking section
This commit is contained in:
parent
ce00dad2ac
commit
3de17aa3e1
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "fresh-theme-bootstrap",
|
||||
"version": "0.2.1",
|
||||
"version": "0.3.0",
|
||||
"description": "Responsive resume theme using Bootstrap and Bootswatch.",
|
||||
"repository": "https://github.com/aruberto/fresh-theme-bootstrap/test",
|
||||
"keywords": [
|
||||
|
@ -8,6 +8,7 @@
|
||||
{{> education}}
|
||||
{{> service}}
|
||||
{{> writing}}
|
||||
{{> speaking}}
|
||||
{{> recognition}}
|
||||
{{> interests}}
|
||||
</div>
|
||||
|
17
src/partials/speaking.html
Normal file
17
src/partials/speaking.html
Normal file
@ -0,0 +1,17 @@
|
||||
{{#section 'speaking'}}
|
||||
<hr>
|
||||
<section class="row">
|
||||
<h3 class="{{headerClass}}"><span class="fa fa-fw fa-comment"></span> {{{sectionTitle "speaking" "Speaking"}}}</h3>
|
||||
<div class="{{contentClass}}">
|
||||
{{#each r.speaking}}
|
||||
{{#if url}}
|
||||
<h4><a href="{{{url}}}"><strong>{{title}}</strong></a>, {{event}}</h4>
|
||||
{{else}}
|
||||
<h4><strong>{{title}}</strong>, {{event}}</h4>
|
||||
{{/if}}
|
||||
Presented on: {{formatDate safe.date 'YYYY-MM-DD'}}
|
||||
{{#unless @last}}<div> </div>{{/unless}}
|
||||
{{/each}}
|
||||
</div>
|
||||
</section>
|
||||
{{/section}}
|
@ -410,7 +410,7 @@
|
||||
"role": "Speaker",
|
||||
"event": "OPENSTART 2013 Developer's Conference",
|
||||
"location": "Portland, OR",
|
||||
"date": "2012",
|
||||
"date": "2012-01-02",
|
||||
"highlights": [
|
||||
"Won 'Best Presentation on an Emerging Technical Field' prize."
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user