Forked from theme and updated to my info

This commit is contained in:
2023-10-28 05:11:16 +00:00
parent e13938329e
commit 995bf41bda
14 changed files with 153 additions and 88 deletions
+20 -9
View File
@@ -39,13 +39,6 @@
{{ site.resume_header_intro }}
</div>
{% if site.resume_looking_for_work == 'yes' %}
<a href="mailto:{{ site.resume_contact_email }}" class="contact-button no-print" itemprop="email">Contact me</a>
{% elsif site.resume_looking_for_work == 'no' %}
<a class="contact-button not-looking no-print">I'm not looking for work right now.</a>
{% else %}
{% endif %}
</header>
{% if site.resume_section_experience %}
@@ -68,6 +61,24 @@
<!-- end Experience -->
{% endif %}
{% if site.resume_section_publications %}
<!-- begin Publications -->
<section class="content-section">
<header class="section-header">
<h2>Publications</h2>
</header>
{% for publication in site.data.publications %}
<div class="resume-item" itemscope itemtype="http://schema.org/CreativeWork">
<meta itemprop="creator" content="{{ site.resume_name }}" itemtype="http://schema.org/Person" />
<h3 class="resume-item-copy" itemprop="name">{% if publication.url %}<a href="{{ project.url }}" itemprop="url">{{ publication.name }}</a>{% else %}{{ publication.name }}{% endif %}</h3>
<p class="resume-item-copy">{{ publication.description }}</p>
</div>
{% endfor %}
</section>
<!-- end Publications -->
{% endif %}
{% if site.resume_section_education %}
<!-- begin Education -->
@@ -232,8 +243,8 @@
{% endif %}
<footer class="page-footer">
<p class="footer-line">Made by <a href="http://twitter.com/jglovier">@jglovier</a>. Fork me on <a href="https://github.com/jglovier/resume-template">GitHub</a>.</p>
<p class="footer-line">If this is your live resume, you can modify or remove this part. ;-)</p>
<p class="footer-line">Theme credit to <a href="http://twitter.com/jglovier">@jglovier</a>. Fork me on <a href="https://github.com/jglovier/resume-template">GitHub</a>.</p>
<p class="footer-line">Pengzhan.dev - 2023</p>
</footer>
</div>