Skip to content

Commit

Permalink
about
Browse files Browse the repository at this point in the history
  • Loading branch information
virajchandra51 committed Oct 25, 2023
1 parent 1621b53 commit 452cf74
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 10 deletions.
2 changes: 1 addition & 1 deletion src/pages/home/HomePage.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ const HomePage = () => {
</div>
<Statistics />
<div className="container mx-auto main-container">
<Section2 />
<Section5 />
<Guidelines/>
<Section9 />
Expand All @@ -36,7 +37,6 @@ const HomePage = () => {
<Section6 />
{/* <Section9 /> */}
<Section14 />
<Section2 />
<Section10 />
{/* <Section15 /> */}
{/* <Section11 />
Expand Down
21 changes: 12 additions & 9 deletions src/pages/home/sections/section2/Section2.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,18 @@ const Section2 = () => {
<WordGlobe />
</div>
<div className="codeutsava__section2-content">
<span style={{ color: "var(--secondary-c)" }}>CodeUtsava 7.0</span>{" "}
is an event being organized by Turing Club of Programmers, the
Official Coding Club of NIT Raipur. It aims to foster and nurture
invigorating coding culture among the students of the Institute
through its Mentorship programme, workshops, and along with several
other events including the annual event CodeUtsava. Students from
all over India can take part in this event, attend Workshops,
participate in the Hackathon, and various other coding related
activities which are organized under this event.
<span style={{ color: "var(--secondary-c)" }}>CodeUtsava</span>{" "}
is an annual event organized by the Turing Club of
Programmers. This event aims to bring like-minded coders from all
over the nation together, and foster coding culture among the
students of the institute through its diverse range of programs such
as Workshops, Hackathon, Coding competitions, Gaming Battles, Mic
Sessions and much more. <br/><br/>The most envisioned event of <span style={{ color: "var(--secondary-c)" }}>CodeUtsava</span>, is
the Hackathon. The event consists of a 28-hour-long hackathon that
witnesses various teams with participants from across the nation and
all four years stirring for making the best applications with the
most appealing innovations. This year, CodeUtsava also boasts a
prize pool of 33 Lakhs, with 1.5-2 Lakh cash prizes.
</div>
</div>
</div>
Expand Down

0 comments on commit 452cf74

Please sign in to comment.