-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
226 lines (214 loc) · 12.2 KB
/
index.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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<script src="//unpkg.com/alpinejs" defer></script>
<link rel='stylesheet' href='./dist/css/theme.css' type='text/css' media='all' />
<title>Tailwind Starter</title>
</head>
<body>
<div class="tailwind">
<div class="container mx-auto title">
<h1 class="text-hero text-center leading-relaxed">HTML Tailwind, Alpine, Laravel-mix</h1>
</div>
<div class="container mx-auto">
<div class="isolate bg-white">
<div class="absolute inset-x-0 top-[-10rem] -z-10 transform-gpu overflow-hidden blur-3xl sm:top-[-20rem]">
<svg class="relative left-[calc(50%-11rem)] -z-10 h-[21.1875rem] max-w-none -translate-x-1/2 rotate-[30deg] sm:left-[calc(50%-30rem)] sm:h-[42.375rem]" viewBox="0 0 1155 678">
<path fill="url(#45de2b6b-92d5-4d68-a6a0-9b9b2abad533)" fill-opacity=".3" d="M317.219 518.975L203.852 678 0 438.341l317.219 80.634 204.172-286.402c1.307 132.337 45.083 346.658 209.733 145.248C936.936 126.058 882.053-94.234 1031.02 41.331c119.18 108.451 130.68 295.337 121.53 375.223L855 299l21.173 362.054-558.954-142.079z" />
<defs>
<linearGradient id="45de2b6b-92d5-4d68-a6a0-9b9b2abad533" x1="1155.49" x2="-78.208" y1=".177" y2="474.645" gradientUnits="userSpaceOnUse">
<stop stop-color="#9089FC" />
<stop offset="1" stop-color="#FF80B5" />
</linearGradient>
</defs>
</svg>
</div>
<div class="px-6 pt-6 lg:px-8">
<nav class="flex items-center justify-between" aria-label="Global">
<div class="flex lg:flex-1">
<a href="#" class="-m-1.5 p-1.5">
<span class="sr-only">Hello</span>
<img class="h-8" src="https://tailwindui.com/img/logos/mark.svg?color=indigo&shade=600" alt="">
</a>
</div>
<div class="flex lg:hidden">
<button type="button" class="-m-2.5 inline-flex items-center justify-center rounded-md p-2.5 text-gray">
<span class="sr-only">Open main menu</span>
<svg class="h-6 w-6" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" aria-hidden="true">
<path stroke-linecap="round" stroke-linejoin="round" d="M3.75 6.75h16.5M3.75 12h16.5m-16.5 5.25h16.5" />
</svg>
</button>
</div>
<div class="hidden lg:flex lg:gap-x-12">
<a href="#" class="text-sm font-semibold leading-6 text-gray">Product</a>
<a href="#" class="text-sm font-semibold leading-6 text-gray">Features</a>
<a href="#" class="text-sm font-semibold leading-6 text-gray">Marketplace</a>
<a href="#" class="text-sm font-semibold leading-6 text-gray">Company</a>
</div>
<div class="hidden lg:flex lg:flex-1 lg:justify-end">
<a href="#" class="text-sm font-semibold leading-6 text-gray">Log in <span aria-hidden="true">→</span></a>
</div>
</nav>
</div>
<main>
<div class="relative px-6 lg:px-8">
<div class="mx-auto max-w-2xl py-32 sm:py-48 lg:py-56">
<div class="hidden sm:mb-8 sm:flex sm:justify-center">
<div class="relative rounded-full py-1 px-3 text-sm leading-6 text-gray ring-1 ring-gray/10 hover:ring-gray/20">
Announcing our next round of funding. <a href="#" class="font-semibold text-indigo"><span class="absolute inset-0" aria-hidden="true"></span>Read more <span aria-hidden="true">→</span></a>
</div>
</div>
<div class="text-center">
<h1 class="text-4xl font-bold tracking-tight text-gray sm:text-6xl">Data to enrich your online business</h1>
<p class="mt-6 text-lg leading-8 text-gray">Anim aute id magna aliqua ad ad non deserunt sunt. Qui irure qui lorem cupidatat commodo. Elit sunt amet fugiat veniam occaecat fugiat aliqua.</p>
<div class="mt-10 flex items-center justify-center gap-x-6">
<a href="#" class="rounded-md px-4 py-2 text-sm bg-indigo font-semibold text-white shadow-sm hover:bg-indigo focus-visible:outline focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-indigo">Get started</a>
<a href="#" class="text-sm font-semibold leading-6 text-gray">Learn more <span aria-hidden="true">→</span></a>
</div>
</div>
</div>
<div class="absolute inset-x-0 top-[calc(100%-13rem)] -z-10 transform-gpu overflow-hidden blur-3xl sm:top-[calc(100%-30rem)]">
<svg class="relative left-[calc(50%+3rem)] h-[21.1875rem] max-w-none -translate-x-1/2 sm:left-[calc(50%+36rem)] sm:h-[42.375rem]" viewBox="0 0 1155 678">
<path fill="url(#ecb5b0c9-546c-4772-8c71-4d3f06d544bc)" fill-opacity=".3" d="M317.219 518.975L203.852 678 0 438.341l317.219 80.634 204.172-286.402c1.307 132.337 45.083 346.658 209.733 145.248C936.936 126.058 882.053-94.234 1031.02 41.331c119.18 108.451 130.68 295.337 121.53 375.223L855 299l21.173 362.054-558.954-142.079z" />
<defs>
<linearGradient id="ecb5b0c9-546c-4772-8c71-4d3f06d544bc" x1="1155.49" x2="-78.208" y1=".177" y2="474.645" gradientUnits="userSpaceOnUse">
<stop stop-color="#9089FC" />
<stop offset="1" stop-color="#FF80B5" />
</linearGradient>
</defs>
</svg>
</div>
</div>
</main>
</div>
</div>
<div class="container mx-auto">
<section>
<div class="items-center w-full px-5 py-24 mx-auto md:px-12 lg:px-16 max-w-7xl">
<div class="text-left">
<div class="items-center mx-auto lg:inline-flex">
<div class="grid grid-cols-1 gap-6 lg:grid-cols-2 lg:gap-24">
<div>
<p class="text-4xl text-black">
I am a short heading
</p>
</div>
<div class="lg:ml-auto">
<p class="mt-4 text-lg tracking-tight text-gray-600 lg:mt-0">
Whether you're a beginner or an experienced programmer, our SaaS product offers the tools you need to be successful.
</p>
</div>
</div>
</div>
</div>
<div class="relative items-center w-full mx-auto mt-12">
<img class="object-cover object-center w-full bg-gray-300 h-96" src="https://res.cloudinary.com/dwyawegc5/image/upload/v1677681122/illustration-aleksandarperisic-13_wtzm3e.png" alt="">
</div>
<div>
<div class="pt-12 mx-auto lg:max-w-7xl">
<dl class="grid grid-cols-1 gap-6 space-y-0 lg:gap-24 lg:grid-cols-3">
<div>
<div>
<p class="text-lg font-medium leading-6 text-black">
Developer experience
</p>
</div>
<div class="mt-2 text-base text-gray-500">
Plus, our platform is constantly evolving to meet the changing needs of the tech industry, ensuring you'll always be ahead.
</div>
</div>
<div>
<div>
<p class="text-lg font-medium leading-6 text-black">
Designers go-to app
</p>
</div>
<div class="mt-2 text-base text-gray-500">
Plus, our platform is constantly evolving to meet the changing needs of the tech industry, ensuring you'll always be ahead.
</div>
</div>
<div>
<div>
<p class="text-lg font-medium leading-6 text-black">
Easy onboarding
</p>
</div>
<div class="mt-2 text-base text-gray-500">
Plus, our platform is constantly evolving to meet the changing needs of the tech industry, ensuring you'll always be ahead.
</div>
</div>
</dl>
</div>
</div>
</div>
</section> </div>
<div class="container mx-auto">
<section class="relative flex items-center w-full bg-white">
<div class="relative items-center w-full px-5 py-24 mx-auto md:px-12 lg:px-16 max-w-7xl">
<div class="relative flex-col items-start m-auto align-middle">
<div class="grid grid-cols-1 gap-6 lg:grid-cols-2 lg:gap-24">
<div class="relative items-center gap-12 m-auto lg:inline-flex md:order-first">
<div class="max-w-xl text-center lg:text-left">
<div>
<p class="text-2xl font-medium tracking-tighter text-black sm:text-4xl">
I am a short heading
</p>
<p class="max-w-xl mt-4 text-base tracking-tight text-gray-600">
Use this paragraph to share information about your company or products. Make it engaging and interesting, and showcase your brand's personality. Thanks for visiting our website!
</p> </div>
<div class="flex justify-center gap-3 mt-10 lg:justify-start">
<a class="inline-flex items-center justify-center text-sm font-semibold text-black duration-200 hover:text-blue-500 focus:outline-none focus-visible:outline-gray-600" href="#">
<span>
Read more
</span>
<ion-icon class="flex-none w-3 h-3 ml-3 fill-blue-600 group-active:fill-current md hydrated" name="arrow-forward-outline" role="img" aria-label="arrow forward outline"></ion-icon>
</a> </div>
</div>
</div>
<div class="order-first block w-full mt-12 aspect-square lg:mt-0">
<img class="object-cover object-center w-full mx-auto bg-gray-300 lg:ml-auto " alt="hero" src="https://res.cloudinary.com/dwyawegc5/image/upload/v1677681120/illustration-aleksandarperisic-03_ocum3e.png">
</div>
</div>
</div>
</div>
</section>
</div>
<div class="container mx-auto">
<section class="relative flex items-center w-full bg-white">
<div class="relative items-center w-full px-5 py-24 mx-auto md:px-12 lg:px-16 max-w-7xl">
<div class="relative flex-col items-start m-auto align-middle">
<div class="grid grid-cols-1 gap-6 lg:grid-cols-2 lg:gap-24">
<div class="relative items-center gap-12 m-auto lg:inline-flex">
<div class="max-w-xl text-center lg:text-left">
<div>
<p class="text-2xl font-medium tracking-tighter text-black sm:text-4xl">
I am a short heading
</p>
<p class="max-w-xl mt-4 text-base tracking-tight text-gray-600">
Use this paragraph to share information about your company or products. Make it engaging and interesting, and showcase your brand's personality. Thanks for visiting our website!
</p> </div>
<div class="flex justify-center gap-3 mt-10 lg:justify-start">
<a class="inline-flex items-center justify-center text-sm font-semibold text-black duration-200 hover:text-blue-500 focus:outline-none focus-visible:outline-gray-600" href="#">
<span>
Read more
</span>
<ion-icon class="flex-none w-3 h-3 ml-3 fill-blue-600 group-active:fill-current md hydrated" name="arrow-forward-outline" role="img" aria-label="arrow forward outline"></ion-icon>
</a> </div>
</div>
</div>
<div class="order-first block w-full mt-12 aspect-square lg:mt-0 lg:order-first">
<img class="object-cover object-center w-full mx-auto bg-gray-300 lg:ml-auto" alt="hero" src="https://res.cloudinary.com/dwyawegc5/image/upload/v1677681120/illustration-aleksandarperisic-04_hxkjeq.png">
</div>
</div>
</div>
</div>
</section>
</div>
<div class="container mx-auto"> </div>
</div>
<script src="./dist/js/theme.js" defer></script>
</body>
</html>