Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 1 addition & 8 deletions docs/_layouts/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,7 @@ <h1 class="project-name">{{ page.title | default: site.title | default: site.git
alt="VatView — Live VATSIM tracking app"
class="hero-image"
>
<div class="store-badges">
<a href="https://apps.apple.com/us/app/vatview/id1562497035">
<img src="https://developer.apple.com/assets/elements/badges/download-on-the-app-store.svg" alt="Download on the App Store" width="180">
</a>
<a href="https://play.google.com/store/apps/details?id=com.gevahim.vatview">
<img alt="Get it on Google Play" src="https://play.google.com/intl/en_us/badges/static/images/badges/en_badge_web_generic.png" width="210">
</a>
</div>

</div>
</header>

Expand Down
25 changes: 1 addition & 24 deletions docs/assets/css/home-custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -48,29 +48,6 @@
.hero-image {
max-width: 820px;
width: 100%;
border-radius: 10px;
box-shadow: 0 8px 40px rgba(0, 0, 0, 0.5);
display: block;
margin: 0 auto 1.8rem;
}

/* Store badge row */
.store-badges {
display: flex;
gap: 1rem;
justify-content: center;
flex-wrap: wrap;
}

.store-badges a {
display: inline-block;
background: rgba(0, 0, 0, 0.55);
border: 1px solid rgba(255, 255, 255, 0.25);
border-radius: 8px;
padding: 2px 4px;
transition: background 0.2s;
}

.store-badges a:hover {
background: rgba(0, 0, 0, 0.75);
margin: 0 auto;
}
10 changes: 10 additions & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,16 @@ title: VatView — Live VATSIM Tracker

VatView is a free mobile app for iOS and Android that shows you live [VATSIM](https://vatsim.net) traffic on an interactive map — pilots, ATC controllers, airports, events, and more.

<div align="center">
<a href="https://apps.apple.com/us/app/vatview/id1562497035">
<img src="https://developer.apple.com/assets/elements/badges/download-on-the-app-store.svg" alt="Download on the App Store" width="200">
</a>
<br>
<a href="https://play.google.com/store/apps/details?id=com.gevahim.vatview">
<img alt="Get it on Google Play" src="https://play.google.com/intl/en_us/badges/static/images/badges/en_badge_web_generic.png" width="230">
</a>
</div>

---

## Features
Expand Down
Loading