-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathget_involved.php
More file actions
32 lines (32 loc) · 3.99 KB
/
get_involved.php
File metadata and controls
32 lines (32 loc) · 3.99 KB
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
<?php include 'header.php'; ?>
<!--==============================content================================-->
<section id="content">
<div class="main">
<div class="indent-left">
<h5>Get Involved</h5>
<p></p>
<h3>Thanks for Your Support</h3>
<h6>Because, “I am who I am because of who we all are", The Chitwanix OS project is getting such a great support from its community of users and we would like to thank each and every contributor for participating. We are growing fast and our distribution is getting better every day thanks to you for your support. </h6><h6> There are a number of ways in which you can support this project to be as powerful as it can be, so that we may learn, appreciate, connect and care more about people living in our global community. </h6>
<h5>Financial Help</h5>
<h3>Donations</h3>
<h6>You can help by making a financial contribution to the project. Due to revenue from your donations, the Chitwanix OS project can afford to manage dedicated servers, advertising campaigns, workshops, install fest campaigns, goodies and to provide an income for the development team.<p> <a href="#Donations" >Donate</a></p> </h6>
<h3>Sponsorship</h3>
<h6>By sponsoring Chitwanix OS, you will be contributing to Chitwanix OS by helping Chitwanix OS in many ways in many field like for Install Fest, Workshops, Dedicated Servers for the repositories and mirrors, goodies, etc. <p><a href="contact_us.php" >Contact Us</a></p> </h6>
<h5>Support and Promote</h5>
<h3>Spreading to the World</h3>
<h6>Talk about Chitwanix OS with your friends and the people around you, arrange workshops, seminars, etc. If you like Chitwanix OS, let the world know. Write a review and publish it on distrowatch.com.<br><a href="http://distrowatch.com/"><br>Distro Watch</a></h6>
<h3>Joining the Community</h5>
<h6>Chitwanix OS isn't just an operating system, it's also a dynamic community of people who enjoy, gather, and interact with a free and open project. Whether it's by helping others sort through issues, by making them feel welcome, by participating in community-driven projects (repositories, podcasts, artwork...etc) or simply by meeting and talking to other Chitwanix OS users, we recommend you join the community and participate in making it better.</h6>
<h3>Helping others</h5>
<h6>If you have some free time and you're willing to help other users with technical problems, you should seriously consider reading the forums and/or joining the IRC channel and helping other users solve the problems if you know how to fix. <br><a href="http://forums.chitwanix.com/">Forums</a> <a href="#" onclick="window.open('http://widget.mibbit.com/?settings=afafcb2fef3d61ee26d44fe55394b54b&server=irc.spotchat.org&channel=%23chitwanix&autoConnect=1&nick=guest%3F%3F%3F%3F_web', 'Chat room', 'left=20,top=100,width=800,height=600,toolbar=0,resizable=0');"> IRC Chat</a></h6>
<h5>Project contributions</h5>
<h3>Artwork</h3>
<h6>If you are talented in graphic design and/or photographic and willing to contribute to the project, please send us your creations and artwork. Whether it's a simple wallpaper, an icon set, a splash screen, boot screen or even a new logo, we're always interested to hear from you about new artwork. You can send us the compressed tarballs or zipped file of artworks to root@chitwanix.com .</h6>
<h3>Translations</h5>
<h6>If you can read English and if you speak another language, you can help us translate Chitwanix OS to your own local language. Your efforts will allow Chitwanix OS to fully support display in your local community language.<br><a href="http://launchpad.net/chitwanix">Launchpad</a></h6>
<h3>Code</h5>
<h6>We use Git for version control and APT/DEB for packaging. It doesn't matter what the programming language will be or is. If you think you can improve our applications or write new ones don't hesitate to suggest patches or to fork our git repositories.<br><a href="http://github.com/chitwanix">Github Repo</a></h6>
</div>
</div>
</section>
<?php include 'footer.php'; ?>