-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
63 lines (60 loc) · 3.93 KB
/
Copy pathabout.html
File metadata and controls
63 lines (60 loc) · 3.93 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
<!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>About Power Hosting</title>
<link rel="stylesheet" href="about.css">
</head>
<body>
<nav id="navbar">
<div class="container navbar">
<div class="logo">
<a href="index.html">
<h2 class="text-white">PW<span class="text-green">Hosting</span></h2>
</a>
</div>
<div class="menu">
<div class="menu-link">
<a href="about.html">About</a>
</div>
<div class="menu-link">
<a href="contactUs.html">Contact</a>
</div>
<div class="menu-sign ml-1">
<button class="btn" href="form.html">Sign Up</button>
</div>
<div class="menu-sign">
<button class="btn" href="form.html">Sign In</button>
</div>
</div>
</div>
</nav>
<header id="header">
<div class="header">
<h1 class="text-green"><span class="text-white">Who </span>We Are</h1>
<hr>
<p>
Power Hosting is a professional hosting provider, with high-performance hosting products, as well as the necessary infrastructure for the efficient operation of websites. Our company's main objective is oriented to offering high quality shared and dedicated hosting services, server monitoring and management, systems and network security to our customers. We have strong knowledge and long experience in the web hosting field and our infrastructure is based on latest hardware and software technologies.
</p>
<h1 class="text-green"><span class="text-white">Our </span>Story</h1>
<hr>
<p>
Our company started several years ago as a project that was initiated by two system engineers, who worked together as top freelancers, for many clients and who wanted at some point to take a step ahead into offering their knowledge, passion and experience, to a larger number of people. Their partnership soon led to working with an even larger number of clients and finally to founding the company Power Enterprises. Since then, the company's growth was so fast that soon we had to hire more personnel, create dedicated departments and offer more and more specialized services.
</p>
<h1 class="text-green"><span class="text-white">Our </span>Vision</h1>
<hr>
<p>
Our main focus points are quality, security and customer satisfaction and, at a higher level, we are happy to contribute to the exponential growth of the information technology and the internet. We left the customer satisfaction at last on purpose, because one of our goals is to help our customers learn that service quality and data security are very serious and important matters these days and strictly respecting those, may sometimes make some of our customers feel that some of their requests or desires are not respected. We do respect our customers and we are doing our best to provide documentation and howtos, so that everyone benefits of a stable, secure and easy to use hosting service.
</p>
<img class="rocket" src="assets/images/rocket.svg" alt="Power Hosting"/>
</header>
<div class="content">
<h1 class="text-green">Why <span class="text-white">Us</span></h1>
<p>
Our company is dedicated to offerring the best services to our customers and in the last few years we worked hard to build a strong infrastructure and also to put together a team of experts having the same goal. Our management team is made of passionate professionals, with extensive knowledge in the hosting field, each having over 17 years of experience.
</p>
</div>
</body>
</html>