Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
48 changes: 29 additions & 19 deletions lib/data/FaqData.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ const options = [
title: <>Who is the Professor-In-Charge of HnCC ?</>,
body: (
<>
The Professor-In-Charge of HnCC is Mr. Dinesh Kumar Prabhakar Sir from
the Dept. of Information Technology, BIT Sindri.
The Professor-In-Charge of HnCC is Prof. Md. Akram Khan Sir from the
Dept. of Information Technology, BIT Sindri.
</>
),
},
Expand Down Expand Up @@ -91,7 +91,7 @@ const options = [
<li>Graphics Design</li>
<li>Machine Learning and Deep Neural Networks</li>
<li>API’s, backend and Cloud Computing</li>
<li>Management.</li>
<li>Blockchain</li>
</ul>
</>
),
Expand Down Expand Up @@ -192,8 +192,8 @@ const options = [
{
title: (
<>
I got rejected in Interview but I want to join the Developer’s community
i.e. HnCC. What should I do now ?
I got rejected in Interview but I want to join the HnCC. What should I
do now ?
</>
),
body: (
Expand Down Expand Up @@ -323,6 +323,7 @@ const options = [
<li>Sports Club</li>
<li>Prayaas India</li>
<li>Sarjana</li>
<li>Light Sindri</li>
</ul>
If your club is not in the list and you feel it should be here. Please
contact and ask us for a review.
Expand Down Expand Up @@ -715,10 +716,15 @@ const options = [
body: (
<ul>
<li>Hackathon (HACKATRON)</li>
<li>Developer of the Year (DOTY)</li>
<li>CodeStorm</li>
<li>Hackoverse</li>
<li>War of Web</li>
<li>CodeQuest</li>
<li>Uxathon</li>
<li>CodeCamp</li>
<li>Hacktrail</li>
<li>Bit Code (Monthly Coding Contest)</li>
<li>HacktoberFest</li>
<li>Linux Installation Drive</li>
<li>Git and Github Session</li>
</ul>
),
},
Expand All @@ -731,20 +737,24 @@ const options = [
We organized the first-ever national-level hackathon, Hackatron,
ever in BIT Sindri.
</li>

<li>
Two of our members from 3rd year, Suraj Mahto(IT) and Anjani
Kumar(IT) hold developer status in the KDE Community.
Ruma Karn from our team has landed a Software Engineering internship
at Microsoft—a proud achievement for us!
</li>
<li>
Recently, our android team (lead by Shivam Anand and Anubhaw Sharma)
had taken part in a National Hackathon, in which they were currently
got into finals with 6th rank.
Soumik Kumar Ghosal from our team has secured a research internship
at Mitacs Globalink, Canada
</li>
<li>We have a record high of 20.5k downloads on Play Store</li>
<li>
A team from HnCC won the 1st prize in COVIDTHON organized by Govt.
of Jharkhand
Team SIGMA from our club, consisting of five team members conquered
at SIH Grand Finale&apos;23{' '}
</li>
<li>
Team Programmarix from our club, consisting of five members, emerged
as the runner-up at the SIH Grand Finale&apos;22
</li>
<li>We have a record high of 20.5k downloads on Play Store</li>
</ul>
This are some of the recent achievements.
</>
Expand Down Expand Up @@ -781,9 +791,9 @@ const options = [
it might have been powered by a Linux system.
<br />
<strong>For a student, learning is the most important</strong>.<br />
Closed systems like Windows and Mac dont provide that degree of open
environment and hackable features like you get on a Linux system which
is most important for learning and experimenting.
Closed systems like Windows and Mac don&apos;t provide that degree of
open environment and hackable features like you get on a Linux system
which is most important for learning and experimenting.
<br />
You can read more about the experience of having Linux OS, on the blog
written by one of our 2nd-year member, Zeeshan Ashraf (ECE) at{' '}
Expand Down
Loading