First Release
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 36 KiB |
Binary file not shown.
@@ -0,0 +1,4 @@
|
||||
[ZoneTransfer]
|
||||
ZoneId=3
|
||||
ReferrerUrl=https://pixabay.com/de/photos/z%c3%bcrich-bahngeleise-schienenverkehr-5267550/
|
||||
HostUrl=https://pixabay.com/get/gfaa32ac532b3c750d56712bfe236c8f846493d84e77ff4cc0010cfb183c48b9bee255e9f41145c9ffa3f9e69e65038441a2a75fe27c1bbd2cf145b7c4f6c9fbd64a1160c6356ea324db1047e1d6254ff.jpg?attachment=
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 4.7 MiB |
@@ -0,0 +1,4 @@
|
||||
[ZoneTransfer]
|
||||
ZoneId=3
|
||||
ReferrerUrl=https://pixabay.com/de/photos/uhr-standuhr-pendeluhr-tischuhr-2663147/
|
||||
HostUrl=https://pixabay.com/get/g6392b6a09c1ae47ca7f6a894668ad94b74db35cc46485fb9326e1e7f69905ea3070c907fc9387c66bc70e717311e7a027a9ce9c740dc52c78b5374e9e85f951b2898e1c5087a2b2bdf69e302349d008e.jpg?attachment=
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 1.6 MiB |
Binary file not shown.
|
After Width: | Height: | Size: 1.7 MiB |
Binary file not shown.
@@ -52,29 +52,13 @@ const t = useTranslations(locale);
|
||||
<button type="submit" class="py-3 px-5 text-sm font-medium text-center text-white rounded-lg bg-brand-500 sm:w-fit hover:bg-brand-600 focus:ring-4 focus:outline-none focus:ring-brand-300 transition-colors">Send message</button>
|
||||
</form>
|
||||
|
||||
<div class="space-y-8 text-center md:grid md:grid-cols-2 lg:grid-cols-3 md:gap-12 md:space-y-0">
|
||||
<div>
|
||||
<div class="flex justify-center">
|
||||
<div class="text-center">
|
||||
<div class="flex justify-center items-center mx-auto mb-4 w-10 h-10 bg-gray-100 rounded-lg dark:bg-gray-800 lg:h-16 lg:w-16">
|
||||
<svg class="w-5 h-5 text-foreground-muted lg:w-8 lg:h-8" fill="currentColor" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path d="M2.003 5.884L10 9.882l7.997-3.998A2 2 0 0016 4H4a2 2 0 00-1.997 1.884z"></path><path d="M18 8.118l-8 4-8-4V14a2 2 0 002 2h12a2 2 0 002-2V8.118z"></path></svg>
|
||||
<svg class="w-5 h-5 text-foreground-muted lg:w-8 lg:h-8" fill="currentColor" viewBox="0 0 20 20"><path d="M2.003 5.884L10 9.882l7.997-3.998A2 2 0 0016 4H4a2 2 0 00-1.997 1.884z"/><path d="M18 8.118l-8 4-8-4V14a2 2 0 002 2h12a2 2 0 002-2V8.118z"/></svg>
|
||||
</div>
|
||||
<p class="mb-2 text-xl font-bold text-foreground dark:text-white">Email us:</p>
|
||||
<p class="mb-3 text-foreground-muted dark:text-gray-400">Email us for general queries, including marketing and partnership opportunities.</p>
|
||||
<a href={`mailto:${siteConfig.email}`} class="font-semibold text-brand-500 hover:underline">{siteConfig.email}</a>
|
||||
</div>
|
||||
<div>
|
||||
<div class="flex justify-center items-center mx-auto mb-4 w-10 h-10 bg-gray-100 rounded-lg dark:bg-gray-800 lg:h-16 lg:w-16">
|
||||
<svg class="w-5 h-5 text-foreground-muted lg:w-8 lg:h-8" fill="currentColor" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" d="M18 10a8 8 0 11-16 0 8 8 0 0116 0zm-2 0c0 .993-.241 1.929-.668 2.754l-1.524-1.525a3.997 3.997 0 00.078-2.183l1.562-1.562C15.802 8.249 16 9.1 16 10zm-5.165 3.913l1.58 1.58A5.98 5.98 0 0110 16a5.976 5.976 0 01-2.516-.552l1.562-1.562a4.006 4.006 0 001.789.027zm-4.677-2.796a4.002 4.002 0 01-.041-2.08l-.08.08-1.53-1.533A5.98 5.98 0 004 10c0 .954.223 1.856.619 2.657l1.54-1.54zm1.088-6.45A5.974 5.974 0 0110 4c.954 0 1.856.223 2.657.619l-1.54 1.54a4.002 4.002 0 00-2.346.033L7.246 4.668zM12 10a2 2 0 11-4 0 2 2 0 014 0z" clip-rule="evenodd"></path></svg>
|
||||
</div>
|
||||
<p class="mb-2 text-xl font-bold text-foreground dark:text-white">Support</p>
|
||||
<p class="mb-3 text-foreground-muted dark:text-gray-400">Email us for general queries, including marketing and partnership opportunities.</p>
|
||||
<a href={`mailto:${siteConfig.email}`} class="inline-flex py-2 px-4 text-sm font-medium text-center rounded-lg border text-brand-500 border-brand-500 hover:text-white hover:bg-brand-500 focus:ring-4 focus:outline-none focus:ring-brand-300 transition-colors">Support center</a>
|
||||
</div>
|
||||
<div>
|
||||
<div class="flex justify-center items-center mx-auto mb-4 w-10 h-10 bg-gray-100 rounded-lg dark:bg-gray-800 lg:h-16 lg:w-16">
|
||||
<svg class="w-5 h-5 text-foreground-muted lg:w-8 lg:h-8" fill="currentColor" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" d="M5.05 4.05a7 7 0 119.9 9.9L10 18.9l-4.95-4.95a7 7 0 010-9.9zM10 11a2 2 0 100-4 2 2 0 000 4z" clip-rule="evenodd"></path></svg>
|
||||
</div>
|
||||
<p class="mb-2 text-xl font-bold text-foreground dark:text-white">Find us:</p>
|
||||
<p class="mb-3 text-foreground-muted dark:text-gray-400">{siteConfig.address?.city ?? 'Zürich'}, {siteConfig.address?.country ?? 'Switzerland'}</p>
|
||||
<a href="mailto:info@armarium.ch" class="font-semibold text-brand-500 hover:underline">info@armarium.ch</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user