-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.php
90 lines (79 loc) · 2.81 KB
/
about.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
<?php
function httpGet($url){
$curl = curl_init();
curl_setopt_array($curl, array(
CURLOPT_RETURNTRANSFER => 1,
CURLOPT_URL => $url,
));
return curl_exec($curl);
curl_close($curl);
}
include (str_replace('\\','/',$_SERVER['DOCUMENT_ROOT']).'/config.php');
?>
<!DOCTYPE html>
<html>
<head>
<title>Productlists | About</title>
<link rel=stylesheet href=https://listro.co.za/style.css />
<link rel=stylesheet href=https://<?php echo $HOME_; ?>/index_style.css />
<?php
include (str_replace('\\','/',$_SERVER['DOCUMENT_ROOT']).'/p_styles.php');
?>
<meta name="viewport" content="width=device-width" />
<meta name="description" content="Technology Firm - working towards solutions to free the youth. We offer a system for members to sell products through a professional online company and build their brand. The system is suitable for businesses seeking to achieve remote income flow and lower operating costs." />
<meta name="keywords" content="shares,writer,programmer,engineer,donate,enquiry,productlists,support,contact,south africa,pietermaritzburg,kzn,online shopping,technology,file sharing,music,documents,content,member,company,directory,column,products" />
<meta name="autor" content="Mongezi Mafunda" />
</head>
<body>
<?php
include (str_replace('\\','/',$_SERVER['DOCUMENT_ROOT']).'/p_scripts.php');
?>
<div id=container class=p_cont >
<?php include str_replace('\\','/',$_SERVER['DOCUMENT_ROOT']).'/header_3.php'; ?>
<div class="body row" >
<div class="col-sm-3" >
<div id=left_pane class="left_pane" >
<div id=left_pane_1 >
<?php include str_replace('\\','/',$_SERVER['DOCUMENT_ROOT']).'/services/sell/products/feature/group_four.php'; ?>
</div>
<div id=left_pane_2 style="display:none;" >
<?php include str_replace('\\','/',$_SERVER['DOCUMENT_ROOT']).'/feature/relationship.php'; ?>
</div></div>
</div>
<div class="content col-sm-6" >
<a name=main ></a>
<div id="main" class=main >
<p>
<h3>About</h3>
We are an online marketplace that offers a professional and safe system that allows Members to buy directly from suppliers.<br><br>
We aim to remove the risk from the Member which is posed by traditional classified sites by using professional suppliers in South Africa as well as China.<br><br>
The system is suitable for businesses seeking to achieve remote income flow and lower operating costs. <br><br>
</p>
<div class=scroll_x >
<?php
// echo httpGet("https://www.listro.co.za/tasks/list.php?business=http://www.productlists.co.za/about.php");
?>
</div>
<p>
<div class="row horizontal_view" >
<?php
// include str_replace('\\','/',$_SERVER['DOCUMENT_ROOT']).'/member/feature/employee/list.php';
?>
</div>
</p>
</div>
</div>
<div class="col-sm-3" >
<div id=right_pane class="right_pane" >
</div>
</div>
</div>
<?php
include 'footer_4.php';
?>
</div>
</body>
</html>
<?php
$conn->close();
?>