-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact.html
36 lines (36 loc) · 1.29 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<script src="https://use.fontawesome.com/d1341f9b7a.js"></script>
<title>MANGALYA</title>
<link rel="stylesheet" href="contact.css">
</head>
<body>
<div class="wrapper">
<nav class="navbar">
<img class="logo" src="img.jpg" href="index.html">
<ul>
<li><a href="index.html">HOME</a></li>
<li><a href="donate.html">DONATE</a></li>
<li><a href="about.html">ABOUT</a></lAi>
<li><a class="active" href="contact.html">CONTACT US</a></li>
</ul>
</nav>
</div>
<br><br>
<br><br>
<div class="box">
<img src="img1.jpg" alt="sorry" class="box-img">
<h1>KAUSHIK BARUAH</h1>
<h4>CEO, FOUNDER OF MANGALYA</h4>
<p>
</p>
<ul>
<li><a href="mailto:[email protected]" target="_blank"><i class="fa fa-envelope-square" aria-hidden="true"></i></a></li>
<li><a href="https://wa.me/+919365684158/" target="_blank"><i class="fa fa-phone-square" aria-hidden="true"></i></a></li>
<li><a href="https://www.linkedin.com/in/kaushik-baruah-47266b211/" target="_blank"><i class="fa fa-linkedin-square" aria-hidden="true"></i></a></li>
</ul>
</div>
</body>
</html>