-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaboutus.php
36 lines (26 loc) · 2.34 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
<?php
include_once('./template/header.php');
?>
<center> <img src="officialabout.png"></center>
<hr>
<h1 style="color:white"><Center>The Flippwheels Story:Meet our teams</Center></h1>
<hr>
<left> <img src="sanisha.png" height="340" width="325"><left> <img src="kumar.png" height="340" width="325"><left> <img src="prajwal.png" height="340" width="325"> <img src="miraj.png" height="340" width="325"></left>
<span style="color:white">
<br>
Sanisha Phyual                                                                       
Kumar Pradhan                                                                    
Aliz Acharya                                                                            
Miraj Shrestha                    
<hr>
<h3><center> Welcome everyone to Flippwheels.com</center></h3>
<center>We the 4 members in our group from B.E Computer engineering,7th Semester have collaborated to establish the project of automobiles for buying and selling with an ease.
</center>
<center>To be honest, it was quite diificult to create the site from scratch but we promise you to impart the best version we can from ourselves presenting to you everybody.
</center>
<center> Based in Kathmandu, Nepal</center>
<center> [email protected]</center>
<center><h2>Aren't You excited to Sell Your Second Hand prouducts ,helping you to buy new one?</h2></center>
</span>
</div>
<?php include_once('./template/footer.php'); ?>