diff --git a/public/style.css b/public/style.css
index 282da47..15a4911 100644
--- a/public/style.css
+++ b/public/style.css
@@ -23,10 +23,16 @@ main {
display: block;
}
.header h1 {
- font-size: 1.4rem;
- font-weight: 400;
- color: #DDDDDD;
+ font-size: 1.8rem;
+ font-weight: 600;
+ color: #EEEEEE;
margin: 0;
+ letter-spacing: -0.01em;
+}
+.header .tagline {
+ font-size: 1rem;
+ color: #999999;
+ margin: 8px 0 0;
}
.header .ka {
display: block;
@@ -231,6 +237,32 @@ a:hover {
border-top: 1px dashed #2A2A2A;
}
+/* Demoted Legal section — visible but quiet */
+.section.legal {
+ margin-top: 56px;
+ color: #888888;
+ font-size: 0.9rem;
+}
+.section.legal h2 {
+ font-size: 0.85rem;
+ color: #888888;
+ border-bottom-color: #1E1E1E;
+ text-transform: none;
+ letter-spacing: 0.04em;
+}
+.section.legal .legal-intro {
+ margin: 0 0 14px;
+ color: #777777;
+}
+.section.legal dl.kv dt {
+ color: #666666;
+ font-size: 0.85rem;
+}
+.section.legal dl.kv dd {
+ color: #999999;
+ font-size: 0.9rem;
+}
+
@media (max-width: 560px) {
ul.services {
grid-template-columns: 1fr;
diff --git a/views/index.erb b/views/index.erb
index dd615f2..0febf42 100644
--- a/views/index.erb
+++ b/views/index.erb
@@ -8,8 +8,8 @@
letter-spacing="-1">SP
-
DevOps & infrastructure engineering — IE Sergei Poljanski, Tbilisi.
- ინდ. მეწარმე სერგეი პოლჯანსკი
+ Sergei Poljanski
+ DevOps & infrastructure engineering — Tbilisi, Georgia.
-
- Legal
-
- - Legal name
- IE Sergei Poljanski
- - Latin form
- SERGEI POLJANSKI
- - Legal form
- Individual Entrepreneur (Georgia)
- - Tax ID
- 304813343
- - Registered
- 2026-05-04
- - Address
- Ilia and Nino Nakashidze St, N 1, Building N3, Apt N3, Krtsanisi, Tbilisi, Georgia
-
- ინდ. მეწარმე სერგეი პოლჯანსკი
-
-
Keys
gpg --recv-keys 85F7AFEDAB7D97BE667F99F24F8851660FA4121B
@@ -57,5 +44,19 @@
+
+ For invoices and contracts
+ Work is invoiced through my Individual Entrepreneur (ინდ. მეწარმე) registered in Georgia.
+
+ - Legal name
- IE Sergei Poljanski
+ - Latin form
- SERGEI POLJANSKI
+ - Georgian
- ინდ. მეწარმე სერგეი პოლჯანსკი
+ - Legal form
- Individual Entrepreneur (Georgia)
+ - Tax ID
- 304813343
+ - Registered
- 2026-05-04
+ - Address
- Ilia and Nino Nakashidze St, N 1, Building N3, Apt N3, Krtsanisi, Tbilisi, Georgia
+
+
+
diff --git a/views/layout.erb b/views/layout.erb
index 4570c2d..a0e88dd 100644
--- a/views/layout.erb
+++ b/views/layout.erb
@@ -1,5 +1,5 @@
-<% page_title = (defined?(@page_title) && @page_title) || 'IE Sergei Poljanski — DevOps & Infrastructure Engineering, Tbilisi' %>
-<% page_desc = (defined?(@page_desc) && @page_desc) || 'DevOps and infrastructure engineering by IE Sergei Poljanski — Estonian-born EU citizen, based in Tbilisi, Georgia. Docker, Kubernetes, Terraform, Ansible, CI/CD, monitoring. Worldwide clients.' %>
+<% page_title = (defined?(@page_title) && @page_title) || 'Sergei Poljanski — DevOps & Infrastructure Engineering' %>
+<% page_desc = (defined?(@page_desc) && @page_desc) || 'Sergei Poljanski — Estonian-born EU citizen, DevOps & infrastructure engineer based in Tbilisi, Georgia. Docker, Kubernetes, Terraform, Ansible, CI/CD, monitoring. Available for worldwide clients. Invoiced through IE Sergei Poljanski.' %>
<% noindex = defined?(@noindex) && @noindex %>
@@ -38,11 +38,42 @@
-
+