Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
hizclick authored Jan 15, 2025
1 parent df7270b commit 042c518
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -195,21 +195,11 @@ <h1 class="card-title" style="text-align: center; color: black" id="About">About
</div> -->
<div class="d-flex justify-content-center" style="gap: 20px; margin-bottom: 50px;">
<!-- First Card -->
<a href="https://example.com/virtuoso-endpoint" target="_blank" class="text-decoration-none">
<a href="https://am.dbpedia.data.dice-research.org/ui" target="_blank" class="text-decoration-none">
<div class="card text-center" style="max-height: 200px; overflow: hidden;">
<img class="card-img-top" src="images/open-link-virtuoso-logo.png" alt="Card image cap" style="max-height: 150px; object-fit: contain;">
<div class="card-body">
<p class="card-text">Access our Virtuoso SPARQL endpoint for versatile query capabilities.</p>
</div>
</div>
</a>

<!-- Second Card -->
<a href="https://example.com/qlever-endpoint" target="_blank" class="text-decoration-none">
<div class="card text-center" style="max-height: 200px; overflow: hidden;">
<img class="card-img-top" src="images/open-link-virtuoso-logo.png" alt="Card image cap" style="max-height: 150px; object-fit: contain;">
<div class="card-body">
<p class="card-text">Access our QLever's SPARQL endpoint for fast queries and autocompletion support.</p>
<p class="card-text">Access our Tentris SPARQL endpoint for versatile query capabilities.</p>
</div>
</div>
</a>
Expand Down

0 comments on commit 042c518

Please sign in to comment.