-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathteam.html
37 lines (28 loc) · 1.15 KB
/
team.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
<!DOCTYPE html>
<html>
<head>
<title>Meet the Team | DEVELOPERS</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel = "icon" href ="https://cdn.dribbble.com/users/601549/screenshots/4994670/800px.png?compress=1&resize=400x300" type = "image/x-icon">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="stylesheets\styleTeam.css">
</head>
<body>
<div class="bg-text"><h1>MEET THE TEAM</h1></div>
<div class="container">
<div class="main">
</div>
<div class="content">
<h4>BHAVJOT SINGH</h4>
<div class="links">
<a href="https://www.instagram.com/_bhuddhuu._/"><i class="fa fa-instagram"></i></a>
<a href="https://wa.link/55nwui"><i class="fa fa-whatsapp"></i></a>
<a href="https://www.facebook.com/profile.php?id=100005513145120"><i class="fa fa-facebook"></i></a>
<a href="mailto:bhavjotbhavi14@gmail.com?Subject=Contact%20For%20The%20Showroom%20Website.%20"><i class="fa fa-google"></i></a>
</div>
</div>
</div>
<!----------------------------------->
<button onclick="document.location='index1.html'"><span> HOME</span></button>
</body>
</html>