-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathaboutus.php
81 lines (77 loc) · 3.18 KB
/
aboutus.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
<?php include('topbar.php');?>
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="css/aboutus.css">
</head>
<body>
<div class="about-section">
<h1>PANCHNAMA</h1>
<p>We are a team of 5 members colaborating in a project and made all possible efforts over nights to make it hope you like it.</p>
<p> hope this may give us a good marks.</p>
</div>
<h2 style="text-align:center">Our Team</h2>
<div class="row">
<div class="column">
<div class="card">
<img src="img/mohak.png" alt="Mayank Mohak" style="width:100%">
<div class="container">
<h2>MAYANK MOHAK</h2>
<p class="title">TEAM:- PANCHNAMA</p>
<p>Ph No. : +91 - 9525177622</p>
<p>[email protected]</p>
<p><a href="https://forms.gle/dJRt4DuWtqh417n19"> <button class="button">Contact</button></a></p>
</div>
</div>
</div>
<div class="column">
<div class="card">
<img src="img/gupta.png" alt="Mayank Gupta" style="width:100%">
<div class="container">
<h2>Mayank Gupta</h2>
<p class="title">TEAM:- PANCHNAMA</p>
<p>Ph No. : +91 - 7735953025</p>
<p>[email protected]</p>
<p><a href="https://forms.gle/dJRt4DuWtqh417n19"> <button class="button">Contact</button></a></p>
</div>
</div>
</div>
<div class="column">
<div class="card">
<img src="img/issak.png" alt="Issak Nayank" style="width:100%">
<div class="container">
<h2>Issak Nayank</h2>
<p class="title">TEAM:- PANCHNAMA</p>
<p>Ph No. : +91 - 9556601349</p>
<p>issak @gamil.com</p>
<p><a href="https://forms.gle/dJRt4DuWtqh417n19"> <button class="button">Contact</button></a></p>
</div>
</div>
</div>
<div class="column">
<div class="card">
<img src="img/adarsh.png" alt="Adarsh Gupta" style="width:100%">
<div class="container">
<h2>Adarsh Gupta</h2>
<p class="title">TEAM:- PANCHNAMA</p>
<p>Ph No. : +91 - 8327775034</p>
<p>[email protected]</p>
<p><a href="https://forms.gle/dJRt4DuWtqh417n19"> <button class="button">Contact</button></a></p>
</div>
</div>
</div>
<div class="column">
<div class="card">
<img src="img/faizan.jpg" alt="Faizan Ansari" style="width:100%">
<div class="container">
<h2>Faizan Ansari</h2>
<p class="title">TEAM:- PANCHNAMA</p>
<p>Ph No. : +91 - 747855263</p>
<p>[email protected]</p>
<p><a href="https://forms.gle/dJRt4DuWtqh417n19"> <button class="button">Contact</button></a></p>
</div>
</div>
</div>
</body>
</html>