Spaces:
Running
Running
Is this an application or a website, and how do I use it?
Browse files- index.html +8 -8
- login.html +2 -2
index.html
CHANGED
|
@@ -108,10 +108,10 @@
|
|
| 108 |
<div class="mt-8 sm:max-w-lg sm:mx-auto sm:text-center lg:text-left lg:mx-0">
|
| 109 |
<div class="mt-5 sm:mt-8 sm:flex sm:justify-center lg:justify-start">
|
| 110 |
<div class="rounded-md shadow">
|
| 111 |
-
|
| 112 |
-
|
| 113 |
-
|
| 114 |
-
|
| 115 |
<div class="mt-3 sm:mt-0 sm:ml-3">
|
| 116 |
<a href="#" class="w-full flex items-center justify-center px-8 py-3 border border-transparent text-base font-medium rounded-md text-indigo-700 bg-indigo-100 hover:bg-indigo-200 md:py-4 md:text-lg md:px-10">
|
| 117 |
<i data-feather="play-circle" class="mr-2"></i> See Demo
|
|
@@ -246,10 +246,10 @@
|
|
| 246 |
<p class="mt-4 text-lg leading-6 text-indigo-200">
|
| 247 |
Join over 500,000 creators who trust EditCraft Pro for their multimedia projects.
|
| 248 |
</p>
|
| 249 |
-
|
| 250 |
-
|
| 251 |
-
|
| 252 |
-
|
| 253 |
</div>
|
| 254 |
|
| 255 |
<!-- Footer -->
|
|
|
|
| 108 |
<div class="mt-8 sm:max-w-lg sm:mx-auto sm:text-center lg:text-left lg:mx-0">
|
| 109 |
<div class="mt-5 sm:mt-8 sm:flex sm:justify-center lg:justify-start">
|
| 110 |
<div class="rounded-md shadow">
|
| 111 |
+
<a href="editor.html" class="w-full flex items-center justify-center px-8 py-3 border border-transparent text-base font-medium rounded-md text-white bg-indigo-600 hover:bg-indigo-700 md:py-4 md:text-lg md:px-10">
|
| 112 |
+
Start Creating Free
|
| 113 |
+
</a>
|
| 114 |
+
</div>
|
| 115 |
<div class="mt-3 sm:mt-0 sm:ml-3">
|
| 116 |
<a href="#" class="w-full flex items-center justify-center px-8 py-3 border border-transparent text-base font-medium rounded-md text-indigo-700 bg-indigo-100 hover:bg-indigo-200 md:py-4 md:text-lg md:px-10">
|
| 117 |
<i data-feather="play-circle" class="mr-2"></i> See Demo
|
|
|
|
| 246 |
<p class="mt-4 text-lg leading-6 text-indigo-200">
|
| 247 |
Join over 500,000 creators who trust EditCraft Pro for their multimedia projects.
|
| 248 |
</p>
|
| 249 |
+
<a href="login.html" class="mt-8 w-full inline-flex items-center justify-center px-5 py-3 border border-transparent text-base font-medium rounded-md text-indigo-600 bg-white hover:bg-indigo-50 sm:w-auto">
|
| 250 |
+
Sign In / Register
|
| 251 |
+
</a>
|
| 252 |
+
</div>
|
| 253 |
</div>
|
| 254 |
|
| 255 |
<!-- Footer -->
|
login.html
CHANGED
|
@@ -29,8 +29,8 @@
|
|
| 29 |
</div>
|
| 30 |
<h2 class="mt-6 text-3xl font-extrabold text-gray-900">Sign in to your account</h2>
|
| 31 |
<p class="mt-2 text-sm text-gray-600">
|
| 32 |
-
Or <a href="
|
| 33 |
-
|
| 34 |
</div>
|
| 35 |
|
| 36 |
<div class="mt-8">
|
|
|
|
| 29 |
</div>
|
| 30 |
<h2 class="mt-6 text-3xl font-extrabold text-gray-900">Sign in to your account</h2>
|
| 31 |
<p class="mt-2 text-sm text-gray-600">
|
| 32 |
+
Or <a href="editor.html" class="font-medium text-indigo-600 hover:text-indigo-500">try the editor without account</a>
|
| 33 |
+
</p>
|
| 34 |
</div>
|
| 35 |
|
| 36 |
<div class="mt-8">
|