Ekaropolus 0fd26e483f
All checks were successful
continuous-integration/drone/push Build is passing
Genesis commit for the new page
2025-04-22 13:14:25 -06:00

85 lines
2.7 KiB
PHP
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<section class="contacts" id="hireme">
<div class="sticky-title">
<ul>
<li>
<div>Contact</div>
<div>6.0</div>
</li>
</ul>
</div>
<div class="content">
<div class="content__left">
<div class="content__title">
<div class="h1">Let's connect</div>
<div class="small">Build smarter cities with us</div>
</div>
<ul class="content__menu contacts__menu">
<li class="active">
<a class="noicon" href="mailto:hi@polisplexity.tech">mail: hi@polisplexity.tech</a>
</li>
<li class="active">
<a class="noicon" href="https://git.hadox.org/" target="_blank">git: git.hadox.org</a>
</li>
<li class="active">
<a class="noicon" href="https://t.me/PolisplexityBot" target="_blank">telegram: @PolisplexityBot</a>
</li>
<li class="active">
<a href="https://polisplexity.tech" target="_blank">polisplexity.tech</a>
</li>
</ul>
<div class="contacts__copyright small">
© Polisplexity 2025. All rights reserved.
</div>
</div>
<div class="content__right">
<div class="content__subtitle">
Looking to collaborate on <span>AI for urban innovation</span>? Send us a message.
</div>
<form class="content__contacts contacts__form js-contact-form" method="post">
@csrf
<div class="content__brief">
<div class="content__brief-title">
<label class="input-file">
<input type="file" name="file" id="brief">
<span>Attach brief</span>
</label>
</div>
<div class="content__brief-text small">
Want to partner on a project? Upload a brief and lets start planning together.
</div>
</div>
<div class="content__form">
<label class="content__form-input">
<input type="text" name="name">
<span class="content__form-placeholder">Name</span>
</label>
<label class="content__form-input">
<input type="email" name="email" required>
<span class="content__form-placeholder">Email *</span>
</label>
<label class="content__form-input">
<input type="text" name="msg" required minlength="10">
<span class="content__form-placeholder">Message *</span>
</label>
<div class="content__form-btn">
<button class="btn btn--arrow" type="submit">
<svg>
<use xlink:href="{{ asset('home/svg/sprite.svg#arrow') }}"></use>
</svg>
</button>
</div>
</div>
</form>
</div>
</div>
</section>