-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
89 lines (84 loc) · 4.72 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>BRD Global Trade</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/8.0.1/normalize.min.css">
<link rel="stylesheet" href="./styles.css">
</head>
<body>
<div class="container">
<header>
<div class="logo">
<img src="./assets/BRD Global Trade logo.svg" alt="BRD Global Trade Logo" width="400">
</div>
<div class="nav-container">
<nav>
<a href="#introduction">Introduction</a>
<a href="#products">Products/Services</a>
<a href="#profile">Profile</a>
<a href="#about">About Us</a>
<a class="contact-btn" href="mailto:[email protected]">Contact Us</a>
</nav>
</div>
</header>
<main>
<section id="introduction">
<h2>Introduction</h2>
<p>BRD Global, a registered firm under MSME and Bangalore Chamber of Commerce, is a prominent merchant export company based in Bangalore, India. We specialize in a diverse range of high-quality products.</p>
</section>
<section id="products">
<h2>Products/Services</h2>
<p>BRD Global Trade: Your Gateway to Quality Indian Products. Initially to start with Basmati Rice, Coffee powder, spices, iron ore and other products.</p>
<p>Explore our diverse selection of premium Indian goods, carefully curated to meet your needs.</p>
<p>Offer calls to action: Encourage visitors to contact you for inquiries, request quotes, or place orders.</p>
<p>By providing informative and engaging product descriptions, you can guide customers through your offerings and convert their interest into purchases.</p>
</section>
<section id="profile">
<h2>Profile</h2>
<p><strong>Nature of Business:</strong> <span>Export and Trading</span></p>
<p><strong>Establishment:</strong> <span>2024</span></p>
<p><strong>Importer Exporter Code:</strong> <span>AUOPS5922M</span></p>
<p><strong>GST Certificate Registration Number:</strong> <span>29AUOPS5922MIZ0</span></p>
<p><strong>Export Percentage:</strong> <span>100%</span></p>
<p><strong>Markets serviced:</strong> <span>Malaysia, Singapore, Saudi Arabia, Qatar, Oman and Gulf.</span></p>
<p><strong>Payment Terms:</strong> <span>Advance Payment, D/P 50%, L/C at Sight, T/T.</span></p>
<p><strong>Accepted Delivery Terms:</strong> <span>FOB / CIF</span></p>
<p><strong>Accepted Payment Currency:</strong> <span>USD</span></p>
<p><strong>Legal Status of Firm:</strong> <span>Proprietorship Firm</span></p>
<p><strong>Statutory Credentials:</strong> <span>APEDA, MSME</span></p>
</section>
<section id="about">
<h2>About Us</h2>
<p><strong>Our Mission:</strong></p>
<ul>
<li>To be the premier exporter, connecting international markets with the pinnacle of Indian craftsmanship and innovation.</li>
<li>To cultivate meaningful partnerships built on shared values, integrity, and mutual success.</li>
<li>To deliver exceptional quality and customer satisfaction, enriching lives globally.</li>
</ul>
<p><strong>Our Vision:</strong></p>
<ul>
<li>To become the bridge that seamlessly connects India's diverse treasures to the world, fostering cultural exchange and economic prosperity.</li>
<li>To be recognized as a trusted partner, synonymous with excellence, ethical sourcing, and sustainable practices.</li>
<li>To empower our suppliers and communities, creating a positive ripple effect through responsible export practices.</li>
</ul>
<p><strong>Our Values:</strong></p>
<ul>
<li>Quality: Uncompromising commitment to the highest standards in product and service.</li>
<li>Partnership: Collaborative relationships built on trust, transparency, and shared goals.</li>
<li>Customer Satisfaction: Exceeding expectations and delivering delight at every touchpoint.</li>
<li>Innovation: Continuously embracing new ideas and technologies to remain at the forefront.</li>
<li>Sustainability: Responsible sourcing, ethical labor practices, and environmental consciousness.</li>
</ul>
<p>Together, BRD Global aspires to be more than just an exporter; we aim to be a catalyst for positive change, connecting the world with India's finest while enriching lives through quality and partnership.</p>
</section>
</main>
</div>
<footer>
<div class="container">
<p>© 2024 BRD Global Trade. All rights reserved.</p>
</div>
</footer>
</body>
</html>