Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontact.html
More file actions
Latest commit
91 lines (85 loc) · 3.72 KB
/
Copy pathcontact.html
File metadata and controls
91 lines (85 loc) · 3.72 KB
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
<!DOCTYPE html>
<htmllang="en">
<head>
<metacharset="UTF-8">
<metaname="viewport" content="width=device-width, initial-scale=1.0">
<title>WebSyCode | Contact Us</title>
<linkrel="stylesheet" href="css\styles.css" />
<linkrel="icon" type="image/png" sizes="192x192" href="/assets/favicon.webp" />
<linkrel="stylesheet" href="css\bootstrap.min.css" />
<linkrel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css"
integrity="sha512-9usAa10IRO0HhonpyAIVpjrylPvoDwiPUiKdWk5t3PyolY1cOd4DSE0Ga+ri4AuTroPR5aQvXU9xC6qOPnzFeg=="
crossorigin="anonymous" referrerpolicy="no-referrer" />
</head>
<body>
<divclass="social-media">
<ul>
<li>
<ahref="https://www.instagram.com/websycode/" target="_blank"><iclass="fab fa-instagram"></i></a>
</li>
<li>
<ahref="https://www.linkedin.com/company/websycode/" target="_blank"><iclass="fab fa-linkedin-in"></i></a>
</li>
<li>
<ahref="https://github.com/websycode" target="_blank"><iclass="fab fa-github"></i></a>
</li>
<li>
<ahref="https://twitter.com/websycode1" target="_blank"><iclass="fab fa-twitter"></i></a>
</li>
</ul>
</div>
<divclass="contact" id="contact">
<divclass="container">
<divclass="row">
<divclass="col-md-12">
<divclass="contact-main">
<divclass="container">
<divclass="row">
<divclass="col-md-12">
<spanclass="contact-about">CONTACT <spanclass="we">US</span></span>
<p>
We welcome you to get in touch with us for any inquiries, collaborations, or feedback. Our team is
dedicated to providing exceptional customer service and ensuring that your experience with us is
smooth and satisfactory. We'd love to hear from you!<br/>
</p>
</div>
</div>
</div>
</div>
<divclass="row contact-details">
<divclass="col-md-3">
<spanclass="icon-wrapper"><spanclass="icon-content"><iclass="fas fa-map-marker-alt"></i></span></span>
<spanclass="contact-icon-title">Address</span>
<spanclass="contact-content">T-22, R-10 Corner, Jaldhara Chowkdi, Ankleshwar -
393002</span>
</div>
<divclass="col-md-3">
<spanclass="icon-wrapper"><spanclass="icon-content"><iclass="fas fa-phone"></i></span></span>
<spanclass="contact-icon-title">Contact Number</span>
<!-- <span class="contact-content">+91 9099657594</span> -->
<spanclass="contact-content"><ahref=" https://wa.me/919909286731"><iclass="fa-brands fa-whatsapp"></i>
Click Here to
WhatsApp
</a></span>
</div>
<divclass="col-md-3">
<spanclass="icon-wrapper"><spanclass="icon-content"><iclass="fas fa-envelope"></i></span></span>
<spanclass="contact-icon-title">Email Address</span>
<spanclass="contact-content"><ahref="mailto:info@websycode.in">info@websycode.in</a></span>
<!-- <span class="contact-content">info@websycode.in</span> -->
</div>
<divclass="col-md-3">
<spanclass="icon-wrapper"><spanclass="icon-content"><iclass="fas fa-qrcode"></i></span></span>
<spanclass="contact-content">
<imgclass="lazyload" width="150" src="assets/qr_websycode.png" alt="qr code" />
</span>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</body>
</html>