forked from FOSSNITRR/fossnitrr.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
154 lines (133 loc) · 5.84 KB
/
index.html
File metadata and controls
154 lines (133 loc) · 5.84 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
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
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
<!DOCTYPE HTML>
<!--
Dimension by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>FOSS, NITRR</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
<noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
</head>
<body class="is-preload">
<!-- Wrapper -->
<div id="wrapper">
<!-- Header -->
<header id="header">
<div class="logo">
<span class="icon"><i class="fa fa-code fa-lg"></i></span>
</div>
<div class="content">
<div class="inner">
<h1>FOSS NITRR</h1>
<p>Free Open Source Society, NITRR</p>
<p>Join us on</p>
<p><span class="icon"><a class="icon" style="padding-right:25px" href=""><i class="fab fa-discord fa-4x"></i></a></span><span class="icon"><a class="icon" style="padding-left: 25px" href="https://github.com/FOSSNITRR"><i class="fab fa-github fa-4x"></i></a></span></p>
</div>
</div>
<nav>
<ul>
<li><a href="#intro">Intro</a></li>
<li><a href="#competitive-programming">Competitive Programming</a></li>
<li><a href="#open-source">Open Source</a></li>
<!--<li><a href="#connect">Connect</a></li>-->
</ul>
</nav>
</header>
<!-- Main -->
<div id="main">
<!-- Intro -->
<article id="intro">
<h2 class="major">Intro</h2>
<span class="image main"><img src="images/pic01.jpg" alt="" /></span>
<p><b>FOSS NITRR is a collaboration to contribute to Open Source, led by students at NIT Raipur.
We are striving to get a very good coding culture. Many students and people from and outside of NIT Raipur are part of this society.
FOSS NITRR is open for anyone who is willing to contribute their part.</b>
</p>
<p>We have people working in different areas. Following are the areas we are working on right now.</p>
<ul>
<li>Machine Learning and AI</li>
<li>Web Development</li>
<li>Android Development</li>
<li>Competitive Programming</li>
</ul>
<p>We are working hard to create a framework and road map to learn all of these things within limited time but with maximum comprehension.
</p>
<p>Get connected to us. Drop your issues at our <a href="https://github.com/FOSSNITRR">Github</a>.</p>
</article>
<!-- Work -->
<article id="open-source">
<h2 class="major">Open Source</h2>
<span class="image main"><img src="images/pic02.jpg" alt="" /></span>
<p align="center"><b>We <i class="icon fa fa-heart white"></i> love open source!</b></p>
<p>Find our projects at <a href="">Github</a>.</p>
<p>We have open source projects on domains such as</p>
<ul>
<li>Machine Learning</li>
<li>Competitive Programming</li>
<li>Web Development</li>
<li>Android Development</li>
</ul>
<p><b>Hacktoberfest</b></p>
<span class="image main"><img src="images/hacktoberfest.jpg" alt="" /></span>
<p><a href="https://hacktoberfest.digitalocean.com/">Hacktoberfest</a> is open to everyone in our global community.
Whether you’re a developer, student learning to code, event host, or company of any size,
you can help drive growth of open source and make positive contributions to an ever-growing community.
All backgrounds and skill levels are encouraged to complete the challenge.</p>
<ul>
<li>Sign up anytime between October 1 and October 31.</li>
<li>Pull requests can be made in any GitHub-hosted repositories/projects.</li>
<li>Get a FREE limited edition Hacktoberfest T-Shirt when you complete 4 pull requests!</li>
<li>Visit the official website <a href="https://hacktoberfest.digitalocean.com/">HERE!</a></li>
</ul>
</article>
<!-- About -->
<article id="competitive-programming">
<h2 class="major">Competitive Programming</h2>
<span class="image main"><img src="images/pic03.jpg" alt="" /></span>
<p><b>We are announcing a Competitive Programming Challenge.
100 days of competitive programming!</b>
</p>
<p>
You have to do competitive programming for 100 days. Keep it simple, one problem a day if you're just getting started.
There is no barrier to join.
If you think you can do better, just do it and daily share your updates with us.</p>
<p><b>
You can use twitter, Facebook, WhatsApp, discord or whatever.
Use #100DaysOfCompetiveProgrammingNITRR </b></p>
<p><b>
The top 5 people (who make the most impact on others) of this challenge will get a prize money of total 10 thousand INR.
</b></p>
<p>
The challenge begins from 10th of August.
And the first phase will end on 30th January 2020.
The prizes will be distributed on this date. But you can start any time any day in between.
Making most impact matters.
</p><p><b>
Note: Prizes are open for all.
</b></p>
<p>
Tip: You can create a github repo and share it regularly to make more impact.
Also, tell more people about it. Help them if they get stuck.</p>
</article>
<!-- Contact -->
<!-- Elements -->
</div>
<!-- Footer -->
<footer id="footer">
<p class="copyright">© FOSS.</p>
</footer>
</div>
<!-- BG -->
<div id="bg"></div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>