-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
51 lines (45 loc) · 2.58 KB
/
about.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8"/>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" type="text/css" href="local.css"/>
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Ubuntu+Mono&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<title>Document</title>
</head>
<body>
<p style="color: gray; font-size: 17px; font-style: italic; font-family: 'Ubuntu Mono', monospace;"><i style="margin-left: 10px; color: green; font-size: 30px; font-weight: bold;" >FleakOS</i> About</p>
<div class="topnav" id="myTopnav">
<a href="index.html" class="active">Home</a>
<a href="download.html">Download</a>
<a href="get-involved.html">Get Involved</a>
<div class="dropdown">
<button class="dropbtn">Issues
<i class="fa fa-caret-down"></i>
</button>
<div class="dropdown-content">
<a href="">Packages</a>
<a href="">Bugs</a>
<a href="">Wiki</a>
</div>
</div>
<a href="#about">About</a>
<a href="#Get-Involved">Packages</a>
<a href="#Get-Involved">Donate </a>
</div>
<div style="padding: 10px; margin: 30px; width: 90%; border-bottom: 1px solid #ccc;">
<h4 style="color: green; font-size: 30px;">About</h4>
<p>FleakOS is a system that was born with student student enthusiasts who resolved their skills in practice by creating a unix-like system in a way that was able to maintain a system for different people. From an ordinary user to a more experienced developer. The premise is, if you have a light and safe system, almost without any failure (although this is almost impossible).</p>
<p>We thought about having a system without any changes that would add the term "bloated", we do not want to have a poorly done system when the use is exactly the experience and the security within it. In other words, we believe that more is less. The system, therefore, can leave the user more free to customize and configure it the way they want.</p>
</div>
<div class="footer" style="margin-left: 30px; font-size: 13px;">
<p>FleakOS Community - ©2021</p>
<p>
<a href="https://validator.w3.org/#validate_by_uri"><img
src="https://uglyduck.ca/public/html5-validator-badge-blue.svg" alt="Valid XHTML 1.1" height="31" width="88" /></a>
</p>
</div>
</body>
</html>