forked from thedevdojo/tails-components
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfeature-columns.html
94 lines (93 loc) · 7.74 KB
/
feature-columns.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
<div class="pb-1 text-center text-gray-700 bg-gray-100 bg-cover">
<div class="container relative max-w-2xl px-5 pt-12 mx-auto sm:py-12 lg:px-0">
<h2 class="mb-10 text-4xl font-extrabold leading-10 tracking-tight text-left text-gray-900 sm:text-5xl sm:leading-none md:text-6xl sm:text-center">Awesome <span class="inline-block text-indigo-500">Features</span></h2>
<p class="mt-5 text-xl text-left opacity-75 sm:text-center">Here are some awesome features that we really think you'll like. With features like this you'll want to punch yourself in the face for not signing up sooner.</p>
</div>
<div class="my-8">
<div class="max-w-xl px-4 mx-auto sm:px-6 lg:max-w-screen-xl lg:px-8">
<div class="lg:grid lg:grid-cols-3 lg:gap-8">
<div class="p-16 transition-all duration-150 bg-white rounded-lg shadow-xl ease hover:shadow-2xl">
<div class="relative inline-flex items-center justify-center w-16 h-16 overflow-hidden text-white rounded-full">
<svg class="relative w-12 h-12 text-indigo-500" fill="none" stroke="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M16 4v12l-4-2-4 2V4M6 20h12a2 2 0 002-2V6a2 2 0 00-2-2H6a2 2 0 00-2 2v12a2 2 0 002 2z"></path>
</svg>
</div>
<div class="mt-3 mb-6">
<h5 class="pb-2 text-xl font-bold leading-6 text-gray-600">Bookmarks</h5>
<p class="mt-1 text-base leading-6 text-gray-500">
Bookmarking feature allows you to bookmark and save any content.
</p>
</div>
</div>
<div class="p-16 mt-10 transition-all duration-150 bg-white rounded-lg shadow-xl lg:mt-0 ease hover:shadow-2xl">
<div class="relative inline-flex items-center justify-center w-16 h-16 overflow-hidden text-white rounded-full">
<svg class="relative w-12 h-12 text-indigo-500" fill="none" stroke="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M15 17h5l-1.405-1.405A2.032 2.032 0 0118 14.158V11a6.002 6.002 0 00-4-5.659V5a2 2 0 10-4 0v.341C7.67 6.165 6 8.388 6 11v3.159c0 .538-.214 1.055-.595 1.436L4 17h5m6 0v1a3 3 0 11-6 0v-1m6 0H9"></path>
</svg>
</div>
<div class="mt-3 mb-6">
<h5 class="pb-2 text-xl font-bold leading-6 text-gray-600">Notifications</h5>
<p class="mt-1 text-base leading-6 text-gray-500">
Automated notifications that will keep your team in the know.
</p>
</div>
</div>
<div class="p-16 mt-10 transition-all duration-150 bg-white rounded-lg shadow-xl lg:mt-0 ease hover:shadow-2xl">
<div class="relative inline-flex items-center justify-center w-16 h-16 overflow-hidden text-white rounded-full">
<svg class="relative w-12 h-12 text-indigo-500" fill="currentColor" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" d="M18 13V5a2 2 0 00-2-2H4a2 2 0 00-2 2v8a2 2 0 002 2h3l3 3 3-3h3a2 2 0 002-2zM5 7a1 1 0 011-1h8a1 1 0 110 2H6a1 1 0 01-1-1zm1 3a1 1 0 100 2h3a1 1 0 100-2H6z" clip-rule="evenodd"></path></svg>
</div>
<div class="mt-3 mb-6">
<h5 class="pb-2 text-xl font-bold leading-6 text-gray-600">Messages</h5>
<p class="mt-1 text-base leading-6 text-gray-500">
A built-in message system to help your team communicate.
</p>
</div>
</div>
</div>
</div>
</div>
<div class="my-8">
<div class="max-w-xl px-4 mx-auto sm:px-6 lg:max-w-screen-xl lg:px-8">
<div class="lg:grid lg:grid-cols-3 lg:gap-8">
<div class="p-16 transition-all duration-150 bg-white rounded-lg shadow-xl ease hover:shadow-2xl">
<div class="relative inline-flex items-center justify-center w-16 h-16 overflow-hidden text-white rounded-full">
<svg class="relative w-12 h-12 text-indigo-500" fill="none" stroke="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10 20l4-16m4 4l4 4-4 4M6 16l-4-4 4-4"></path>
</svg>
</div>
<div class="mt-3 mb-6">
<h5 class="pb-2 text-xl font-bold leading-6 text-gray-600">Integrations</h5>
<p class="mt-1 text-base leading-6 text-gray-500">
Drop-in code that you can use in any of your products.
</p>
</div>
</div>
<div class="p-16 mt-10 transition-all duration-150 bg-white rounded-lg shadow-xl lg:mt-0 ease hover:shadow-2xl">
<div class="relative inline-flex items-center justify-center w-16 h-16 overflow-hidden text-white rounded-full">
<svg class="relative w-12 h-12 text-indigo-500" fill="none" stroke="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10.325 4.317c.426-1.756 2.924-1.756 3.35 0a1.724 1.724 0 002.573 1.066c1.543-.94 3.31.826 2.37 2.37a1.724 1.724 0 001.065 2.572c1.756.426 1.756 2.924 0 3.35a1.724 1.724 0 00-1.066 2.573c.94 1.543-.826 3.31-2.37 2.37a1.724 1.724 0 00-2.572 1.065c-.426 1.756-2.924 1.756-3.35 0a1.724 1.724 0 00-2.573-1.066c-1.543.94-3.31-.826-2.37-2.37a1.724 1.724 0 00-1.065-2.572c-1.756-.426-1.756-2.924 0-3.35a1.724 1.724 0 001.066-2.573c-.94-1.543.826-3.31 2.37-2.37.996.608 2.296.07 2.572-1.065z"></path>
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M15 12a3 3 0 11-6 0 3 3 0 016 0z"></path>
</svg>
</div>
<div class="mt-3 mb-6">
<h5 class="pb-2 text-xl font-bold leading-6 text-gray-600">Settings</h5>
<p class="mt-1 text-base leading-6 text-gray-500">
Settings and configurations that will simplify your life.
</p>
</div>
</div>
<div class="p-16 mt-10 transition-all duration-150 bg-white rounded-lg shadow-xl lg:mt-0 ease hover:shadow-2xl">
<div class="relative inline-flex items-center justify-center w-16 h-16 overflow-hidden text-white rounded-full">
<svg class="relative w-12 h-12 text-indigo-500" fill="currentColor" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" d="M4 4a2 2 0 00-2 2v4a2 2 0 002 2V6h10a2 2 0 00-2-2H4zm2 6a2 2 0 012-2h8a2 2 0 012 2v4a2 2 0 01-2 2H8a2 2 0 01-2-2v-4zm6 4a2 2 0 100-4 2 2 0 000 4z" clip-rule="evenodd"></path></svg>
</div>
<div class="mt-3 mb-6">
<h5 class="pb-2 text-xl font-bold leading-6 text-gray-600">Monetized</h5>
<p class="mt-1 text-base leading-6 text-gray-500">
Our system will help you gain the highest possible revenue.
</p>
</div>
</div>
</div>
</div>
</div>
</div>