-
Notifications
You must be signed in to change notification settings - Fork 122
/
JoinTeam.html
36 lines (34 loc) · 1.26 KB
/
JoinTeam.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">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Join Our Team</title>
<link rel="stylesheet" href="./JoinTeam.css">
</head>
<body>
<div class="container">
<div class="header">
<h1>Join Our Tech Community Team</h1>
<p>Be a part of our open-source community and collaborate with like-minded tech enthusiasts.</p>
</div>
<div class="benefits-grid">
<div class="benefit-card">
<h2>Collaborate on Projects</h2>
<p>Work on real projects with our team and gain valuable experience.</p>
</div>
<div class="benefit-card">
<h2>Expand Your Network</h2>
<p>Connect with developers, designers, and innovators across the tech community.</p>
</div>
<div class="benefit-card">
<h2>Enhance Your Skills</h2>
<p>Grow in a supportive environment where learning and collaboration thrive.</p>
</div>
</div>
<div class="join-link">
<a href="https://forms.gle/zDakdQL8ixrVusUU9" target="_blank">Join Us Now</a>
</div>
</div>
</body>
</html>