Skip to content

Commit

Permalink
Merge pull request #6 from Barath-Balamurugan/main
Browse files Browse the repository at this point in the history
Added the publication
  • Loading branch information
Barath-Balamurugan authored Jan 9, 2025
2 parents 2d73f6d + e5589c2 commit 3a71d47
Show file tree
Hide file tree
Showing 6 changed files with 471 additions and 8 deletions.
Binary file modified images/People/GuodongChen.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/People/MayankChadha.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/People/ZhewenYang.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion people/people.html
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ <h3>Guodong Chen</h3>
</div>

<div class="col-md-4 col-sm-6 person">
<img src="/images/placeholder-profile-pic.jpg" alt="Person 3">
<img src="/images/People/ZhewenYang.png" alt="Person 3">
<h3>Zhewen Yang</h3>
<p>PhD Student</p>
<a href="https://example.com/jane">Website</a>
Expand Down
6 changes: 6 additions & 0 deletions publications/publications.css
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,12 @@ footer {
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.publication-title-container{
display: flex;
flex-direction: row;
justify-content: space-between;
}

.publication-title {
font-size: 1.2rem;
font-weight: 500;
Expand Down
Loading

0 comments on commit 3a71d47

Please sign in to comment.