Skip to content

Commit

Permalink
Add link to semantic-search-model-evaluation GitHub repo too
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonyfok committed Jun 20, 2024
1 parent a077fa5 commit 2e1eee4
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/lib/components/Footer.svelte
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
<script lang="ts">
function openGitHubSemanticSearchModelEvaluation() {
window.open("https://github.com/Canadian-Geospatial-Platform/semantic-search-model-evaluation");
}
function openGitHubSemanticSearchWithOpenSearch() {
window.open("https://github.com/Canadian-Geospatial-Platform/semantic-search-with-amazon-opensearch");
}
Expand All @@ -11,6 +15,14 @@
<footer>
<p>GeoDiscovery, Canada Centre for Mapping and Earth Observation, Government of Canada, 2024</p>
<ul>
<li>
<button on:click={openGitHubSemanticSearchModelEvaluation}>
<i class="fa-brands fa-github" style="font-size: larger;"></i> GitHub
</button>
<a href="https://github.com/Canadian-Geospatial-Platform/semantic-search-model-evaluation" target="_blank">
Canadian-Geospatial-Platform/semantic-search-model-evaluation
</a>
</li>
<li>
<button on:click={openGitHubSemanticSearchWithOpenSearch}>
<i class="fa-brands fa-github" style="font-size: larger;"></i> GitHub
Expand Down

0 comments on commit 2e1eee4

Please sign in to comment.