Skip to content

Commit e006b05

Browse files
committed
update flexy
1 parent b6262a9 commit e006b05

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+6795
-2864
lines changed

discount-code.html

+116
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,116 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8" />
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
6+
<title>Discount Code</title>
7+
<link
8+
href="https://fonts.googleapis.com/css2?family=Manrope:[email protected]&display=swap"
9+
rel="stylesheet"
10+
/>
11+
<style>
12+
body {
13+
background: #eee;
14+
font-family: "Manrope", serif;
15+
}
16+
17+
.card {
18+
width: 350px;
19+
padding: 10px;
20+
border-radius: 20px;
21+
background: orange;
22+
border: none;
23+
color: #fff;
24+
height: 350px;
25+
display: flex;
26+
flex-direction: column;
27+
position: relative;
28+
align-items: center;
29+
justify-content: center;
30+
}
31+
32+
.container {
33+
height: 100vh;
34+
display: flex;
35+
align-items: center;
36+
justify-content: center;
37+
}
38+
39+
.card h1 {
40+
font-size: 48px;
41+
margin-bottom: 0px;
42+
margin-top: 0;
43+
}
44+
45+
.card i {
46+
font-size: 26px;
47+
}
48+
49+
.coupon-code {
50+
margin-top: 24px;
51+
border-radius: 8px;
52+
padding: 4px 10px;
53+
border: 1px dashed #ffffff;
54+
}
55+
56+
.card span {
57+
font-size: 28px;
58+
}
59+
60+
.image {
61+
position: absolute;
62+
opacity: 0.1;
63+
left: 0;
64+
top: 0;
65+
}
66+
67+
.image2 {
68+
position: absolute;
69+
bottom: 0;
70+
right: 0;
71+
opacity: 0.1;
72+
}
73+
74+
.btn {
75+
text-decoration: none;
76+
background-color: white;
77+
font-size: 16px;
78+
color: #000;
79+
padding: 12px 30px;
80+
border-radius: 10px;
81+
margin-top: 15px;
82+
}
83+
84+
.btn:hover {
85+
background-color: #000;
86+
color: white;
87+
}
88+
</style>
89+
</head>
90+
91+
<body>
92+
<div class="d-flex justify-content-center align-items-center container">
93+
<div class="d-flex card text-center">
94+
<div class="image">
95+
<img src="https://i.imgur.com/DC94rZe.png" width="150" />
96+
</div>
97+
<div class="image2">
98+
<img src="https://i.imgur.com/DC94rZe.png" width="150" />
99+
</div>
100+
<h1>30% OFF</h1>
101+
<span class="d-block">On Premium</span>
102+
<span class="d-block">Product</span>
103+
<div class="coupon-code mt-4">
104+
<small>Use Coupon code : upgrade30 </small>
105+
</div>
106+
107+
<a
108+
href="https://www.wrappixel.com/templates/category/nextjs-templates/?ref=376"
109+
class="btn"
110+
target="_blank"
111+
>Get Now</a
112+
>
113+
</div>
114+
</div>
115+
</body>
116+
</html>

docs.html

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<title>Flexy NextJs Free Template | Docs</title>
5+
<meta
6+
http-equiv="refresh"
7+
content="0; URL = 'https://wrappixel.github.io/free-documentation-wp/nextjs/flexy/index.html'"
8+
/>
9+
</head>
10+
11+
<body>
12+
<h1>Flexy NextJs Free Template</h1>
13+
<a
14+
href="https://wrappixel.github.io/free-documentation-wp/nextjs/flexy/index.html"
15+
>https://wrappixel.github.io/free-documentation-wp/nextjs/flexy/index.html</a
16+
>
17+
</body>
18+
</html>

hire-us.html

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<title>Spike NextJs Free Template</title>
5+
<meta
6+
http-equiv="refresh"
7+
content="0; URL = 'https://www.wrappixel.com/hire-us/'"
8+
/>
9+
</head>
10+
11+
<body>
12+
<h1>Spike NextJs Free Template</h1>
13+
<a href="https://www.wrappixel.com/hire-us/"
14+
>https://www.wrappixel.com/hire-us/</a
15+
>
16+
</body>
17+
</html>

0 commit comments

Comments
 (0)