-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
96 lines (93 loc) · 5.33 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
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!--> <html lang="en"> <!--<![endif]-->
<html>
<head>
<meta charset="utf-8">
<title>[WIP] @davehornik - My Resume</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=JetBrains+Mono:ital,wght@0,100..800;1,100..800&display=swap" rel="stylesheet">
<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
<script src="script/gsap.min.js"></script>
<!-- <script src="script/ScrollTrigger.min.js"></script>
<script src="script/ScrollToPlugin.min.js"></script>
<script src="script/funky.js" async defer></script> -->
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<!--[if lt IE 7]>
<p class="browsehappy">You are using an <strong>outdated</strong> browser. Please <a href="#">upgrade your browser</a> to improve your experience.</p>
<![endif]-->
<section id="WIP">
<h1 style="margin: 0; color: rgb(0, 255, 157); font-size: 20px";>⚠️ WORK IN PROGRESS ⚠️</h1>
</section>
<div class="page-container">
<div class="name">
<img src="content/img/pfp_edit.png" alt="" width="150px">
<h1>Dave Horník</h1>
<div class="word-container">
I am <span class="word"></span>
</div>
<!-- <h3>Born 96 @ West Czechia</h3> -->
</div>
<div class="about-me">
<h2 id="mouseShadow1">About Me</h2>
<p>I'm a passionate beginner full-stack web developer with a love for coding and web design. Eager to learn and expand my skills, I also have a strong interest in AI image generation and machine learning, especially in chatbots and creative AI. I believe these technologies should enhance, not replace, human work, and I'm excited about how they can shape the future.</p>
<p>In my younger years I studied to be an electrician, but working in this field would not have fulfilled me. I went through a lot of short-term jobs before being employed by several companies as a sales professional.</p>
<p>My goal is to work as a full-stack developer and contribute to meaningful projects, such as <a href="https://pivoneers.eu"> Pivoneers.eu</a> — a startup aimed at renovating and revitalizing old websites. I aspire to be part of a dedicated team that brings fresh life to the digital world.</p>
</div>
<div class="skills">
<div class="dev-skills">
<h3 id="mouseShadow2">Programming</h3>
<label>HTML5:</label>
<progress max="100" value="75">75%</progress>
<label>CSS3:</label>
<progress max="100" value="60">60%</progress>
<label>JavaScript:</label>
<progress max="100" value="45">45%</progress>
<label>Node/React:</label>
<progress max="100" value="3">2%</progress>
<label>Python:</label>
<progress max="100" value="5">5%</progress>
</div>
<div class="other-skills">
<h3 id="mouseShadow3">Other</h3>
<label>Photoshop:</label>
<progress max="100" value="65">65%</progress>
<label>3D Modeling:</label>
<progress max="100" value="20">20%</progress>
</div>
</div>
<div class="my-projects">
<h3 id="mouseShadow4">My Projects</h3>
<div class="project">
<img class=project-sample src="content/img/placeholder.png" alt="sample">
<p>PLACEHOLDER TEXT<p>
</div>
<div class="project">
<img class=project-sample src="content/img/placeholder.png" alt="sample">
<p>PLACEHOLDER TEXT<p>
</div>
<div class="project">
<img class=project-sample src="content/img/placeholder.png" alt="sample">
<p>PLACEHOLDER TEXT<p>
</div>
<div class="project">
<img class=project-sample src="content/img/placeholder.png" alt="sample">
<p>PLACEHOLDER TEXT<p>
</div>
</div>
<div class="get-in-touch">
<a href="mailto:[email protected]">E-mail: [email protected]</a>
<a href="https://github.com/davehornik">GitHub - davehornik</a>
<a href="www.linkedin.com/in/davehornik">LinkedIn</a>
<a href="https://stackoverflow.com/users/12027148/davehornik">Stack Overflow</a>
</div>
</div>
<script src="script/mouseShadow.js"></script>
</body>