-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
48 lines (47 loc) · 3.04 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.1/css/all.min.css" />
<link rel="stylesheet" href="style.css" />
<title>Vertical Slider-With haker info</title>
</head>
<body>
<div class="slider-container">
<div class="left-slide">
<div style="background-color: #000000">
<h1>White Hat Hackers</h1>
<p>White hat hackers are the one who is authorized or certified hackers who work for the government and organizations by performing penetration testing and identifying loopholes in their cybersecurity.They also ensure the protection from the malicious cyber crimes.They work under the rules and regulations provided by the government,that’s why they are called Ethical hackers or Cybersecurity experts</p>
</div>
<div style="background-color: #000000">
<h1 style="color:#A9A9A9;">Gray Hat Hackers</h1>
<p>Gray hat hackers fall somewhere in the category between white hat and black hat hackers. They are not legally authorized hackers. They work with both good and bad intentions, they can use their skills for personal gain. It all depends upon the hacker. If a gray hat hacker uses his skill for his personal gains, he/she is considered as black hat hackers.</p>
</div>
<div style="background-color: #000000">
<h1 class="black">Black Hat Hackers</h1>
<p>They are often called Crackers. Black Hat Hackers can gain unauthorized access to your system and destroy your vital data. The method of attack they use common hacking practices they have learned earlier. They are considered to be criminals and can be easily identified because of their malicious actions.</p>
</div>
<div style="background-color: #000000">
<h1 class="home">Types of Hackers</h1>
<p>A Hacker is a person who is intensely interested in the mysterious workings of any computer operating system. Hackers are most often programmers. They gather advanced knowledge of operating systems and programming languages and discover loopholes within systems and the reasons for such loopholes. In this article, we will learn about all types of hackers, the Difference between White, black and, grey hat hackers, ways to protect against them.</p>
</div>
</div>
<div class="right-slide">
<div style="background-image: url('TypeOfHaker.jpg')"></div>
<div style="background-image: url('blakhatHaker.jpg')"></div>
<div style="background-image: url('greyHatHaker.jpg')"></div>
<div style="background-image: url('white\ hat.jpg')"></div>
</div>
<div class="action-buttons">
<button class="down-button">
<i class="fas fa-arrow-down"></i>
</button>
<button class="up-button">
<i class="fas fa-arrow-up"></i>
</button>
</div>
</div>
<script src="script.js"></script>
</body>
</html>