-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathstart.html
360 lines (335 loc) · 28.3 KB
/
start.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
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
<!DOCTYPE html>
<html lang="en">
<head>
<title>The Monitor</title>
<!-- Meta -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<link rel="shortcut icon" href="favicon.ico">
<link href='https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800' rel='stylesheet' type='text/css'>
<!-- FontAwesome JS -->
<script defer src="assets/fontawesome/js/all.js"></script>
<!-- Global CSS -->
<link rel="stylesheet" href="assets/plugins/bootstrap/css/bootstrap.min.css">
<!-- Plugins CSS -->
<link rel="stylesheet" href="assets/plugins/prism/prism.css">
<link rel="stylesheet" href="assets/plugins/lightbox/dist/ekko-lightbox.css">
<link rel="stylesheet" href="assets/plugins/elegant_font/css/style.css">
<!-- Theme CSS -->
<link id="theme-style" rel="stylesheet" href="assets/css/styles.css">
</head>
<body class="body-pink">
<div class="page-wrapper">
<!-- ******Header****** -->
<header id="header" class="header">
<div class="container">
<div class="branding">
<h1 class="logo">
<a href="index.html">
<span aria-hidden="true" class="icon_documents_alt icon"></span>
<span class="text-highlight">The</span><span class="text-bold">Monitor</span>
</a>
</h1>
</div><!--//branding-->
<ol class="breadcrumb">
<li class="breadcrumb-item"><a href="index.html">Home</a></li>
<li class="breadcrumb-item active">Quick Start</li>
</ol>
<div class="top-search-box">
<form class="form-inline search-form justify-content-center" action="" method="get">
<input type="text" placeholder="Search..." name="search" class="form-control search-input">
<button type="submit" class="btn search-btn" value="Search"><i class="fas fa-search"></i></button>
</form>
</div>
</div><!--//container-->
</header><!--//header-->
<div class="doc-wrapper">
<div class="container">
<div id="doc-header" class="doc-header text-center">
<h1 class="doc-title"><span aria-hidden="true" class="icon icon_puzzle_alt"></span>
Quick Start</h1>
<div class="meta"><i class="far fa-clock"></i> Last updated: Oct 12th, 2021</div>
</div><!--//doc-header-->
<div class="doc-body row" >
<div class="doc-content col-md-9 col-12 order-1">
<div class="content-inner">
<section id="dashboards" class="doc-section">
<h2 class="section-title">The Monitor</h2>
<div class="section-block">
<p>System Monitor, as the name suggests, is a clean and simple system monitoring app for your Windows Or Linux . It graphically shows usages of various system components. View list of active apps and processes and their CPU usage, RAM usage, network activity, PID and UID.</p>
<ul class="list list-inline">
<li class="list-inline-item"><a class="btn btn-cta btn-pink" href="https://themes.3rdwavemedia.com/bootstrap-templates/product/appify-bootstrap-4-admin-template-for-app-developers/" target="_blank"><i class="fas fa-external-link-alt"></i> Windows</a></li>
<li class="list-inline-item"><a class="btn btn-cta btn-primary" href="https://themes.3rdwavemedia.com/bootstrap-templates/product/appify-bootstrap-4-admin-template-for-app-developers/" target="_blank"><i class="fas fa-eye"></i> Linux</a></li>
</ul>
</div><!--//section-block-->
<div class="section-block">
<div class="row">
<div class="col-md-6 col-sm-12 col-sm-12">
<h6>Usefull</h6>
<p>Know All Details </p>
<div class="screenshot-holder">
<a href="assets/images/demo/activity.png" data-title="Dashboard - Project Management" data-toggle="lightbox"><img class="img-fluid" src="assets/images/demo/activity.png" alt="screenshot" /></a>
<a class="mask" href="assets/images/demo/activity.png" data-title="Dashboard - Project Management" data-toggle="lightbox"><i class="icon fa fa-search-plus"></i></a>
</div>
</div>
<div class="col-md-6 col-sm-12 col-sm-12">
<h6>Easy Install</h6>
<p>Windows/Linux</p>
<div class="screenshot-holder">
<a href="assets/images/demo/main.png" data-title="Dashboard - Web Analytics" data-toggle="lightbox"><img class="img-fluid" src="assets/images/demo/main.png" alt="screenshot" /></a>
<a class="mask" href="assets/images/demo/si.png" data-title="Dashboard - Web Analytics" data-toggle="lightbox"><i class="icon fa fa-search-plus"></i></a>
</div>
</div>
<div class="clearfix"></div>
<div class="col-md-6 col-sm-12 col-sm-12">
<h6>Beautiful UI</h6>
<p>Fall In Love</p>
<div class="screenshot-holder">
<a href="assets/images/demo/main.png" data-title="Dashboard - Health/Fitness" data-toggle="lightbox"><img class="img-fluid" src="assets/images/demo/main.png" alt="screenshot" /></a>
<a class="mask" href="assets/images/demo/main.png" data-title="Dashboard - Health/Fitness" data-toggle="lightbox"><i class="icon fa fa-search-plus"></i></a>
</div>
</div>
<div class="col-md-6 col-sm-12 col-sm-12">
<h6>Lite Version</h6>
<p>CPU/RAM</p>
<div class="screenshot-holder">
<a href="assets/images/demo/appify-dashboard-4.jpg" data-title="Dashboard - Web Hosting" data-toggle="lightbox"><img class="img-fluid" src="assets/images/demo/appify-dashboard-4-thumb.jpg" alt="screenshot" /></a>
<a class="mask" href="assets/images/demo/appify-dashboard-4.jpg" data-title="Dashboard - Web Hosting" data-toggle="lightbox"><i class="icon fa fa-search-plus"></i></a>
</div>
</div>
</div><!--//row-->
<div class="callout-block callout-info">
<div class="icon-holder">
<i class="fas fa-bullhorn"></i>
</div><!--//icon-holder-->
<div class="content">
<h4 class="callout-title">Download Fast</h4>
<p>Lite And Pro Vertion Avalible</p>
</div><!--//content-->
</div><!--//callout-->
</div><!--//section-block-->
</section><!--//doc-section-->
<section id="app-components" class="doc-section">
<h2 class="section-title">Features</h2>
<div id="projects" class="section-block">
<h3 class="block-title">CPU</h3>
<p>The CPU performs basic arithmetic, logic, controlling, and input/output operations specified by the instructions in the program.</p>
<div class="row">
<div class="col-md-6 col-12">
<h6>Access Menu</h6>
<div class="screenshot-holder">
<a href="assets/images/demo/main.png" data-title="Project Overview" data-toggle="lightbox"><img class="img-fluid" src="assets/images/demo/main.png" alt="screenshot" /></a>
<a class="mask" href="assets/images/demo/main.png" data-title="Project Overview" data-toggle="lightbox"><i class="icon fa fa-search-plus"></i></a>
</div>
</div>
<div class="col-md-6 col-12">
<h6>Full CPU Details</h6>
<div class="screenshot-holder">
<a href="assets/images/demo/cpu.png" data-title="Project Details" data-toggle="lightbox"><img class="img-fluid" src="assets/images/demo/main.png" alt="screenshot" /></a>
<a class="mask" href="assets/images/demo/cpu.png" data-title="Project Details" data-toggle="lightbox"><i class="icon fa fa-search-plus"></i></a>
</div>
</div>
</div><!--//row-->
</div><!--//section-block-->
<div id="discussions" class="section-block">
<h3 class="block-title">System Information</h3>
<div class="row">
<div class="col-md-6 col-12">
<h6>Full System Process Linux </h6>
<p>Platfrom, Version , Processor, Mashine, Date Time</p>
<div class="screenshot-holder">
<a href="assets/images/demo/si.png" data-title="Discussion Overview" data-toggle="lightbox"><img class="img-fluid" src="assets/images/demo/si.png" alt="screenshot" /></a>
<a class="mask" href="assets/images/demo/si.png" data-title="Discussion Overview" data-toggle="lightbox"><i class="icon fa fa-search-plus"></i></a>
</div>
</div>
<div class="col-md-6 col-12">
<h6>Full System Process Windows </h6>
<p>Platfrom, Version , Processor, Mashine, Date Time</p><div class="screenshot-holder">
<a href="assets/images/demo/appify-discussion.jpg" data-title="Discussion Details" data-toggle="lightbox"><img class="img-fluid" src="assets/images/demo/appify-discussion-thumb.jpg" alt="screenshot" /></a>
<a class="mask" href="assets/images/demo/appify-discussion.jpg" data-title="Discussion Details" data-toggle="lightbox"><i class="icon fa fa-search-plus"></i></a>
</div>
</div>
</div><!--//row-->
</div><!--//section-block-->
<div id="members" class="section-block">
<h3 class="block-title">Battary and Power</h3>
<div class="row">
<div class="col-md-6 col-12">
<h6>Battary Details </h6>
<div class="screenshot-holder">
<a href="assets/images/demo/battery.png" data-toggle="lightbox"><img class="img-fluid" src="assets/images/demo/battery.png" alt="screenshot" /></a>
<a class="mask" href="assets/images/demo/battery.png" data-toggle="lightbox"><i class="icon fa fa-search-plus"></i></a>
</div>
</div>
<div class="col-md-6 col-12">
<h6>power Details</h6>
<div class="screenshot-holder">
<a href="assets/images/demo/battery.png" data-toggle="lightbox"><img class="img-fluid" src="assets/images/demo/battery.png" alt="screenshot" /></a>
<a class="mask" href="assets/images/demo/battery.png" data-toggle="lightbox"><i class="icon fa fa-search-plus"></i></a></div>
</div>
</div><!--//row-->
</div><!--//section-block-->
<div id="account" class="section-block">
<h3 class="block-title">Process Monitor </h3>
<p>You can View All Kind Of Process Process ID , Name, Status And Conditions and Also Can Kill and Start Them</p>
<div class="row">
<div class="col-md-4 col-sm-4 col-xs-6">
<h6>Suspend</h6>
<div class="screenshot-holder">
<a href="assets/images/demo/activity.png" data-toggle="lightbox"><img class="img-fluid" src="assets/images/demo/activity.png" alt="screenshot" /></a>
<a class="mask" href="assets/images/demo/activity.png" data-toggle="lightbox"><i class="icon fa fa-search-plus"></i></a>
</div>
</div>
<div class="col-md-4 col-sm-4 col-xs-6">
<h6>Resume</h6>
<div class="screenshot-holder">
<a href="assets/images/demo/activity.png" data-toggle="lightbox"><img class="img-fluid" src="assets/images/demo/activity.png" alt="screenshot" /></a>
<a class="mask" href="assets/images/demo/activity.png" data-toggle="lightbox"><i class="icon fa fa-search-plus"></i></a>
</div>
</div>
<div class="col-md-4 col-sm-4 col-xs-6">
<h6>Terminate</h6>
<div class="screenshot-holder">
<a href="assets/images/demo/activity.png" data-toggle="lightbox"><img class="img-fluid" src="assets/images/demo/activity.png" alt="screenshot" /></a>
<a class="mask" href="assets/images/demo/activity.png" data-toggle="lightbox"><i class="icon fa fa-search-plus"></i></a>
</div>
</div>
<div class="col-md-4 col-sm-4 col-xs-6">
<h6>Kill</h6>
<div class="screenshot-holder">
<a href="assets/images/demo/activity.png" data-toggle="lightbox"><img class="img-fluid" src="assets/images/demo/activity.png" alt="screenshot" /></a>
<a class="mask" href="assets/images/demo/activity.png" data-toggle="lightbox"><i class="icon fa fa-search-plus"></i></a>
</div>
</div>
<div class="col-md-4 col-sm-4 col-xs-6">
<h6>Live Process ID</h6>
<div class="screenshot-holder">
<a href="assets/images/demo/activity.png" data-toggle="lightbox"><img class="img-fluid" src="assets/images/demo/activity.png" alt="screenshot" /></a>
<a class="mask" href="assets/images/demo/activity.png" data-toggle="lightbox"><i class="icon fa fa-search-plus"></i></a>
</div>
</div>
<div class="col-md-4 col-sm-4 col-xs-6">
<h6>Status</h6>
<div class="screenshot-holder">
<a href="assets/images/demo/activity.png" data-toggle="lightbox"><img class="img-fluid" src="assets/images/demo/activity.png" alt="screenshot" /></a>
<a class="mask" href="assets/images/demo/activity.png" data-toggle="lightbox"><i class="icon fa fa-search-plus"></i></a>
</div>
</div>
</div><!--//row-->
</div><!--//section-block-->
<div id="others" class="section-block">
<h3 class="block-title">Spicial Parts</h3>
<div class="row">
<div class="col-md-3 col-sm-3 col-xs-6">
<h6>Networks Devices</h6>
<div class="screenshot-holder">
<a href="assets/images/demo/network.png" data-toggle="lightbox"><img class="img-fluid" src="assets/images/demo/network.png" alt="screenshot" /></a>
<a class="mask" href="assets/images/demo/network.png" data-toggle="lightbox"><i class="icon fa fa-search-plus"></i></a>
</div>
</div>
<div class="col-md-3 col-sm-3 col-xs-6">
<h6>Network Address</h6>
<div class="screenshot-holder">
<a href="assets/images/demo/network2.png" data-toggle="lightbox"><img class="img-fluid" src="assets/images/demo/network2.png" alt="screenshot" /></a>
<a class="mask" href="assets/images/demo/network2.png" data-toggle="lightbox"><i class="icon fa fa-search-plus"></i></a>
</div>
</div>
<div class="col-md-3 col-sm-3 col-xs-6">
<h6>Disk </h6>
<div class="screenshot-holder">
<a href="assets/images/demo/store.png" data-toggle="lightbox"><img class="img-fluid" src="assets/images/demo/store.png" alt="screenshot" /></a>
<a class="mask" href="assets/images/demo/store.png" data-toggle="lightbox"><i class="icon fa fa-search-plus"></i></a>
</div>
</div>
<div class="col-md-3 col-sm-3 col-xs-6">
<h6>sensors</h6>
<div class="screenshot-holder">
<a href="assets/images/demo/sensors.png" data-toggle="lightbox"><img class="img-fluid" src="assets/images/demo/sensors.png" alt="screenshot" /></a>
<a class="mask" href="assets/images/demo/sensors.png" data-toggle="lightbox"><i class="icon fa fa-search-plus"></i></a>
</div>
</div>
</div><!--//row-->
</div><!--//section-block-->
<div class="section-block">
<p class="text-center">Download It and Explore More Experiance </p>
<div class="center-block text-center">
<a class="btn btn-primary" href="#" target="_blank">Download</a>
</div>
</div><!--//section-block-->
</section><!--//doc-section-->
<section id="ui-components" class="doc-section">
<h2 class="section-title">At A Glance</h2>
<div class="section-block">
<p>The monitor -System Monitor, as the name suggests, is a clean and simple system monitoring app for your Windows Or Linux . It graphically shows usages of various system components. View list of active apps and processes and their CPU usage, RAM usage, network activity, PID and UID.</p>
<div class="row">
<div class="col-lg-4 col-md-5 col-12">
<h6>Components List</h6>
<ul class="list list-unstyled">
<li><a href="#"><i class="fas fa-check"></i> CPU Details </a></li>
<li><a href="#"><i class="fas fa-check"></i> System Information</a></li>
<li><a href="#"><i class="fas fa-check"></i> Battary and Power</a></li>
<li><a href="#"><i class="fas fa-check"></i> Process Monitor</a></li>
<li><a href="#"><i class="fas fa-check"></i> Networks Devices</a></li>
<li><a href="#"><i class="fas fa-check"></i> Network Address</a></li>
<li><a href="#"><i class="fas fa-check"></i> Disk</a></li>
<li><a href="#"><i class="fas fa-check"></i> sensors</a></li>
<li><a href="#"><i class="fas fa-check"></i> Many More...</a></li>
</ul>
</div>
<div class="col-lg-8 col-md-5 col-12">
<h6>The Monitor</h6>
<div class="screenshot-holder">
<a href="#" target="_blank"><img class="img-fluid" src="assets/images/demo/main.png" alt="screenshot" /></a>
<a class="mask" href="https://themes.3rdwavemedia.com/bootstrap-templates/product/appify-bootstrap-4-admin-template-for-app-developers/" target="_blank"><i class="icon fa fa-link"></i></a>
</div>
</div>
</div><!--//row-->
</div><!--//section-block-->
</section><!--//doc-section-->
</div><!--//content-inner-->
</div><!--//doc-content-->
<div class="doc-sidebar col-md-3 col-12 order-0 d-none d-md-flex">
<div id="doc-nav" class="doc-nav">
<nav id="doc-menu" class="nav doc-menu flex-column sticky">
<a class="nav-link scrollto" href="#dashboards">The Monitor</a>
<a class="nav-link scrollto" href="#app-components">Features</a>
<nav class="doc-sub-menu nav flex-column">
<a class="nav-link scrollto" href="#projects">CPU</a>
<a class="nav-link scrollto" href="#discussions">System Information</a>
<a class="nav-link scrollto" href="#members">Battary and Power</a>
<a class="nav-link scrollto" href="#account">Process Monitor</a>
<a class="nav-link scrollto" href="#others">Spicial</a>
</nav><!--//nav-->
<a class="nav-link scrollto" href="#ui-components">At A Glance</a>
</nav><!--//doc-menu-->
</div><!--//doc-nav-->
</div><!--//doc-sidebar-->
</div><!--//doc-body-->
</div><!--//container-->
</div><!--//doc-wrapper-->
</div><!--//content-holder-inner-->
</div><!--//content-holder-->
</div><!--//row-->
</div><!--//promo-block-inner-->
</div><!--//container-->
</div><!--//promo-block-->
</div><!--//page-wrapper-->
<footer id="footer" class="footer text-center">
<div class="container">
<!--/* This template is free as long as you keep the footer attribution link. If you'd like to use the template without the attribution link, you can buy the commercial license via our website: themes.3rdwavemedia.com Thank you for your support. :) */-->
<small class="copyright">Designed with <i class="fas fa-heart"></i> by <a href="https://naemazam.github.io/" target="_blank">Naem Azam</a></small>
</div><!--//container-->
</footer><!--//footer-->
<!-- Main Javascript -->
<script type="text/javascript" src="assets/plugins/jquery-3.4.1.min.js"></script>
<script type="text/javascript" src="assets/plugins/bootstrap/js/bootstrap.min.js"></script>
<script type="text/javascript" src="assets/plugins/prism/prism.js"></script>
<script type="text/javascript" src="assets/plugins/jquery-scrollTo/jquery.scrollTo.min.js"></script>
<script type="text/javascript" src="assets/plugins/lightbox/dist/ekko-lightbox.min.js"></script>
<script type="text/javascript" src="assets/plugins/stickyfill/dist/stickyfill.min.js"></script>
<script type="text/javascript" src="assets/js/main.js"></script>
</body>
</html>