Skip to content

Commit

Permalink
Fixed paper section hover and changes hover 2 hover icons
Browse files Browse the repository at this point in the history
  • Loading branch information
SV592 committed Nov 22, 2024
1 parent 0b06f79 commit 240e095
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -638,7 +638,7 @@ <h4>Code Review Practises On Ethereum Smart Contracts</h4>
<!-- Paper Content -->
<div class="paper">
<div class="icon">
<i class="fas fa-exclamation-triangle paper-icon"></i>
<i class="fas fa-cogs paper-icon"></i>
</div>
<h4>Predicting Build Breakage With Machine Learning.</h4>
<p>This project is a literature survey focused on applying <b>machine learning</b> techniques to predict
Expand All @@ -658,7 +658,7 @@ <h4>Predicting Build Breakage With Machine Learning.</h4>
<!-- Paper Content -->
<div class="paper">
<div class="icon">
<i class="fas fa-users paper-icon"></i>
<i class="fas fa-language paper-icon"></i>
</div>
<h4>Exploring the Prevalence of Social Biases In State Of The Art large language Models</h4>
<p>This project investigates the prevalence of social biases in large language models like <b>GPT-2</b>,
Expand Down
2 changes: 1 addition & 1 deletion styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -537,7 +537,7 @@ section ul li {

.paper:hover {
box-shadow: 0 0 20px rgba(0, 128, 0, 0.5);
transform: none;
transform: scale(1.01);
z-index: 1;
}

Expand Down

0 comments on commit 240e095

Please sign in to comment.