Skip to content

Commit

Permalink
product_hunt_badge
Browse files Browse the repository at this point in the history
  • Loading branch information
KoheiKanagu committed Oct 1, 2024
1 parent 4f7f970 commit fbd986c
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 5 deletions.
15 changes: 10 additions & 5 deletions .pandoc/templates/uikit_apps.html
Original file line number Diff line number Diff line change
Expand Up @@ -101,11 +101,6 @@ <H1>$abstract-title$</H1>
<a href="$google_play_url$"><img id="google_play_badge_big" src="https://kingu.dev/images/google_play.webp" alt="Google Play" /></a>
$endif$
</p>
<p>
$if(appsforapplevision_url)$
<a href="$appsforapplevision_url$"><img src="https://appsforapplevision.com/images/badges/a4avp-featured-badge-light.png" alt="Apps For Apple Vision Badge" width="300"/></a>
$endif$
</p>
</div>
</div>
</div>
Expand All @@ -116,6 +111,16 @@ <H1>$abstract-title$</H1>
<div class="uk-container uk-container-center uk-margin-top uk-margin-large-bottom">
<div class="uk-grid" data-uk-grid-margin style="text-align: center">
<div class="uk-width-1-1">
$if(appsforapplevision_url)$
<p>
<a href="$appsforapplevision_url$"><img src="https://appsforapplevision.com/images/badges/a4avp-featured-badge-light.png" alt="Apps For Apple Vision Badge" width="300"/></a>
</p>
$endif$

$if(product_hunt_badge)$
<p>$product_hunt_badge$</p>
$endif$

<p>
アプリに関するお問い合わせは、アプリ内のフィードバック、
<a href="mailto:[email protected]">メール</a>
Expand Down
1 change: 1 addition & 0 deletions src/apps/AcrylicStand/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ app_icon: https://kingu.dev/images/apps/AcrylicStand.webp
app_store_url: https://apps.apple.com/app/acrylicstand/id6535676394?itsct=apps_box_link&itscg=30200
appsforapplevision_url: https://appsforapplevision.com/apps-directory/acrylicstand
apple-itunes-app-id: 6535676394
product_hunt_badge: '<a href="https://www.producthunt.com/posts/acrylicstand?embed=true&utm_source=badge-featured&utm_medium=badge&utm_souce=badge-acrylicstand" target="_blank"><img src="https://api.producthunt.com/widgets/embed-image/v1/featured.svg?post_id=493413&theme=light" alt="AcrylicStand - New&#0032;way&#0032;to&#0032;show&#0032;photos | Product Hunt" style="width: 250px; height: 54px;" width="250" height="54" /></a>'
---
1 change: 1 addition & 0 deletions src/apps/ExternalVision/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ app_icon: https://kingu.dev/images/apps/ExternalVision.webp
app_store_url: https://apps.apple.com/app/externalvision/id6670433678?itsct=apps_box_link&itscg=30200
appsforapplevision_url: https://appsforapplevision.com/apps-directory/externalvision
apple-itunes-app-id: 6670433678
product_hunt_badge: '<a href="https://www.producthunt.com/posts/externalvision?embed=true&utm_source=badge-featured&utm_medium=badge&utm_souce=badge-externalvision" target="_blank"><img src="https://api.producthunt.com/widgets/embed-image/v1/featured.svg?post_id=493450&theme=light" alt="ExternalVision - Copy&#0032;text&#0032;from&#0032;the&#0032;real&#0032;world&#0032;with&#0032;Apple&#0032;Vision&#0032;Pro | Product Hunt" style="width: 250px; height: 54px;" width="250" height="54" /></a>'
---
4 changes: 4 additions & 0 deletions src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ og_image: https://kingu.dev/images/ogp.webp

<a href="https://appsforapplevision.com/apps-directory/externalvision"><img src='https://appsforapplevision.com/images/badges/a4avp-featured-badge-light.png' alt='Apps For Apple Vision Badge' width=256></img></a>

<a href="https://www.producthunt.com/posts/externalvision?embed=true&utm_source=badge-featured&utm_medium=badge&utm_souce=badge-externalvision" target="_blank"><img src="https://api.producthunt.com/widgets/embed-image/v1/featured.svg?post_id=493450&theme=light" alt="ExternalVision - Copy&#0032;text&#0032;from&#0032;the&#0032;real&#0032;world&#0032;with&#0032;Apple&#0032;Vision&#0032;Pro | Product Hunt" style="width: 250px; height: 54px;" width="250" height="54" /></a>

#### [アクスタ / AcrylicStand](./apps/AcrylicStand)

<a href="./apps/AcrylicStand">
Expand All @@ -59,6 +61,8 @@ og_image: https://kingu.dev/images/ogp.webp

<a href="https://appsforapplevision.com/apps-directory/acrylicstand"><img src='https://appsforapplevision.com/images/badges/a4avp-featured-badge-light.png' alt='Apps For Apple Vision Badge' width=256></img></a>

<a href="https://www.producthunt.com/posts/acrylicstand?embed=true&utm_source=badge-featured&utm_medium=badge&utm_souce=badge-acrylicstand" target="_blank"><img src="https://api.producthunt.com/widgets/embed-image/v1/featured.svg?post_id=493413&theme=light" alt="AcrylicStand - New&#0032;way&#0032;to&#0032;show&#0032;photos | Product Hunt" style="width: 250px; height: 54px;" width="250" height="54" /></a>

#### [100 時間の法則 / 100-Hour Rule](./apps/100-Hour%20Rule)

<a href="./apps/100-Hour Rule">
Expand Down

0 comments on commit fbd986c

Please sign in to comment.