-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
355 lines (332 loc) · 17.6 KB
/
index.html
File metadata and controls
355 lines (332 loc) · 17.6 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
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
<!DOCTYPE HTML>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="This is the platform which checks for active server. This will acknowledge if server is working or down.">
<link rel="stylesheet" type="text/css" href="vendors/css/normalize.css">
<link rel="stylesheet" type="text/css" href="vendors/css/Grid.css">
<link rel="stylesheet" type="text/css" href="vendors/css/ionicons.min.css">
<link rel="stylesheet" type="text/css" href="vendors/css/animate.css">
<link rel="stylesheet" type="text/css" href="vendors/css/theme.default.min.css">
<!-- <link rel="stylesheet" type="text/css" href="resources/css/queries.css">-->
<link rel="stylesheet" type="text/css" href="resources/css/queries1.css">
<link rel="stylesheet" type="text/css" href="resources/css/style.css">
<link href="https://fonts.googleapis.com/css?family=Lato:100,300,300i,400" rel="stylesheet" type="text/css">
<link href="https://unpkg.com/ionicons@4.4.7/dist/css/ionicons.min.css" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Raleway:700" rel="stylesheet" type="text/css">
<!--------------------jqueryUI css files-------------------------------------------------------->
<link rel="stylesheet" type="text/css" href="vendors/css/jquery-ui.css">
<link rel="stylesheet" type="text/css" href="vendors/css/jquery-ui.structure.min.css">
<link rel="stylesheet" type="text/css" href="vendors/css/jquery-ui.theme.min.css">
<link rel="apple-touch-icon" sizes="180x180" href="resources\favicons/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="resources\favicons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="resources\favicons/favicon-16x16.png">
<link rel="manifest" href="resources\favicons/site.webmanifest">
<link rel="mask-icon" href="resources\favicons/safari-pinned-tab.svg" color="#5bbad5">
<link rel="shortcut icon" href="resources\favicons/favicon.ico">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="msapplication-config" content="resources\favicons/browserconfig.xml">
<meta name="theme-color" content="#ffffff">
<!-- <script
src="https://code.jquery.com/jquery-3.3.1.min.js"
integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8="
crossorigin="anonymous"></script> -->
<!-- <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script> -->
<script src="https://cdn.jsdelivr.net/gh/scottjehl/Respond@1.4.2/dest/respond.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/html5shiv@3.7.3/dist/html5shiv.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/selectivizr@1.0.3/selectivizr.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/modernizr/2.8.3/modernizr.min.js" type="text/javascript"></script>
<!-- <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js" type="text/javascript"></script> -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/waypoints/4.0.1/jquery.waypoints.js" type="text/javascript"></script>
<script src="vendors/js/jquery-3.3.1.min.js" type="text/javascript"></script>
<script src="vendors/js/jquery-ui.js" type="text/javascript"></script>
<script src="resources/js/queries.js" type="text/javascript"></script>
<script src="vendors/js/jquery.waypoints.min.js"></script>
<script src="vendors/js/jquery.tablesorter.min.js"></script>
<script src="vendors/js/jquery.tablesorter.widgets.min.js"></script>
<script src="resources/js/script.js"></script>
<script src="resources/js/Query.js"></script>
<title>Automatic Active Server Communication Alerts</title>
</head>
<body>
<header>
<nav>
<div>
<div>
</div>
<div class="search-nav">
<div class="search-nav1">
<a href="#"><img src="vendors/icons/Artboard%201.svg" class="logo" id="dark-logo" title="Code Blooded"></a>
</div>
<ul class="main-nav js--main-nav">
<li class="nav-opt11 nav-pad"><a class="search-nav-opt" href="#home" id="nav-opt"><b>HOME</b></a></li>
<li class="nav-opt11"><a href="#about" class="search-nav-opt" id="nav-opt1"><b>ABOUT</b></a></li>
<li class="nav-opt11"><a href="admin.html" class="search-nav-opt" id="nav-opt2"><b>SUPPORT</b></a></li>
<!-- <li class="nav-opt11"><a href="#contact" class="search-nav-opt" id="nav-opt3"><b>BLOG</b></a></li>-->
<li class="nav-opt11 cont"><a href="contact.html" class="search-nav-opt" id="nav-opt4"><b>CONTACT</b></a></li>
</ul>
<a class="mobile-nav-icon js--nav-icon"><i class="icon ion-ios-menu"></i></a>
<!-- <div class="sch"><input type="text" placeholder="Type to search" class="search-nav-opt search1" id="search" title="type here to search!"></div>-->
</div>
<div>
<ul class="noti-user">
<li class="notification-padding" title="notification"><a href="#"><img src="vendors/icons/while-bell.ico" class="notification"></a></li>
<li class="person-padding" title="Login here"><a href="loginpage.html"><img src="vendors/icons/white-user.ico" class="person"></a></li>
</ul>
</div>
<button class="sign-up"><a href="SIGNUPpage.html"><b id="sign-up">SIGN UP</b></a></button>
</div>
</nav>
<div class="social-media">
<ul>
<li><a href="#"><i class="ion-logo-facebook" title="Facebook"></i></a></li>
<li><a href="#"><i class="ion-logo-twitter" title="Twitter"></i></a></li>
<!-- <li><a href="#"><i class="ion-logo-googleplus" title="Google Plus"></i></a></li>-->
<li><a href="https://www.instagram.com/codeblooded007/"><i class="ion-logo-instagram" title="Instagram"></i></a></li>
</ul>
</div>
<div class="aasca-heading">
<h1>Automatic Active Server Communication Alerts</h1>
<div class="sch search-nav search-flex">
<input type="text" placeholder="Type to search" class="search-nav-opt search1" id="search" title="type here to search!">
<div class="search-button-1"><button class="search-button" title="search result">Search</button></div>
</div>
</div>
</header>
<div class="quick-section">
<div class="row quick-button-1">
<button type="button" class="quick-button">Test1</button>
<button type="button" class="quick-button qb">Test2</button>
<button type="button" class="quick-button qb">Test3</button>
<button type="button" class="quick-button qb">Test4</button>
</div>
</div>
<div class="main-content">
<h1 class="main-ct-h1">The main content is here</h1>
<!-- Rectangular switch -->
<div class="main-switch">
<label class="switch">
<input type="checkbox">
<span class="slider"></span>
</label>
</div>
</div>
<div class="main-sites-data">
<table style="width: 70%; margin-left: 15%;" class="fold-table tablesorter">
<thead>
<tr>
<th class="number">NUMBER</th>
<th class="client">CLIENT</th>
<th>REASON FOR INACTIVE</th>
<th class="notify-when-active">NOTIFY</th>
<th class="feedback">FEEDBACK</th>
</tr>
</thead>
<tbody>
<tr class="tr-border" onclick="show_hide_row('hidden_row1');">
<td>AC625</td>
<td>Code Blooded</td>
<td>Site running</td>
<td><a href="One%20Time%20R.html"><img src="vendors/icons/notify-when-active.svg" class="notify" title="Notify when site is active"></a></td>
<td>037</td>
</tr>
<tr class="hidden_row hdn-row" id="hidden_row1">
<td colspan="5">
<div class="fold-content">
<h4>Performance</h4><br>
<p>This site is running smoothly without any traffic. Well optimized and nominated for the best site ever award. Congrats to team codeblooded007.</p>
</div>
</td>
</tr>
<tr class="tr-border" onclick="show_hide_row('hidden_row2');">
<td>AP122</td>
<td>Apple</td>
<td>Site running</td>
<td><a href="One%20Time%20R.html"><img src="vendors/icons/notify-when-active.svg" class="notify" title="Notify when site is active"></a></td>
<td>032</td>
</tr>
<tr class="hidden_row hdn-row" id="hidden_row2">
<td colspan="5">
<div class="fold-content">
<h4>Performance</h4><br>
<p>This site is running smoothly without any traffic. The mostly used site of the year.</p>
</div>
</td>
</tr>
<tr class="tr-border" onclick="show_hide_row('hidden_row3');">
<td>FB223</td>
<td>Facebook</td>
<td>Site running</td>
<td><a href="One%20Time%20R.html"><img src="vendors/icons/notify-when-active.svg" class="notify" title="Notify when site is active"></a></td>
<td>067</td>
</tr>
<tr class="hidden_row hdn-row" id="hidden_row3">
<td colspan="5">
<div class="fold-content">
<h4>Performance</h4><br>
<p>This site is running smoothly without any traffic. But faces the security issues.</p>
</div>
</td>
</tr>
<tr class="tr-border" onclick="show_hide_row('hidden_row4');">
<td>GH578</td>
<td>G H Raisoni</td>
<td>Down</td>
<td><a href="One%20Time%20R.html"><img src="vendors/icons/notify-when-active.svg" class="notify" title="Notify when site is active"></a></td>
<td>058</td>
</tr>
<tr class="hidden_row hdn-row" id="hidden_row4">
<td colspan="5">
<div class="fold-content">
<h4>Performance</h4><br>
<p>Most of the time this site goes down and makes problem for it's user, so that they have to wait for re-running of the site</p>
</div>
</td>
</tr>
<tr class="tr-border" onclick="show_hide_row('hidden_row5');">
<td>IND447</td>
<td>MAHADBT</td>
<td>Haulted</td>
<td><a href="One%20Time%20R.html"><img src="vendors/icons/notify-when-active.svg" class="notify" title="Notify when site is active"></a></td>
<td>056</td>
</tr>
<tr class="hidden_row hdn-row" id="hidden_row5">
<td colspan="5">
<div class="fold-content">
<h4>Performance</h4><br>
<p>Most of the time this site running down and also some functionalities are not working.</p>
</div>
</td>
</tr>
</tbody>
</table>
</div>
<div class="review">
<div>
<h1 class="review-h1">Rate our service </h1>
<div class="stars" data-rating="4">
<span class="star"> </span>
<span class="star"> </span>
<span class="star"> </span>
<span class="star"> </span>
<span class="star"> </span>
</div>
</div>
</div>
<section>
<div class="slider1">
<div class="slides">
<div id="slide-1">
1
</div>
<div id="slide-2">
2
</div>
<div id="slide-3">
3
</div>
<div id="slide-4">
4
</div>
<div id="slide-5">
5
</div>
</div>
<a href="#slide-1"><i class="ion-ios-radio-button-off"></i></a>
<a href="#slide-2"><i class="ion-ios-radio-button-off"></i></a>
<a href="#slide-3"><i class="ion-ios-radio-button-off"></i></a>
<a href="#slide-4"><i class="ion-ios-radio-button-off"></i></a>
<a href="#slide-5"><i class="ion-ios-radio-button-off"></i></a>
</div>
</section>
<footer>
<div class="row">
<div class="col span-1-of-7">
</div>
<div class="col span-1-of-7">
<a href="#"><img src="vendors/icons/Artboard%201.svg" class="logo-footer" id="dark-logo-footer #logo-foot"></a>
<p class="copyright-ft">© Code Blooded, 2019.</p>
</div>
<div class="col span-1-of-7">
<div class="footer-opt">
<ul>
<li><a href="#">About US</a></li>
<li><a href="#">Contact</a></li>
<li><a href="#">Terms & Conditions</a></li>
</ul>
</div>
</div>
<div class="col span-1-of-7" id="social-media-ft1">
<div class="social-media-ft">
<ul>
<li><a href="#"><i class="ion-logo-facebook" title="Facebook"></i></a></li>
<li><a href="#"><i class="ion-logo-twitter" title="Twitter"></i></a></li>
<li><a href="https://www.instagram.com/codeblooded007/"><i class="ion-logo-instagram" title="Instagram"></i></a></li>
</ul>
</div>
<div class="social-media-nm">
<ul class="smi">
<li><a href="#" class="smin smin1">Facebook</a></li>
<li><a href="#" class="smin smin2">Twitter</a></li>
<li><a href="https://www.instagram.com/codeblooded007/" class="smin smin3">Instagram</a></li>
</ul>
</div>
</div>
<div class="col span-2-of-7 adrs">
<p class="address">
497 Evergreen Rd. Roseville, CA 49673<br>
+44 456 878 869<br>
<a href="#" class="contact-email" title="Mail us">sih.codeblooded007@gmail.com</a>
</p>
</div>
</div>
</footer>
</body>
<script type="text/javascript">
function show_hide_row(row)
{
$("#"+row).toggle();
}
</script>
<script>
$(function(){
$('table').tablesorter({
widgets : ['zebra', 'columns'],
usNumberFormat : false,
sortReset : true,
sortRestart : true
});
});
</script>
<script>
$(document).ready(function() {
$("a").click(function() {
$("a").removeClass('slide-dot');
$(this).addClass('slide-dot');
});
});
</script>
<script>
$(document).ready(function(){
$('.js--section-features').waypoint(function(direction){
if(direction == "down"){
$('nav').addClass('sticky');
} else{
$('nav').removeClass('sticky');
}
},{
offset: '60px'
});
});
</script>
<!-- jquery-u-i script -->
<script>
// put array of websites in below variable
var sites = ["Facebook","facetime", "Twitter", "Instagram", "Apple", "Microsoft", "Lamborghini", "Nissan", "IIT-B", "DRDO", "NASA", "ISRO"];
$("#search").autocomplete({
source: sites,
autoFocus: true
});
</script>
</html>