Merge pull request #33 from nusserstudios/dev
Updated .gitignore to exclude vercel.json.
This commit is contained in:
commit
60e8df95ce
|
@ -1,2 +1,2 @@
|
|||
node_modules/
|
||||
.vercel
|
||||
vercel.json
|
||||
|
|
|
@ -59,3 +59,4 @@ privacyEnhanced = true
|
|||
[module.hugoVersion]
|
||||
extended = true
|
||||
min = "0.105.0"
|
||||
max = "0.105.0"
|
||||
|
|
|
@ -11,7 +11,7 @@ description: A test with @tailwindcss/typography & Prose
|
|||
<section class="lg:pb-24">
|
||||
<div class="max-w-screen-md px-4 mx-auto">
|
||||
<p class="mb-8 font-light text-center text-gray-500 lg:mb-16 dark:text-gray-400 sm:text-xl">Got a technical issue? Want to send feedback about a beta feature? Need details about our Business plan? Let us know.</p>
|
||||
<form action="#" class="space-y-8">
|
||||
<form name="contact" netlify class="space-y-8">
|
||||
<div class="my-4">
|
||||
<label for="email" class="block mb-2 font-medium text-gray-900 text-md dark:text-gray-300"><strong>Your Email:</strong></label>
|
||||
<input type="email" id="email" class="shadow-sm bg-gray-50 border border-gray-300 text-gray-900 text-md rounded-lg focus:ring-indigo-500 focus:border-indigo-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-indigo-500 dark:focus:border-indigo-500 dark:shadow-sm-light" placeholder="name@example.com" required>
|
||||
|
|
Loading…
Reference in New Issue