Skip to content

Commit

Permalink
Modified on 01.02.2024
Browse files Browse the repository at this point in the history
  • Loading branch information
edwinjoel1202 committed Feb 1, 2024
1 parent 8b1191f commit 316fb4b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ <h1>I am Edwin Joel J</h1>
<section id="about" class="py-5">
<div class="container-fluid">
<div class="col-md-12">
<h1 align="center">About Me</h1>
<h1 align="center"><i class="fas fa-user"></i> About Me</h1>
</div>
<div class="row gt-3 mt-5">
<div class="col-md-6 offset-md-3" align="center">
Expand All @@ -117,7 +117,7 @@ <h6>Student</h6>
<!-- Skills Section -->
<section id="skills" class="bg-light py-5">
<div class="text-center">
<h2>Skills</h2>
<h1><i class="fas fa-laptop-code"></i> Skills</h1>
<div class="container" id="skills_svg_div">
<div class="row mt-5">
<div class="col-md">
Expand Down Expand Up @@ -175,7 +175,7 @@ <h2>Skills</h2>
<!-- Education Section -->
<section id="education" class="py-5">
<div class="container text-center">
<h2>Education</h2>
<h1><i class="fas fa-graduation-cap"></i> Education</h1>
<div class="row mt-5">
<div class="col-md-6">
<div class="card" id="card_stj">
Expand Down Expand Up @@ -208,7 +208,7 @@ <h5 class="card-title">B.Tech. Information Technology</h5>
<!-- Projects Section -->
<section id="projects" class="bg-light py-5">
<div class="container">
<h2 align="center">Projects</h2>
<h2 align="center"><i class="fas fa-laptop-code"></i> Projects</h2>
<div class="row mt-5">
<div class="col-md-8 offset-md-2">
<div class="card">
Expand Down

0 comments on commit 316fb4b

Please sign in to comment.