-
Notifications
You must be signed in to change notification settings - Fork 0
/
meet_our_team.html
42 lines (41 loc) · 1.24 KB
/
meet_our_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
38
39
40
41
42
<!DOCTYPE html>
<html>
<head>
<title>meet our team</title>
<style>
body{
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
height: 100vh;
}
h2 strong
{
color:red;
font-size: 30px;
}
h2{
color:rgb(0, 145, 255);
}
a {
text-decoration:none;
font-size: 50px;
}
h3 a{
color:green;
}
</style>
</head>
<body>
<h1> Meet Our team members</h1>
<h2>Founder<strong> Riyan Borah</strong> </h2>
<h2>Manager<strong> Bixxal Ray</strong> </h2>
<h2>Trip Leader<strong> Sahid Ali</strong> </h2>
<h2>Trip Consultant<strong> Vishal Gogoi</strong> </h2>
<h2>Technical Head <strong> Ninad Nigam Atri</strong> </h2>
<h2>Excutive Membrer<strong> Trinayan Borah</strong> </h2>
<h3> <a href="index.html">Home page</a></h3>
<h3> <a href="./socialmedia.html">Contact Details</a></h3>
</body>
</html>