Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions about.css
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ body {
border-radius: 20px;
background-size: cover;
background-position: center;
overflow: visible;
/* overflow: visible; */
transition: all ease 0.6s;
box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}
Expand Down Expand Up @@ -135,7 +135,7 @@ body {

.container {
max-width: 1200px;
margin: 0 auto;
margin:auto;
padding: 20px;
}

Expand Down
4 changes: 2 additions & 2 deletions about.html
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ <h4>Chetan Ajmani</h4>
<!-- Role or title of the team member -->
<span class="team-role">JavaScript Developer & Interactive Features Expert</span>
<!-- Description of the team member's contributions -->
<p>Bringing dynamic functionality to life, I specialize in JavaScript-driven interactivity, ensuring an engaging and responsive experience.</p>
<p>Bringing dynamic functionality to life, I specialize in JavaScript-driven interactivity, ensuring an engaging and responsive experience.</p><br>
<!-- Container for social media links -->
<div class="social-icons">
<!-- Google profile link with custom SVG icon -->
Expand Down Expand Up @@ -95,7 +95,7 @@ <h4>Chetan Ajmani</h4>
<!-- Team member's name -->
<h4>Tanish Mehta</h4>
<!-- Role or title of the team member -->
<span class="team-role">Front-End Specialist & UI/UX Expert</span>
<span class="team-role">Front-End Specialist & UI/UX Expert</span>
<!-- Description of the team member's contributions -->
<p>Crafting intuitive and visually engaging designs, I ensure seamless user navigation with expert HTML and CSS styling. Their keen focus on user experience makes every interaction smooth.</p><br>
<!-- Container for social media links -->
Expand Down