move intro into config file
This commit is contained in:
@@ -15,6 +15,7 @@ resume_title: "Nuclear Safety Inspector"
|
|||||||
resume_contact_email:
|
resume_contact_email:
|
||||||
"homerjsimpson@youremailaddress.com"
|
"homerjsimpson@youremailaddress.com"
|
||||||
resume_header_contact_info: "742 Evergreen Terrace, Springfield | 555-7334 | homerjsimpson@youremailaddress.com"
|
resume_header_contact_info: "742 Evergreen Terrace, Springfield | 555-7334 | homerjsimpson@youremailaddress.com"
|
||||||
|
resume_header_intro: "<p>This is the executive summary. You should write a few brief, concise, and meaningful sentences about yourself from a professional context, and your immediate career goals. Make the length appropriate for your needs, but K.I.S.S.</p>"
|
||||||
|
|
||||||
# use "yes" to display the email contact button,
|
# use "yes" to display the email contact button,
|
||||||
# "no" to display an "I'm not looking for work" message,
|
# "no" to display an "I'm not looking for work" message,
|
||||||
|
|||||||
@@ -32,7 +32,7 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="executive-summary no-print" itemprop="description">
|
<div class="executive-summary no-print" itemprop="description">
|
||||||
<p>This is the executive summary. You should write a few brief, concise, and meaningful sentences about yourself from a professional context, and your immediate career goals. Make the length appropriate for your needs, but K.I.S.S.</p>
|
{{ site.resume_header_intro }}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{% if site.resume_looking_for_work == 'yes' %}
|
{% if site.resume_looking_for_work == 'yes' %}
|
||||||
@@ -59,12 +59,12 @@
|
|||||||
<p class="resume-item-copy" style="clear: both;">{{ job.summary }}</p>
|
<p class="resume-item-copy" style="clear: both;">{{ job.summary }}</p>
|
||||||
</div><!-- end of resume-item -->
|
</div><!-- end of resume-item -->
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
||||||
</section>
|
</section>
|
||||||
<!-- end Experience -->
|
<!-- end Experience -->
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
|
||||||
{% if site.resume_section_education %}
|
{% if site.resume_section_education %}
|
||||||
<!-- begin Education -->
|
<!-- begin Education -->
|
||||||
<section class="content-section">
|
<section class="content-section">
|
||||||
@@ -99,7 +99,7 @@
|
|||||||
<p class="resume-item-copy" style="clear: both;">{{ project.description }}</p>
|
<p class="resume-item-copy" style="clear: both;">{{ project.description }}</p>
|
||||||
</div>
|
</div>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
||||||
</section>
|
</section>
|
||||||
<!-- end Projects -->
|
<!-- end Projects -->
|
||||||
{% endif %}
|
{% endif %}
|
||||||
@@ -117,7 +117,7 @@
|
|||||||
<p class="resume-item-copy">{{ skill.description }}</p>
|
<p class="resume-item-copy">{{ skill.description }}</p>
|
||||||
</div>
|
</div>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
||||||
</section>
|
</section>
|
||||||
<!-- end Skills -->
|
<!-- end Skills -->
|
||||||
{% endif %}
|
{% endif %}
|
||||||
@@ -129,7 +129,7 @@
|
|||||||
<header class="section-header">
|
<header class="section-header">
|
||||||
<h2>Recognition</h2>
|
<h2>Recognition</h2>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
{% for recognition in site.data.recognitions %}
|
{% for recognition in site.data.recognitions %}
|
||||||
<div class="resume-item">
|
<div class="resume-item">
|
||||||
<h3 class="resume-item-title" itemprop="award">{{ recognition.award }}</h3>
|
<h3 class="resume-item-title" itemprop="award">{{ recognition.award }}</h3>
|
||||||
|
|||||||
Reference in New Issue
Block a user