-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathContact.html
55 lines (52 loc) · 2.14 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="css/general.css" />
<link rel="stylesheet" href="css/header.css" />
<link rel="stylesheet" href="css/content.css" />
<link rel="stylesheet" href="css/contact.css">
<link rel="stylesheet" href="css/footer.css" />
<link rel="stylesheet"href="https://unpkg.com/boxicons@latest/css/boxicons.min.css"/>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=SUSE:[email protected]&display=swap" rel="stylesheet">
<title>Contsct Us</title>
</head>
<body>
<!--Header-->
<header>
<div class="logo-text">Imamu Finds</div>
<ul class="menu">
<li><a href="index.html">Home</a></li>
<li><a href="AboutUs.html">About Us</a></li>
<li><a href="Contact.html">Contact</a></li>
</ul>
<div class="icons">
<div class="bx bx-menu" id="menu-icon"></div>
</div>
</header>
<section class="contact-section">
<div class="contact-container">
<h1>Contact Us</h1>
<p>If you have any questions or want to connect, feel free to reach us through any of the following channels:</p>
<div class="contact-info">
<div class="contact-item">
<span class="contact-icon"><i class='bx bx-envelope'></i></box-icon></span>
<a href="mailto:[email protected]">[email protected]</a>
</div>
<div class="contact-item">
<span class="contact-icon"><i class='bx bxl-twitter'></i></span>
<a href="https://x.com/mgisyy" target="_blank">Connect on X</a>
</div>
<div class="contact-item">
<span class="contact-icon"><i class='bx bxl-linkedin-square'></i></box-icon></span>
<a href="https://www.linkedin.com/in/ghaida-almutairi-2b47432b6/" target="_blank">Connect on LinkedIn</a>
</div>
</div>
</div>
</section>
<script src="script.js"></script>
</body>
</html>