This repository has been archived on 2023-02-03. You can view files and clone it, but cannot push or open issues or pull requests.
autonomic.zone/src/templates/partials/header/header.nunjucks

63 lines
3.6 KiB
Plaintext

<header class="header">
<div class="container">
<div class="header__inner">
<div class="header__promo">
<div class="header__promo__inner">
<img src="/img/docwatson2.jpg" alt="" class="header__promo__media"/>
</div>
</div>
<div class="header__content">
<h1 class="header__title">Clara Jordan</h1>
<p class="header__subtitle">Web Developer, Student and Musician</p>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p>
<ul class="header__social">
<li class="header__social__item">
<a href="mailto:clarazmjordan+czmjgithubio@gmail.com" class="header__social__link">
<i class="icon icon--envelope-o"></i>
<span class="visually-hidden">Email me</span>
</a>
</li>
<li class="header__social__item">
<a href="https://twitter.com/clarazmj" class="header__social__link">
<i class="icon icon--twitter"></i>
<span class="visually-hidden">Twitter</span>
</a>
</li>
<li class="header__social__item">
<a href="https://github.com/czmj/" class="header__social__link">
<i class="icon icon--github"></i>
<span class="visually-hidden">GitHub</span>
</a>
</li>
<li class="header__social__item">
<a href="https://www.linkedin.com/in/clarajordan1" class="header__social__link">
<i class="icon icon--linkedin"></i>
<span class="visually-hidden">LinkedIn</span>
</a>
</li>
<li class="header__social__item">
<a href="http://www.last.fm/user/CZMJ" class="header__social__link">
<i class="icon icon--lastfm"></i>
<span class="visually-hidden">last.fm</span>
</a>
</li>
<li class="header__social__item">
<a href="https://www.flickr.com/photos/czmj/albums" class="header__social__link">
<i class="icon icon--flickr"></i>
<span class="visually-hidden">Flickr</span>
</a>
</li>
<li class="header__social__item">
<a href="/ClaraJordanCV.pdf" class="header__social__link">
<i class="icon icon--file-pdf-o"></i>
<span class="visually-hidden">Download my CV</span>
</a>
</li>
</ul>
</div>
</div>
</div>
{% include "partials/header/header-nav.nunjucks" %}
</header>