-
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.
REmoved unused code, added the rest of the styles.
- Loading branch information
Showing
13 changed files
with
921 additions
and
412 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,26 @@ | ||
import React from "react"; | ||
|
||
const CTA = () => { | ||
return ( | ||
<section class="bg-white dark:bg-gray-900"> | ||
<div class="container flex flex-col items-center px-4 py-12 mx-auto text-center"> | ||
<h2 class="text-3xl font-semibold tracking-tight text-gray-700 sm:text-4xl dark:text-white"> | ||
Join us and get the update <br /> from anywhere | ||
</h2> | ||
|
||
<div class="mt-6 sm:-mx-2"> | ||
<div class="inline-flex w-full sm:w-auto sm:mx-2"> | ||
<a | ||
href="/#" | ||
className="inline-flex items-center justify-center w-full px-5 py-2 text-white bg-indigo-500 rounded-md hover:bg-indigo-400 focus:ring focus:ring-blue-300 focus:ring-opacity-80 transition-all" | ||
> | ||
Back to Home | ||
</a> | ||
</div> | ||
</div> | ||
</div> | ||
</section> | ||
); | ||
}; | ||
|
||
export default CTA; |
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,48 +1,112 @@ | ||
import React from 'react' | ||
import React from "react"; | ||
|
||
const Features = () => { | ||
return ( | ||
<section class="bg-indigo-50 dark:bg-gray-800"> | ||
<div class="py-8 px-4 mx-auto max-w-screen-xl sm:py-16 lg:px-6"> | ||
<div class="max-w-screen-md mb-8 lg:mb-16"> | ||
<h2 class="mb-4 text-4xl font-extrabold text-gray-900 dark:text-white">Designed with ease in mind from the start</h2> | ||
<p class="text-gray-500 sm:text-xl dark:text-gray-400">The most clutter free video chat platform out there.</p> | ||
<section class="bg-slate-100 dark:bg-slate-800 mb-10"> | ||
<div class="py-8 px-4 mx-auto max-w-screen-xl sm:py-16 lg:px-6"> | ||
<div class="max-w-screen-md mb-8 lg:mb-16"> | ||
<h2 class="mb-4 text-4xl font-bold text-slate-900 dark:text-white"> | ||
Designed with ease in mind from the start | ||
</h2> | ||
<p class="text-slate-500 sm:text-xl dark:text-slate-400"> | ||
The most clutter free video chat platform out there. | ||
</p> | ||
</div> | ||
<div class="space-y-8 md:grid md:grid-cols-2 lg:grid-cols-2 md:gap-12 md:space-y-0"> | ||
<div> | ||
<div class="flex justify-center items-center mb-4 w-10 h-10 rounded-full bg-indigo-100 lg:h-12 lg:w-12 dark:bg-indigo-900"> | ||
<svg | ||
class="w-5 h-5 text-indigo-500 lg:w-6 lg:h-6 dark:text-indigo-300" | ||
fill="currentColor" | ||
viewBox="0 0 20 20" | ||
xmlns="http://www.w3.org/2000/svg" | ||
> | ||
<path | ||
fill-rule="evenodd" | ||
d="M3 3a1 1 0 000 2v8a2 2 0 002 2h2.586l-1.293 1.293a1 1 0 101.414 1.414L10 15.414l2.293 2.293a1 1 0 001.414-1.414L12.414 15H15a2 2 0 002-2V5a1 1 0 100-2H3zm11.707 4.707a1 1 0 00-1.414-1.414L10 9.586 8.707 8.293a1 1 0 00-1.414 0l-2 2a1 1 0 101.414 1.414L8 10.414l1.293 1.293a1 1 0 001.414 0l4-4z" | ||
clip-rule="evenodd" | ||
></path> | ||
</svg> | ||
</div> | ||
<h3 class="mb-2 text-xl font-bold text-slate-900 dark:text-white"> | ||
Completly Cross-Platform | ||
</h3> | ||
<p class="text-slate-500 dark:text-slate-400"> | ||
Connect with your friends and family across any line of devices. | ||
From Iphones, to Macbooks, you name it. | ||
</p> | ||
</div> | ||
<div> | ||
<div class="flex justify-center items-center mb-4 w-10 h-10 rounded-full bg-indigo-100 lg:h-12 lg:w-12 dark:bg-indigo-900"> | ||
<svg | ||
class="w-5 h-5 text-indigo-600 lg:w-6 lg:h-6 dark:text-indigo-300" | ||
fill="currentColor" | ||
viewBox="0 0 20 20" | ||
xmlns="http://www.w3.org/2000/svg" | ||
> | ||
<path d="M10.394 2.08a1 1 0 00-.788 0l-7 3a1 1 0 000 1.84L5.25 8.051a.999.999 0 01.356-.257l4-1.714a1 1 0 11.788 1.838L7.667 9.088l1.94.831a1 1 0 00.787 0l7-3a1 1 0 000-1.838l-7-3zM3.31 9.397L5 10.12v4.102a8.969 8.969 0 00-1.05-.174 1 1 0 01-.89-.89 11.115 11.115 0 01.25-3.762zM9.3 16.573A9.026 9.026 0 007 14.935v-3.957l1.818.78a3 3 0 002.364 0l5.508-2.361a11.026 11.026 0 01.25 3.762 1 1 0 01-.89.89 8.968 8.968 0 00-5.35 2.524 1 1 0 01-1.4 0zM6 18a1 1 0 001-1v-2.065a8.935 8.935 0 00-2-.712V17a1 1 0 001 1z"></path> | ||
</svg> | ||
</div> | ||
<div class="space-y-8 md:grid md:grid-cols-2 lg:grid-cols-2 md:gap-12 md:space-y-0"> | ||
<div> | ||
<div class="flex justify-center items-center mb-4 w-10 h-10 rounded-full bg-blue-100 lg:h-12 lg:w-12 dark:bg-blue-900"> | ||
<svg class="w-5 h-5 text-blue-600 lg:w-6 lg:h-6 dark:text-blue-300" fill="currentColor" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" d="M3 3a1 1 0 000 2v8a2 2 0 002 2h2.586l-1.293 1.293a1 1 0 101.414 1.414L10 15.414l2.293 2.293a1 1 0 001.414-1.414L12.414 15H15a2 2 0 002-2V5a1 1 0 100-2H3zm11.707 4.707a1 1 0 00-1.414-1.414L10 9.586 8.707 8.293a1 1 0 00-1.414 0l-2 2a1 1 0 101.414 1.414L8 10.414l1.293 1.293a1 1 0 001.414 0l4-4z" clip-rule="evenodd"></path></svg> | ||
</div> | ||
<h3 class="mb-2 text-xl font-bold dark:text-white">Completly Cross-Platform</h3> | ||
<p class="text-gray-500 dark:text-gray-400">Connect with your friends and family across any line of devices. From Iphones, to Macbooks, you name it.</p> | ||
</div> | ||
<div> | ||
<div class="flex justify-center items-center mb-4 w-10 h-10 rounded-full bg-blue-100 lg:h-12 lg:w-12 dark:bg-blue-900"> | ||
<svg class="w-5 h-5 text-blue-600 lg:w-6 lg:h-6 dark:text-blue-300" fill="currentColor" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path d="M10.394 2.08a1 1 0 00-.788 0l-7 3a1 1 0 000 1.84L5.25 8.051a.999.999 0 01.356-.257l4-1.714a1 1 0 11.788 1.838L7.667 9.088l1.94.831a1 1 0 00.787 0l7-3a1 1 0 000-1.838l-7-3zM3.31 9.397L5 10.12v4.102a8.969 8.969 0 00-1.05-.174 1 1 0 01-.89-.89 11.115 11.115 0 01.25-3.762zM9.3 16.573A9.026 9.026 0 007 14.935v-3.957l1.818.78a3 3 0 002.364 0l5.508-2.361a11.026 11.026 0 01.25 3.762 1 1 0 01-.89.89 8.968 8.968 0 00-5.35 2.524 1 1 0 01-1.4 0zM6 18a1 1 0 001-1v-2.065a8.935 8.935 0 00-2-.712V17a1 1 0 001 1z"></path></svg> | ||
</div> | ||
<h3 class="mb-2 text-xl font-bold dark:text-white">No Login Required</h3> | ||
<p class="text-gray-500 dark:text-gray-400">That's right, you don't need an account to use Volt. Simply enter the user generated code and you're in!</p> | ||
</div> | ||
<div> | ||
<div class="flex justify-center items-center mb-4 w-10 h-10 rounded-full bg-blue-100 lg:h-12 lg:w-12 dark:bg-blue-900"> | ||
<svg class="w-5 h-5 text-blue-600 lg:w-6 lg:h-6 dark:text-blue-300" fill="currentColor" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" d="M6 6V5a3 3 0 013-3h2a3 3 0 013 3v1h2a2 2 0 012 2v3.57A22.952 22.952 0 0110 13a22.95 22.95 0 01-8-1.43V8a2 2 0 012-2h2zm2-1a1 1 0 011-1h2a1 1 0 011 1v1H8V5zm1 5a1 1 0 011-1h.01a1 1 0 110 2H10a1 1 0 01-1-1z" clip-rule="evenodd"></path><path d="M2 13.692V16a2 2 0 002 2h12a2 2 0 002-2v-2.308A24.974 24.974 0 0110 15c-2.796 0-5.487-.46-8-1.308z"></path></svg> | ||
</div> | ||
<h3 class="mb-2 text-xl font-bold dark:text-white">Encrypted</h3> | ||
<p class="text-gray-500 dark:text-gray-400">Complete End To End military grade encryption. No need to worry that someone might be listening in your conversations.</p> | ||
</div> | ||
<div> | ||
<div class="flex justify-center items-center mb-4 w-10 h-10 rounded-full bg-blue-100 lg:h-12 lg:w-12 dark:bg-blue-900"> | ||
<svg class="w-5 h-5 text-blue-600 lg:w-6 lg:h-6 dark:text-blue-300" fill="currentColor" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path d="M8.433 7.418c.155-.103.346-.196.567-.267v1.698a2.305 2.305 0 01-.567-.267C8.07 8.34 8 8.114 8 8c0-.114.07-.34.433-.582zM11 12.849v-1.698c.22.071.412.164.567.267.364.243.433.468.433.582 0 .114-.07.34-.433.582a2.305 2.305 0 01-.567.267z"></path><path fill-rule="evenodd" d="M10 18a8 8 0 100-16 8 8 0 000 16zm1-13a1 1 0 10-2 0v.092a4.535 4.535 0 00-1.676.662C6.602 6.234 6 7.009 6 8c0 .99.602 1.765 1.324 2.246.48.32 1.054.545 1.676.662v1.941c-.391-.127-.68-.317-.843-.504a1 1 0 10-1.51 1.31c.562.649 1.413 1.076 2.353 1.253V15a1 1 0 102 0v-.092a4.535 4.535 0 001.676-.662C13.398 13.766 14 12.991 14 12c0-.99-.602-1.765-1.324-2.246A4.535 4.535 0 0011 9.092V7.151c.391.127.68.317.843.504a1 1 0 101.511-1.31c-.563-.649-1.413-1.076-2.354-1.253V5z" clip-rule="evenodd"></path></svg> | ||
</div> | ||
<h3 class="mb-2 text-xl font-bold dark:text-white">We Don't Collect Any Data</h3> | ||
<p class="text-gray-500 dark:text-gray-400">We do not keep track of any type of data, nor record or keeps logs of any calls.</p> | ||
</div> | ||
|
||
<h3 class="mb-2 text-xl font-bold text-slate-900 dark:text-white"> | ||
No Login Required | ||
</h3> | ||
<p class="text-slate-500 dark:text-slate-400"> | ||
That's right, you don't need an account to use Volt. Simply enter | ||
the user generated code and you're in! | ||
</p> | ||
</div> | ||
<div> | ||
<div class="flex justify-center items-center mb-4 w-10 h-10 rounded-full bg-indigo-100 lg:h-12 lg:w-12 dark:bg-indigo-900"> | ||
<svg | ||
class="w-5 h-5 text-indigo-600 lg:w-6 lg:h-6 dark:text-indigo-300" | ||
fill="currentColor" | ||
viewBox="0 0 20 20" | ||
xmlns="http://www.w3.org/2000/svg" | ||
> | ||
<path | ||
fill-rule="evenodd" | ||
d="M6 6V5a3 3 0 013-3h2a3 3 0 013 3v1h2a2 2 0 012 2v3.57A22.952 22.952 0 0110 13a22.95 22.95 0 01-8-1.43V8a2 2 0 012-2h2zm2-1a1 1 0 011-1h2a1 1 0 011 1v1H8V5zm1 5a1 1 0 011-1h.01a1 1 0 110 2H10a1 1 0 01-1-1z" | ||
clip-rule="evenodd" | ||
></path> | ||
<path d="M2 13.692V16a2 2 0 002 2h12a2 2 0 002-2v-2.308A24.974 24.974 0 0110 15c-2.796 0-5.487-.46-8-1.308z"></path> | ||
</svg> | ||
</div> | ||
<h3 class="mb-2 text-xl font-bold text-slate-900 dark:text-white"> | ||
Encrypted | ||
</h3> | ||
<p class="text-slate-500 dark:text-slate-400"> | ||
Complete End To End military grade encryption. No need to worry | ||
that someone might be listening in your conversations. | ||
</p> | ||
</div> | ||
<div> | ||
<div class="flex justify-center items-center mb-4 w-10 h-10 rounded-full bg-indigo-100 lg:h-12 lg:w-12 dark:bg-indigo-900"> | ||
<svg | ||
class="w-5 h-5 text-indigo-600 lg:w-6 lg:h-6 dark:text-indigo-300" | ||
fill="currentColor" | ||
viewBox="0 0 20 20" | ||
xmlns="http://www.w3.org/2000/svg" | ||
> | ||
<path d="M8.433 7.418c.155-.103.346-.196.567-.267v1.698a2.305 2.305 0 01-.567-.267C8.07 8.34 8 8.114 8 8c0-.114.07-.34.433-.582zM11 12.849v-1.698c.22.071.412.164.567.267.364.243.433.468.433.582 0 .114-.07.34-.433.582a2.305 2.305 0 01-.567.267z"></path> | ||
<path | ||
fill-rule="evenodd" | ||
d="M10 18a8 8 0 100-16 8 8 0 000 16zm1-13a1 1 0 10-2 0v.092a4.535 4.535 0 00-1.676.662C6.602 6.234 6 7.009 6 8c0 .99.602 1.765 1.324 2.246.48.32 1.054.545 1.676.662v1.941c-.391-.127-.68-.317-.843-.504a1 1 0 10-1.51 1.31c.562.649 1.413 1.076 2.353 1.253V15a1 1 0 102 0v-.092a4.535 4.535 0 001.676-.662C13.398 13.766 14 12.991 14 12c0-.99-.602-1.765-1.324-2.246A4.535 4.535 0 0011 9.092V7.151c.391.127.68.317.843.504a1 1 0 101.511-1.31c-.563-.649-1.413-1.076-2.354-1.253V5z" | ||
clip-rule="evenodd" | ||
></path> | ||
</svg> | ||
</div> | ||
<h3 class="mb-2 text-xl font-bold text-slate-900 dark:text-white"> | ||
We Don't Collect Any Data | ||
</h3> | ||
<p class="text-slate-500 dark:text-slate-400"> | ||
We do not keep track of any type of data, nor record or keeps logs | ||
of any calls. | ||
</p> | ||
</div> | ||
</div> | ||
</section> | ||
|
||
) | ||
} | ||
</div> | ||
</section> | ||
); | ||
}; | ||
|
||
export default Features | ||
export default Features; |
Oops, something went wrong.