-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
384 lines (378 loc) · 18 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
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
374
375
376
377
378
379
380
381
382
383
384
<!DOCTYPE html>
<html lang="en" class="dark:bg-gray-900">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/logo.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>
Free Professional & Responsive HTML Email Templates for Business –
Download Now!
</title>
<meta
name="description"
content="Explore our vast selection of free, professionally designed HTML email templates tailored for business communication. Download now for easy customization and elevate your email marketing with stunning templates that work seamlessly on all devices!"
/>
<meta
name="keywords"
content="HTML email templates, responsive email templates, business email templates, free email templates, professional email design"
/>
<meta
property="og:title"
content="Free Professional & Responsive HTML Email Templates"
/>
<meta
property="og:description"
content="Download our collection of free, professionally designed HTML email templates tailored for business communication."
/>
<meta property="og:image" content="/logo.svg" />
<meta
property="og:url"
content="https://nirajrajgor.github.io/email-templates/"
/>
<meta property="og:type" content="website" />
<link rel="stylesheet" href="./style.css" />
<link
href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap"
rel="stylesheet"
/>
</head>
<body class="dark:bg-gray-900">
<header
class="p-2 bg-white dark:bg-gray-800 shadow-md dark:shadow-none border-b dark:border-gray-700"
>
<div class="container mx-auto flex justify-between items-center">
<div class="flex items-center">
<img src="/logo.svg" alt="Email Templates Logo" class="h-10" />
</div>
<div>
<a
class="inline-flex items-center justify-center text-sm font-medium transition-colors focus-visible:outline-none focus-visible:ring-1 focus-visible:ring-ring disabled:pointer-events-none disabled:opacity-50 border border-input bg-background dark:bg-gray-800 dark:border-gray-700 shadow-sm hover:bg-accent hover:text-accent-foreground dark:hover:bg-gray-700 text-foreground dark:text-white rounded-xl p-2 group relative gap-2 w-full whitespace-nowrap"
target="_blank"
href="https://github.com/nirajrajgor/email-templates"
>
GitHub
<img src="/external-link.svg" alt="External Link" class="h-4 w-4" />
</a>
</div>
</div>
</header>
<main class="container mx-auto p-8">
<section class="mt-4 mb-12">
<h1
class="text-blue-500 dark:text-blue-400 text-3xl text-center animate-fade-down"
>
Elegant, Responsive and Professional Email Templates!
</h1>
<h2
class="animate-delay-300 animate-fade-down text-sm md:text-base my-4 mb-12 text-center font-normal text-neutral-600 dark:text-neutral-200 relative z-20 mx-auto max-w-3xl"
>
Unlock a collection of free, professional, and responsive HTML email
templates perfect for any business need! Download now to elevate your
email game effortlessly.
</h2>
</section>
<div
class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 xl:grid-cols-3 gap-20 lg:gap-10 pb-20 items-start relative z-40"
>
<div class="wrapper">
<div
class="relative dark:border rounded-lg dark:border-white/[0.1] overflow-hidden group-hover:shadow-xl transition duration-200 dark:bg-gray-800"
style="height: 500px; width: auto; background-color: #f4f4f4"
>
<img
alt="Purchase Confirmation Thumbnail"
loading="lazy"
class="transition duration-300 blur-0 rounded-md group-hover:scale-105 w-full h-full object-contain"
style="color: transparent"
src="/purchase-confirm-preview.png"
/>
</div>
<p
class="text-xl font-bold mt-4 mb-2 dark:text-neutral-100 text-neutral-700 animate-fade-down"
>
Purchase Confirmation Emailer
</p>
<p
class="mt-2 text-sm font-normal dark:text-neutral-300 text-neutral-500 animate-fade-down"
>
Perfect for online stores, service confirmations, subscription
sign-ups, and digital product purchases.
</p>
<div class="mt-8 flex flex-col sm:flex-row gap-4">
<a
href="./templates/purchase-confirmation.html"
download="purchase-confirmation.html"
class="w-full"
>
<button
type="button"
class="text-white w-full inline-flex items-center justify-center gap-2 bg-gradient-to-r from-blue-500 via-blue-600 to-blue-700 hover:bg-gradient-to-br focus:ring-4 focus:outline-none focus:ring-blue-300 dark:focus:ring-blue-800 shadow-md shadow-blue-500/50 dark:shadow-md dark:shadow-blue-800/80 font-medium rounded-lg text-sm px-5 py-2.5 text-center me-2 mb-2"
>
Download
<img
src="/download.svg"
alt="Download"
class="h-4 w-4"
style="filter: brightness(0) invert(1)"
/>
</button>
</a>
<a
class="inline-flex items-center justify-center text-sm font-medium transition-colors focus-visible:outline-none focus-visible:ring-1 focus-visible:ring-ring disabled:pointer-events-none disabled:opacity-50 border border-input bg-background dark:bg-gray-800 dark:border-gray-700 shadow-sm hover:bg-accent hover:text-accent-foreground dark:hover:bg-gray-700 text-foreground dark:text-white h-11 rounded-xl px-8 group relative gap-2 w-full whitespace-nowrap"
target="_blank"
href="./templates/purchase-confirmation.html"
>Live Preview
<img
src="/external-link.svg"
alt="External Link"
class="h-4 w-4"
/>
</a>
</div>
</div>
<!-- End of Purchase Confirmation Template -->
<div class="wrapper">
<div
class="relative dark:border rounded-lg dark:border-white/[0.1] overflow-hidden group-hover:shadow-xl transition duration-200 dark:bg-gray-800"
style="height: 500px; width: auto; background-color: #f4f4f4"
>
<img
alt="Product Confirmation Thumbnail"
loading="lazy"
class="transition duration-300 blur-0 rounded-md group-hover:scale-105 w-full h-full object-contain"
style="color: transparent"
src="/product-confirm-preview.png"
/>
</div>
<p
class="text-xl font-bold mt-4 mb-2 dark:text-neutral-100 text-neutral-700 animate-fade-down"
>
Product Confirmation Emailer
</p>
<p
class="mt-2 text-sm font-normal dark:text-neutral-300 text-neutral-500 animate-fade-down"
>
Ideal for e-commerce orders, electronic product purchases, and
online retail.
</p>
<div class="mt-8 flex flex-col sm:flex-row gap-4">
<a
href="./templates/product-confirmation.html"
download="product-confirmation.html"
class="w-full"
>
<button
type="button"
class="text-white w-full inline-flex items-center justify-center gap-2 bg-gradient-to-r from-blue-500 via-blue-600 to-blue-700 hover:bg-gradient-to-br focus:ring-4 focus:outline-none focus:ring-blue-300 dark:focus:ring-blue-800 shadow-md shadow-blue-500/50 dark:shadow-md dark:shadow-blue-800/80 font-medium rounded-lg text-sm px-5 py-2.5 text-center me-2 mb-2"
>
Download
<img
src="/download.svg"
alt="Download"
class="h-4 w-4"
style="filter: brightness(0) invert(1)"
/>
</button>
</a>
<a
class="inline-flex items-center justify-center text-sm font-medium transition-colors focus-visible:outline-none focus-visible:ring-1 focus-visible:ring-ring disabled:pointer-events-none disabled:opacity-50 border border-input bg-background dark:bg-gray-800 dark:border-gray-700 shadow-sm hover:bg-accent hover:text-accent-foreground dark:hover:bg-gray-700 text-foreground dark:text-white h-11 rounded-xl px-8 group relative gap-2 w-full whitespace-nowrap"
target="_blank"
href="./templates/product-confirmation.html"
>Live Preview
<img
src="/external-link.svg"
alt="External Link"
class="h-4 w-4"
/>
</a>
</div>
</div>
<!-- End of Product Confirmation Template -->
<div class="wrapper">
<div
class="relative dark:border rounded-lg dark:border-white/[0.1] overflow-hidden group-hover:shadow-xl transition duration-200 dark:bg-gray-800"
style="height: 500px; width: auto; background-color: #f4f4f4"
>
<img
alt="Ecommerce Order Thumbnail"
loading="lazy"
class="transition duration-300 blur-0 rounded-md group-hover:scale-105 w-full h-full object-contain"
style="color: transparent"
src="/ecommerce-order-emailer.jpg"
/>
</div>
<p
class="text-xl font-bold mt-4 mb-2 dark:text-neutral-100 text-neutral-700 animate-fade-down"
>
Ecommerce Order Emailer
</p>
<p
class="mt-2 text-sm font-normal dark:text-neutral-300 text-neutral-500 animate-fade-down"
>
This email template is a user-friendly order confirmation layout
with a clear message, timeline, and detailed order information. It
includes contact options, promotional sections, and a footer with
company details and an unsubscribe option.
</p>
<div class="mt-8 flex flex-col sm:flex-row gap-4">
<a
href="./templates/ecommerce-order.html"
download="ecommerce-order.html"
class="w-full"
>
<button
type="button"
class="text-white w-full inline-flex items-center justify-center gap-2 bg-gradient-to-r from-blue-500 via-blue-600 to-blue-700 hover:bg-gradient-to-br focus:ring-4 focus:outline-none focus:ring-blue-300 dark:focus:ring-blue-800 shadow-md shadow-blue-500/50 dark:shadow-md dark:shadow-blue-800/80 font-medium rounded-lg text-sm px-5 py-2.5 text-center me-2 mb-2"
>
Download
<img
src="/download.svg"
alt="Download"
class="h-4 w-4"
style="filter: brightness(0) invert(1)"
/>
</button>
</a>
<a
class="inline-flex items-center justify-center text-sm font-medium transition-colors focus-visible:outline-none focus-visible:ring-1 focus-visible:ring-ring disabled:pointer-events-none disabled:opacity-50 border border-input bg-background dark:bg-gray-800 dark:border-gray-700 shadow-sm hover:bg-accent hover:text-accent-foreground dark:hover:bg-gray-700 text-foreground dark:text-white h-11 rounded-xl px-8 group relative gap-2 w-full whitespace-nowrap"
target="_blank"
href="./templates/ecommerce-order.html"
>Live Preview
<img
src="/external-link.svg"
alt="External Link"
class="h-4 w-4"
/>
</a>
</div>
</div>
<!-- End of Ecommerce Order Template -->
<!-- Promotional Offer Template -->
<div class="wrapper">
<div
class="relative dark:border rounded-lg dark:border-white/[0.1] overflow-hidden group-hover:shadow-xl transition duration-200 dark:bg-gray-800"
style="height: 500px; width: auto; background-color: #f4f4f4"
>
<img
alt="Promotional Offer Thumbnail"
loading="lazy"
class="transition duration-300 blur-0 rounded-md group-hover:scale-105 w-full h-full object-contain"
style="color: transparent"
src="/promotional-offer-preview.png"
/>
</div>
<p
class="text-xl font-bold mt-4 mb-2 dark:text-neutral-100 text-neutral-700 animate-fade-down"
>
Promotional Offer Emailer
</p>
<p
class="mt-2 text-sm font-normal dark:text-neutral-300 text-neutral-500 animate-fade-down"
>
Promote your offers like a pro! Our emailer highlights irresistible
deals, standout features, and bonus discounts with an attractive,
conversion-focused design.
</p>
<div class="mt-8 flex flex-col sm:flex-row gap-4">
<a
href="./templates/promotional-offer.html"
download="promotional-offer.html"
class="w-full"
>
<button
type="button"
class="text-white w-full inline-flex items-center justify-center gap-2 bg-gradient-to-r from-blue-500 via-blue-600 to-blue-700 hover:bg-gradient-to-br focus:ring-4 focus:outline-none focus:ring-blue-300 dark:focus:ring-blue-800 shadow-md shadow-blue-500/50 dark:shadow-md dark:shadow-blue-800/80 font-medium rounded-lg text-sm px-5 py-2.5 text-center me-2 mb-2"
>
Download
<img
src="/download.svg"
alt="Download"
class="h-4 w-4"
style="filter: brightness(0) invert(1)"
/>
</button>
</a>
<a
class="inline-flex items-center justify-center text-sm font-medium transition-colors focus-visible:outline-none focus-visible:ring-1 focus-visible:ring-ring disabled:pointer-events-none disabled:opacity-50 border border-input bg-background dark:bg-gray-800 dark:border-gray-700 shadow-sm hover:bg-accent hover:text-accent-foreground dark:hover:bg-gray-700 text-foreground dark:text-white h-11 rounded-xl px-8 group relative gap-2 w-full whitespace-nowrap"
target="_blank"
href="./templates/promotional-offer.html"
>Live Preview
<img
src="/external-link.svg"
alt="External Link"
class="h-4 w-4"
/>
</a>
</div>
</div>
<!-- End of Promotional Offer Template -->
<!-- Shopping Deals Template -->
<div class="wrapper">
<div
class="relative dark:border rounded-lg dark:border-white/[0.1] overflow-hidden group-hover:shadow-xl transition duration-200 dark:bg-gray-800"
style="height: 500px; width: auto; background-color: #f4f4f4"
>
<img
alt="Shopping Deals Thumbnail"
loading="lazy"
class="transition duration-300 blur-0 rounded-md group-hover:scale-105 w-full h-full object-contain"
style="color: transparent"
src="/shopping-deals-preview.png"
/>
</div>
<p
class="text-xl font-bold mt-4 mb-2 dark:text-neutral-100 text-neutral-700 animate-fade-down"
>
Shopping Deals Emailer
</p>
<p
class="mt-2 text-sm font-normal dark:text-neutral-300 text-neutral-500 animate-fade-down"
>
Highlight your best deals and offers with this stylish email
template. Featuring a sleek design and a visually appealing layout,
it's perfect for driving sales and engagement.
</p>
<div class="mt-8 flex flex-col sm:flex-row gap-4">
<a
href="./templates/shopping-deals.html"
download="shopping-deals.html"
class="w-full"
>
<button
type="button"
class="text-white w-full inline-flex items-center justify-center gap-2 bg-gradient-to-r from-blue-500 via-blue-600 to-blue-700 hover:bg-gradient-to-br focus:ring-4 focus:outline-none focus:ring-blue-300 dark:focus:ring-blue-800 shadow-md shadow-blue-500/50 dark:shadow-md dark:shadow-blue-800/80 font-medium rounded-lg text-sm px-5 py-2.5 text-center me-2 mb-2"
>
Download
<img
src="/download.svg"
alt="Download"
class="h-4 w-4"
style="filter: brightness(0) invert(1)"
/>
</button>
</a>
<a
class="inline-flex items-center justify-center text-sm font-medium transition-colors focus-visible:outline-none focus-visible:ring-1 focus-visible:ring-ring disabled:pointer-events-none disabled:opacity-50 border border-input bg-background dark:bg-gray-800 dark:border-gray-700 shadow-sm hover:bg-accent hover:text-accent-foreground dark:hover:bg-gray-700 text-foreground dark:text-white h-11 rounded-xl px-8 group relative gap-2 w-full whitespace-nowrap"
target="_blank"
href="./templates/shopping-deals.html"
>Live Preview
<img
src="/external-link.svg"
alt="External Link"
class="h-4 w-4"
/>
</a>
</div>
</div>
<!-- End of Shopping Deals Template -->
</div>
<div class="mt-2 text-center">
<p
class="text-lg font-semibold dark:text-neutral-100 text-neutral-700 animate-pulse"
>
More templates are coming soon! Stay tuned for updates.
</p>
</div>
</main>
</body>
</html>