-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
60 lines (50 loc) · 2.97 KB
/
index.html
File metadata and controls
60 lines (50 loc) · 2.97 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<meta name="description" content="Personal portfolio Chalupová"/>
<meta name="keywords" content="portfolio, programmer, LenCHA"/>
<meta name="author" content="LenCHA"/>
<link rel="shortcut icon" href="obrazky/favicon.png"/>
<link rel="stylesheet" href="styl.css" type="text/css"/>
<title>Lenka Chalupová</title>
</head>
<body>
<header>
<div id="logo"><h1>en<span>Cha</span></h1><small>apps-developer</small></div>
<nav>
<ul>
<li class="home" class="aktivni"><a href="index.html"><img src="obrazky/home.png"/></a></li>
<li><a href="experience.html">Experience</a></li>
<li><a href="dovednosti.html">Skills</a></li>
<li><a href="reference.html">References</a></li>
<li><a href="kontakt.html" class="kontakt-tlacitko">Contact</a></li>
</ul>
</nav>
</header>
<article>
<header>
<h1>Lenka Chalupová</h1>
</header>
<img src="obrazky/ja.png" class="avatar" alt="Já programátor"/>
<section class="dobloku" class="welcome-section">
<p>Originaly a biophysics and biologist, now an aspiring Junior Backend Developer at the beginning of a <strong>career change</strong>.</p>
<p>Hello, I'm Lenka. In my previous life phase in knee-deep in molecular, biochemical and biophysical industry. I've taken a turn toward the IT world.</p>
<p>Now, I'm on a path to becoming a backend developer. I can't wait to start my first job in the IT industry, excited to keep learning and get to know the "real" IT world and new colleagues!</p>
<p>If you want to contact me, <a href="kontakt.html" target="_blank">leave a message</a></p>
<p><a href="reference.html" class="reference-tlacitko">My references</a></p>
<div class="cistic"></div>
</section>
</article>
<footer>
<div class="icons">
<a href="https://www.linkedin.com/in/lenka-chalupov%C3%A1-598a29103/" target="_blank"><img src="obrazky/li.png" alt="linkedin" class="icons2"/></a>
<a href="https://www.researchgate.net/profile/Lenka-Chalupova" target="_blank"><img src="obrazky/RG.png" alt="researchgate" class="icons2"/></a>
<a href="https://github.com/LenCHAdev" target="_blank"><img src="obrazky/git.png" alt="github" class="icons2"/></a>
<a href="docs/CV.pdf" target="_blank"><img src="obrazky/cv.png" alt="cv" class="icons2"/></a>
</div>
Made by ©LenCHA 2024 for <a href="https://itnetwork.cz" target="_blank">itnetwork.cz</a>
</footer>
</body>
</html>