site: multi-page structure with shared nav; rework services, keys, contact
This commit is contained in:
parent
03f38ab908
commit
82fc1c6e17
12 changed files with 143 additions and 151 deletions
27
views/contact.erb
Normal file
27
views/contact.erb
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
<%== erb :'partials/_site_nav', layout: false %>
|
||||
|
||||
<section class="section">
|
||||
<h2>Contact</h2>
|
||||
|
||||
<%== erb :'partials/_contact_form', layout: false %>
|
||||
|
||||
<dl class="kv contact-direct">
|
||||
<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>
|
||||
|
||||
<section class="section legal">
|
||||
<h2>For invoices and contracts</h2>
|
||||
<p class="legal-intro">Work is invoiced through my Individual Entrepreneur (ინდ. მეწარმე) registered in Georgia.</p>
|
||||
<dl class="kv">
|
||||
<dt>Legal name</dt><dd>IE Sergei Poljanski</dd>
|
||||
<dt>Latin form</dt><dd class="mono">SERGEI POLJANSKI</dd>
|
||||
<dt>Georgian</dt><dd>ინდ. მეწარმე სერგეი პოლჯანსკი</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>
|
||||
</section>
|
||||
Loading…
Add table
Add a link
Reference in a new issue