-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathSendUsMessage.html
154 lines (144 loc) · 11.1 KB
/
SendUsMessage.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Login</title>
<link rel="stylesheet" href="main.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css" integrity="sha512-SnH5WK+bZxgPHs44uWIX+LLJAJ9/2PkPKZ5QiAj6Ta86w+fsb2TkcmfRyVX3pBnMFcV7oQPJkl9QevSCWr3W6A==" crossorigin="anonymous" referrerpolicy="no-referrer" />
</head>
<body>
<nav class="w-full">
<div class="flex items-center justify-between pt-5 relative mx-10">
<a href="/" class="cursor-pointer" data-aos="zoom-in-left" data-aos-delay="300"><img src="./Resources/Group 1.svg" alt="The Design Company" width="145px"></a>
<ul class="flex space-x-5 font-semibold text-base font-Inter">
<li class="text-black hover:text-light-purple cursor-pointer transition-all duration-200 relative group
pb-2" data-aos="zoom-in-left" data-aos-delay="450">
<a href="./catagory.html">Category</a>
<div class="absolute bottom-0 w-full h-1 bg-light-purple hidden group-hover:block transition-all duration-200 rounded-3xl"></div>
</li>
<li class="text-black hover:text-light-purple cursor-pointer transition-all duration-200 relative group
pb-2 " data-aos="zoom-in-left" data-aos-delay="600">
<a href="#">Pricing</a>
<div class="absolute bottom-0 w-full h-1 bg-light-purple hidden group-hover:block transition-all duration-200 rounded-3xl"></div>
</li>
<li class="text-black hover:text-light-purple cursor-pointer transition-all duration-200 relative group
pb-2" data-aos="zoom-in-left" data-aos-delay="750"><a href="./order.html">Orders</a>
<div class="absolute bottom-0 w-full h-1 bg-light-purple hidden group-hover:block transition-all duration-200 rounded-3xl"></div>
</li>
<li class="text-black hover:text-light-purple cursor-pointer transition-all duration-200 relative group
pb-2 " data-aos="zoom-in-left" data-aos-delay="900"><a href="./about.html">About</a>
<div class="absolute bottom-0 w-full h-1 bg-light-purple hidden group-hover:block transition-all duration-200 rounded-3xl"></div>
</li>
</ul>
<div class="flex font-semibold text-base font-Inter">
<button class="pr-3 items-center flex space-x-2" data-aos="zoom-in-left" data-aos-delay="1150"><img width="20px" height="20px" src="./Resources/ingate.png" alt="" onclick="window.location.href='Login.html';" >Login</button>
<button class="rounded-xl bg-light-purple w-20 h-8 hover:w-24 hover:h-12 transition-all duration-800 text-white" style="color: aliceblue;" data-aos="fade-left" data-aos-delay="1300" onclick="window.location.href='SignUp.html';" >Sign Up</button>
</div>
</div>
</nav>
<div class="flex justify-between border-2 border-light-purple rounded-3xl m-24 ml-40 mr-40 w-auto">
<div class = "LoginForm bg-light-purple h-auto w-2/4 rounded-3xl">
<div class ="mb-14 mt-14 ml-4">
<h1 class ="text-white pl-6 pt-10 mb-4 ml-10 text-4xl font-bold">Send Us a Message </h1>
<form action="" class="">
<ul class="justify-center">
<li class="flex items-baseline">
<div>
<i class="fa-solid fa-user text-white text-lg ml-16"></i>
<input type="text" id="Username" name="name" class="text-white bg-light-purple mb-4 mt-5 px-6 py-3 w-48 placeholder:text-white placeholder:text-lg placeholder:font-semibold placeholder:bg-light-purple " placeholder="Name">
<div class="bottom w-60 h-1 ml-14 bg-white rounded-3xl"></div>
</div>
<div class="ml-16">
<i class="fa-solid fa-envelope text-white text-lg ml-16"></i>
<input type="email" id="Email" name="Email" class="text-white bg-light-purple mb-4 mt-5 px-6 py-3 w-48 placeholder:text-white placeholder:text-lg placeholder:font-semibold placeholder:bg-light-purple" placeholder="Email"><br>
<div class="bottom w-60 h-1 ml-14 bg-white rounded-3xl"></div>
</div>
</li>
<li class="flex items-baseline">
<div>
<i class="fa-solid fa-mobile-screen text-white text-2xl ml-16"></i>
<input type="tel" id="phone" name="phone" pattern="[0-9]{3}-[0-9]{2}-[0-9]{3}" class="text-white bg-light-purple mb-4 mt-5 px-6 py-3 w-48 placeholder:text-white placeholder:text-lg placeholder:font-semibold placeholder:bg-light-purple " placeholder="Phone Number">
<div class="bottom w-60 h-1 ml-14 bg-white rounded-3xl"></div>
</div>
<div class=" ml-16">
<i class="fa-solid fa-bullseye text-white text-lg ml-16"></i>
<input type="Subject" id="Subject" name="Subject" class="text-white bg-light-purple mb-4 mt-5 px-6 py-3 w-48 placeholder:text-white placeholder:text-lg placeholder:font-semibold placeholder:bg-light-purple" placeholder="Subject"><br>
<div class="bottom w-60 h-1 ml-14 bg-white rounded-3xl"></div>
</div>
</li>
<li>
<div>
<i class="fa-solid fa-message text-white text-lg ml-16"></i>
<input type="text" id="Message" name="Message" class="text-white bg-light-purple mb-4 mt-5 px-6 py-3 w-48 placeholder:text-white placeholder:text-lg placeholder:font-semibold placeholder:bg-light-purple " placeholder="Message">
<div class="bottom w-3/4 h-1 ml-14 bg-white transition-all duration-200 rounded-3xl"></div>
</div>
</li>
<li>
<button class="bg-white text-light-purple h-12 w-44 ml-60 mt-10 mb-16 rounded-3xl font-bold text-lg ">
Send<i class="fa-solid fa-paper-plane text-lg text-light-purple ml-1"></i></i></i></button><br>
</li>
</ul>
</form>
</div>
</div>
<div>
<img src="" alt="">
</div>
</div>
<div class="bg-light-black w-full h-[480px] mt-5">
<div class=" flex">
<div class="flex justify-between w-full">
<div class="text-white mt-9 ml-[4.5rem]">
<ul>
<li class="font-Kanit font-semibold mb-5 text-2xl" data-aos="zoom-in-left" data-aos-delay="400">Menu</li>
<li class="font-Inter text-lg mb-2 hover:text-light-purple cursor-pointer transition-all duration-200" data-aos="zoom-in-left" data-aos-delay="500"><a href="./about.html">About Us</a></li>
<li class="font-Inter text-lg mb-2 hover:text-light-purple cursor-pointer transition-all duration-200" data-aos="zoom-in-left" data-aos-delay="600"><a href="">Designs</a></li>
<li class="font-Inter text-lg mb-2 hover:text-light-purple cursor-pointer transition-all duration-200" data-aos="zoom-in-left" data-aos-delay="700"><a href="./send.html">Contact</a></li>
</ul>
</div>
<div class="text-white mt-9">
<ul>
<li class="font-Kanit font-semibold mb-5 text-2xl" data-aos="zoom-in-left" data-aos-delay="400">Services</li>
<li class="font-Inter text-lg mb-2 hover:text-light-purple cursor-pointer transition-all duration-200" data-aos="zoom-in-left" data-aos-delay="500"><a href="./privacypolicy.html">Privacy Policy</a></li>
<li class="font-Inter text-lg mb-2 hover:text-light-purple cursor-pointer transition-all duration-200" data-aos="zoom-in-left" data-aos-delay="600"><a href="./terms&condition.html">Terms of Use</a></li>
<li class="font-Inter text-lg mb-2 hover:text-light-purple cursor-pointer transition-all duration-200" data-aos="zoom-in-left" data-aos-delay="700"><a href="">Refund & Cancellation Policy</a></li>
</ul>
</div>
<div class="inline-block h-[140px] min-h-[1em] w-0.5 self-stretch dark:bg-white mt-9 mr-9" data-aos="zoom-in-down" data-aos-delay="400">
</div>
<div class="text-white mt-9 mr-72">
<ul>
<li class="font-Kanit font-semibold mb-2 text-2xl" data-aos="zoom-in-left" data-aos-delay="400">Get in Touch</li>
<li class="font-Inter text-lg" data-aos="zoom-in-left" data-aos-delay="600">Email: <a href="mailto:[email protected]" class="hover:text-light-purple cursor-pointer transition-all duration-200">[email protected]</a></li>
<li>
<ul class="flex mt-7">
<li class="w-[40px] h-[40px] mr-[20px]" data-aos="zoom-in-left" data-aos-delay="600"><a href="https://www.instagram.com/thedesigncompany.art/"><img src="./Resources/Instagram_icon.svg" alt="Instagram_icon"></a></li>
<li class="w-[40px] h-[40px] mr-[20px]" data-aos="zoom-in-left" data-aos-delay="800"><a href="https://x.com/thedesigncpmny?s=08"><img src="./Resources/X_icon.svg" alt="X_icon"></a></li>
<li class="w-[60px] h-[60px] mr-[20px]" data-aos="zoom-in-left" data-aos-delay="1000"><a href="https://www.facebook.com/people/Thedesigncompany/61557362758752/"><img src="./Resources/meta_icon.svg" alt="meta_icon"></a></li>
</ul>
</li>
</ul>
</ul>
</div>
</div>
</div>
<div>
</div>
<div class="flex">
<div class="inline-block w-[790px] min-w-[1em] h-0.5 self-stretch dark:bg-white mt-[4.5rem] ml-10" data-aos="zoom-in-left" data-aos-delay="600">
</div>
<div class="w-[308px] h-[148px]" data-aos="zoom-in-left" data-aos-delay="700">
<img src="./Resources/Footer_logo.svg" alt="TheDesignCompany">
</div>
<div class="inline-block w-[690px] min-w-[1em] h-0.5 self-stretch dark:bg-white mt-[4.5rem] ml-4" data-aos="zoom-in-left" data-aos-delay="800">
</div>
</div>
<div class="text-white ml-[730px] mt-20 text-xl">
<p>
Copyright <b>©</b> 2024 TheDesigncompany Pvt Ltd. All Right reserved
</p>
</div>
</div>
</body>
</html>