-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
85 lines (80 loc) · 4.39 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="description" content="App Manager">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet"href="styling.css">
<title>App Manager</title>
</head>
<body>
<section class="firstSection">
<hr style="border-color: transparent; margin-bottom: 50px;">
<div class="introduction">
<div class="introductionitem">
<p style="font-size: 25px;">🗃️ <span style="color: rgb(37, 150, 190); line-height: 35px; font-size: 35px;"><b>App Manager</b></span></a> 🗃️</p>
<p>The best app manager</p>
<a href="https://github.com/Chourisse/App-Manager/releases"><button class="started">Download</button></a>
</div>
<div class="guiimage">
<img class="gui" src="https://i.ibb.co/VT4DTkS/image.png">
</div>
</div>
</section>
<div class="spacer layer1"></div>
<section class="features">
<h1 style="text-align: center; margin-bottom: 50px; margin-top: 5px;">Why should you choose <b style="color: rgb(37, 150, 190);">App Manager</b> ?</h1>
<p style="text-align: center; margin-top: -25px; margin-bottom: 25px;">Here are some of our advantages.</p>
<div class="navbar">
<div class="item">
<image>
<img class="qwe" src="https://cdn-icons-png.flaticon.com/128/17567/17567589.png" height="50px" width="50px">
</image>
<h3>Free</h3>
<p style="padding-left: 10px; padding-right: 10px;">App Manager is <b style="color: rgb(37, 150, 190);">free of charge</b> and will never cost any of your money.</p>
</div>
<div class="item">
<image>
<img class="qwe" src="https://cdn-icons-png.flaticon.com/128/6019/6019376.png" height="50px" width="50px">
</image>
<h3>Malware free</h3>
<p style="padding-left: 10px; padding-right: 10px;">App manager has <b style="color: rgb(37, 150, 190);">no malicious intensions</b> towards its users. It was made for his creator.</p>
</div>
<div class="item">
<image>
<img class="qwe" src="https://cdn-icons-png.flaticon.com/128/5824/5824968.png" height="50px" width="50px">
</image>
<h3>Light</h3>
<p style="padding-left: 10px; padding-right: 10px;">App Manager is<br><b style="color: rgb(37, 150, 190);">very lightweight</b>, need to worry.</p>
</div>
<div class="item">
<image>
<img class="qwe" src="https://cdn-icons-png.flaticon.com/128/10443/10443226.png" height="50px" width="50px">
</image>
<h3>Compatibility</h3>
<p style="padding-left: 10px; padding-right: 10px;">App Manager install all requierments it self <b style="color: rgb(37, 150, 190);">no need to install 50 software</b>.</p>
</div>
<div class="item">
<image>
<img class="qwe" src="https://cdn-icons-png.flaticon.com/128/15717/15717981.png" height="50px" width="50px">
</image>
<h3>Clean UI</h3>
<p style="padding-left: 10px; padding-right: 10px;">Simple, fast and comprehensive UI<b style="color: rgb(37, 150, 190);"> never</b> you can't get lost in the app.</p>
</div>
<div class="item">
<image>
<img class="qwe" src="https://cdn-icons-png.flaticon.com/128/1629/1629155.png" height="50px" width="50px">
</image>
<h3>Privacy</h3>
<p class="why" style="padding-left: 10px; padding-right: 10px;">App Manager is <b style="color: rgb(37, 150, 190);">totaly secured</b>, no information will leave your pc.</p>
</div>
</div>
</section>
<div class="faqs">
<p style="text-align: center;">Developed by <a href="https://github.com/Chourisse" style="text-decoration: none; background-color: transparent;"><b style="color: rgb(37, 150, 190);">Chouris</b></a></p>
<h2 style="text-align: center;"></h2>
<p style="text-align: center; margin: auto;"></p>
</div>
</body>
</html>