-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhelp.html
More file actions
49 lines (39 loc) · 1.79 KB
/
help.html
File metadata and controls
49 lines (39 loc) · 1.79 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Help</title>
<link rel="stylesheet" href="help.css">
<link rel="stylesheet" href="utility.css">
</head>
<body>
<div class="container">
<div class="text_display">
<h1>Contact us</h1>
<h3>Need to get in touch with us? Either fill out the form with your inquery or send us an e-mail, we will
reach you as soon as possible.<a href="faq.html" target="_blank"> FAQ</a></h3>
</div>
<div class="user_interface">
<form action="#">
<div class="name_input">
<input type="text" name="fname" id="fname" placeholder="First Name">
<input type="text" name="lname" id="lname" placeholder="Second Name">
</div>
<div class="details message email_input">
<input type="email" name="input_email" id="input_email" placeholder="Please enter your e-mail">
<textarea name="message" id="message" placeholder="What can we help you with?"></textarea>
</div>
</form>
<button type="submit" class="submit_button">Submit</button>
<p id="or">or</p>
<a href="mailto:suhaibsworkspace@gmail.com"><button class="submit_button">Send e-mail</button>
</a>
</div>
</div>
<!-- <div>
<h1>Email : suhaibsworkspace@gmail.com <a target="_blank" href="https://mail.google.com/mail/u/0/#inbox?compose=GTvVlcSGKnMgrwSshnSjTrpzbqrpvvMfhvdVfHJRgQTbHNmQFrGRNTPfqSPDPCkxVXtnCwbTgXjNq">Mail</a></h1>
</div> -->
</body>
</html>