Merge pull request #33 from nusserstudios/dev

Updated .gitignore to exclude vercel.json.
This commit is contained in:
Nusser Studios 2022-11-02 01:07:29 -05:00 committed by GitHub
commit 60e8df95ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 3 deletions

2
.gitignore vendored
View File

@ -1,2 +1,2 @@
node_modules/
.vercel
vercel.json

View File

@ -58,4 +58,5 @@ privacyEnhanced = true
[module]
[module.hugoVersion]
extended = true
min = "0.105.0"
min = "0.105.0"
max = "0.105.0"

View File

@ -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>