Sha256: 4eb33eca80a27094a74d2e09cbdef04bebaa5b72dc32c25f07a7fef0f298af15

Contents?: true

Size: 1.05 KB

Versions: 5

Compression:

Stored size: 1.05 KB

Contents

---
layout: default
permalink: /contact.html
---

{% capture contact_info %}
  {% assign info = site.jekyll-98.contact %}
  <div class="contact-title">
    <img src="{{ "/assets/icons/contact.png" | absolute_url }}" style="width: 48px; height: 48px;" />
    <h4>Contact Information</h4>
  </div>
  <div class="contact-name">
    <h4>{{ info.name }}</h4>
    <h5>{{ info.email }}</h5>
    {% if info.phone %}
      <h5>{{ info.phone }}</h5>
    {% endif %}
  </div>
  <div class="contact-address">
    {% for line in info.address %}
      <div class="address-line">{{ line }}</div>
    {% endfor %}
  </div>
  <div class="contact-other">
    <ul>
      {% for line in info.other %}
        <li class="other-line">{{ line }}</li>
      {% endfor %}
    </ul>
  </div>
  <div class="contact-social-wrapper">
    {% include social.html showname=true hide_email=true %}
  </div>
{% endcapture %}

<div class="contact-page">
  {% include desktop_icons.html hide=true %}
  {% include window.html class = "contact-window" title = "Contact Information" content=contact_info %}
</div>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
jekyll-98-0.3.3 assets/contact.html
jekyll-98-0.3.2 assets/contact.html
jekyll-98-0.3.0 assets/contact.html
jekyll-98-0.2.0 assets/contact.html
jekyll-98-0.1.0 assets/contact.html