Skip to content

Commit

Permalink
Add links
Browse files Browse the repository at this point in the history
  • Loading branch information
kl-idagio committed May 27, 2020
1 parent c5c7450 commit 1738690
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 14 deletions.
Binary file added assets/CV-Kevin-Lorenz.pdf
Binary file not shown.
32 changes: 18 additions & 14 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ <h1>Kevin Lorenz</h1>
<h1 class="heading-split">
<div>CSS, structuring code bases,</div>
<div class="text-outline">styling, cross-functional team work,</div>
<div>communication, a11y, pragmatism</div>
<div>communication, a11y, pragmatism, teaching</div>
</h1>
</section>
<section class="about">
Expand All @@ -46,10 +46,14 @@ <h1 class="heading-split">
<div class="text-outline text-indent">UI/UX, user focused,</div>
<div>not your average JS developer</div>
</h1>
<p>My name is Kevin. I'm a frontend developer with a strong focus on semantic markup and especially styling.
<p>My name is Kevin. I'm a frontend developer with a strong focus on semantic markup and styling specifically.
I've come from a media design background to development on the web. I've run, helped run and spoke at frontend
related meetups and conferences. I believe in fostering a strong frontend community which helps each other to
make the web a better place. I'm working as a developer for about 9 years and enjoy it as much as in the early
days.
</p>
<div class="button">
<a class="button__front" href="">say hi!</a>
<a class="button__front" href="mailto:[email protected]">say hi!</a>
<div class="button__back"></div>
</div>
</div>
Expand All @@ -64,23 +68,23 @@ <h1 class="heading-split-bold">
<span class="heading-split-bold-part">focused</span>
<span class="heading-split-bold-part">on CSS</span>
</h1>
<p class="text-columns">Lorem ipsum dolor sit amet consectetur adipisicing elit. Velit quasi debitis dignissimos
nam, dolor eligendi tempora iure quod dolore sequi quas iste, ab quia ea quibusdam cupiditate eveniet explicabo
fuga? Lorem ipsum dolor sit amet consectetur adipisicing elit. Dignissimos qui magni inventore similique
perspiciatis harum, dolor beatae dicta, necessitatibus aliquid fuga voluptatibus rem atque sed saepe blanditiis
sunt itaque ipsam! Lorem ipsum, dolor sit amet consectetur adipisicing elit. Labore porro mollitia numquam,
voluptatibus necessitatibus quis tenetur corrupti odit maiores dolore reiciendis quaerat repellat temporibus
asperiores aut repudiandae laborum quae ducimus?</p>
<p class="text-columns">CSS has become my language of choice. Translating designs into code, working with designers
on
creating, improving and maintaining user interfaces, landing pages, websites and a lot more. I love the
interconnection of design and development.
Over the past years I've continously played the part of successfully bridging the gap between the two worlds in
person and on screen. I like sharing knowledge and therefore thrive in roles which include some form of
educational parts.</p>
<div class="button">
<a class="button__front" href="">Get my full CV</a>
<a class="button__front" href="assets/CV-Kevin-Lorenz.pdf">Get my full CV</a>
<div class="button__back"></div>
</div>
</section>
<footer>
<ul class="footer-links">
<li><a class="footer-links__link" href="">GitHub</a></li>
<li><a class="footer-links__link" href="">Twitter</a></li>
<li><a class="footer-links__link" href="">LinkedIn</a></li>
<li><a class="footer-links__link" href="https://github.com/verpixelt">GitHub</a></li>
<li><a class="footer-links__link" href="https://twitter.com/verpixelt">Twitter</a></li>
<li><a class="footer-links__link" href="https://www.linkedin.com/in/kevin-lorenz-237570113">LinkedIn</a></li>
</ul>
</footer>
</body>
Expand Down

0 comments on commit 1738690

Please sign in to comment.