Skip to content

Commit

Permalink
Updated the about section
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanwritescode committed Jul 1, 2023
1 parent 1bc6ff6 commit f431217
Showing 1 changed file with 13 additions and 11 deletions.
24 changes: 13 additions & 11 deletions src/Components/About/AboutSection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,38 +10,40 @@ const AboutSection = () => {

<div className="row">
<div className="col-lg-4">
<img src={ meportrait } className="img-fluid" alt="profile picture" />
<img src={meportrait} className="img-fluid" alt="profile picture" />
</div>
<div className="col-lg-8 pt-4 pt-lg-0 content">
<h3>Frontend Developer</h3>
<h3>Junior Software Engineer/Web Developer</h3>
<p className="fst-italic">
I am a self-taught and driven Web Developer with one year of professional experience, and I am dedicated to continuous learning.
I am a driven developer with two years of professional experience, and I am dedicated to continuous learning.
</p>
<div className="row">
<div className="col-lg-6">
<ul>
<li><i className="bi bi-chevron-right"></i> <strong>Birthday:</strong> <span>21 July 1995</span></li>
{/* <li><i className="bi bi-chevron-right"></i> <strong>Birthday:</strong> <span>21 July 1995</span></li> */}
<li><i className="bi bi-chevron-right"></i> <strong>Home Phone:</strong> <span>(042) 754-2294</span></li>
<li><i className="bi bi-chevron-right"></i> <strong>Cellphone:</strong> <span>+63 905 336-9574</span></li>
<li><i className="bi bi-chevron-right"></i> <strong>Location:</strong> <span>Marinduque, Philippines</span></li>
</ul>
</div>
<div className="col-lg-6">
<ul>
<li><i className="bi bi-chevron-right"></i> <strong>Age:</strong> <span>27</span></li>
{/* <li><i className="bi bi-chevron-right"></i> <strong>Age:</strong> <span>27</span></li> */}
<li><i className="bi bi-chevron-right"></i> <strong>Degree:</strong> <span>BS Computer Engineering</span></li>
<li><i className="bi bi-chevron-right"></i> <strong>Email:</strong> <span>[email protected]</span></li>
</ul>
</div>
</div>
<p>
I have gained proficiency in HTML and CSS, enabling me to create visually appealing static websites
with intermediate layouts and styles. I am particularly skilled in crafting well-structured and engaging user interfaces.
Additionally, I have been actively learning and applying React to build components and enhance the functionality of web
applications. With a solid understanding of web APIs, I am capable of integrating external services and data into my
projects. I am continuously expanding my skill set and eagerly seeking new challenges to further develop my expertise in web
development. I am excited to share my passion and contribute to innovative projects in the field.
I've previously worked for a remote SaaS Cloud Service platform based in Malaysia. This experience not only allowed me to gain considerable competencies in frontend development skills such as HTML, CSS, and JavaScript in React but also provided me with the opportunity to enhance my collaboration and communication skills in a remote work setting. Engaging in tasks such as localization assignments, resolving customer ticket issues, bug fixes, and feature additions, I developed the ability to collaborate with people professionally, even in a virtual environment.
</p>
<p>
These experiences have not only expanded my technical competencies but have also equipped me with the necessary skills to work effectively and efficiently as part of a remote team. I am confident in my ability to adapt to different work environments and contribute positively to your organization's success.
</p>
<p>
In addition to my previous professional experiences, my daily coding practice and personal frontend projects have honed my skills, making me a valuable asset for your team.
</p>

</div>
</div>
</div>
Expand Down

0 comments on commit f431217

Please sign in to comment.