hura-io / homepage

My first personal website. Basically it is just a résumé.
https://hura-io.github.io/homepage/
MIT License
0 stars 0 forks source link

Add Contact info block into index.html #12

Closed hura-io closed 1 month ago

hura-io commented 1 month ago

Acceptance criteria

Add a block with contact information and use the following layout:

<a href="" rel="author" class="contact-info__item">
  <div class="contact-info__item-icon-wrapper">
    <svg
      class="contact-info__item-icon"
      xmlns=""
      viewBox="0 0 384 512"
    >
      <path
        d=""
      ></path>
    </svg>
  </div>
  <span>"Example"</span>
</a>

Use: xmlns="" for the svg icon link d="" for the icon path value <span>"Example"</span> replace "Example" for the contact title