Skip to content

Commit

Permalink
Update Home.js
Browse files Browse the repository at this point in the history
  • Loading branch information
hosseinfani authored Apr 15, 2024
1 parent c2c994f commit f22aea7
Showing 1 changed file with 3 additions and 28 deletions.
31 changes: 3 additions & 28 deletions docs/tutorial/umap24/src/routes/Home.js
Original file line number Diff line number Diff line change
Expand Up @@ -397,40 +397,15 @@ function Home() {
Materials
</span>
<div className="section-body p-2">
<div class="d-grid gap-3">
<div class="p-2">
<span className="fw-bold">View the Full Outline</span>
<div>
<a
className="btn btn-outline-primary btn-lg"
target="_blank"
href="https://hosseinfani.github.io/res/papers/2024_UMAP_Collaborative_Team_Recommendation_for_Skilled_Users_Objectives_Techniques_and_New_Perspectives.pdf"
>
<i className="bi bi-filetype-pdf pe-3"></i>Download
</a>
</div>
<a target="_blank" href="https://hosseinfani.github.io/res/papers/2024_UMAP_Collaborative_Team_Recommendation_for_Skilled_Users_Objectives_Techniques_and_New_Perspectives.pdf">Full Outline</a>
</div>
<div class="p-2">
<span className="fw-bold">
View the Slide Presentation (Upcoming)
</span>
<div>
<a className="btn btn-outline-primary btn-lg">
<i className="bi bi-filetype-pdf pe-3"></i>Download
</a>
</div>
<a href="javascript:void(0)" style="cursor: default;">Presentation Slides (Upcoming)</a>
</div>
<div class="p-2">
<span className="fw-bold">
View the Presentation Video (Upcoming)
</span>
<div>
<a className="btn btn-outline-primary btn-lg">
<i className="bi bi-filetype-pdf pe-3"></i>Download
</a>
</div>
<a href="javascript:void(0)" style="cursor: default;">Presentation Video (Upcoming)</a>
</div>
</div>
</div>
</section>
</div>
Expand Down

0 comments on commit f22aea7

Please sign in to comment.