205 lines
7 KiB
HTML
205 lines
7 KiB
HTML
<!doctype html>
|
||
<html lang="en">
|
||
<head>
|
||
<meta charset="UTF-8" />
|
||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||
<title>IE Sergei Poljanski</title>
|
||
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans">
|
||
<link rel='stylesheet' href='//cdn.jsdelivr.net/npm/hack-font@3.3.0/build/web/hack-subset.css'>
|
||
<link rel="icon" type="image/png" href="hedgehog.png" sizes="32x32" />
|
||
<style>
|
||
body {
|
||
background-color: #121212;
|
||
color: #AAAAAA;
|
||
font-family: 'Open Sans', sans-serif;
|
||
margin: 0;
|
||
line-height: 1.5;
|
||
}
|
||
main {
|
||
max-width: 720px;
|
||
margin: 0 auto;
|
||
padding: 40px 20px 80px;
|
||
}
|
||
.header {
|
||
text-align: center;
|
||
margin-bottom: 40px;
|
||
}
|
||
.header h1 {
|
||
font-size: 1.4rem;
|
||
font-weight: 400;
|
||
color: #DDDDDD;
|
||
margin: 0;
|
||
}
|
||
.header .ka {
|
||
display: block;
|
||
font-size: 0.85rem;
|
||
color: #666666;
|
||
margin-top: 6px;
|
||
}
|
||
.section {
|
||
margin: 36px 0;
|
||
}
|
||
.section h2 {
|
||
font-size: 1rem;
|
||
font-weight: 600;
|
||
color: #DDDDDD;
|
||
text-transform: uppercase;
|
||
letter-spacing: 0.08em;
|
||
border-bottom: 1px solid #2A2A2A;
|
||
padding-bottom: 6px;
|
||
margin: 0 0 16px;
|
||
}
|
||
ul.services {
|
||
list-style: none;
|
||
padding: 0;
|
||
margin: 0;
|
||
display: grid;
|
||
grid-template-columns: repeat(2, 1fr);
|
||
gap: 8px 24px;
|
||
}
|
||
ul.services li {
|
||
padding-left: 14px;
|
||
position: relative;
|
||
}
|
||
ul.services li::before {
|
||
content: '›';
|
||
position: absolute;
|
||
left: 0;
|
||
color: #555555;
|
||
}
|
||
dl.kv {
|
||
display: grid;
|
||
grid-template-columns: max-content 1fr;
|
||
gap: 6px 18px;
|
||
margin: 0;
|
||
}
|
||
dl.kv dt {
|
||
color: #777777;
|
||
font-size: 0.9rem;
|
||
}
|
||
dl.kv dd {
|
||
margin: 0;
|
||
color: #CCCCCC;
|
||
}
|
||
dl.kv dd.mono,
|
||
.mono {
|
||
font-family: 'Hack', monospace;
|
||
font-size: 0.92rem;
|
||
}
|
||
.ka-note {
|
||
color: #666666;
|
||
font-size: 0.85rem;
|
||
margin-top: 4px;
|
||
}
|
||
pre {
|
||
position: relative;
|
||
background: #222222;
|
||
padding: 10px;
|
||
font-size: 14px;
|
||
font-family: 'Hack', monospace;
|
||
word-wrap: break-word;
|
||
white-space: pre-wrap;
|
||
border: 1px solid #020202;
|
||
margin: 8px 0;
|
||
}
|
||
.copy-button {
|
||
position: absolute;
|
||
top: 5px;
|
||
right: 10px;
|
||
cursor: pointer;
|
||
color: #424242;
|
||
background: #111111;
|
||
border-radius: 0.5em;
|
||
padding: 2px 7px;
|
||
}
|
||
.copy-button:hover {
|
||
color: #000;
|
||
}
|
||
a {
|
||
color: #BBBBBB;
|
||
text-decoration: none;
|
||
border-bottom: 1px dotted #444444;
|
||
}
|
||
a:hover {
|
||
color: #FFFFFF;
|
||
border-bottom-color: #888888;
|
||
}
|
||
.footer {
|
||
text-align: center;
|
||
color: #555555;
|
||
font-size: 0.8rem;
|
||
padding: 24px 20px;
|
||
border-top: 1px solid #1E1E1E;
|
||
}
|
||
@media (max-width: 560px) {
|
||
ul.services {
|
||
grid-template-columns: 1fr;
|
||
}
|
||
dl.kv {
|
||
grid-template-columns: 1fr;
|
||
gap: 2px 0;
|
||
}
|
||
dl.kv dd {
|
||
margin-bottom: 8px;
|
||
}
|
||
}
|
||
</style>
|
||
</head>
|
||
<body>
|
||
<main>
|
||
<div class="header">
|
||
<h1>DevOps & infrastructure engineering — IE Sergei Poljanski, Tbilisi.</h1>
|
||
<span class="ka">ინდ. მეწარმე სერგეი პოლჯანსკი</span>
|
||
</div>
|
||
|
||
<section class="section">
|
||
<h2>Services</h2>
|
||
<ul class="services">
|
||
<li>IT infrastructure management</li>
|
||
<li>System administration</li>
|
||
<li>DevOps engineering</li>
|
||
<li>Software deployment & configuration</li>
|
||
<li>CI/CD pipeline development</li>
|
||
<li>Container orchestration (Docker, Kubernetes)</li>
|
||
<li>Infrastructure as Code (Terraform, Ansible)</li>
|
||
<li>Monitoring & observability (Prometheus, Grafana, Loki)</li>
|
||
</ul>
|
||
</section>
|
||
|
||
<section class="section">
|
||
<h2>Legal</h2>
|
||
<dl class="kv">
|
||
<dt>Legal name</dt><dd>IE Sergei Poljanski</dd>
|
||
<dt>Latin form</dt><dd class="mono">SERGEI POLJANSKI</dd>
|
||
<dt>Legal form</dt><dd>Individual Entrepreneur (Georgia)</dd>
|
||
<dt>Tax ID</dt><dd class="mono">304813343</dd>
|
||
<dt>Registered</dt><dd>2026-05-04</dd>
|
||
<dt>Address</dt><dd>Ilia and Nino Nakashidze St, N 1, Building N3, Apt N3, Krtsanisi, Tbilisi, Georgia</dd>
|
||
</dl>
|
||
<div class="ka-note">ინდ. მეწარმე სერგეი პოლჯანსკი</div>
|
||
</section>
|
||
|
||
<section class="section">
|
||
<h2>Keys</h2>
|
||
<pre id="myPGP">gpg --recv-keys 85F7AFEDAB7D97BE667F99F24F8851660FA4121B</pre>
|
||
<pre id="mySSH">ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIMZ+/5F7SxdTVW47iiStLpGK77oWfR5NgaK4tTSR/aVB ie+2026@asxp.io</pre>
|
||
</section>
|
||
|
||
<section class="section">
|
||
<h2>Contact</h2>
|
||
<dl class="kv">
|
||
<dt>Email</dt><dd><a href="mailto:ie@asxp.io">ie@asxp.io</a></dd>
|
||
<dt>Telegram</dt><dd><a href="https://t.me/ie_asxpi">t.me/ie_asxpi</a></dd>
|
||
<dt>Phone</dt><dd class="mono">+995 595 026 471</dd>
|
||
</dl>
|
||
</section>
|
||
</main>
|
||
|
||
<div class="footer">
|
||
IE Sergei Poljanski · Tbilisi, Georgia · ID 304813343
|
||
</div>
|
||
|
||
<script src="copyPGP.js"></script>
|
||
<script src="copySSH.js"></script>
|
||
</body>
|
||
</html>
|