-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathdevTeam.html
More file actions
56 lines (53 loc) · 2.04 KB
/
devTeam.html
File metadata and controls
56 lines (53 loc) · 2.04 KB
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
56
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Development Team | HackHound</title>
<link rel="icon" type="image/x-icon" href="Images/logo.jpeg">
<link rel="stylesheet" type="text/css" href="css/ourteam-style.css">
<link href="https://cdn.jsdelivr.net/npm/remixicon@2.5.0/fonts/remixicon.css" rel="stylesheet">
<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=Space+Grotesk:wght@300;400;500;600;700&display=swap"
rel="stylesheet">
<style>
.box img{
max-height: 220px;
}
</style>
</head>
<body>
<nav>
<a href="/HackHound-Website/index.html">Home</a>
<a href="/HackHound-Website/ourteam.html">Our Team</a>
<!-- <a href="#">Events</a> -->
<!-- <a href="#">FAQs</a> -->
<a href="/HackHound-Website/index.html#sec">About Us</a>
<a href="/HackHound-Website/contact.html">Contact Us</a>
<!-- <span></span> -->
</nav>
<section class="team">
<div class="center">
<h1>Development Team Members</h1>
</div>
<div class="team-content" id="team-content">
<div class="box">
<a href="devTeam/devTeam.html"></a>
<img src="Images/dhruvkalra.jpg">
<h3>Dhruv Kalra's Team</h3>
<h5>Development Team</h5>
<div class="icons">
<a href="https://www.linkedin.com/in/dhruvkalra2003/"><i class="ri-linkedin-fill"></i></a>
<a href="https://www.instagram.com/dhruv_kalra03/"><i class="ri-instagram-fill"></i></a>
<a href="#"><i class="ri-github-fill"></i></a>
</div>
</div>
</div>
</section>
<script src="Js/dev.js"></script>
<script>
loadTeamMembers('Development');
</script>
</body>
</html>