Merge pull request #42 from clyons/schema-updates-clyons
Updated schema.org information
This commit is contained in:
+3
-2
@@ -12,8 +12,9 @@ sass:
|
|||||||
resume_avatar: "true"
|
resume_avatar: "true"
|
||||||
resume_name: "Homer J. Simpson"
|
resume_name: "Homer J. Simpson"
|
||||||
resume_title: "Nuclear Safety Inspector"
|
resume_title: "Nuclear Safety Inspector"
|
||||||
resume_contact_email:
|
resume_contact_email: "homerjsimpson@youremailaddress.com"
|
||||||
"homerjsimpson@youremailaddress.com"
|
resume_contact_telephone: "555-7334"
|
||||||
|
resume_contact_address: "742 Evergreen Terrace, Springfield"
|
||||||
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>"
|
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>"
|
||||||
|
|
||||||
|
|||||||
@@ -4,32 +4,32 @@
|
|||||||
|
|
||||||
<!-- GitHub link -->
|
<!-- GitHub link -->
|
||||||
{% if site.resume_social_links.resume_github_url %}
|
{% if site.resume_social_links.resume_github_url %}
|
||||||
<li class="icon-link-item"><a href="{{ site.resume_social_links.resume_github_url }}" class="icon-link" itemprop="url">{% include icons/icon-github.html %}</a></li>
|
<li class="icon-link-item"><a href="{{ site.resume_social_links.resume_github_url }}" class="icon-link" itemprop="sameAs">{% include icons/icon-github.html %}</a></li>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
<!-- Twitter link -->
|
<!-- Twitter link -->
|
||||||
{% if site.resume_social_links.resume_twitter_url %}
|
{% if site.resume_social_links.resume_twitter_url %}
|
||||||
<li class="icon-link-item"><a href="{{ site.resume_social_links.resume_twitter_url }}" class="icon-link" itemprop="url">{% include icons/icon-twitter.html %}</a></li>
|
<li class="icon-link-item"><a href="{{ site.resume_social_links.resume_twitter_url }}" class="icon-link" itemprop="sameAs">{% include icons/icon-twitter.html %}</a></li>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
<!-- Dribbble link -->
|
<!-- Dribbble link -->
|
||||||
{% if site.resume_social_links.resume_dribbble_url %}
|
{% if site.resume_social_links.resume_dribbble_url %}
|
||||||
<li class="icon-link-item"><a href="{{ site.resume_social_links.resume_dribbble_url }}" class="icon-link" itemprop="url">{% include icons/icon-dribbble.html %}</a></li>
|
<li class="icon-link-item"><a href="{{ site.resume_social_links.resume_dribbble_url }}" class="icon-link" itemprop="sameAs">{% include icons/icon-dribbble.html %}</a></li>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
<!-- Facebook link -->
|
<!-- Facebook link -->
|
||||||
{% if site.resume_social_links.resume_facebook_url %}
|
{% if site.resume_social_links.resume_facebook_url %}
|
||||||
<li class="icon-link-item"><a href="{{ site.resume_social_links.resume_facebook_url }}" class="icon-link" itemprop="url">{% include icons/icon-facebook.html %}</a></li>
|
<li class="icon-link-item"><a href="{{ site.resume_social_links.resume_facebook_url }}" class="icon-link" itemprop="sameAs">{% include icons/icon-facebook.html %}</a></li>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
<!-- LinkedIn link -->
|
<!-- LinkedIn link -->
|
||||||
{% if site.resume_social_links.resume_linkedin_url %}
|
{% if site.resume_social_links.resume_linkedin_url %}
|
||||||
<li class="icon-link-item"><a href="{{ site.resume_social_links.resume_linkedin_url }}" class="icon-link" itemprop="url">{% include icons/icon-linkedin.html %}</a></li>
|
<li class="icon-link-item"><a href="{{ site.resume_social_links.resume_linkedin_url }}" class="icon-link" itemprop="sameAs">{% include icons/icon-linkedin.html %}</a></li>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
<!-- Instagram link -->
|
<!-- Instagram link -->
|
||||||
{% if site.resume_social_links.resume_instagram_url %}
|
{% if site.resume_social_links.resume_instagram_url %}
|
||||||
<li class="icon-link-item"><a href="{{ site.resume_social_links.resume_instagram_url }}" class="icon-link" itemprop="url">{% include icons/icon-instagram.html %}</a></li>
|
<li class="icon-link-item"><a href="{{ site.resume_social_links.resume_instagram_url }}" class="icon-link" itemprop="sameAs">{% include icons/icon-instagram.html %}</a></li>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
<!-- Website link -->
|
<!-- Website link -->
|
||||||
|
|||||||
+11
-8
@@ -6,6 +6,8 @@
|
|||||||
<body class="theme-{% if site.resume_theme %}{{ site.resume_theme }}{% endif %}">
|
<body class="theme-{% if site.resume_theme %}{{ site.resume_theme }}{% endif %}">
|
||||||
|
|
||||||
<div class="wrapper" itemscope itemtype="http://schema.org/Person">
|
<div class="wrapper" itemscope itemtype="http://schema.org/Person">
|
||||||
|
<meta itemprop="telephone" content="{{ site.resume_contact_telephone }}"/>
|
||||||
|
<meta itemprop="address" content="{{ site.resume_contact_address }}"/>
|
||||||
|
|
||||||
<header class="page-header">
|
<header class="page-header">
|
||||||
|
|
||||||
@@ -18,7 +20,7 @@
|
|||||||
<h1 class="header-name" itemprop="name">{{ site.resume_name }}</h1>
|
<h1 class="header-name" itemprop="name">{{ site.resume_name }}</h1>
|
||||||
|
|
||||||
<!-- Contact buttons don't work in print, configure in the _config.yml file, remove "print-only" to display always. -->
|
<!-- Contact buttons don't work in print, configure in the _config.yml file, remove "print-only" to display always. -->
|
||||||
<div class="header-contact-info print-only" itemprop="contact-info">
|
<div class="header-contact-info print-only">
|
||||||
<p>{{ site.resume_header_contact_info }}</p>
|
<p>{{ site.resume_header_contact_info }}</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -73,7 +75,7 @@
|
|||||||
</header>
|
</header>
|
||||||
|
|
||||||
{% for education in site.data.education %}
|
{% for education in site.data.education %}
|
||||||
<div class="resume-item" itemscope itemprop="worksFor" itemtype="http://schema.org/CollegeOrUniversity">
|
<div class="resume-item" itemscope itemprop="alumniOf" itemtype="http://schema.org/CollegeOrUniversity">
|
||||||
<h3 class="resume-item-title" itemprop="name">{{ education.uni }}</h3>
|
<h3 class="resume-item-title" itemprop="name">{{ education.uni }}</h3>
|
||||||
<h4 class="resume-item-details group" itemprop="description">{{ education.degree }} • {{ education.year }}</h4>
|
<h4 class="resume-item-details group" itemprop="description">{{ education.degree }} • {{ education.year }}</h4>
|
||||||
<h5 class="resume-item-details award-title" itemprop="description">{{ education.awards }}</h5>
|
<h5 class="resume-item-details award-title" itemprop="description">{{ education.awards }}</h5>
|
||||||
@@ -93,8 +95,9 @@
|
|||||||
</header>
|
</header>
|
||||||
|
|
||||||
{% for project in site.data.projects %}
|
{% for project in site.data.projects %}
|
||||||
<div class="resume-item" itemscope itemprop="worksFor" itemtype="http://schema.org/Organization">
|
<div class="resume-item" itemscope itemtype="http://schema.org/CreativeWork">
|
||||||
<h3 class="resume-item-title" itemprop="name">{% if project.url %}<a href="{{ project.url }}">{{ project.project }}</a>% else %}{{ project.project }}{% endif %}</h3>
|
<meta itemprop="creator" content="{{ site.resume_name }}" itemtype="http://schema.org/Person" />
|
||||||
|
<h3 class="resume-item-title" itemprop="name">{% if project.url %}<a href="{{ project.url }}" itemprop="url">{{ project.project }}</a>{% else %}{{ project.project }}{% endif %}</h3>
|
||||||
<h4 class="resume-item-details" itemprop="description">{{ project.role }} • {{ project.duration }}</h4>
|
<h4 class="resume-item-details" itemprop="description">{{ project.role }} • {{ project.duration }}</h4>
|
||||||
<p class="resume-item-copy">{{ project.description }}</p>
|
<p class="resume-item-copy">{{ project.description }}</p>
|
||||||
</div>
|
</div>
|
||||||
@@ -151,9 +154,9 @@
|
|||||||
</header>
|
</header>
|
||||||
|
|
||||||
{% for association in site.data.associations %}
|
{% for association in site.data.associations %}
|
||||||
<div class="resume-item">
|
<div class="resume-item" itemscope itemprop="memberOf" itemtype="http://schema.org/Organization">
|
||||||
<h3 class="resume-item-title">{% if association.url %}<a href="{{ association.url }}">{{ association.organization }}</a>{% else %}{{ association.organization }}{% endif %}</h3>
|
<h3 class="resume-item-title" itemprop="name">{% if association.url %}<a href="{{ association.url }}">{{ association.organization }}</a>{% else %}{{ association.organization }}{% endif %}</h3>
|
||||||
<h4 class="resume-item-details">{{ association.role }} • {{ association.year }}</h4>
|
<h4 class="resume-item-details" itemprop="description">{{ association.role }} • {{ association.year }}</h4>
|
||||||
<p class="resume-item-copy">{{ association.summary }}</p>
|
<p class="resume-item-copy">{{ association.summary }}</p>
|
||||||
</div>
|
</div>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
@@ -193,7 +196,7 @@
|
|||||||
<div class="resume-item">
|
<div class="resume-item">
|
||||||
<ul class="resume-item-list">
|
<ul class="resume-item-list">
|
||||||
{% for link in site.data.links %}
|
{% for link in site.data.links %}
|
||||||
<li><a href={{ link.url }}>{{ link.description }}</a></li>
|
<li><a href={{ link.url }} itemprop="url">{{ link.description }}</a></li>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user