-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
251 lines (188 loc) · 5.9 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
<!DOCTYPE html>
<html lang="fa-IR" dir="rtl">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="./icons/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>زرین پال</title>
</head>
<body class="dark:bg-[#0F172A] font-yekan tracking-[-0.5px]">
<!-- Start Project @Pourya-Alipanah -->
<!-- Page loader -->
<svg
style="
display: block;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-55%, -50%);
"
class="pl"
width="240"
height="240"
viewBox="0 0 240 240"
>
<circle
class="pl__ring pl__ring--a"
cx="120"
cy="120"
r="105"
fill="none"
stroke="#000"
stroke-width="20"
stroke-dasharray="0 660"
stroke-dashoffset="-330"
stroke-linecap="round"
></circle>
<circle
class="pl__ring pl__ring--b"
cx="120"
cy="120"
r="35"
fill="none"
stroke="#000"
stroke-width="20"
stroke-dasharray="0 220"
stroke-dashoffset="-110"
stroke-linecap="round"
></circle>
<circle
class="pl__ring pl__ring--c"
cx="85"
cy="120"
r="70"
fill="none"
stroke="#000"
stroke-width="20"
stroke-dasharray="0 440"
stroke-linecap="round"
></circle>
<circle
class="pl__ring pl__ring--d"
cx="155"
cy="120"
r="70"
fill="none"
stroke="#000"
stroke-width="20"
stroke-dasharray="0 440"
stroke-linecap="round"
></circle>
</svg>
<!-- End Page loader -->
<!-- Start Wrapper -->
<div id="app" class="wrapper" style="display: none">
<!--Start Cover page for mobile version . thanks to chrome's bug :( -->
<div class="coverPage3"></div>
<!--End Cover page for mobile version -->
<!-- Start header -->
<header class="headerStyle">
<!-- Start navbar cover pages -->
<div class="coverPage"></div>
<div class="coverPage2"></div>
<!-- End navbar cover pages -->
<!-- Start top logo -->
<div class="top-logo"></div>
<!-- End top logo -->
<!-- Start dark mode button -->
<div
class="toggleWrapper md:mt-[11px] md:mr-[20px] mr-[10px] flex md:items-start items-center"
>
<input type="checkbox" class="dn hidden" id="dn" />
<label for="dn" class="toggle">
<span class="toggle__handler">
<span class="crater crater--1"></span>
<span class="crater crater--2"></span>
<span class="crater crater--3"></span>
</span>
<span class="star star--1"></span>
<span class="star star--2"></span>
<span class="star star--3"></span>
<span class="star star--4"></span>
<span class="star star--5"></span>
<span class="star star--6"></span>
</label>
</div>
<!-- End dark mode button -->
<!-- Start desktop navbar -->
<nav class="bigNav">
<ul class="ul-bigNav"></ul>
</nav>
<!-- End desktop navbar -->
<!-- Start mobile navbar -->
<div class="mobileNav">
<div class="mobileMenu">
<div class="closeBtn">
<img
src="icons/navBar/close-menu-black.svg"
class="w-[30px] h-[30px] cursor-pointer dark:hidden"
/>
<img
src="icons/navBar/close-menu-white.svg"
class="w-[30px] h-[30px] cursor-pointer hidden dark:inline-block"
/>
</div>
<div class="mobileNavContainer px-[30px]">
<ul class="ul-mobileNav"></ul>
</div>
</div>
</div>
<!-- End mobile navbar -->
</header>
<!-- End header -->
<!-- Start page contents (main) -->
<main class="contentSection">
<!-- Start blue intro -->
<section class="blueIntro">
<div class="blueIntroWrapper"></div>
</section>
<!-- End blue intro -->
<!-- Start paymentGateway Post -->
<section id="down" class="payment-gateway"></section>
<!-- End paymentGateway Post -->
<!-- Start zarinLink Post -->
<section class="zarin-link"></section>
<!-- End zarinLink Post -->
<!-- Start zarinCard Post -->
<section class="zarin-card"></section>
<!-- End zarinCard Post -->
<!-- Start payOut Post -->
<section class="pay-out"></section>
<!-- End payOut Post -->
<!-- Start zarinCard Post -->
<section class="zarin-plus"></section>
<!-- End zarinCard Post -->
<!-- Start Read-more -->
<section class="read-more"></section>
<!-- End Read-more -->
<!-- Start join box -->
<section class="join-box"></section>
<!-- End join box -->
</main>
<!-- End page contents (main) -->
<!-- Start footer -->
<footer class="footer">
<!-- Start Support -->
<section class="support"></section>
<!-- End Support -->
<!-- Start footerMenu -->
<section class="footerMenu">
<div class="fMenu"></div>
<div class="footerLogos"></div>
</section>
<!-- End footerMenu -->
<div class="copyRight">
<span class="text-[#21457f] dark:text-[#ffe422]">
Pourya-Alipanah
</span>
<span class="dark:text-[#fffefb]"> © Zarinpal 1402 </span>
</div>
</footer>
<!-- End footer -->
</div>
<!-- End Wrapper -->
<!-- Add Script tags -->
<script type="module" src="./main.js"></script>
<!-- End Project -->
</body>
</html>