Skip to content

Commit

Permalink
added a few details and corrected the allignment
Browse files Browse the repository at this point in the history
  • Loading branch information
arun committed May 24, 2024
1 parent 4b80eec commit 1bb51f6
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 4 deletions.
10 changes: 10 additions & 0 deletions assets/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -2160,6 +2160,16 @@ input, select, textarea {

/* Copyright */

.developer-bio {
margin-top: 20px;
color: grey;
font-weight: bold;
font-size: 16px;
line-height: 1.5;
text-align: justify;
text-justify: inter-word;
}

#copyright {
color: #666;
font-size: 1em;
Expand Down
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ <h1> Hi. I'm <strong>Arun Prasad</strong>.</h1>
<article id="about">
<h2 style="margin-top:70px ;">About Me</h2>
<p></p>
<p style="margin-top:-20px; "><strong style="color:grey ;">Aspiring Java Developer passionate about crafting efficient and innovative software solutions,
<p class="developer-bio" style="margin-top:-20px; "><strong style="color:grey ;">Aspiring Java Developer passionate about crafting efficient and innovative software solutions,
with an insatiable curiosity for new concepts. Equipped with a solid foundation in Java programming
and a keen eye for detail, excels in translating complex problems into seamless,
user-friendly applications. Constantly learning and evolving,
Expand Down Expand Up @@ -346,7 +346,7 @@ <h3>Masai School</h3>
<h3>Noorul Islam College</h3>
<p><strong style="color: grey;"> Civil Engineering</strong></p>
<p style="margin-top: -35px;"> <strong style="color: grey; "> kanyakumari</strong> </p>
<p style="margin-top: -35px;"> <strong style="color: grey;"> 2014-2018</strong></p>
<p style="margin-top: -35px;"> <strong style="color: grey;"> August-2014 to May-2018</strong></p>

</section>
</div>
Expand All @@ -357,7 +357,7 @@ <h3>Noorul Islam College</h3>
<h3>S H Public School</h3>
<p><strong style="color: grey;"> Higher Secondary</strong></p>
<p style="margin-top: -35px;"> <strong style="color: grey; "> Kottayam</strong> </p>
<p style="margin-top: -35px;"> <strong style="color: grey;"> 2012-2014</strong></p>
<p style="margin-top: -35px;"> <strong style="color: grey;"> April-2012 to March-2014</strong></p>

</section>
</div>
Expand All @@ -371,7 +371,7 @@ <h3>BackEnd Developer </h3>
<h4>Shopse-Financial Services </h4>
<h4>August-2023 - Present</h4>
<p></p>
<p style="margin-top:-20px; "><strong style="color:grey ;"> Experience working in Java-based systems for fintech applications, including data management and API integration.
<p class="developer-bio" style="margin-top:-20px; "><strong style="color:grey ;"> Experience working in Java-based systems for fintech applications, including data management and API integration.
Proficient in NoSQL databases like MongoDB, ensuring efficient data storage, retrieval, and schema design.
Skilled in developing RESTful APIs for seamless integration with external services.
Strong background in testing and quality assurance, ensuring reliable software delivery.
Expand Down

0 comments on commit 1bb51f6

Please sign in to comment.