-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTLS.php
More file actions
155 lines (138 loc) · 6.13 KB
/
Copy pathTLS.php
File metadata and controls
155 lines (138 loc) · 6.13 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
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta designed-by="Deep Kiyada (GitHub:deep-kiyada)" name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>The Loop Studio | TLS</title>
<!-- Font Awesome Icons -->
<link rel="stylesheet" href="plugins/fontawesome-free/css/all.min.css">
<!-- Theme style -->
<link rel="stylesheet" href="dist/css/adminlte.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<!-- Google Font: Source Sans Pro -->
<link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,400i,700" rel="stylesheet">
</head>
<body class="hold-transition layout-top-nav">
<div class="wrapper">
<!-- Navbar -->
<nav class="main-header navbar navbar-expand-md navbar-light navbar-white">
<div class="container">
<a href="#" class="navbar-brand">
<img src="dist/img/tls-dark.png" alt="AdminLTE Logo" class="brand-image img-circle elevation-3"
style="opacity: .8">
<span class="brand-text font-weight-light"><b>T</b>he <b>L</b>oop <b>S</b>tudio - TLS.</span>
</a>
<button class="navbar-toggler order-1" type="button" data-toggle="collapse" data-target="#navbarCollapse" aria-controls="navbarCollapse" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<!-- Right navbar links -->
<ul class='navbar-nav ml-auto'>
</li>
<li class="nav-item user-menu">
<a href="#" class="nav-link dropdown-toggle" >
<img src="dist/img/tls-dark.png" class="user-image img-circle elevation-1" alt="User Image">
</a>
</li>
</ul>
</div>
</nav>
<!-- /.navbar -->
<!-- Content Wrapper. Contains page content -->
<div class="content-wrapper">
<!-- Content Header (Page header) -->
<div class="content-header">
<div class="container">
<div class="row mb-2">
<div class="col-sm-6">
<h2 class="m-0 text-dark">About our application</h2>
</div><!-- /.col -->
</div><!-- /.row -->
</div><!-- /.container-fluid -->
</div>
<!-- /.content-header -->
<!-- Main content -->
<div class="content">
<div class="container">
<div class="row">
<div class="col-lg-12">
<div class="card card-primary card-outline">
<div class="card-body">
<!-- <h5 class="">About our application:</h5> -->
<h2><b>T</b>he <b>L</b>oop <b>S</b>tudio - TLS.</h2>
<h4><b>Billing Software</b></h4>
<p class="card-text">
- This web application is specially created to make the shopkeepers' and sales executives' tedious task simpler and easier. <br>
- This platform is a billing software with a functionality of stock management system. This platform enables the registered organizations/users (e.g. <b><a href="DASHBOARD.php">Gopal Traders</a></b>) to generate bills, make purchases entries, add and maintain stocks along with setting stock maintenance alerts and also at the end of the month user can analyze full month sales and purchase records. <br>
- Here, social media links are also provided which helps the organizations and sales executives' to help with social media marketing.</p>
</div>
</div><!-- /.card -->
</div>
<!-- /.col-md-6 -->
<br><br><br>
<div class="container-fluid">
<div class="row mb-2">
<div class="col-lg-6">
<h2>Creators Panel</h2>
</div>
</div>
<div class="card card-default">
<div class="card-body">
<h4>Designed & Developed by:</h4>
<div class="row">
<div class="col-lg-6">
<div class="card">
<div class="card-body">
<blockquote>
<h5 style="color:black;"><b>Devam Parikh</b><small>(Development & Back-end work)</small></h5>
<p>Curretly pursuing B. E. in Information Technology. <br> <i class="fa fa-envelope" style="font-size:18px"></i> : devamarikh15@gmail.com <br> <i class="fa fa-github" style="font-size:21px"></i> : devamparikh15 <br> <i class='fas fa-phone' style='font-size:18px'></i> : 99788 16621
</blockquote>
</div>
<!-- /.card-body -->
</div>
<!-- /.card -->
</div>
<div class="col-lg-6">
<div class="card">
<div class="card-body">
<blockquote>
<h5 style="color:black;"><b>Deep Kiyada</b><small>(Designing & Development work)</small></h5>
<p>Curretly pursuing B. E. in Information Technology. <br> <i class="fa fa-envelope" style="font-size:18px"></i> : deepkiyada7@gmail.com <br> <i class="fa fa-github" style="font-size:21px"></i> : deep-kiyada <br> <i class='fas fa-phone' style='font-size:18px'></i> : 78741 26300
</blockquote>
</div>
<!-- /.card-body -->
</div>
<!-- /.card -->
</div>
</div>
</div>
<!-- /.col-md-6 -->
</div>
<!-- /.row -->
</div><!-- /.container-fluid -->
</div>
<!-- /.content -->
</div>
<!-- /.content-wrapper -->
<!-- Control Sidebar -->
<aside class="control-sidebar control-sidebar-dark">
<!-- Control sidebar content goes here -->
<div class="p-3">
<h5>Title</h5>
<p>Sidebar content</p>
</div>
</aside>
<!-- /.control-sidebar -->
<!-- Main Footer -->
<?php include 'themepart/footer.php'; ?>
</div>
<!-- ./wrapper -->
<!-- REQUIRED SCRIPTS -->
<!-- jQuery -->
<script src="plugins/jquery/jquery.min.js"></script>
<!-- Bootstrap 4 -->
<script src="plugins/bootstrap/js/bootstrap.bundle.min.js"></script>
<!-- AdminLTE App -->
<script src="dist/js/adminlte.min.js"></script>
</body>
</html>