-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathBSAI25064_About.html
More file actions
35 lines (32 loc) · 999 Bytes
/
BSAI25064_About.html
File metadata and controls
35 lines (32 loc) · 999 Bytes
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
<!DOCTYPE html>
<html>
<head>
<title>
Home_lab_13
</title>
<link rel="stylesheet" href="BSAI25064.css">
</head>
<body>
<header>
<a href="BSAI25064_Home.html" class="nav-btn">HOME</a>
<a href="BSAI25064_Product.html" class="nav-btn">Product</a>
<a href="BSAI25064_About.html" class="nav-btn">About</a>
</header>
<section class="contact-section">
<div class="contact-card">
<h2>Contact Us</h2>
<p><strong>📱 Cell:</strong> +923099073882</p>
<p><strong>📧 Email:</strong> bsai2506@itu.edu.pk</p>
<p><strong>📍 Location:</strong> Lahore, Pakistan</p>
<div class="social-icons">
<a href="https://www.facebook.com" target="_blank">
<img src="bai25064-image-09.png" alt="Facebook">
</a>
<a href="https://www.instagram.com" target="_blank">
<img src="bai25064-image-10.png" alt="Instagram">
</a>
</div>
</div>
</section>
</body>
</html>