-
Notifications
You must be signed in to change notification settings - Fork 0
/
termsofservice.php
37 lines (19 loc) · 1.46 KB
/
termsofservice.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?php
require_once $dir_requires_mobile.'header.php';
require_once $dir_requires_mobile.'navbar.php';
?>
<div data-role="header">
<h1>Welcome to SwiftDeal.in</h1>
</div><!-- /header -->
<div data-role="content" data-theme="a">
<p>Swiftdeal.in is a new effort by a team of DTU sophomores to integrate the social and the economic dynamic of our lives on the internet and bringing them together into a single place . Equipped with a better and ingeniously made search engine that will search stuffs at your place where other people are willing to sell, it's an effort to create a platform for people to make deals with other people whom they may know and care about. </p>
<p>Swiftdeal.in has it's primary focus on transparency. You can communicate with the selling party directly by viewing their profiles at other social media and have your interaction increased with bullying, selling, and renting products and other downloadable material on the internet. </p>
<p>Swiftdeal.in works to make every deal, a happy deal for both the buying and the selling parties and aims at increasing social interaction between it's members to make one big and caring family. The swiftdeal family. </p>
<br>
<h2>Our Team</h2>
<p>Faizan Ayubi, Founder</p>
<p>Saud Siddiqui, Content Manager and Social Media</p>
<p>Taukir Alam, Marketing Head</p>
<p>Milind Singla, Designer and Illustrator</p>
</div>
<?php require_once $dir_requires_mobile.'footer.php';?>