-
Notifications
You must be signed in to change notification settings - Fork 0
/
leadership.html
67 lines (66 loc) · 2.2 KB
/
leadership.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link
href="https://fonts.googleapis.com/css2?family=Geologica:[email protected]&display=swap"
rel="stylesheet"
/>
<link rel="stylesheet" href="./css/style.css" />
<link href="./css/leadership.css" rel="stylesheet" />
<title>LEADERSHIP | DWC</title>
<link rel="shortcut icon" href="./icons/Logo.svg" type="image/x-icon" />
</head>
<body>
<navbar-component></navbar-component>
<main>
<section class="heading">
<h1>
<heading-component
text="Leadership"
size="72"
sizeMobile="36"
animate
></heading-component>
</h1>
<br />
<p>
AT DWC, OUR SUCCESS IS DRIVEN BY THE PASSION, EXPERTISE, AND VISION OF
OUR LEADERSHIP TEAM
</p>
</section>
<section class="leadership-section">
<heading-component
text="MUKUL WADHAWAN, DIRECTOR"
size="20"
sizeMobile="20"
animate
></heading-component>
<br />
<p>
Mukul, our dynamic CEO, propels our building company's strategic
growth. With extensive expertise in construction, he leads key
decisions, fosters a positive workplace culture, and guides us toward
our business objectives
</p>
<br />
<p>
As a seasoned professional in the field, Mukul embodies an
entrepreneurial spirit, leveraging his deep industry knowledge to
chart our company's course and translate vision into action.
</p>
<br />
<p>
In his diverse role, Mukul oversees operations, collaborating with the
leadership team to execute strategies, forge partnerships, and
identify market opportunities. By cultivating strong relationships
with clients, investors, and stakeholders, Mukul ensures our company's
enduring success.
</p>
</section>
<footer-component></footer-component>
</main>
<script src="./js/script.js" type="module"></script>
</body>
</html>