-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
61 lines (55 loc) · 3.03 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
<!--mikezolo / MIKEZOLO.github.io / index.html-->
<!DOCTYPE html>
<html>
<!--HEAD (customized)-->
<head>
<title>Michael Zolotarenko @Home</title>
<link rel="stylesheet" href="styles.css" type="text/css">
<meta name="viewport" content="width=device-width, initial-scale=0.75, maximum-scale=2.0, user-scalable=yes,minimum-scale=0.65"/>
</head>
<body>
<!--TOP NAV BAR (inheritable)-->
<nav>
<a href="https://mikezolo.github.io"><button>Home</button></a>
<a href="https://mikezolo.github.io/portfolio"><button>Portfolio</button></a>
<a href="https://www.linkedin.com/in/mikezolo/details/certifications/" target="_blank"><button>Certificates</button></a>
<a href="https://github.com/mikezolo/mikezolo.github.io#michael-zolotarenkos-github-page" target="_blank"><button>About (⚒︎)</button></a>
<a href="https://twitter.com/mikezolo_pro" target="_blank"><button>Blog (⚒︎)</button></a>
<a href="https://www.freedombirds.help" target="_blank"><button>Help UA 🇺🇦</button></a>
</nav>
<!--UNIVERSAL HEADER (inheritable)-->
<h2>Michael Zolotarenko</h2>
<h3>Python Developer</h3>
<!--LOREM IPSUM BLOCK (customized)-->
<img class="main-userpic" src="https://avatars.githubusercontent.com/u/155497122?v=4">
<p>Experienced professional with over 20 years in aviation security, military, and physical
security across public and private sectors, now venturing into IT development as a Python Developer.
Recognized for leadership and innovation, honored as Employee of the Year at EL-AL Israel Airlines
and HOT Telecommunications. Now, driven by purpose, I've dedicated the past two years to aiding
Ukrainian refugees and the Army, leveraging my emergency management and communication skills.
<br><br>
As I return to my career, I'm excited to transition into IT development. From optimizing processes
to leading teams, my diverse background equips me to excel in this new realm. Passionate about
merging my expertise, research prowess, and technical skills as a Python Developer. Committed to
continual growth and embracing new challenges in IT. Open to exciting opportunities ahead.</p>
<br>
<!--INFO BLOCK (customized)-->
<p class="infoblock">⚒︎ Work in progress. Some features and links may be unavailable for the moment.</p>
<br>
<!--FOOTER (inheritable)-->
<br>
<br>
<br>
<footer>
<p>
<a class="license" href="https://github.com/mikezolo/mikezolo.github.io/blob/main/LICENSE">MIT License</a>
| © 2024 Michael Zolotarenko
<a class="contact" href="https://www.linkedin.com/in/mikezolo/" target="_blank">LinkedIn</a>
<a class="contact" href="https://github.com/mikezolo/" target="_blank">GitHub</a>
<a class="contact" href="https://twitter.com/mikezolo_pro" target="_blank">Twitter</a>
<a class="contact" href="mailto:[email protected]" target="_blank">Email</a>
</p>
</footer>
<br>
</body>
</html>