-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathget-involved.html
62 lines (59 loc) · 3.47 KB
/
get-involved.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
<!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> Get Involved</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;">
<h2>How can I be involved?</h2>
<p>You can be involved in a number of ways in the project, if you even publicize the project, you are already involved. However, if you still want to help us in a more impactful way, below are listed the various ways you can use to join us.</p>
<h2 style="color: green;">Donating</h2>
<p>Donating is a way to help us maintain the project. Know that, despite being free software, we also have expenses as a host and contributions. Thus, with your donation, even if small, but symbolic, we can make the project more alive and consequently invest in improvements for users (and developers too).</p>
<a href=""><img alt="badge-icon" src="https://img.shields.io/badge/Donate-2eb82e?style=for-the-badge&logo=heart&logoColor=white"></a>
<br><br>
<h2 style="color: green;">Developing</h2>
<p>You can still become a system developer, just having the necessary knowledge and a proactive willingness to help us with all of this. No more, no less.</p>
<p>the languages used in the system are:</p>
<ul>
<li>C</li>
<li>Assembly</li>
</ul>
<br><br>
<h2 style="color: green;">Being a sponsor</h2>
<p>If you still wish, you can support the project sponsored by us, something like a donation, however, in addition to contributing financially to the project, it gives us an understanding that the project is growing and is attracting the attention of people involved with technologies in general. And that will motivate us a lot, and we are very grateful to support us in this.</p>
<a href=""><img alt="badge-icon" src="https://img.shields.io/badge/Being_a_Sponsor-2eb82e?style=for-the-badge&logo=heart&logoColor=white"></a>
</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>