Skip to content

Commit

Permalink
Update profile.html
Browse files Browse the repository at this point in the history
  • Loading branch information
afaji authored Nov 24, 2024
1 parent 37cc917 commit dcc2685
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion _pages/profile.html
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,9 @@
border: 1px solid var(--border);
position: relative;
transition: all 0.3s ease;
flex-wrap: wrap; /* Allows wrapping for subtitle */
align-items: center;
display: flex;
}

.timeline-content:hover {
Expand All @@ -121,6 +124,8 @@
letter-spacing: 0.5px;
margin-left: auto; /* Pushes the date to the right */
white-space: nowrap;
align-self: center;
margin-right: 1rem;
}

.timeline-title {
Expand Down Expand Up @@ -149,8 +154,8 @@ <h2 class="section-title">Experience & Education</h2>
<div class="timeline-item" style="animation-delay: 0.1s">
<div class="timeline-dot"></div>
<div class="timeline-content">
<div class="timeline-date">Jan 2023 - Present</div>
<div class="timeline-title">Assistant Professor</div>
<div class="timeline-date">Jan 2023 - Present</div>
<div class="timeline-subtitle">
<i class="fas fa-map-marker-alt" style="color: #0073e6; margin-right: 5px;"></i>
MBZUAI
Expand Down

0 comments on commit dcc2685

Please sign in to comment.