-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
77 lines (77 loc) · 4.27 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Pavel Zeger</title>
<link rel="stylesheet" type="text/css" href="css/master.css">
<link href="https://fonts.googleapis.com/css?family=Merriweather|Montserrat|Sacramento" rel="stylesheet">
<link rel="icon" href="images/profile-pic-circle.png">
</head>
<body>
<div class="header-container">
<!-- <img src="images/profile-pic-circle.png" width="240" height="240" alt="Pavel Zeger's profile picture">-->
<h1>I'm Pavel</h1>
<h2>a software engineer, backend engineer and Big Data developer</h2>
<!-- <p>Tel Aviv-Yaffo, Israel</p><br>-->
<!-- <p>-->
<!-- <a href="mailto:pavelzeger@outlook.com"><img src="images/icons8-envelope-100.png" width="48" height="48" alt="Email"></a>-->
<!-- <a href="https://telegram.me/pavelzeger" target="_blank"><img src="images/icons8-telegram-app-100.png" width="48" height="48" alt="Telegram"></a>-->
<!-- <a href="https://il.linkedin.com/in/pavelzeger" target="_blank"><img src="images/icons8-linkedin-100.png" width="48" height="48" alt="LinkedIn"></a>-->
<!-- </p>-->
</div>
<div class="about-container">
<img src="images/profile-pic-circle.png" width="240" height="240" alt="Pavel Zeger's profile picture">
<h2>Hello!</h2>
<p class="intro">I'm a Java, Kotlin, Scala developer.</p>
<p class="intro">Passionate about new technologies and ideas, enjoy coding and dive into a task until deep understanding. Eager for challenging projects and tasks.</p>
<p class="intro">I 💓 my wife, travel and have two sweet and mad 🐱. I'm the ranger on Midburn.</p>
</div>
<div class="technologies-container">
<div class="tooltip">
<h2>Java</h2>
<span class="tooltip-text">Java 8/11/17, Spring, Spring Boot, Spring MVC, Spring WebFlux, Spring Data, Spring AOP, Spring AMQP, Spring Kafka, SpringDoc Open API, Spring Validation, Spring Scheduling, Spring Cache, Spring Cloud, Stream API, Spring Buildpacks, Maven, Lombok, Mockito, Spring Boot Test, Testcontainers</span>
</div>
<hr>
<div class="tooltip">
<h2>Kotlin</h2>
<span class="tooltip-text"></span>
</div>
<hr>
<div class="tooltip">
<h2>Scala</h2>
<span class="tooltip-text">Apache Spark Scala API, Scala-Test</span>
</div>
<hr>
<div class="tooltip">
<h2>Web</h2>
<span class="tooltip-text">HTML, CSS</span>
</div>
<hr>
<div class="tooltip">
<h2>CI/CD and tools</h2>
<span class="tooltip-text">Airflow, Jenkins, Docker, Kubernetes, DataDog, Gitlab, Git, Prometheus, Grafana, Thanos, Codefresh, OverOps, IntelliJ IDEA, Argo CD</span>
</div>
<hr>
<div class="tooltip">
<h2>AWS</h2>
<span class="tooltip-text">EMR, ECS, ECR, Athena, EC2, S3, RDS</span>
</div>
<hr>
<div class="tooltip">
<h2>Datastores</h2>
<span class="tooltip-text">Cloudera/HDP/Apache Hadoop, Hive, Impala, RDBMS, NoSQL and columnar datastores</span>
</div>
<hr>
<div class="tooltip">
<h2>Message systems</h2>
<span class="tooltip-text">Kafka, RabbitMQ</span>
</div>
</div>
<div class="bottom-container">
<a class="footer-link" href="mailto:pavelzeger@outlook.com"><img src="images/icons8-envelope-100.png" width="48" height="48" alt="Email"></a>
<a class="footer-link" href="https://telegram.me/pavelzeger" target="_blank"><img src="images/icons8-telegram-app-100.png" width="48" height="48" alt="Telegram"></a>
<a class="footer-link" href="https://il.linkedin.com/in/pavelzeger" target="_blank"><img src="images/icons8-linkedin-100.png" width="48" height="48" alt="LinkedIn"></a>
<p class="footer-link" class="copyright">© 2022 Pavel Zeger</p>
</div>
</body>
</html>