-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtestimonial.html
More file actions
159 lines (136 loc) · 10.1 KB
/
testimonial.html
File metadata and controls
159 lines (136 loc) · 10.1 KB
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
<!doctype html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
<script src="https://cdn.tailwindcss.com"></script>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://api.fontshare.com/v2/css?f[]=satoshi@700,300,400&display=swap" rel="stylesheet">
</head>
<body class="" style="font-family: 'Satoshi', sans-serif;">
<div class="mt-10 text-5xl text-gray-400 text-center font-bold">Happy with our service ?</div>
<div class="mt-2 text-3xl text-gray-900 text-center font-bold">Please fill out this form.</div>
<div class=" px-10 py-10 w-full">
<div class="lg:md:flex gap-10 grid">
<div class="lg:md:w-1/2 text-justify">
Hello.
<br>
We hope you had a great experience working with us! <br>Your satisfaction is of utmost importance to us, and we would greatly appreciate it if you could take a moment to share your thoughts about the services we provided.
Your feedback and testimonials are invaluable to our growth and help us enhance our services to better serve you and our future clients. We believe that the best way to gauge the quality of our work is through the experiences and opinions of our valued clients like you.
<br><br>
Please take a moment to complete the form and let us know about your experience with our team. Your testimonial will be featured on our website or other promotional materials to showcase the positive experiences of our clients.
<br><br>
We sincerely thank you for choosing our services and for taking the time to provide your valuable feedback. If you have any additional comments or suggestions, please feel free to include them in the form or reach out to our customer support team directly.
Thank you once again for your trust and support. We look forward to serving you in the future.
<br><br>
Best regards,<br>
Aditya
</div>
<Div class="lg:md:w-1/2 p-5 flex flex-cols items-center justify-center bg-black rounded-[2rem]">
<div class="mx-auto w-full max-w-lg">
<form action="https://api.web3forms.com/submit" method='post' class="mt-10">
<input type="hidden" name="access_key" value="9174692e-d428-4dde-92b1-5c845c14408d" />
<div class="grid gap-6 sm:grid-cols-2">
<div class="relative z-0">
<input type="text" name="name"
class="peer block w-full appearance-none text-white border-0 border-b border-gray-500 bg-transparent py-2.5 px-0 text-sm text-gray-100 focus:border-white focus:outline-none focus:ring-0"
placeholder=" " />
<label
class="absolute top-3 -z-10 origin-[0] -translate-y-6 scale-75 transform text-sm text-gray-100 duration-300 peer-placeholder-shown:translate-y-0 peer-placeholder-shown:scale-100 peer-focus:left-0 peer-focus:-translate-y-6 peer-focus:scale-75 peer-focus:text-white peer-focus:dark:text-white">Your
name</label>
</div>
<div class="relative z-0">
<input type="text" name="project"
class="peer block w-full appearance-none text-white border-0 border-b border-gray-500 bg-transparent py-2.5 px-0 text-sm text-gray-900 focus:border-white focus:outline-none focus:ring-0"
placeholder=" " />
<label
class="absolute top-3 -z-10 origin-[0] -translate-y-6 scale-75 transform text-sm text-gray-100 duration-300 peer-placeholder-shown:translate-y-0 peer-placeholder-shown:scale-100 peer-focus:left-0 peer-focus:-translate-y-6 peer-focus:scale-75 peer-focus:text-white peer-focus:dark:text-white">Your
project</label>
</div>
<div class="relative z-0 col-span-2">
<textarea name="testimonial" rows="5"
class="peer block w-full appearance-none text-white border-0 border-b border-gray-500 bg-transparent py-2.5 px-0 text-sm text-gray-900 focus:border-white focus:outline-none focus:ring-0"
placeholder=" "></textarea>
<label
class="absolute top-3 -z-10 origin-[0] -translate-y-6 scale-75 transform text-sm text-gray-100 duration-300 peer-placeholder-shown:translate-y-0 peer-placeholder-shown:scale-100 peer-focus:left-0 peer-focus:-translate-y-6 peer-focus:scale-75 peer-focus:text-white peer-focus:dark:text-white">Your
message</label>
</div>
</div>
<button type="submit" class="mt-5 rounded-md bg-white px-10 py-2 text-black hover:bg-black border-2 hover:border-white hover:text-white transition ease-in-out">Submit </button>
</form>
</div>
</div>
</div>
</Div>
</div>
</div>
<!-- <div class="lg:md:w-1/2 bg-black">
<div class="flex items-center justify-start">
<div class="mx-auto w-full max-w-lg">
<form action="https://api.web3forms.com/submit" method='post' class="mt-10">
<input type="hidden" name="access_key" value="9174692e-d428-4dde-92b1-5c845c14408d" />
<div class="grid gap-6 sm:grid-cols-2">
<div class="relative z-0">
<input type="text" name="name"
class="peer block w-full appearance-none border-0 border-b border-gray-500 bg-transparent py-2.5 px-0 text-sm text-gray-100 focus:border-white focus:outline-none focus:ring-0"
placeholder=" " />
<label
class="absolute top-3 -z-10 origin-[0] -translate-y-6 scale-75 transform text-sm text-gray-100 duration-300 peer-placeholder-shown:translate-y-0 peer-placeholder-shown:scale-100 peer-focus:left-0 peer-focus:-translate-y-6 peer-focus:scale-75 peer-focus:text-white peer-focus:dark:text-white">Your
name</label>
</div>
<div class="relative z-0">
<input type="text" name="project"
class="peer block w-full appearance-none border-0 border-b border-gray-500 bg-transparent py-2.5 px-0 text-sm text-gray-900 focus:border-white focus:outline-none focus:ring-0"
placeholder=" " />
<label
class="absolute top-3 -z-10 origin-[0] -translate-y-6 scale-75 transform text-sm text-gray-100 duration-300 peer-placeholder-shown:translate-y-0 peer-placeholder-shown:scale-100 peer-focus:left-0 peer-focus:-translate-y-6 peer-focus:scale-75 peer-focus:text-white peer-focus:dark:text-white">Your
project</label>
</div>
<div class="relative z-0 col-span-2">
<textarea name="testimonial" rows="5"
class="peer block w-full appearance-none border-0 border-b border-gray-500 bg-transparent py-2.5 px-0 text-sm text-gray-900 focus:border-white focus:outline-none focus:ring-0"
placeholder=" "></textarea>
<label
class="absolute top-3 -z-10 origin-[0] -translate-y-6 scale-75 transform text-sm text-gray-100 duration-300 peer-placeholder-shown:translate-y-0 peer-placeholder-shown:scale-100 peer-focus:left-0 peer-focus:-translate-y-6 peer-focus:scale-75 peer-focus:text-white peer-focus:dark:text-white">Your
message</label>
</div>
</div>
<button type="submit" class="mt-5 rounded-md bg-black px-10 py-2 text-white">Submit </button>
</form>
</div>
</div>
</div>
</div> -->
<footer class="px-4 py-8 text-gray-600">
<div class="container flex flex-wrap items-center justify-center mx-auto space-y-4 sm:justify-between sm:space-y-0">
<div class="flex flex-row pr-3 space-x-4 sm:space-x-8">
<div class="flex items-center justify-center flex-shrink-0 w-12 h-12 rounded-full bg-gray-600">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" fill="currentColor" class="w-5 h-5 rounded-full text-gray-50">
<path d="M18.266 26.068l7.839-7.854 4.469 4.479c1.859 1.859 1.859 4.875 0 6.734l-1.104 1.104c-1.859 1.865-4.875 1.865-6.734 0zM30.563 2.531l-1.109-1.104c-1.859-1.859-4.875-1.859-6.734 0l-6.719 6.734-6.734-6.734c-1.859-1.859-4.875-1.859-6.734 0l-1.104 1.104c-1.859 1.859-1.859 4.875 0 6.734l6.734 6.734-6.734 6.734c-1.859 1.859-1.859 4.875 0 6.734l1.104 1.104c1.859 1.859 4.875 1.859 6.734 0l21.307-21.307c1.859-1.859 1.859-4.875 0-6.734z"></path>
</svg>
</div>
<ul class="flex flex-wrap items-center space-x-4 sm:space-x-8">
<li>
<a rel="noopener noreferrer" href="#">Terms of Use</a>
</li>
<li>
<a rel="noopener noreferrer" href="#">Privacy</a>
</li>
</ul>
</div>
<ul class="flex flex-wrap pl-3 space-x-4 sm:space-x-8">
<li>
<a rel="noopener noreferrer" href="#">Instagram</a>
</li>
<li>
<a rel="noopener noreferrer" href="#">Facebook</a>
</li>
<li>
<a rel="noopener noreferrer" href="#">Twitter</a>
</li>
</ul>
</div>
</footer>
</body>
</html>