Skip to content

Commit

Permalink
reformat timeline
Browse files Browse the repository at this point in the history
  • Loading branch information
TomMitchell123 committed Jul 25, 2024
1 parent 5aaebc2 commit 02fa694
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -69,20 +69,20 @@ <h2>Work Experience</h2>
<div class="timeline">
<div class="timeline-item">
<div class="timeline-content">
<span class="timeline-date">June 2024 - Aug 2024</span>
<h3>Army Research Lab</h3>
<p>Leveraged realtime transportation data to develop a cutting-edge machine learning model that classifies traffic incidents.</p>
</div>
<div class="timeline-date">June 2024 - Aug 2024</div>
</div>
<div class="timeline-item">
<div class="timeline-content">
<span class="timeline-date">Mar 2023 - Jan 2024</span>
<h3>Astronomy Research</h3>
<p>Abstract of our research was accepted at the American Geophysical Union (AGU23) Annual Conference.</p>
<a href="AGU23-SOHO.pdf" target="_blank" rel="noopener noreferrer" class="view-button">
<i class="fas fa-eye"></i> View Poster
</a>
</div>
<div class="timeline-date">Mar 2023 - Jan 2024</div>
</div>
</div>
</section>
Expand Down Expand Up @@ -113,5 +113,3 @@ <h2>Contact</h2>
</body>
</html>



2 changes: 1 addition & 1 deletion styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ html, body {

.timeline {
position: relative;
max-width: 1200px;
max-width: 800px;
margin: 2rem auto;
padding: 0 1rem;
}
Expand Down

0 comments on commit 02fa694

Please sign in to comment.