-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
18 additions
and
14 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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"> | ||
|
@@ -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> | ||
|
@@ -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> | ||
|