-
Notifications
You must be signed in to change notification settings - Fork 0
/
whatsAppV.html
60 lines (57 loc) · 3.25 KB
/
whatsAppV.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
<!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>Otp</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>
<p class="text-[#878787] font-bold text-xs md:text-sm">سنقوم بتحويلك لتطبيق الواتس اب, لترسل رسالة التحقق لنا</p>
<div class="flex justify-start gap-16 mt-5">
</div>
</div>
<img src="./images/Verif.svg" alt="Verification" class="w-[280px] h-[280px]">
<div class="flex flex-col justify-center items-center gap-3" style="font-family:dongle;">
<h1 class="font-normal text-[16px]">تأكد من ارسال الرسالة من خلال رقم</h1>
<p class="font-bold text-2xl">+201092760002</p>
<p class="font-normal text-[14px] text-[#C10D10] cursor-pointer">تعديل الرقم</p>
</div>
<div class="flex flex-col justify-center items-center gap-3" style="font-family:DM Sans;">
<h1 class="font-bold text-2xl text-[#C10D10]">OTP:54:797214</h1>
<p class="font-normal text-[16px] text-[#5B5B5B]">سنقوم بتجهيز الرسالة لك لا حاجة لتعديلها.</p>
</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-lg 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>
<p class="font-bold text-[16px] text-[#C10D10] cursor-pointer" style="font-family: Almarai;">الحصول علي كود جديد</p>
</div>
<!-- End Section -->
<!-- Start Footer -->
<div id="footer"></div>
<!-- End Footer -->
</body>
</html>