-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
145 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
--- | ||
layout: "@layouts/BaseLayoutMarkdown.astro" | ||
title: Контакти | ||
darkFooter: true | ||
darkNavigation: true | ||
--- | ||
|
||
import { ButtonLink } from "@components"; | ||
|
||
<div class="w-full bg-neutral-50"> | ||
<h1 class="mt-40 container-width text-5xl font-semibold font-aktiv">Contact</h1> | ||
<p class="container-width mt-10 mb-20 text-lg">Ви можете звернутися до нас за вказаними нижче контактами. </p> | ||
</div> | ||
|
||
<div class="container-width my-20 custom-prose h-full"> | ||
|
||
## Будемо раді поспілкуватися | ||
|
||
Якщо у вас є запитання, ідеї, пропозиції щодо співпраці, коментарі або інші питання для обговорення, будь ласка, звертайтеся до нас електронною поштою. Ми з радістю відповімо Вам! | ||
|
||
<br/><br/> | ||
<ButtonLink | ||
target="mailto:[email protected]" | ||
caption="[email protected]" | ||
variant="dark" | ||
className="not-prose" | ||
/> | ||
|
||
<br/><br/> | ||
|
||
<img src="images/contact/tolocar_team.jpg" /> | ||
|
||
</div> | ||
|
Oops, something went wrong.