Skip to content

Commit

Permalink
Merge pull request GDSC-Jadavpur-University#24 from aindree-2005/aind…
Browse files Browse the repository at this point in the history
…ree-2005-patch-1

Update Fields.jsx
  • Loading branch information
Ayushpanditmoto authored Oct 2, 2023
2 parents ec6e66b + f9ad05f commit 169f337
Showing 1 changed file with 15 additions and 12 deletions.
27 changes: 15 additions & 12 deletions components/Fields.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,11 @@ function Fields() {
<div className="w-10/12">
<p className="font-semibold text-6xl mb-5">Development</p>
<p>
Lorem ipsum dolor sit amet consectetur adipisicing elit. Incidunt,
architecto asperiores dicta saepe totam quas laboriosam voluptates
facilis ut numquam, vel beatae odit blanditiis ullam qui, cum
quibusdam atque iure?
Development is the process of creating and maintaining software
and computer programs. Dev encompasses everything from coding, to
maintenance to debugging. The open source community is one of the
most popular "developer" communities

</p>
</div>
<div>
Expand All @@ -29,10 +30,11 @@ function Fields() {
<div className="w-10/12">
<p className="font-semibold text-6xl mb-5">DSA And CP</p>
<p>
Lorem ipsum dolor sit amet consectetur adipisicing elit. Incidunt,
architecto asperiores dicta saepe totam quas laboriosam voluptates
facilis ut numquam, vel beatae odit blanditiis ullam qui, cum
quibusdam atque iure?
DSA (Data Structures and Algorithms) is the study of organizing
and manipulating data efficiently to perform complex computations
Competitive programming is a sport of coding where individuals or
teams solve algorithmic problems in a timed competition using DSA
skills, and quick thinking to solve problems within constraints.
</p>
</div>
</div>
Expand All @@ -42,10 +44,11 @@ function Fields() {
<div className="w-10/12">
<p className="font-semibold text-6xl mb-5">Machine Learning</p>
<p>
Lorem ipsum dolor sit amet consectetur adipisicing elit. Incidunt,
architecto asperiores dicta saepe totam quas laboriosam voluptates
facilis ut numquam, vel beatae odit blanditiis ullam qui, cum
quibusdam atque iure?
Machine learning is a sub domain of artificial intelligence that lets
computers learn from data and make predictions or decisions for newer
datasets. It involves using algorithms to analyze corelations, patterns
and relationships within datasets. This technology finds applications
in diverse fields, from autonomous driving to bioinformatics.
</p>
</div>
<div>
Expand Down

0 comments on commit 169f337

Please sign in to comment.