-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
191 lines (168 loc) · 11 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<title>The Monitor - System Monitor Tools </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/elegant_font/css/style.css">
<!-- Theme CSS -->
<link id="theme-style" rel="stylesheet" href="assets/css/styles.css">
</head>
<body class="landing-page">
<!-- GITHUB BUTTON JS -->
<script async defer src="https://buttons.github.io/buttons.js"></script>
<!--FACEBOOK LIKE BUTTON JAVASCRIPT SDK-->
<div id="fb-root"></div>
<script async defer crossorigin="anonymous" src="https://connect.facebook.net/en_US/sdk.js#xfbml=1&version=v6.0&appId=994736563909741&autoLogAppEvents=1"></script>
<div class="page-wrapper">
<!-- ******Header****** -->
<header class="header text-center">
<div class="container">
<div class="branding">
<h1 class="logo">
<span aria-hidden="true" class="icon_documents_alt icon"></span>
<span class="text-highlight">The</span><span class="text-bold">Monitor</span>
</h1>
</div><!--//branding-->
<div class="tagline">
<p> A clean and simple system monitoring app for your Windows Or Linux .</p>
<p>Windows <i class="fas fa-heart"></i> Linux</p>
</div><!--//tagline-->
<div class="main-search-box pt-3 pb-4 d-inline-block">
<form class="form-inline search-form justify-content-center" action="" method="get">
<input type="text" placeholder="Enter search terms..." 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 class="social-container">
<!-- Replace with your Github Button -->
<div class="github-btn mb-2">
<a class="github-button" href="https://github.com/naemazam/The-Monitor" data-size="large" aria-label="Star xriley/PrettyDocs-Theme on GitHub">Star</a>
<a class="github-button" href="https://github.com/naemazam/" data-size="large" aria-label="Follow @naemazam on GitHub">Follow @naemazam</a>
</div>
<!-- Replace with your Twitter Button -->
<div class="twitter-tweet">
<a href="#" class="twitter-follow-button" data-show-count="false">#</a><script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
</div><!--//tweet-->
<!-- Replace with your Facebook Button -->
<div class="fb-like" data-href="#" data-width="" data-layout="button_count" data-action="like" data-size="small" data-share="true"></div>
</div><!--//social-container-->
</div><!--//container-->
</header><!--//header-->
<section class="cards-section text-center">
<div class="container">
<img src="./img/main.png" alt="">
<h2 class="title">Getting started is easy!</h2>
<div class="intro">
<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="cta-container">
<a class="btn btn-primary btn-cta" href="#" target="_blank"><i class="fas fa-download"></i> Download lite</a>
<a class="btn btn-primary btn-cta" href="#" target="_blank"><i class="fas fa-cloud-download-alt"></i> Download Pro</a>
</div><!--//cta-container-->
</div><!--//intro-->
<div id="cards-wrapper" class="cards-wrapper row">
<div class="item item-green col-lg-4 col-6">
<div class="item-inner">
<div class="icon-holder">
<i class="icon fa fa-paper-plane"></i>
</div><!--//icon-holder-->
<h3 class="title">Quick Start</h3>
<p class="intro">Introduction, User Guide Example Demo</p>
<a class="link" href="start.html"><span></span></a>
</div><!--//item-inner-->
</div><!--//item-->
<div class="item item-pink item-2 col-lg-4 col-6">
<div class="item-inner">
<div class="icon-holder">
<img src="https://img.icons8.com/color/96/000000/windows-10.png"/>
</div><!--//icon-holder-->
<h3 class="title">Windows</h3>
<p class="intro">Download And Instalation Guide On Windows</p>
<a class="link" href="components.html"><span></span></a>
</div><!--//item-inner-->
</div><!--//item-->
<div class="item item-blue col-lg-4 col-6">
<div class="item-inner">
<div class="icon-holder">
<img src="https://img.icons8.com/color/96/000000/linux--v1.png"/>
</div><!--//icon-holder-->
<h3 class="title">Linux</h3>
<p class="intro">Download And Instalation Guide On Linux</p>
<a class="link" href="charts.html"><span></span></a>
</div><!--//item-inner-->
</div><!--//item-->
<div class="item item-purple col-lg-4 col-6">
<div class="item-inner">
<div class="icon-holder">
<img src="https://img.icons8.com/cute-clipart/64/000000/questions.png"/>
</div><!--//icon-holder-->
<h3 class="title">FAQs</h3>
<p class="intro">Commonly Asked Questions And Answers</p>
<a class="link" href="faqs.html"><span></span></a>
</div><!--//item-inner-->
</div><!--//item-->
<div class="item item-primary col-lg-4 col-6">
<div class="item-inner">
<div class="icon-holder">
<img src="https://img.icons8.com/color-glass/48/000000/code.png"/>
</div><!--//icon-holder-->
<h3 class="title">Code</h3>
<p class="intro">hell!! It's Open Source </p>
<a class="link" href="showcase.html"><span></span></a>
</div><!--//item-inner-->
</div><!--//item-->
<div class="item item-orange col-lg-4 col-6">
<div class="item-inner">
<div class="icon-holder">
<img src="https://img.icons8.com/nolan/64/copyright.png"/>
</div><!--//icon-holder-->
<h3 class="title">License & Credits</h3>
<p class="intro">Know About Creator, license & credits page</p>
<a class="link" href="license.html"><span></span></a>
</div><!--//item-inner-->
</div><!--//item-->
</div><!--//cards-->
<h2 class="title">Video Documantation</h2>
</div><!--//container-->
</section><!--//cards-section-->
</div><!--//page-wrapper-->
<div class="row">
<div class="col-md-6 col-12">
<h6>The Monitor</h6>
<!-- 16:9 aspect ratio -->
<div class="embed-responsive embed-responsive-16by9">
<iframe class="embed-responsive-item" src="https://www.youtube.com/embed/t90yWd8ADbs?rel=0&controls=0&showinfo=0" frameborder="0" allowfullscreen></iframe>
</div>
</div>
<div class="col-md-6 col-12">
<h6>The Monitor Guide</h6>
<!-- 4:3 aspect ratio -->
<div class="embed-responsive embed-responsive-16by9">
<iframe class="embed-responsive-item" src="https://www.youtube.com/embed/t90yWd8ADbs?rel=0&controls=0&showinfo=0" frameborder="0" allowfullscreen></iframe>
</div>
</div>
</div><!--//row-->
<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://www.naemazam.github.io" target="_blank">Naem Azamy</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/stickyfill/dist/stickyfill.min.js"></script>
<script type="text/javascript" src="assets/js/main.js"></script>
</body>
</html>