-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
76 lines (76 loc) · 2.5 KB
/
index.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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
<!DOCTYPE html>
<html>
<head>
<title>Our Team</title>
<link rel="stylesheet" type="text/css" href="styles.css">
<link rel='stylesheet' href='https://cdn-uicons.flaticon.com/2.1.0/uicons-brands/css/uicons-brands.css'>
</head>
<body>
<header>
<img src="./logo.png" alt="Logo">
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="Untitled-2.html">About</a></li>
<li><a href="#">Modal web page</a></li>
<li><a href="Untitled-3.html">Pre-requisites</a></li>
<li><a href="#">Contact</a></li>
</ul>
</nav>
</header>
<main>
<div class="large-text">
<h2>The Binge Buddy</h2>
</div>
<div class="team">
<h1>Our Team</h1>
<p>Our project team is a diverse and dynamic group of individuals who came together with a shared passion for creating innovative solutions. Each member brings unique skills and expertise to the table, contributing to the success of our binge buddy web app. Through effective collaboration and communication, we navigated challenges, leveraged our strengths, and achieved significant milestones together. Our team's dedication and collective effort underscore the importance of collaboration in delivering impactful projects.</p>
</div>
<div class="team-container">
<div class="team-member">
<h3>Team member 1</h3>
<p>Naman Chadha
<br>Front-end Developer
<br>Languages known:- Python,c++,java,mysql
<br>[email protected]</p>
</div>
<div class="team-member">
<h3>Team member 2</h3>
<p>Vibhor Puri
<br>Front-end Developer
<br>Languages known:- Python,c++,java
<br>[email protected]</p>
</div>
<div class="team-member">
<h3>Team member 3</h3>
<p>Sarvesh Pugazh
<br>Back-end Developer
<br>Languages known:- Python,c++,java
<br>[email protected]</p>
</div>
<div class="team-member">
<h3>Team member 4</h3>
<p>Praghathi Saravanan
<br>Back-end Developer
<br>Languages known:- Python,c++,javascript,c,html,css
<br>[email protected]</p>
</div>
</div>
</li>
</ul>
</main>
<footer>
<nav>
<ul>
<li><a href="#">FAQ</a></li>
<li><a href="#">Terms & Condition</a></li>
<li><a href="#">About Us</a></li>
<li><a href="#"><i class="fi fi-brands-instagram"> Instagram </i></a></li>
<li><a href="#"><i class="fi fi-brands-twitter"> Twitter</i></a></li>
<li><a href="#"><i class="fi fi-brands-facebook"> Facebook</i></a></li>
</ul>
</nav>
</div>
</footer>
</body>
</html>