forked from glugnith/glug.nith.ac.in
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.php
132 lines (98 loc) · 5.02 KB
/
index.php
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
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
<?php
include_once "includes/header.php";
?>
<!-- Main Info starts -->
<div id="main_info_cont">
<div id="main_info_left">
<div id="main_info_left_in">
<div class="content_style1">
<div class="content_style1_heading">
<h3>What is GNU?</h3>
</div>
<div class="content_style1_info">
<strong>In the words of Richard M. Stallman, the founder of the GNU Project:</strong><br /><br />
<p>"GNU, which stands for Gnu's Not Unix, is the name for the complete Unix-compatible software system which I am writing so that I can give it away free to everyone who can use it. Several other volunteers are helping me. Contributions of time, money, programs and equipment are greatly needed."</p><br />
<strong><a href="http://www.gnu.org/gnu/manifesto.html">»»Read GNU Manifesto</a></strong>
</div>
</div>
<br /><br />
<!-- <div class="content_style1_cont">
<div class="content_style1">
<div class="content_style1_heading">
<h3>Linux and the GNU Project</h3>
</div>
<div class="content_style1_info">
<strong>The version of GNU which is widely used today is more often known as "Linux" and many users are not aware of the extent of its connection with the GNU Project.</strong><br /><br />
<p>Linux is the kernel: the program in the system that allocates the machine's resources to the other programs that you run. The kernel is an essential part of an operating system, but useless by itself; it can only function in the context of a complete operating system. Linux is normally used in a combination with the GNU operating system: the whole system is basically GNU, with Linux functioning as its kernel.</p><br />
<strong><a href="http://www.gnu.org/gnu/linux-and-gnu.html">»»Read more</a></strong>
</div>
</div>
</div> -->
</div>
</div>
<div id="main_info_center">
<div id="main_info_center_in">
<!--about -->
<div class="content_style2">
<div class="content_style2_heading">
<h3>Welcome to GNU/Linux User Group NIT Hamirpur</h3>
</div>
<div class="content_style2_info">
<p>GLUG NITH is a moniker for the GNU/Linux User Group of National Institute of Technology, Hamirpur.<br /><br />
Our GLUG is mainly designed to cater to the GNU/Linux related needs of the students, faculty, staff, and anybody else belonging to NIT Hamirpur. We are a heterogeneous mixture of people ranging from the beta testers and kernel hackers to the fresh-faced newbies, held together together by a common love for GNU/Linux in particular and Free Software in general.
</p>
</div>
</div>
<!--End of About -->
<br />
<!--Git contribution article-->
<div class="content_style2">
<div class="content_style2_heading">
<h3>Contributing to website</h3>
</div>
<div class="content_style2_info">
<p>
<b><a href=http://en.wikipedia.org/wiki/Git_%28software%29>Git</a></b> is a famous tool to organise and colloborate among various code contributors.
<br />
By using this famous tool, you can make contribution to this website which will directly reflect here. Further this provides a powerful collaboration, review and code management for such a purpose and other development projects.
<br />
This greatly help people sitting at different places working on their systems to build and discuss various changes that should or need to be included on the website.
<br />
<a href=/contribute.php target="_blank">»»Read More about contributing here</a>
</p>
</div>
</div>
<br />
<!--The latest news goes here -->
<center> <a class="twitter-timeline" width="520" height="200" href="https://twitter.com/glugnith" data-widget-id="315532987880054784">Tweets by @glugnith</a>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
</center>
<!-- End of News section -->
</div>
</div>
<div id="main_info_right">
<div id="main_info_right_in">
<?php
include_once "includes/main_info_right.php";
?>
<br/>
<!-- <div class="content_style1_cont">
<div class="content_style1">
<div class="content_style1_heading">
<h3>Notice</h3>
</div>
<div class="content_style1_info">
GLUG-NITH Mirror servers are experiencing some technical problems and you can face difficulty in downloading ISO's and updates from the server for next few days. <br/><br/>Inconvenience caused is regretted.
</div>
</div>
</div>
-->
</div>
</div>
<div class="float_clear">
</div>
</div>
<!-- Main Info ends -->
<?php
include_once "includes/footer.php";
?>