Skip to content

Commit

Permalink
Update Fields.jsx
Browse files Browse the repository at this point in the history
I have added descriptions for the fields of CP/DSA, Dev and ML in Fields.jsx
  • Loading branch information
aindree-2005 authored Oct 2, 2023
1 parent ec6e66b commit f9ad05f
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 f9ad05f

Please sign in to comment.