-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
73 lines (73 loc) · 2.36 KB
/
about.html
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
<!DOCTYPE html>
<html>
<head>
<title>About Application</title>
<link rel="stylesheet" href="node_modules\bootstrap\dist\css\bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="css/main.css">
</head>
<body>
<nav class="navbar-default">
<div class="container-fluid">
<div class="navbar-header">
<img src="images/icons/png/logo.png" id="logo" alt="">
</div>
<center>
<h2 style="font-weight: bold; font-size: 37px;">Sheng Li Telecom India Pvt Ltd</h2>
</center>
</div>
</nav>
<div class="container-fluid">
<div class="row">
<div class="col-md-6 col-sm-6 col-xs-6">
<div class="panel panel-default" id="panel">
<div class="panel-heading">
<center>
<h3>
About Company
</h3>
</center>
</div>
<div class="panel-body" style="font-size: 18px;">
Sheng Li Telecom is a privately owned fast growing Telecommunication service provider company. Actively involved in different telecommunication related services and infrastructure projects.
</div>
</div>
</div>
<div class="col-md-6 col-sm-6 col-xs-6">
<div class="panel panel-default" id="panel">
<div class="panel-heading">
<center>
<h3>
About Application
</h3>
</center>
</div>
<div class="panel-body" style="font-size: 18px;">
This software comprises of the video lectures by Mr Steve of Sheng Li telecom on the topic ‘Leadership’.<br>
<table class="table table-striped" style="color: black;">
<tr>
<td>App Name:</td>
<td> S_TUBE</td>
</tr>
<tr>
<td>Version:</td>
<td> 1.0.0</td>
</tr>
<tr>
<td>Designed and Developed By:</td>
<td> Manish Kuthe And Pratik Jagrut</td>
</tr>
</table>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-md-12 col-sm-12 col-xs-12">
<div class="well" style="font-size: 18px;">
Copyrights © 2017 Sheng Li Telecom India Pvt Ltd All Rights Reserved
</div>
</div>
</div>
</div>
</body>
</html>