-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontactus.html
84 lines (67 loc) · 3.38 KB
/
contactus.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Submit a ticket</title>
<link rel="stylesheet" href="contactus.css">
<link rel="ICON" href="./br-1.webp">
</head>
<body>
<div class="up-bdr">
<div class="uplogo">
<div class="logo"><a href="homepage.html">
<img src="https://img1.hotstarext.com/image/upload/f_auto/sources/r1/CRM/logo.png" alt="Disney+ Hotstar"></a>
</div>
<div class="searchi"><img src="https://help.hotstar.com/_next/image?url=%2FsearchIcon.svg&w=48&q=75" alt=""></div>
</div>
<div class="con">
Contact Us
</div>
</div>
<div class="bottom-bdr">
</div>
<div class="container">
<header>
<div class="language-selector">
<button>English</button>
<button>हिंदी</button>
<button>தமிழ்</button>
<button>తెలుగు</button>
<button>മലയാളം</button>
</div>
</header>
<main>
<div class="notice">
<p>Want to watch on Big Screen?</p>
<p>Access to most of the content on Disney+ Hotstar except Sports clips, highlights and content trailer on Smart TVs, Connected TVs & desktops is now available only through our Super or Premium Plans. However, our users can continue to access existing and future ‘free’ content on their mobile devices.</p>
</div>
<section class="help-section">
<h1>Need more help</h1>
<p>Please provide your information to help us contact you</p>
<form action="#" method="post">
<label for="email-phone">Email/Phone <span>*</span></label>
<input type="text" id="email-phone" name="email-phone" required>
<label for="issue-type">What is this about? <span>*</span></label>
<input type="text" id="issue-type" name="issue-type" required>
<label for="issue-description">Describe your issue <span>*</span></label>
<textarea id="issue-description" name="issue-description" rows="10" required></textarea>
<div class="file-upload">
<label for="file-upload">+ Attach A File</label>
<input type="file" id="file-upload" name="file-upload" multiple>
</div>
<div class="file-requirements">
<ul>
<li>The file should be of type image, video, har.</li>
<li>Please ensure the images are focused on the issues and not blurry.</li>
<li>You can add a maximum of 5 files of the issue. Please ensure the total size of all the files is not above 20MB.</li>
</ul>
</div>
<button type="submit">Submit</button>
<button type="button" class="cancel-button">Cancel</button>
</form>
</section>
</main>
</div>
</body>
</html>