-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.php
More file actions
102 lines (89 loc) · 3.97 KB
/
about.php
File metadata and controls
102 lines (89 loc) · 3.97 KB
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
97
98
99
100
101
102
<?php
include('Head.php');
?>
<div>
<img src="Images/valley.jpg" class="w3-border w3-padding w3-padding-16" alt="SoftwebBanner" style="width:100%" height="350px">
</div>
<div class="container">
<div class="_contactbg">
<div>
<h3 class="text-center">ABOUT US</h3>
</div>
</div>
</div>
<DIV style="width: auto; height:auto; position:relative; margin:10px; text-align:center; padding:29px; overflow:hidden; background-color:white;">
<div id="demo1" class="collapse in">
<h2 align=center,>Softweb System Technoolgies</h2>
<p>Softweb System has experienced Engineers with a demonstrated history of working in the information technology and services industry.
Strong Software engineering professional skilled in Software Development, Web Applications and Development,
Relational Database Management System, Android Mobile Apps Development, Digital marketing, Management, Customer Service,
Leadership and Software Development in general.</p>
</div>
<DIV class="row" >
<figure class="col-md-6">
<Div class="vission" style="">
<p style="font-size: 100%"><b></b></p>
<p>Softweb System is an ITC Company that has professional IT Engineers with cognite experienced and track record of incoporating user friendly and
business requirement into cost effective, secure, standards and implementation of IT driven problem solution.
We offer Services ranges from Software Development, Web Applications and Development,
Relational Database Management System (RDBMS), Android Mobile Apps Development, Digital Marketing, Management, Customer Relation Service,
using recent technologies and framework </p>
</Div>
<Div class="vission" style="">
<p style="font-size: 100%"><b>VISSION</b></p>
<p>To provide world class quality solution provider, problem solver, and customer
services to clients in an Challenging Business Environment </p>
</Div>
<Div class="mission">
<p style="font-size: 100%"><b>MISSION</b></p>
<p>To represent an africans in an international I.T community world Wide</p>
</Div>
</figure>
</Div>
</div>
<!<section id="works">
<div class="container" style="background-color:#778899;">
<div class="row text-center pad-bottom" align=center>
<div class="col-md-6 col-md-offset-3 col-sm-6 col-sm-offset-3">
<h2 class="head-set">MEET OUR TEAM</h2>
<p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit.
Curabitur nec nisl odio. Mauris vehicula at nunc id posuere.
</p>
</div>
</div>
<div class="row text-center portfolio-item">
<DIV style="width: 1200px; height:auto; position:relative; margin:40px; padding:0px; overflow: hidden; background-color:#778899;">
<div class="row 1">
<div class="col-md-4">
<a href="Images/clouding.jpg" class="thumbnail">
<img src="Images/gideon.jpg" alt="Cinque Terre" style="width:280px;height:250px">
<p align=center> <b>OSADOLOR GIDEON<br>System Analysis</b></p>
</a>
</div>
<div class="col-md-4">
<a href="Images/security.jpg" class="thumbnail">
<img src="Images/chima.jpg" alt="Moustiers Sainte Marie" style="width:280px;height:250px">
<p align=center> <b>OKORIE CHIMA<br>Network Administrator</b></p>
</a>
</div>
<div class="col-md-4">
<a href="Images/security.jpg" class="thumbnail">
<img src="Images/docas.jpg" alt="Moustiers Sainte Marie" style="width:280px;height:250px">
<p align=center> <b>EMIEWO DORCAS<br>Software Engr</b></p>
</a>
</div>
<div class="col-md-4">
<a href="Images/apple.jpg" class="thumbnail">
<img src="Images/emma.jpg" alt="apple" style="width:280px;height:250px">
<p align=center> <b>MICHAEL E. CHINEDU<br>Software Engr</b></p>
</a>
</div>
</div>
</Div>
</div>
</div>
</section>
<?php
include('Foot.php');
?>