-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
98 lines (92 loc) · 4.35 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
<!doctype html>
<html class="no-js" lang="">
<head>
<meta charset="utf-8">
<title>Hire me! – Kevin Lorenz</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="manifest" href="site.webmanifest">
<link rel="apple-touch-icon" href="icon.png">
<!-- Place favicon.ico in the root directory -->
<link rel="stylesheet" href="post/styles.css">
<meta name="theme-color" content="#fafafa">
<link href="https://fonts.googleapis.com/css2?family=Oswald:wght@300;700&display=swap" rel="stylesheet">
</head>
<body>
<header class="frame-header">
<h1>Kevin Lorenz</h1>
</header>
<section class="hire">
<div class="svg-text">
<img class="svg-up-for-hire" src="assets/up-for-hire.svg" alt="up for hire">
<img class="svg-looking-for-a-job" src="assets/looking-for-a-job.svg" alt="looking for a job">
<img class="svg-get-in-touch" src="assets/get-in-touch.svg" alt="get in touch">
</div>
<svg class="svg-arrow-down" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 65.38 46.89">
<title>Arrow down</title>
<polygon points="65.38 31.04 32.03 46.89 0 31.04 0 0 32.03 15.85 65.38 0 65.38 31.04" fill="#b1404e" />
</svg>
<span class="pre-heading">what am I good at?</span>
<h1 class="heading-split">
<div>CSS, structuring code bases,</div>
<div class="text-outline">styling, cross-functional team work,</div>
<div>communication, a11y, pragmatism, teaching</div>
</h1>
</section>
<section class="about">
<div class="text-media">
<div class="text-media__text">
<h1 class="heading-split">
<div class="text-indent20">CSS specified</div>
<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 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 am enjoying it as much as in the
early
days.
</p>
<div class="button">
<a class="button__front" href="mailto:[email protected]">say hi!</a>
<div class="button__back"></div>
</div>
</div>
<div class="text-media__media">
<img class="profile-pic" src="https://s3-us-west-2.amazonaws.com/s.cdpn.io/3254384/profile.jpg" alt="">
</div>
</div>
</section>
<section class="focus">
<h1 class="heading-split-bold">
<span class="heading-split-bold-part">Somone</span>
<span class="heading-split-bold-part">focused</span>
<span class="heading-split-bold-part">on CSS</span>
</h1>
<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, pattern libraries, 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
educating others. If it is in form of writing documentation, pair programming sessions or even giving
presentations – I'm up for it.
I do write
JavaScript tho I'm not your average JS developer. Someone specialized in CSS,
styling and with a good eye for design is important to have in your arsenal; I am that person.</p>
<div class="button">
<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="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>
</html>