-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
89 lines (86 loc) · 2.93 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description"
content="Ondřej Zeman - IT high school student. Focused on web development and DevOps, with experience in automation, containerization, and scripting.">
<meta property="og:title" content="Ondřej Zeman">
<meta property="og:description" content="IT high school student. Focused on web development and DevOps, with experience in automation, containerization, and scripting.">
<meta property="og:image" content="public/favicon.svg">
<meta property="og:url" content="https://zemn.xyz">
<title>Ondřej Zeman</title>
<link rel="icon" type="image/x-icon" href="public/favicon.svg">
<link href="style.css" rel="stylesheet">
</head>
<body>
<div class="container">
<main>
<header>
<h1>Ondřej Zeman</h1>
<p></p>
</header>
<article>IT high school student. Focused on web development and DevOps, with experience in automation, containerization, and scripting.</article>
<div class="topspace">
<h2>Skills & profficiency</h2>
<div>
<p>
<a href="" target="_blank" id="highlight">
<span>Red Hat System Administration</span>
<span class="darktext"> — </span>
<span class="darktext">9/10</span>
</a>
</p>
<p>
<a href="https://www.redhat.com/en/technologies/cloud-computing/openshift" target="_blank" id="highlight">
<span>OpenShift</span>
<span class="darktext"> — </span>
<span class="darktext">6/10</span>
</a>
</p>
<p>
<a href="https://www.ansible.com/" target="_blank" id="highlight">
<span>Ansible</span>
<span class="darktext"> — </span>
<span class="darktext">5/10</span>
</a>
</p>
</div>
</div>
<div class="topspace">
<h2>Projects</h2>
<p class="description">
<a href="https://github.com/andrewzn69/howto.zemn.xyz" target="_blank" id="highlight">
<span class="">howto.zemn.xyz</span>
<!-- <span class="darktext"> — </span> -->
<!-- <span class="darktext">2010-2015</span> -->
</a>
</p>
<p>
<a href="" target="_blank" id="highlight">
<span class="">formattio</span>
<!-- <span class="darktext"> — </span> -->
<!-- <span class="darktext">2015-now</span> -->
</a>
</p>
</div>
</main>
<footer>
<h2>Reach out</h2>
<p class="contacts">
drop me a line:
</a>
</p>
<p class="width contacts">
<a class="darktext" id="underline" href="https://github.com/andrewzn69" target="_blank">github</a>,
<span class="">
<a class="darktext" id="underline" href="https://www.linkedin.com/in/andrewzn" target="_blank">linkedin</a>
</span>
</p>
</footer>
</div>
</body>
</html>