-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
87 lines (82 loc) · 3.34 KB
/
contact.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Contact</title>
<link href="style.css" rel="stylesheet" type="text/css" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css" integrity="sha512-iBBXm8fW90+nuLcSKlbmrPcLa0OT92xO1BIsZ+ywDWZCvqsWgccV3gFoRBv0z+8dLJgyAHIhR35VZc2oM/gI1w==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,[email protected],100..700,0..1,-50..200" />
</head>
<body>
<nav>
<img src="technolabss.jpg" alt="">
<div class="navigation">
<ul>
<li><a href="index.html">Home</li>
<li><a href="services.html">Services</li>
<li><a href="careers.html">Careers</li>
<li><a href="about.html">About Us</li>
<li><a class="active" href="contact.html">Contact</li>
</ul>
</div>
</nav>
<section id="contact">
</section>
<section class="contactdd">
<div class="contactrow">
<h2>Thanks for your interest. How can we help?</h2>
<p>Need to find a local office? We have 63 worldwide. Interested in working here? See what a career at Bain looks like or follow us on social media. Interested in working with us? Explore our consulting services and industry expertise. Need something else? See below for more ways to get in touch.</p>
</div>
<div class="contactrow">
<div class="contactcol">
<div class="contactcard">
<h3>Headquaters</h3>
<p>P.M R. Residency, Ground Floor, No-5/3 Sy. No.10/6-1, Opp Nithyotsava Wedding Hall, Doddaballapur Main Road, Singanayakanahalli, Yelahanka, Bengaluru, Karnataka 560064</p>
</div>
</div>
<div class="contactcol">
<div class="contactcard">
<h3>Email</h3>
<p>[email protected]</p>
</div>
</div>
<div class="contactcol">
<div class="contactcard">
<h3>Press</h3>
<p>Shyam Begal +91 88526 58846</p>
</div>
</div>
</section>
<footer>
<div class="footer-col">
<h3>Company</h3>
<li>Our Heritage</li>
<li>Our Company</li>
</div>
<div class="footer-col">
<h3>Programs</h3>
<li>TechnoLabs Foundation</li>
<li>TechnoLabs Foundation USA</li>
</div>
<div class="footer-col">
<h3>Support</h3>
<li>Terms of Use</li>
<li>Privacy Statement</li>
<li>Cookie Policy</li>
</div>
<div class="container">
<h3>Connect with us</h3>
<div class="containicons">
<span><a href="https://www.twitter.com"><i class="fab fa-twitter"></i></a></span>
<span><a href="https://www.facebook.com"><i class="fab fa-facebook-f"></i></a></span>
<span><a href="https://www.youtube.com"><i class="fab fa-youtube"></i></a></span>
<span><a href="https://www.instagram.com"><i class="fab fa-instagram"></i></a></span>
</div>
</div>
<div class="copyright">
<p>Copyright © 2023 Technolabs Limited</p>
</div>
</footer>
</body>
</html>