-
Notifications
You must be signed in to change notification settings - Fork 3
/
team.html
300 lines (288 loc) · 14.1 KB
/
team.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
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
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>COMBook | Our Team</title>
<meta property="og:title" content="COMBook | Our Team">
<meta name="keywords" content="combook, accounting software, acc, accounting, ledger, Trial Balance, Srilanka, Financial Position, Profit and loss, nimash eshan, githmi paranahewa, milan swantra, ashan tharaka, accounting srilanka, srilankan softwares">
<meta property="og:description" content="COMBook is an accounting software package developed by group Perfectly Balanced .COMBook is an web based application designed primarily for small to medium size businesses and enterprises. This software could be used to Report Ledger Balances record them in Trail Balance and, manage accounting books and to prepare financial statements and Profit and loss Comprehensive Statement">
<meta property="og:image" content="https://nimasheshan.tk/assets/img/projects/combook.png">
<meta property="og:site_name" content="combook.tk">
<meta property="og:url" content="https://combook.tk">
<meta property="og:type" content="website">
<meta name="description" content="COMBook is an accounting software package developed by group Perfectly Balanced .COMBook is an web based application designed primarily for small to medium size businesses and enterprises. This software could be used to Report Ledger Balances record them in Trail Balance and, manage accounting books and to prepare financial statements and Profit and loss Comprehensive Statement">
<!-- Boxicons -->
<link href='https://unpkg.com/[email protected]/css/boxicons.min.css' rel='stylesheet'>
<!-- My CSS -->
<link rel="stylesheet" href="./team.css">
<link rel="stylesheet" href="style.css">
<!--title icon-->
<link rel="shortcut icon" href="./img/icon.ico">
</head>
<body>
<script type="text/javascript">
setcolor();
function setcolor(){
let state = window.localStorage.getItem("state");
if(state==null) return
(state === "dark")? document.body.classList.add('dark'):document.body.classList.remove('dark');
}
</script>
<!-- SIDEBAR -->
<section id="sidebar">
<a href="#" class="brand">
<i class='bx bxs-smile'></i>
<span class="text">COMBook</span>
</a>
<ul class="side-menu top">
<li>
<a href="./index.html">
<i class='bx bxs-dashboard'></i>
<span class="text">Dashboard</span>
</a>
</li>
<li>
<a href="./trans.html">
<i class='bx bxs-shopping-bag-alt'></i>
<span class="text">Ledger Balancess</span>
</a>
</li>
<li>
<a href="./tb.html">
<i class='bx bxs-doughnut-chart'></i>
<span class="text">Trial Balance</span>
</a>
</li>
<li>
<a href="./PnL.html">
<i class='bx bxs-credit-card'></i>
<span class="text">Profit & Loss</span>
</a>
</li>
<li>
<a href="./fps.html">
<i class='bx bxs-bank'></i>
<span class="text">Financial Positions</span>
</a>
</li>
</ul>
<ul class="side-menu">
<li class="active">
<a href="#">
<i class='bx bxs-group'></i>
<span class="text">Our Team</span>
</a>
</li>
<li>
<a href="#" class="logout">
<i class='bx bxs-log-out-circle'></i>
<span class="text">Logout</span>
</a>
</li>
</ul>
</section>
<!-- SIDEBAR -->
<!-- CONTENT -->
<section id="content">
<!-- NAVBAR -->
<nav>
<i class='bx bx-menu'></i>
<a href="#" class="nav-link">Categories</a>
<form action="#">
<div class="form-input">
<input type="search" placeholder="Search...">
<button type="submit" class="search-btn"><i class='bx bx-search'></i></button>
</div>
</form>
<input type="checkbox" id="switch-mode" hidden>
<label for="switch-mode" class="switch-mode"></label>
<a href="#" class="notification">
<i class='bx bxs-bell'></i>
<span class="num">8</span>
</a>
<a href="#" class="profile">
<img src="img/people.png">
</a>
</nav>
<!-- NAVBAR -->
<!-- MAIN -->
<main>
<div class="head-title">
<div class="left">
<h1>Our Team</h1>
<ul class="breadcrumb">
<li>
<a href="#">Home</a>
</li>
<li><i class='bx bx-chevron-right'></i></li>
<li>
<a class="active" href="#">Our Team</a>
</li>
</ul>
</div>
</div>
<!--rose content goes here -->
<div class="wrapper">
<h1 class="header">Perfectly Balanced - Team Members</h1>
<div class="cols">
<div class="col" ontouchstart="this.classList.toggle('hover');">
<div class="container">
<div class="front" style="background-image: url(./img/ashan.jpeg)">
<div class="inner fp">
<p>Ashan</p>
<span>204155M</span>
</div>
</div>
<div class="back" style="background-image: url(https://unsplash.it/511/511/)">
<div class="inner">
<p>Ashan Tharaka</p>
</div>
</div>
</div>
</div>
<div class="col" ontouchstart="this.classList.toggle('hover');">
<div class="container">
<div class="front" style="background-image: url(./img/milan.jpg)">
<div class="inner fp">
<p>Milan</p>
<span>204210E</span>
</div>
</div>
<div class="back" style="background-image: url(https://unsplash.it/511/511/)">
<div class="inner">
<p>Milan Swantra</p>
</div>
</div>
</div>
</div>
<div class="col" ontouchstart="this.classList.toggle('hover');">
<div class="container">
<div class="front" style="background-image: url(./img/nimash.jpeg)">
<div class="inner">
<p>Nimash</p>
<span>204208F </span>
</div>
</div>
<div class="back" style="background-image: url(https://unsplash.it/511/511/)">
<div class="inner">
<p>Nimash Eshan</p>
</div>
</div>
</div>
</div>
<div class="col" ontouchstart="this.classList.toggle('hover');">
<div class="container">
<div class="front" style="background-image: url(./img/githmi.jpeg)">
<div class="inner">
<p>Githmi</p>
<span>204061V</span>
</div>
</div>
<div class="back" style="background-image: url(https://unsplash.it/511/511/)">
<div class="inner">
<p>Githmi Paranahewa</p>
</div>
</div>
</div>
</div>
<div class="col" ontouchstart="this.classList.toggle('hover');">
<div class="container">
<div class="front" style="background-image: url(./img/sachini.jpg)">
<div class="inner">
<p>Sachini</p>
<span>205071J</span>
</div>
</div>
<div class="back" style="background-image: url(https://unsplash.it/511/511/)">
<div class="inner">
<p>Sachini Fonseka</p>
</div>
</div>
</div>
</div>
<div class="col" ontouchstart="this.classList.toggle('hover');">
<div class="container">
<div class="front" style="background-image: url(./img/shanaka.jpg)">
<div class="inner">
<p>Shanaka</p>
<span>204166X</span>
</div>
</div>
<div class="back" style="background-image: url(https://unsplash.it/511/511/)">
<div class="inner">
<p>Shanaka Prince</p>
</div>
</div>
</div>
</div>
<div class="col" ontouchstart="this.classList.toggle('hover');">
<div class="container">
<div class="front" style="background-image: url(./img/dilini.jpeg)">
<div class="inner fp">
<p>Dilini</p>
<span>205101E</span>
</div>
</div>
<div class="back" style="background-image: url(https://unsplash.it/511/511/)">
<div class="inner">
<p>Dilini Imesha</p>
</div>
</div>
</div>
</div>
<div class="col" ontouchstart="this.classList.toggle('hover');">
<div class="container">
<div class="front" style="background-image: url(./img/chamara.jpg)">
<div class="inner">
<p>Chamara</p>
<span>204148U</span>
</div>
</div>
<div class="back" style="background-image: url(https://unsplash.it/511/511/)">
<div class="inner">
<p>Chamara Dilshan</p>
</div>
</div>
</div>
</div>
<div class="col" ontouchstart="this.classList.toggle('hover');">
<div class="container">
<div class="front" style="background-image: url(./img/madushani.jpeg)">
<div class="inner">
<p>Madushani</p>
<span>205117H</span>
</div>
</div>
<div class="back" style="background-image: url(https://unsplash.it/511/511/)">
<div class="inner">
<p>Madhushani Wijerathna</p>
</div>
</div>
</div>
</div>
<div class="col" ontouchstart="this.classList.toggle('hover');">
<div class="container">
<div class="front" style="background-image: url(./img/zeinab.jpeg)">
<div class="inner">
<p>Zeinab</p>
<span>204192X</span>
</div>
</div>
<div class="back" style="background-image: url(https://unsplash.it/511/511/)">
<div class="inner">
<p>Zeinab Zara</p>
</div>
</div>
</div>
</div>
</div>
</div>
</main>
<!-- MAIN -->
</section>
<!-- CONTENT -->
<script src="script.js"></script>
</body>
</html>