-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.jsp
More file actions
131 lines (107 loc) · 5.02 KB
/
about.jsp
File metadata and controls
131 lines (107 loc) · 5.02 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
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Bootstrap CSS -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous">
<title>SERVICE MANAGEMENT AND MONITORING SOFTWARE</title>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.7.2/font/bootstrap-icons.css">
</head>
<style>
.bgimg{
background-image:url(static/img5.jpg);
background-repeat:no-repeat;
height:80vh;
}
.bgtext {
padding-top: 20vh;
font: size 90px;
color:white;
display: flex;
justify-content:center;
align-items:center;
font-family: 'PT Serif', serif;
}
.text{
font-size: 20px;
padding: 10px;
color:white;
display: flex;
justify-content:center;
align-items:center;
font-family: 'PT Serif', serif;
}
</style>
<body>
<jsp:include page="nav.jsp"></jsp:include>
<div class="bgimg">
<h1 class="bgtext">Server Management And Compute System</h1>
<br> <br>
<p class="text">Just launch your server in 1 second. Access Form Anywhere.
</p>
</div>
<br>
<br>
<div class="container-fluid">
<div class="row">
<div class="col-lg-6 col-md-6 col-12">
<img src="static/server.png" class="img-fluid">
</div>
<div class="col-lg-6 col-md-6 col-12">
<h3 class="display-4">Why Sever Management System</h3>
<p class="py-3">Servers are the backbone of your business. To minimize downtime and to ensure peak performance of your website and services, constant managment of your server infrastructure and your data center is vital.
If you want your applications secure then you are on the right place . In addition, you are laying the foundation for delivering a great service to your customers, through a fast-loading and constantly available website</p>
<a href="https://www.google.com?q=server-management" target="blank" class="btn btn-success" >Check more</a>
</div>
</div>
</div>
</div>
<section class="my-5">
<div class="py-5">
<h2 class="display-4 text-center">Defining and understanding Server Management</h2>
</div>
<div class="container-fluid">
<div class="row">
<div class="col-lg-4 col-md-4 col-12">
<div class="card">
<div class="card-body">
<h5 class="card-title">Lauch just in seconds </h5>
<p class="card-text">Server Management lets you help your servers in real time with regard to availability, accessibility, capacity, and overall reliability. With server monitoring, your servers are checked at regular intervals to ensure you always know their status.</p>
</div>
</div>
</div>
<div class="col-lg-4 col-md-4 col-12">
<div class="card">
<div class="card-body">
<h5 class="card-title">Improve stability</h5>
<p class="card-text"> Sysadmins always want that their server should be accessible from anywhere any time on the fingertips . Our products help you to meet that goal</p>
</div>
</div>
</div>
<div class="col-lg-4 col-md-4 col-12">
<div class="card">
<div class="card-body">
<h5 class="card-title">Basis for analysis
</h5>
<p class="card-text">Sysadmins analyze the values they receive from their monitoring software to develop courses of action. When studied over the long term, these values can help optimize various aspects that are responsible for the performance of your network, such as capacity planning. The PRTG reports feature is extremely useful for such optimization.</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Optional JavaScript; choose one of the two! -->
<!-- Option 1: Bootstrap Bundle with Popper -->
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.js"
integrity="sha384-ka7Sk0Gln4gmtz2MlQnikT1wXgYsOg+OMhuP+IlRH9sENBO0LRn5q+8nbTov4+1p"
crossorigin="anonymous"></script>
<!-- Option 2: Separate Popper and Bootstrap JS -->
<!--
<script src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.10.2/dist/umd/popper.min.js" integrity="sha384-7+zCNj/IqJ95wo16oMtfsKbZ9ccEh31eOz1HGyDuCQ6wgnyJNSYdrPa03rtR1zdB" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.min.js" integrity="sha384-QJHtvGhmr9XOIpI6YVutG+2QOK9T+ZnN4kzFN1RtK3zEFEIsxhlmWl5/YESvpZ13" crossorigin="anonymous"></script>
-->
</body>
</html>