Skip to content

Commit

Permalink
feat: add links to map services
Browse files Browse the repository at this point in the history
  • Loading branch information
rileychh committed Sep 5, 2024
1 parent 043ac73 commit a30d025
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions content/event.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,29 @@ async function addToCalendar(type: CalendarType) {
</Suspense>
</ClientOnly>

<div class="actions">
<VPButton
theme="alt"
href="https://www.openstreetmap.org/relation/5355856"
target="_blank"
>
<IconPhMagnifyingGlass /> 開放街圖
</VPButton>
<VPButton
theme="alt"
href="https://www.google.com/maps/search/?api=1&query=國立臺灣科技大學&query_place_id=ChIJrcDEdiGqQjQRVfQp7kRe25A"
target="_blank"
>
<IconPhGoogleLogo /> Google 地圖
</VPButton>
<VPButton
theme="alt"
href="https://maps.apple.com/place?auid=1091116063745527859"
target="_blank"
>
<IconPhAppleLogo /> Apple 地圖
</VPButton>
</div>
:::

## 交通資訊
Expand Down Expand Up @@ -119,6 +142,10 @@ svg {
gap: 8px;
margin: 8px 0;
overflow-x:auto;

a {
text-decoration: none;
}
}

:deep(a:hover) {
Expand Down

0 comments on commit a30d025

Please sign in to comment.