-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathteam.php
96 lines (85 loc) · 3.71 KB
/
team.php
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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="index.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<title>team</title>
</head>
<body class="body-team">
<div class="team_div">
<span style="text-align: center;" class="team_title">
<h1 style="color: white;">Meet the Team</h1>
</span>
</div>
<!-- css is in index.css -->
<div class="team-container">
<div class="team-member">
<img src="images/siddhantImage_nextdoor.jpg" alt="Team Member 1">
<h3>Siddhant</h3>
<p>Backend development</p>
</div>
<div class="team-member">
<img src="images/chayan.jpg" alt="Team Member 2">
<h3>Chayan</h3>
<p>Frontend development , UI/UX</p>
</div>
</div>
<div class="home-button">
<a class="home-button-inside" href="homepage.php">Home</a>
</div>
<div style="margin: 50px 0px 50px 0px">
<div class='footer-flex'>
<div>
<ul class='media-ul-1'>
<li><span class='nextdoor-class-footer'>NexTDooR</span></li>
<li><span class='li-footer'>Manipal University Jaipur,<br /> Dehmi kalan, jaipur 303007</span></li>
<li>
<span>
<ul class="footer-flex-icons">
<li class="icons-margin"><a href="https://github.com/siddhant2610" class="fa fa-github"></a>
</li>
<li class="icons-margin"><a href="https://www.linkedin.com/in/siddhant-upadhyay-43a573222/" class="fa fa-linkedin"></a> </li>
<li class="icons-margin"><a href="https://www.instagram.com/_.siddhant._26_/" class="fa fa-instagram"></a> </li>
</ul>
</span>
</li>
</ul>
</div>
<div style="text-align: center;">
<ul class='media-ul-2'>
<li class='list-style-footer'>MENU</li>
<li class='li-footer'><a class='a-footer' href="faq.php">FAQ</a></li>
<li class='li-footer'><a class='a-footer' href="team.php">Team</a></li>
<li class='li-footer'><a class='a-footer' href="blog.php">Blog</a></li>
</ul>
</div>
<div style="text-align: center;">
<ul class='media-ul-3'>
<li class='list-style-footer'>CONTACT US</li>
<li class='li-footer'>[email protected]</li>
<li class='li-footer'>[email protected]</li>
<li class='li-footer'>+91-1234567890</li>
</ul>
</div>
</div>
<hr>
<div class='copyright-footer'>
<ul class='lower-footer-1'>
<div>
<li class='media-lower-footer-1 lower-footer-l1'>
<span>Copyright © 2023 nextdoor. All Rights Reserved.</span>
</li>
</div>
<div class='lower-footer-2'>
<li><a class='media-lower-footer-1 lower-footer-l2' href="#">terms of use</a></li>
<li><a class='media-lower-footer-1 lower-footer-l2' href="#">Privacy policy</a></li>
</div>
</ul>
</div>
</div>
</body>
</html>