forked from Sangram150800/Unit-2_Indiamart_Project_Final
-
Notifications
You must be signed in to change notification settings - Fork 0
/
help.html
98 lines (92 loc) · 3.24 KB
/
help.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
<!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">
<script src="https://kit.fontawesome.com/1db6d91b49.js" crossorigin="anonymous"></script>
<link rel="stylesheet" href="help.css">
<title>Document</title>
</head>
<body>
<div id="section__1">
<div>
<i class="fa-regular fa-2x fa-lightbulb"></i>
<div>
<h4>I'm a Buyer</h4>
<p>90 Articles / 4 Categories</p>
</div>
</div>
<div>
<i class="fa-regular fa-2x fa-lightbulb"></i>
<div>
<h4>I'm a Seller</h4>
<p>315 Articles / 8 Categories</p>
</div>
</div>
<div>
<i class="fa-regular fa-2x fa-lightbulb"></i>
<div>
<h4>Product Updates</h4>
<p>14 Articles / 8 Categories</p>
</div>
</div>
</div>
<div id="section__2">
<div>
<h4>Buyer Knowledge Base</h4>
<ul>
<li>Where do I log Complaints and Trade Disputes</li>
<hr>
<li>What security mesures does IndiaMART take?</li>
<hr>
<li>Does IndiaMART take responsibility for any fraudulent nature of suppliers?</li>
<hr>
<li>How to view/delete the Buy Requirements posted by me?</li>
<hr>
<li>How does a buyer provide feedback/rating to a seller listed on IndiaMART?</li>
<hr>
<li>What is Customer Care Number of Indiamart?</li>
<hr>
<li>How do I post a Buying Requirement?</li>
</ul>
</div>
<div>
<h4>Seller Knowledge Base</h4>
<ul>
<li>How to Create Free Seller account on IndiaMART?</li>
<hr>
<li>How do I register for paid services on IndiaMART?</li>
<hr>
<li>Mini Dynamic Catalog (MDC) Service</li>
<hr>
<li>How do I Add products in my IndiaMART catalog?</li>
<hr>
<li>TrustSEAL Service</li>
<hr>
<li>Star Service</li>
<hr>
<li>Integration of IndiaMART’s Lead Manager CRM API with Third Party CRMs</li>
</ul>
</div>
<div>
<h4>Announcements</h4>
<ul>
<li>IndiaMART Bug Bounty Program</li>
<hr>
<li>Careers in Indiamart</li>
<hr>
<li>How to verify mobile number?</li>
<hr>
<li>How do I swap my primary email ID with secondary email ID?</li>
<hr>
<li>How do I update my alternate/secondary email ID?</li>
<hr>
<li>How do I update my primary email ID?</li>
<hr>
<li>I am receiving OTP on my registered mobile number, but have access to email ID. How can I login to my account?</li>
</ul>
</div>
</div>
</body>
</html>