-
Notifications
You must be signed in to change notification settings - Fork 0
/
verification.html
76 lines (68 loc) · 3.88 KB
/
verification.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
<!DOCTYPE html>
<html lang="ar" dir="rtl">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="2G9">
<link href="./output.css" rel="stylesheet">
<title>Verification</title>
<link rel="icon" type="image/png" href="./images/logo.png">
<!-- Icons -->
<script type="module" src="https://unpkg.com/[email protected]/dist/ionicons/ionicons.esm.js"></script>
<script nomodule src="https://unpkg.com/[email protected]/dist/ionicons/ionicons.js"></script>
<!-- Fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Noto+Kufi+Arabic:[email protected]&display=swap" rel="stylesheet">
<script src="https://cdn.tailwindcss.com"></script>
<script src="./js/script.js"></script>
</head>
<style>
body {
font-family: "Noto Kufi Arabic", sans-serif;
}
</style>
<body >
<!-- Start Navbar -->
<div id="navbar"></div>
<!-- End Navbar -->
<!-- Start Section -->
<div class="container mx-auto flex flex-col justify-center items-center p-4 md:p-20 gap-5">
<div class="mb-5 text-center">
<h2 class="text-[#2B2F4E] font-bold text-xl md:text-[40px] mb-4">🖐️ توثيق الحساب</h2>
<div class="flex flex-col items-center justify-center gap-3 mt-10">
<h2 class="text-[#2B2F4E] font-medium text-2xl">نوع الحساب</h2>
<p class="font-normal text-[14px] text-[#878787]">اختر نوع حسابك وارفق اوراق التوثيق</p>
<img src="./images/verifi.webp" alt="">
</div>
</div>
<div class="space-y-6 w-[380px] max-w-md">
<div class="bg-white border-2 border-[#C10D10] rounded-[20px] p-6 flex items-center space-x-4 gap-3">
<div class="flex-shrink-0">
<img class="w-[71px] h-[76px]" src="./images/Auto Layout Horizontal.webp" alt="Individual">
</div>
<div>
<h3 class="text-lg font-medium text-[#2B2F4E]">حساب فردي</h3>
<p class="text-[14px] mt-2 text-[#878787]">ارفق هويتك وصورتك وارسلهم لنا</p>
</div>
</div>
<div class="bg-white border-[1px] border-[#F3F3F3] rounded-[20px] p-6 flex items-center gap-3">
<div class="flex-shrink-0">
<img class="w-[71px] h-[76px]" src="./images/comm.webp" alt="comm">
</div>
<div>
<h3 class="text-lg font-medium text-[#2B2F4E]">حساب تجاري</h3>
<p class="text-[14px] mt-2 text-[#878787]">ارفق اسم شركتك وشعارها واوراق الشركه</p>
</div>
</div>
</div>
<div class="flex flex-col gap-4 md:gap-7 w-full items-center">
<button type="submit" class="text-white bg-[#C10D10] font-medium rounded-[16px] text-xs md:text-sm px-5 py-2.5 text-center border border-[#C10D10] hover:bg-white hover:text-[#C10D10] hover:border-[#C10D10] md:w-96 w-full h-12 md:h-16">التالي</button>
</div>
</div>
<!-- End Section -->
<!-- Start Footer -->
<div id="footer" ></div>
<!-- End Footer -->
</body>
</html>