-
Notifications
You must be signed in to change notification settings - Fork 0
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
Lucas Garrido
committed
Nov 26, 2023
1 parent
23d76a1
commit 6faeff1
Showing
34 changed files
with
41 additions
and
232 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
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 |
---|---|---|
@@ -1,95 +1,24 @@ | ||
--- | ||
import ContentSection from "~/components/content-section.astro"; | ||
import type { CompatibilityItem } from "~/types"; | ||
const frameworks: Array<CompatibilityItem> = [ | ||
{ | ||
title: "React", | ||
icon: "frameworks/react", | ||
url: "https://reactjs.org/", | ||
}, | ||
{ | ||
title: "Preact", | ||
icon: "frameworks/preact", | ||
url: "https://preactjs.com/", | ||
}, | ||
{ | ||
title: "Svelte", | ||
icon: "frameworks/svelte", | ||
url: "https://svelte.dev/", | ||
}, | ||
{ | ||
title: "Vue", | ||
icon: "frameworks/vue", | ||
url: "https://vuejs.org/", | ||
}, | ||
{ | ||
title: "Solid", | ||
icon: "frameworks/solid", | ||
url: "https://www.solidjs.com/", | ||
}, | ||
{ | ||
title: "Lit", | ||
icon: "frameworks/lit", | ||
url: "https://lit.dev/", | ||
}, | ||
]; | ||
const platforms: Array<CompatibilityItem> = [ | ||
{ | ||
title: "Netlify", | ||
icon: "platforms/netlify", | ||
url: "https://www.netlify.com/", | ||
}, | ||
{ | ||
title: "Vercel", | ||
icon: "platforms/vercel", | ||
url: "https://vercel.com/", | ||
}, | ||
{ | ||
title: "Cloudflare", | ||
icon: "fa-brands:cloudflare", | ||
url: "https://pages.cloudflare.com/", | ||
}, | ||
{ | ||
title: "Render", | ||
icon: "platforms/render", | ||
url: "https://render.com/", | ||
}, | ||
{ | ||
title: "GitHub", | ||
icon: "fa-brands:github", | ||
url: "https://pages.github.com/", | ||
}, | ||
{ | ||
title: "GitLab", | ||
icon: "fa-brands:gitlab", | ||
url: "https://docs.gitlab.com/ee/user/project/pages/", | ||
}, | ||
]; | ||
--- | ||
|
||
<ContentSection title="Contact" id="contact"> | ||
<Fragment slot="lead"> | ||
Astro <span class="text-primary">plays nice</span>. Bring your own UI{" "} | ||
<span class="text-primary">framework</span> | ||
and deploy to your favorite <span class="text-primary">platform</span>. | ||
Vous pouvez nous <span class="text-primary">contacter</span> pour un devis <span class="text-primary">gratuit</span>, complet et détaillé intégrant le matériel et la main d'oeuvre nécessaire vous proposant la meilleure solution selon votre besoin et budget vous sera transmis rapidement. | ||
</Fragment> | ||
<div class="py-8 lg:py-16 px-4 mx-auto max-w-screen-md w-full"> | ||
<form action="#" class="space-y-8"> | ||
<form action="mailto:[email protected]" method="get" enctype="text/plain" class="space-y-8"> | ||
|
||
<div> | ||
<label for="email" class="block mb-2 text-sm font-medium text-gray-900 dark:text-gray-300">Your email</label> | ||
<input type="email" id="email" class="shadow-sm bg-gray-50 border border-gray-300 text-gray-900 text-sm rounded-lg focus:ring-primary-500 focus:border-primary-500 block w-full p-2.5 dark:bg-gray-700 dark:border-gray-600 dark:placeholder-gray-400 dark:text-white dark:focus:ring-primary-500 dark:focus:border-primary-500 dark:shadow-sm-light" placeholder="[email protected]" required> | ||
</div> | ||
<div> | ||
<label for="subject" class="block mb-2 text-sm font-medium text-gray-900 dark:text-gray-300">Subject</label> | ||
<input type="text" id="subject" class="block p-3 w-full text-sm text-gray-900 bg-gray-50 rounded-lg border border-gray-300 shadow-sm focus:ring-primary-500 focus:border-primary-500 dark:bg-gray-700 dark:border-gray-600 dark:placeholder-gray-400 dark:text-white dark:focus:ring-primary-500 dark:focus:border-primary-500 dark:shadow-sm-light" placeholder="Let us know how we can help you" required> | ||
<label for="subject" class="block mb-2 text-sm font-medium text-gray-900 dark:text-gray-300">Sujet</label> | ||
<input type="text" id="subject" name="subject" class="shadow-sm bg-gray-50 border border-gray-300 text-gray-900 text-sm rounded-lg focus:ring-primary-500 focus:border-primary-500 block w-full p-2.5 dark:bg-gray-700 dark:border-gray-600 dark:placeholder-gray-400 dark:text-white dark:focus:ring-primary-500 dark:focus:border-primary-500 dark:shadow-sm-light" required> | ||
</div> | ||
<div class="sm:col-span-2"> | ||
<label for="message" class="block mb-2 text-sm font-medium text-gray-900 dark:text-gray-400">Your message</label> | ||
<textarea id="message" rows="6" class="block p-2.5 w-full text-sm text-gray-900 bg-gray-50 rounded-lg shadow-sm border border-gray-300 focus:ring-primary-500 focus:border-primary-500 dark:bg-gray-700 dark:border-gray-600 dark:placeholder-gray-400 dark:text-white dark:focus:ring-primary-500 dark:focus:border-primary-500" placeholder="Leave a comment..."></textarea> | ||
<label for="body" class="block mb-2 text-sm font-medium text-gray-900 dark:text-gray-400">Message</label> | ||
<textarea id="body" name="body" rows="6" class="block p-2.5 w-full text-sm text-gray-900 bg-gray-50 rounded-lg shadow-sm border border-gray-300 focus:ring-primary-500 focus:border-primary-500 dark:bg-gray-700 dark:border-gray-600 dark:placeholder-gray-400 dark:text-white dark:focus:ring-primary-500 dark:focus:border-primary-500"></textarea> | ||
</div> | ||
<button type="submit" class="py-3 px-5 text-sm font-medium text-center text-white rounded-lg bg-primary-700 sm:w-fit hover:bg-primary-800 focus:ring-4 focus:outline-none focus:ring-primary-300 dark:bg-primary-600 dark:hover:bg-primary-700 dark:focus:ring-primary-800">Send message</button> | ||
<button class="py-3 px-5 text-sm font-medium text-center text-white rounded-lg bg-primary-700 sm:w-fit hover:bg-primary-800 focus:ring-4 focus:outline-none focus:ring-primary-300 dark:bg-primary-600 dark:hover:bg-primary-700 dark:focus:ring-primary-800">Envoyer</button> | ||
</form> | ||
</div> | ||
</ContentSection> | ||
|
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
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
Oops, something went wrong.