-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
zhengjinaling
committed
Jul 23, 2024
1 parent
58df791
commit 81f4875
Showing
2 changed files
with
22 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -102,7 +102,26 @@ <h1 class="title is-1 publication-title is-bold"> | |
<span class="author-block">✉Corresponding author:</span> | ||
<span class="author-block"><a href="mailto:[email protected]">[email protected]</a></span> | ||
</div> | ||
|
||
<style> | ||
.accepted { | ||
text-align: center; | ||
color: #0a283d; /* Dark blue color */ | ||
font-size: 24px; | ||
background-color: #e8f0fe79; /* Light blue background */ | ||
border: 1px solid #B6D4FE; | ||
border-radius: 10px; | ||
padding: 20px; | ||
box-shadow: 0 4px 8px rgba(0,0,0,0.1); | ||
} | ||
</style> | ||
<div class="accepted"> | ||
<i class="fas fa-fire icon" style="color: red;"></i> | ||
Exciting News! | ||
<div>Our paper has been selected as | ||
<span style="color: red; font-weight: bold;"> outstanding paper </span> | ||
|
||
at MFM-EAI workshop@ICML2024</div> | ||
</div> | ||
|
||
<div class="column has-text-centered"> | ||
<div class="publication-links"> | ||
|