-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
113 lines (113 loc) · 4.57 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>PrivaZer</title>
<link rel="stylesheet" href="./css/master.css">
<script src="https://kit.fontawesome.com/ded99c05bb.js" crossorigin="anonymous"></script>
</head>
<body>
<header>
<div class="nav-flex-container">
<div class="nav-flex-item nav-img"><img src="./img/logo/PrivaZer 133x40C.png" alt=""></div>
<div class="nav-flex-item nav-link">
<a href="index.html">Home</a>
<a href="downloads.html">Downloads</a>
<a href="support.html">Support</a>
<a href="about.html">About Us</a>
</div>
<div class="nav-flex-item nav-button">
<a href="donate.html">Donate</a>
<a href="login.html">Login</a>
</div>
</div>
</header>
<div class="app-banner">
<img class="app-banner-svg" src="./img/banner3.svg" alt="">
<div class="app-flex-container">
<div class="app-banner-text">
<h1>Privazer PC cleaner & Privacy tool</h1>
<p>Clean up and remove all your hidden trace files and activities</p>
<a class="button" href="downloads.html">Downolad</a>
</div>
<div class="app-banner-img">
<img class="app-img" src="./img/Program/App.png" alt="">
</div>
</div>
</div>
<hr class="seg-2-line"></hr>
<div class="seg-2">
<div class="seg-2-flex-container">
<div class="seg-2-item">
<h2>Secure cleanup with one click</h2>
<p>Irreversible cleanups by overwriting techniques</p>
<a class="button seg-2-button" href="#">More</a>
</div>
<div class="seg-2-item">
<h2>In-depth cleanup</h2>
<p>for your PC and for your storage devices Smart overwriting: PrivaZer recognizes automatically your type of storage device (magnetic disk, SSD, etc) and adapts its erasure algorithms</p>
<a class="button seg-2-button" href="#">More</a>
</div>
<div class="seg-2-item">
<h2>Privacy protection</h2>
<p>PrivaZer prevents recovery of your activities.</p>
<a class="button seg-2-button" href="#">More</a>
</div>
</div>
</div>
<div class="seg-3">
<div class="seg-3-flex-container">
<div class="seg-3-flex-item">
<h1>Do you know what is still there in your free space?</h1>
<p><strong>+</strong> Visualization of residual traces of old files remaining in free space</p>
<p><strong>+</strong> Smart cleanup of free space</p>
<p><strong>+</strong> Cleanup of residual traces in free space areas needing a reset to zero</p>
</div>
<div class="seg-3-flex-item">
<img src="./img/program/disk.png" alt="">
</div>
</div>
<div class="seg-3-flex-container seg-line">
<div class="seg-3-flex-item">
<img src="./img/camra2.png" alt="">
</div>
<div class="seg-3-flex-item">
<h1>Do you know what is still there of your past activities?</h1>
<p>When you use your PC (at home or working at your office), go on Internet, watch a video, download, copy/remove files on your PC, install/uninstall or use software, etc..., you always leave sensitive traces</p>
</div>
</div>
<div class="seg-4-flex-container seg-line">
<div id="test" class="seg-4-cards seg-4-card-collapse">
<i class="seg-4-ico fas fa-chevron-up"></i>
<h1>
Innovative solutions in data security
</h1>
<div class="seg-4-card-content">
<ul>
<li>Detection of residual traces in free space</li>
<li>Visualization of residual traces of old files remaining in free space</li>
</ul>
</div>
</div>
<div class="seg-4-cards">
<p>Major functionalities</p>
<i class="seg-4-ico fas fa-chevron-down"></i>
</div>
<div class="seg-4-cards">
<p>Securely clean more than 100 analysis</p>
<i class="seg-4-ico fas fa-chevron-down"></i>
</div>
<div class="seg-4-cards">
<p>Definitive deletions of files</p>
<i class="seg-4-ico fas fa-chevron-down"></i>
</div>
<div class="seg-4-cards">
<p>How to test PrivaZer's performance?</p>
<i class="seg-4-ico fas fa-chevron-down"></i>
</div>
</div>
</div>
<footer>
</footer>
</body>
</html>