-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
264 lines (203 loc) · 14 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
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Sushanta | Tailwind CSS Grid</title>
<link rel="stylesheet" href="css/app.css">
</head>
<body class="bg-blue-100">
<!-- Sidebar Starts -->
<div class="hidden md:block w-1/6 min-h-screen fixed top-0 left-0 bg-white">
<div class="overflow-y-auto">
<div class="my-10">
<div class="bg-white overflow-hidden">
<div class="text-center p-6">
<img
class="h-24 w-24 rounded-full mx-auto"
src="images/sushanta.png"
alt="Sushanta Pyakurel"
/>
<p class="pt-2 text-lg font-semibold">Sushanta</p>
<p class="text-sm text-gray-600">#developer</p>
<p class="text-sm text-gray-600">@mesushanta</p>
<div class="mt-5">
<a
href="page.html"
class="border rounded-full py-2 px-4 text-xs font-semibold text-gray-700 hover:bg-gray-200"
>
Full Page
</a>
</div>
</div>
<div class="mt-12">
<a href="#" class="px-4 py-2 pb-4 hover:bg-gray-100 flex">
<p class="text-sm font-medium text-gray-800 leading-none">Home</p>
</a>
<a href="#" class="px-4 py-2 pb-4 hover:bg-gray-100 flex">
<p class="text-sm font-medium text-gray-800 leading-none">Hashtags</p>
</a>
<a href="#" class="px-4 py-2 pb-4 hover:bg-gray-100 flex">
<p class="text-sm font-medium text-gray-800 leading-none">Notifications</p>
</a>
<a href="#" class="px-4 py-2 pb-4 hover:bg-gray-100 flex">
<p class="text-sm font-medium text-gray-800 leading-none">Next Page</p>
</a>
</div>
</div>
</div>
</div>
</div>
<!-- Sidebar Ends -->
<!-- Main Grid Starts -->
<div class="px-8 py-8 relative w-full md:w-5/6 float-right">
<div class="grid grid-cols-12 gap-4">
<div class="col-span-12 sm:col-span-6 md:col-span-6 lg:col-span-4 xl:col-span-3 px-8 py-12 border border-gray-300 text-center bg-white hover:shadow-xl">
<div class="text-center text-green-500 px-4 py-5 border border-green-500 w-16 h-16 p-3 mx-auto rounded-full">
<svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6 mx-auto" fill="none" viewBox="0 0 24 24" stroke="currentColor">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M19 11a7 7 0 01-7 7m0 0a7 7 0 01-7-7m7 7v4m0 0H8m4 0h4m-4-8a3 3 0 01-3-3V5a3 3 0 116 0v6a3 3 0 01-3 3z" />
</svg>
</div>
<h2 class="flex my-6 h-20 justify-center">
<span class="mb-auto mt-auto text-gray-700 text-lg font-bold">
Your EMP Back Office Tour
</span>
</h2>
<p class="text-sm text-gray-600 font-light my-4">
Live 15 minutes of daily motivation, inspiration and eduction with EMP & World business leaders! Remommending.
</p>
<button type="button" class="has-tooltip px-6 h-12 w-36 my-6 bg-white bg-gray-100 hover:bg-blue-400 rounded-full text-gray-700 hover:text-white relative">
<span class='tooltip rounded shadow-lg bg-black text-gray-200 -ml-20 -mt-12 block px-4 py-1'>yes! go for it</span>
Learn More
</button>
</div>
<div class="col-span-12 sm:col-span-6 md:col-span-6 lg:col-span-4 xl:col-span-3 px-8 py-12 border border-gray-300 text-center bg-white">
<div class="text-center text-green-500 px-4 py-5 border border-green-500 w-16 h-16 p-3 mx-auto rounded-full">
<svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6 mx-auto" fill="none" viewBox="0 0 24 24" stroke="currentColor">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M19 11a7 7 0 01-7 7m0 0a7 7 0 01-7-7m7 7v4m0 0H8m4 0h4m-4-8a3 3 0 01-3-3V5a3 3 0 116 0v6a3 3 0 01-3 3z" />
</svg>
</div>
<h2 class="flex my-6 h-20 justify-center">
<span class="mb-auto mt-auto text-gray-700 text-lg font-bold">
An Overcview of Insider's Tools & Benefits
</h2>
<p class="text-sm text-gray-600 font-light my-4 ">
Live 15 minutes of daily motivation, inspiration and eduction with EMP & World business leaders! Remommending.
</p>
<button type="button" class="has-tooltip px-6 h-12 w-36 my-6 bg-white bg-gray-100 hover:bg-blue-400 rounded-full text-gray-700 hover:text-white relative">
<span class='tooltip rounded shadow-lg bg-black text-gray-200 -ml-20 -mt-12 block px-4 py-1'>yes! go for it</span>
Learn More
</button>
</div>
<div class="col-span-12 sm:col-span-6 md:col-span-6 lg:col-span-4 xl:col-span-3 px-8 py-12 border border-gray-300 text-center bg-white">
<div class="text-center text-green-500 px-4 py-5 border border-green-500 w-16 h-16 p-3 mx-auto rounded-full">
<svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6 mx-auto" fill="none" viewBox="0 0 24 24" stroke="currentColor">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M19 11a7 7 0 01-7 7m0 0a7 7 0 01-7-7m7 7v4m0 0H8m4 0h4m-4-8a3 3 0 01-3-3V5a3 3 0 116 0v6a3 3 0 01-3 3z" />
</svg>
</div>
<h2 class="flex my-6 h-20 justify-center">
<span class="mb-auto mt-auto text-gray-700 text-lg font-bold">
The EMP Affiliate Compentation Plan
</h2>
<p class="text-sm text-gray-600 font-light my-4">
Live 15 minutes of daily motivation, inspiration and eduction with EMP & World business leaders! Remommending.
</p>
<button type="button" class="has-tooltip px-6 h-12 w-36 my-6 bg-white bg-gray-100 hover:bg-blue-400 rounded-full text-gray-700 hover:text-white relative">
<span class='tooltip rounded shadow-lg bg-black text-gray-200 -ml-20 -mt-12 block px-4 py-1'>yes! go for it</span>
Learn More
</button>
</div>
<div class="col-span-12 sm:col-span-6 md:col-span-6 lg:col-span-4 xl:col-span-3 px-8 py-12 border border-gray-300 text-center bg-white">
<div class="text-center text-green-500 px-4 py-5 border border-green-500 w-16 h-16 p-3 mx-auto rounded-full">
<svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6 mx-auto" fill="none" viewBox="0 0 24 24" stroke="currentColor">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M19 11a7 7 0 01-7 7m0 0a7 7 0 01-7-7m7 7v4m0 0H8m4 0h4m-4-8a3 3 0 01-3-3V5a3 3 0 116 0v6a3 3 0 01-3 3z" />
</svg>
</div>
<h2 class="flex my-6 h-20 justify-center">
<span class="mb-auto mt-auto text-gray-700 text-lg font-bold">
How The EMP Coaching
</h2>
<p class="text-sm text-gray-600 font-light my-4">
Live 15 minutes of daily motivation, inspiration and eduction with EMP & World business leaders! Remommending.
</p>
<button type="button" class="has-tooltip px-6 h-12 w-36 my-6 bg-white bg-gray-100 hover:bg-blue-400 rounded-full text-gray-700 hover:text-white relative">
<span class='tooltip rounded shadow-lg bg-black text-gray-200 -ml-20 -mt-12 block px-4 py-1'>yes! go for it</span>
Learn More
</button>
</div>
<div class="col-span-12 sm:col-span-6 md:col-span-6 lg:col-span-4 xl:col-span-3 px-8 py-12 border border-gray-300 text-center bg-white">
<div class="text-center text-green-500 px-4 py-5 border border-green-500 w-16 h-16 p-3 mx-auto rounded-full">
<svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6 mx-auto" fill="none" viewBox="0 0 24 24" stroke="currentColor">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M19 11a7 7 0 01-7 7m0 0a7 7 0 01-7-7m7 7v4m0 0H8m4 0h4m-4-8a3 3 0 01-3-3V5a3 3 0 116 0v6a3 3 0 01-3 3z" />
</svg>
</div>
<h2 class="flex my-6 h-20 justify-center">
<span class="mb-auto mt-auto text-gray-700 text-lg font-bold">
How To Refer People & Make Money
</h2>
<p class="text-sm text-gray-600 font-light my-4">
Live 15 minutes of daily motivation, inspiration and eduction with EMP & World business leaders! Remommending.
</p>
<button type="button" class="has-tooltip px-6 h-12 w-36 my-6 bg-white bg-gray-100 hover:bg-blue-400 rounded-full text-gray-700 hover:text-white relative">
<span class='tooltip rounded shadow-lg bg-black text-gray-200 -ml-20 -mt-12 block px-4 py-1'>yes! go for it</span>
Learn More
</button>
</div>
<div class="col-span-12 sm:col-span-6 md:col-span-6 lg:col-span-4 xl:col-span-3 px-8 py-12 border border-gray-300 text-center bg-white">
<div class="text-center text-green-500 px-4 py-5 border border-green-500 w-16 h-16 p-3 mx-auto rounded-full">
<svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6 mx-auto" fill="none" viewBox="0 0 24 24" stroke="currentColor">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M19 11a7 7 0 01-7 7m0 0a7 7 0 01-7-7m7 7v4m0 0H8m4 0h4m-4-8a3 3 0 01-3-3V5a3 3 0 116 0v6a3 3 0 01-3 3z" />
</svg>
</div>
<h2 class="flex my-6 h-20 justify-center">
<span class="mb-auto mt-auto text-gray-700 text-lg font-bold">
How To Get Help & Support
</h2>
<p class="text-sm text-gray-600 font-light my-4">
Live 15 minutes of daily motivation, inspiration and eduction with EMP & World business leaders! Remommending.
</p>
<button type="button" class="has-tooltip px-6 h-12 w-36 my-6 bg-white bg-gray-100 hover:bg-blue-400 rounded-full text-gray-700 hover:text-white relative">
<span class='tooltip rounded shadow-lg bg-black text-gray-200 -ml-20 -mt-12 block px-4 py-1'>yes! go for it</span>
Learn More
</button>
</div>
<div class="col-span-12 sm:col-span-6 md:col-span-6 lg:col-span-4 xl:col-span-3 px-8 py-12 border border-gray-300 text-center bg-white">
<div class="text-center text-green-500 px-4 py-5 border border-green-500 w-16 h-16 p-3 mx-auto rounded-full">
<svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6 mx-auto" fill="none" viewBox="0 0 24 24" stroke="currentColor">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M19 11a7 7 0 01-7 7m0 0a7 7 0 01-7-7m7 7v4m0 0H8m4 0h4m-4-8a3 3 0 01-3-3V5a3 3 0 116 0v6a3 3 0 01-3 3z" />
</svg>
</div>
<h2 class="flex my-6 h-20 justify-center">
<span class="mb-auto mt-auto text-gray-700 text-lg font-bold">
Getting Started: The Essential Trainings
</h2>
<p class="text-sm text-gray-600 font-light my-4">
Live 15 minutes of daily motivation, inspiration and eduction with EMP & World business leaders! Remommending.
</p>
<button type="button" class="has-tooltip px-6 h-12 w-36 my-6 bg-white bg-gray-100 hover:bg-blue-400 rounded-full text-gray-700 hover:text-white relative">
<span class='tooltip rounded shadow-lg bg-black text-gray-200 -ml-20 -mt-12 block px-4 py-1'>yes! go for it</span>
Learn More
</button>
</div>
<div class="col-span-12 sm:col-span-6 md:col-span-6 lg:col-span-4 xl:col-span-3 px-8 py-12 border border-gray-300 text-center bg-white">
<div class="text-center text-green-500 px-4 py-5 border border-green-500 w-16 h-16 p-3 mx-auto rounded-full">
<svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6 mx-auto" fill="none" viewBox="0 0 24 24" stroke="currentColor">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M19 11a7 7 0 01-7 7m0 0a7 7 0 01-7-7m7 7v4m0 0H8m4 0h4m-4-8a3 3 0 01-3-3V5a3 3 0 116 0v6a3 3 0 01-3 3z" />
</svg>
</div>
<h2 class="flex my-6 h-20 justify-center">
<span class="mb-auto mt-auto text-gray-700 text-lg font-bold">
The Fastest Way To Get Your First Sale
</h2>
<p class="text-sm text-gray-600 font-light my-4">
Live 15 minutes of daily motivation, inspiration and eduction with EMP & World business leaders! Remommending.
</p>
<button type="button" class="has-tooltip px-6 h-12 w-36 my-6 bg-white bg-gray-100 hover:bg-blue-400 rounded-full text-gray-700 hover:text-white relative">
<span class='tooltip rounded shadow-lg bg-black text-gray-200 -ml-20 -mt-12 block px-4 py-1'>yes! go for it</span>
Learn More
</button>
</div>
</div>
</div>
<!-- Grid Ends -->
</body>
</html>