-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
373 lines (372 loc) · 14.4 KB
/
index.html
File metadata and controls
373 lines (372 loc) · 14.4 KB
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
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
<!doctype html>
<html lang="en" class="scroll-smooth">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-U-Compatible" content="IE-edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<script src="https://cdn.jsdelivr.net/npm/@tailwindcss/browser@4"></script>
<!-- Font Awesome Library -->
<link rel="stylesheet" href="css/all.min.css" />
<!-- Google Fonts -->
<link rel="preconnect" href="https://fonts.gstatic.com" />
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Work+Sans:wght@200;300;400;500;600;700&display=swap"
/>
<title>Leon Template One</title>
</head>
<body class="font-[Work_Sans]">
<!-- Start Header -->
<div class="header p-5 bg-white">
<div
class="container pl-5 pr-5 ml-auto mr-auto flex justify-between items-center"
>
<img
decoding="async"
class="logo w-[60px]"
src="images/logo.png"
alt="Logo"
/>
<div class="links relative group">
<span class="icon w-[30px] flex flex-wrap justify-end">
<span class="w-full bg-[#333] mb-[5px] h-[2px]"></span>
<span
class="w-3/5 bg-[#333] mb-[5px] h-[2px] transition-all duration-300 group-hover:w-full"
></span>
<span class="w-full bg-[#333] mb-[5px] h-[2px]"></span>
</span>
<ul
class="list-none m-0 p-0 bg-[#f6f6f6] absolute right-0 top-[calc(100%+15px)] min-w-[200px] hidden z-[1] before:content-[''] before:absolute before:border-[10px] before:border-solid before:border-transparent before:border-b-[#f6f6f6] before:right-[5px] before:-top-5 group-hover:block divide-y divide-[#ddd]"
>
<li>
<a
href="#services"
class="block p-4 no-underline text-[#333] transition-all duration-300 hover:pl-6"
>Services</a
>
</li>
<li>
<a
href="#portfolio"
class="block p-4 no-underline text-[#333] transition-all duration-300 hover:pl-6"
>Portfolio</a
>
</li>
<li>
<a
href="#about"
class="block p-4 no-underline text-[#333] transition-all duration-300 hover:pl-6"
>About</a
>
</li>
<li>
<a
href="#contact"
class="block p-4 no-underline text-[#333] transition-all duration-300 hover:pl-6"
>Contact</a
>
</li>
</ul>
</div>
</div>
</div>
<!-- End Header -->
<!-- Start Landing -->
<div
class="landing bg-[url('./images/landing.jpg')] bg-cover h-[calc(100vh-64px)] relative"
>
<div
class="intro-text w-80 max-w-full text-center absolute left-1/2 top-1/2 -translate-x-1/2 -translate-y-1/2"
>
<h1 class="m-0 font-bold text-[50px] text-[#10cab7]">Hello There</h1>
<p class="text-xl leading-[1.8] text-center">
We Are Leon - Super Creative & Minimal Agency Web Template
</p>
</div>
</div>
<!-- End Landing -->
<!-- Start Features -->
<div class="Features pt-16 pb-16 bg-[#f6f6f6]">
<div
class="container grid grid-cols-[repeat(auto-fill,minmax(300px,1fr))] gap-5 pl-5 pr-5 ml-auto mr-auto"
>
<div class="feat p-5 text-center">
<i class="fas fa-magic fa-3x text-[#10cab7]"></i>
<h3 class="text-xl font-extrabold my-7 mx-0">Tell Us Your Idea</h3>
<p class="leading-[1.8] text-[#777]">
Lorem ipsum dolor sit amet consectetur adipisicing elit, Laboriosam
ipsum non optio sed.
</p>
</div>
<div class="feat p-5 text-center">
<i class="far fa-gem fa-3x text-[#10cab7]"></i>
<h3 class="text-xl font-extrabold my-7 mx-0">
We Will Do All The Work
</h3>
<p class="leading-[1.8] text-[#777]">
Lorem ipsum dolor sit amet consectetur adipisicing elit, Laboriosam
ipsum non optio sed.
</p>
</div>
<div class="feat p-5 text-center">
<i class="fas fa-globe-asia fa-3x text-[#10cab7]"></i>
<h3 class="text-xl font-extrabold my-7 mx-0">
Your Product Is Worldwide
</h3>
<p class="leading-[1.8] text-[#777]">
Lorem ipsum dolor sit amet consectetur adipisicing elit, Laboriosam
ipsum non optio sed.
</p>
</div>
</div>
</div>
<!-- End Features -->
<!-- Start Services -->
<div class="services pt-16 pb-16" id="services">
<div class="container gap-5 pl-5 pr-5 ml-auto mr-auto">
<h2
class="special-heading m-0 text-[#ebeced] text-6xl md:text-8xl text-center font-extrabold tracking-tight"
>
Services
</h2>
<p
class="mx-0 mb-0 -mt-5 md:-mt-[25px] text-xl text-center text-[#797979]"
>
Don't be busy, be productive
</p>
<div
class="services-content mt-[100px] grid grid-cols-[repeat(auto-fill,minmax(300px,1fr))] gap-[30px]"
>
<div class="col">
<!-- Start Service -->
<div
class="srv mb-10 flex max-[767px]:flex-col max-[767px]:items-center max-[767px]:text-center"
>
<i class="fas fa-palette fa-2x text-[#10cab7] basis-[60px]"></i>
<div class="text flex-1">
<h3 class="mx-0 mt-0 mb-5">Graphic Design</h3>
<p class="text-[#444] font-light leading-7">
Graphic design is the process of visual communication and
problem-solving using one or more of typography, photography
and illustration.
</p>
</div>
</div>
<div
class="srv mb-10 flex max-[767px]:flex-col max-[767px]:items-center max-[767px]:text-center"
>
<i class="fab fa-sketch fa-2x text-[#10cab7] basis-[60px]"></i>
<div class="text flex-1">
<h3 class="mx-0 mt-0 mb-5">UI & UX</h3>
<p class="text-[#444] font-light leading-7">
Process of enhancing user satisfaction with a product by
improving the usability, accessibility, and pleasure provided
in the interaction.
</p>
</div>
</div>
<!-- End Service -->
</div>
<div class="col">
<!-- Start Service -->
<div
class="srv mb-10 flex max-[767px]:flex-col max-[767px]:items-center max-[767px]:text-center"
>
<i
class="fas fa-pencil-ruler fa-2x text-[#10cab7] basis-[60px]"
></i>
<div class="text flex-1">
<h3 class="mx-0 mt-0 mb-5">Web Design</h3>
<p class="text-[#444] font-light leading-7">
Web design encompasses many different skills and disciplines
in the production and maintenance of websites.
</p>
</div>
</div>
<div
class="srv mb-10 flex max-[767px]:flex-col max-[767px]:items-center max-[767px]:text-center"
>
<i
class="fas fa-pencil-ruler fa-2x text-[#10cab7] basis-[60px]"
></i>
<div class="text flex-1">
<h3 class="mx-0 mt-0 mb-5">Web Development</h3>
<p class="text-[#444] font-light leading-7">
Web development is a broad term for the work involved in
developing a web site for the Internet or an intranet.
</p>
</div>
</div>
<!-- End Service -->
</div>
<div class="col">
<div
class="image max-[1199px]:hidden relative text-center after:content-[''] after:absolute after:bg-[#2c4755] after:w-[100px] after:h-[calc(100%+100px)] after:right-20 after:top-[-50px] after:z-[-1]"
>
<img
class="w-64"
decoding="async"
src="images/services.jpg"
alt="Services"
/>
</div>
</div>
</div>
</div>
</div>
<!-- End Services -->
<!-- Start Portfolio -->
<div class="portfolio pt-16 pb-16 bg-[#f6f6f6]" id="portfolio">
<div class="container ml-auto mr-auto">
<h2
class="special-heading m-0 text-[#ebeced] text-6xl md:text-8xl text-center font-extrabold tracking-tight"
>
Portfolio
</h2>
<p
class="mx-0 mb-0 -mt-5 md:-mt-[25px] text-xl text-center text-[#797979]"
>
If you do it right, it will last forever.
</p>
<div
class="portfolio-content mt-20 grid grid-cols-[repeat(auto-fill,minmax(300px,1fr))] gap-[30px]"
>
<div class="card bg-white">
<img
class="max-w-full"
decoding="async"
src="images/portfolio-1.jpg"
alt="Portfolio-1"
/>
<div class="info p-5">
<h3 class="m-0">Project Here</h3>
<p class="text-[#777] leading-6 mt-0">
My creative ability is very difficult to measure because it can
manifest in so many surprising and.
</p>
</div>
</div>
<div class="card bg-white">
<img
class="max-w-full"
decoding="async"
src="images/portfolio-2.jpg"
alt="Portfolio-2"
/>
<div class="info p-5">
<h3 class="m-0">Project Here</h3>
<p class="text-[#777] leading-6 mt-0">
My creative ability is very difficult to measure because it can
manifest in so many surprising and.
</p>
</div>
</div>
<div class="card bg-white">
<img
class="max-w-full"
decoding="async"
src="images/portfolio-3.jpg"
alt="Portfolio-3"
/>
<div class="info p-5">
<h3 class="m-0">Project Here</h3>
<p class="text-[#777] leading-6 mt-0">
My creative ability is very difficult to measure because it can
manifest in so many surprising and.
</p>
</div>
</div>
</div>
</div>
</div>
<!-- End Portfolio -->
<!-- Start About -->
<div class="about pt-16 pb-32" id="about">
<div class="container pl-5 pr-5 ml-auto mr-auto">
<h2
class="special-heading m-0 text-[#ebeced] text-6xl md:text-8xl text-center font-extrabold tracking-tight"
>
About
</h2>
<p
class="mx-0 mb-0 -mt-5 md:-mt-[25px] text-xl text-center text-[#797979]"
>
Less is more work
</p>
<div
class="about-content mt-[100px] flex flex-wrap justify-center max-[991px]:flex-col max-[991px]:text-center"
>
<div
class="image relative mr-auto w-[250px] h-[375px] max-[991px]:mx-auto max-[991px]:mt-0 max-[991px]:mb-[60px] before:content-[''] before:absolute before:bg-[#ebeced] before:w-[100px] before:h-[calc(100%+80px)] before:-top-10 before:-left-5 before:-z-[1] after:content-[''] after:absolute after:w-[200px] after:h-[380px] after:border-l-[80px] after:border-b-[80px] after:border-l-[#10cab7] after:border-b-[#10cab7] after:-top-10 after:-right-[150px] after:-z-10 max-[991px]:before:hidden max-[991px]:after:hidden"
>
<img
class="max-w-full"
decoding="async"
src="images/about.jpg"
alt="About"
/>
</div>
<div class="text basis-[calc(100%-500px)]">
<p class="font-bold leading-8 mb-[50px]">
Lorem ipsum dolor sit amet consectetur adipisicing elit.
Necessitatibus deleniti quia est explicabo, sed optio inventore
id. Necessitatibus veritatis praesentium dolorum provident hic
earum porro natus animi inventore, pariatur quas!
</p>
<hr class="w-1/2 inline-block border-[#10cab7] mb-2 border-[1px]" />
<p class="leading-8 text-[#777] mt-5">
Lorem ipsum dolor sit amet consectetur adipisicing elit. Quod
pariatur dolore vitae sit, ex consequuntur reprehenderit tempore
explicabo non dignissimos laudantium possimus in praesentium,
aspernatur eveniet asperiores doloremque at aut.
</p>
</div>
</div>
</div>
</div>
<!-- End About -->
<!-- Start Contact -->
<div class="contact pt-16 pb-16 bg-[#f6f6f6]" id="contact">
<div class="container pl-5 pr-5 ml-auto mr-auto">
<h2
class="special-heading m-0 text-[#ebeced] text-6xl md:text-8xl text-center font-extrabold tracking-tight"
>
Contact
</h2>
<p
class="mx-0 mb-0 -mt-5 md:-mt-[25px] text-xl text-center text-[#797979]"
>
We are born to create
</p>
<div class="info pt-16 pb-16 text-center">
<p
class="label text-[35px] font-extrabold text-[#2c4755] tracking-tighter mb-4 max-[767px]:text-[25px]"
>
Feel free to drop us a line at:
</p>
<a
class="link block text-[35px] font-extrabold text-[#10cab7] no-underline max-[767px]:text-[25px]"
href="mailto:[email protected]?subject=Contact"
>
<div class="social flex justify-center items-center mt-5 text-[16px]">
Find Us On Social Networks
<i class="fab fa-youtube ml-[10px] text-[#2c4755]"></i>
<i class="fab fa-facebook-f ml-[10px] text-[#2c4755]"></i>
<i class="fab fa-twitter ml-[10px] text-[#2c4755]"></i>
</div>
</div>
</div>
</div>
<!-- End Contact -->
<!-- Start Footer -->
<div
class="footer bg-[#2c4755] text-white py-[30px] px-[10px] text-center text-[18px]"
id="footer"
>
© 2025 <span class="font-bold text-[#10cab7]">Leon</span> All Right
Reserved
</div>
<!-- End Footer -->
</body>
</html>