-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
189 lines (178 loc) · 8.05 KB
/
about.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
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>About</title>
<!-- Fonts -->
<link href="https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700&display=swap" rel="stylesheet">
<!-- Custom CSS -->
<link rel="stylesheet" href="./assets/stylesheet/style.css">
</head>
<body class="about-container">
<!-- Call Us -->
<div class="social-panel-container">
<div class="social-panel">
<button class="close-btn">×</button>
<h4>Share your email, we will get in touch!</h4>
<input type="email" class="social-panel-input">
</div>
</div>
<button class="floating-btn">
<img src="./assets/media/icons/envelope.png" alt="Envelope"> Mail Us
</button>
<!-- Social Media Icons -->
<div class="social-media-icons">
<ul class="social-icons">
<li>
<a href="http://www.facebook.com/AsmaAadhar" target="_blank" class="social-icon">
<img src="./assets/media/icons/facebook.png" alt="Facebook">
</a>
</li>
<li>
<a href="http://www.instagram.com/asma_aadhar/" target="_blank" class="social-icon">
<img src="./assets/media/icons/instagram.png" alt="Instagram">
</a>
</li>
<li>
<a href="https://www.linkedin.com/company/asmaadhar" target="_blank" class="social-icon">
<img src="./assets/media/icons/linkedin.png" alt="Linkedin">
</a>
</li>
</ul>
</div>
<!-- Header Section -->
<header class="header-section">
<nav class="nav container space-between">
<a href="./index.html" class="logo flex">
<img class="logo-img" src="./assets/media/icons/Logo.png" alt="Logo">
<h2 class="logo-text">Asma Aadhar</h2>
</a>
<label for="toggle" class="bars"><img src="./assets/media/icons/menu.jpg" alt="Hamburger"></label>
<input type="checkbox" class="toggle" id="toggle">
<div class="nav-menu">
<ul class="nav-ul flex">
<li class="nav-item">
<a class="nav-link" href="./index.html">Home</a>
</li>
<li class="nav-item ">
<a class="nav-link" href="./projects.html">Projects</a>
</li>
<li class="nav-item">
<a class="nav-link active" href="./about.html">About</a>
</li>
<li class="nav-item">
<a class="nav-link" href="./contact.html">Contact Us</a>
</li>
</ul>
</div>
</nav>
</header>
<!-- Main Section -->
<!-- About-hero section -->
<main class="about-main-section">
<section class="about-hero">
<article class="about-hero-container flex">
<h1>We are based on collective work and shared knowledge</h1>
</article>
</section>
<!-- About-description section -->
<section class="company-description padding">
<div class="container about-description">
<div>
<h1>About Us</h1>
</div>
<p>Aśma Aadhar (अश्म आधार; AA) is a multi-disciplinary firm in the domain of Residential, Commercial, Institutional Architecture, Interior Design, and Urban Planning. Our projects involve thoughts, insights, and innovative solutions towards developing spaces. Our team of experienced architects and designers strive constantly to create projects that stand out because of the distinct approach towards design, detail and the latest technology. </p>
</div>
</section>
<!-- Service Section -->
<section class="services">
<div class="container services-item">
<h2 class="hidden-services">Services</h2>
<h2 class="service-subtitle">This is what we do.</h2>
<div class="space-between">
<div class="services-list">
<img src="./assets/media/icons/architecture.png" alt="architecture-icon">
<h1>Architecture</h1>
<p>Our team of architects will understand your project's needs and help you realise your vision.</p>
</div>
<div class="services-list">
<img src="./assets/media/icons/interior.png" alt="interior-icon">
<h1>Interior</h1>
<p>Our interior design services focus on visual appeal without compromising on functionality.</p>
</div>
<div class="services-list">
<img src="./assets/media/icons/planning.png" alt="planning-icon">
<h1>Urban Design</h1>
<p>Our master plans provide a comprehensive look what the final in project will look.</p>
</div>
<div class="services-list">
<img src="./assets/media/icons/turnkey.png" alt="turnkey-icon">
<h1>Turnkey</h1>
<p>We are best at achieving the best possible with the given budget by the client.</p>
</div>
</div>
</div>
</section>
<!-- Team member section -->
<!-- <section class="team">
<div class="container">
<h1>Here We Are</h1>
<div class="space-between team-member">
<div>
<img src="./assets/media/team/aa.jpg" alt="akshay">
<h3>Akshay <span> Aman</span></h3>
</div>
<div>
<img src="./assets/media/team/aj.jpg" alt="ashish">
<h3>Ashish <span>Jha</span></h3>
</div>
<div>
<img src="./assets/media/team/ss.jpg" alt="sumit">
<h3>Sumit <span>Sachan</span></h3>
</div>
<div>
<img src="./assets/media/team/ar.jpg" alt="ashik">
<h3>Ashik <span>Raj</span></h3>
</div>
</div>
</div>
</section> -->
</main>
<!-- Footer Section -->
<footer class="footer-section padding">
<div class="container footer-container">
<div class="footer-top">
<div class="footer-left">
<h2>ASMA AADHAR</h2>
<p class="footer-left-content">
The core principle of our company is collective conception. From the very beginning, we have believed in the virtues of exchange, crossing ideas, common effort, shared knowledge and enthusiasm.
</p>
</div>
<div class="footer-right">
<h3>GET IN TOUCH</h3>
<p class="footer-right-content footer-right-content-phone">
<a href="#">+919650202755</a>
</p>
<p class="footer-right-content footer-right-content-email">
<a href="mailto:info@asmaadhar.com">info@asmaadhar.com</a>
</p>
<p class="footer-right-content footer-right-content-address">
Vipul Greens, Sohna Road, Sector 48,Gurugram,Gurugram, India
</p>
</div>
</div>
<div class="footer-bottom">
<div class="footer-left">
<small class="copyright">
Asma Aadhar (C) 2020 ALL RIGHTS RESERVED
</small>
</div>
<div class="footer-right">
</div>
</div>
</div>
</footer>
<script src="./assets/js/index.js"></script>
</body>
</html>