You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
<!DOCTYPE html>
< html lang = "en" >
< head >
< meta charset = "UTF-8" >
< meta name = "viewport" content = "width=device-width, initial-scale=1.0" >
< title > Spatial systems< / title >
< link rel = "stylesheet" href = "/style.css" >
< / head >
< body >
< div class = "container nav-container" >
< div id = "wrap" >
< div id = "row" >
< div id = "logo" >
< a id = "logo-container" href = "/en/" >
Spatial systems
< / a >
< / div >
< / div >
< div id = "navigation" >
< a id = "navigation-link" href = "/en/projects.html" > Projects< / a >
< a id = "navigation-link-active" href = "/en/contacts.html" > Contacts< / a >
< a id = "navigation-link" href = "/contacts.html" > Р У < / a >
< / div >
< / div >
< / div >
< div class = "contacts-container" >
< div class = "contacts-main" >
< div class = "contacts-content" >
< div class = "contacts-title" > Get in touch< / div >
< div class = "contacts-text" > Send an email< / div >
< div class = "contacts-link" > info@spatialsystems.ru< / div >
< / div >
< div class = "contacts-form" >
< form id = "message-form" action = "https://formsubmit.co/100f84b9545e74328442a0d9dc57cad9" method = "POST" >
< input type = "text" class = "contacts-input" placeholder = "Your name" name = "sender" >
< input type = "text" class = "contacts-input" placeholder = "How to contact you" name = "contact" >
< textarea class = "contacts-textarea" placeholder = "Tell us what you need" name = "message" > < / textarea >
< a class = "contacts-submit" href = "#"
onclick = "document.getElementById('message-form').submit();this.innerText = 'Sent';this.style.textDecoration = 'none'" > Send< / a >
< / form >
< / div >
< / div >
< div class = "contacts-footer" >
< p > Spatial Systems LLC< / p >
< p > Moscow, 2025< / p >
< / div >
< / div >
< / body >
< / html >