Files
claude-code 56ed4e7041 SEO/LLM visibility: landing pages, llms.txt, smart banner, og-image 84KB, FAQ ampliada
- 3 landing pages keyword-targeted: manual-portfolio-tracker, portfolio-tracker-vs-spreadsheet, investment-journal (Article + BreadcrumbList + FAQPage JSON-LD)
- llms.txt para descubrimiento por LLMs/AI assistants
- apple-itunes-app smart banner en todas las páginas clave
- og-image.jpg 1200x675 (84KB) — el PNG de 1.3MB rompía previews en WhatsApp/Telegram
- FAQ home ampliada (bank linking, precio, iPad, idiomas) sincronizada con JSON-LD
- SoftwareApplication JSON-LD: screenshots, inLanguage (7 idiomas), author
- og:site_name/locale/image:alt; keywords meta
- Eliminado pt=123456 (provider token placeholder inválido) de todos los links App Store
- Fix typo PorfolioJournal en config.js; h1 duplicado variante B -> h2
- Sitemap actualizado

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01WoScpmHdVj1aUf4rAp6hbe
2026-07-07 11:41:59 +02:00

541 lines
26 KiB
HTML
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Portfolio Journal — Calm portfolio journaling for iOS</title>
<meta name="description" content="Track your investments privately on iOS. Portfolio Journal offers monthly check-ins, portfolio charts, net worth evolution, and goal tracking — offline-first, no account needed.">
<meta name="keywords" content="portfolio tracker, investment tracker iOS, manual portfolio tracker, net worth tracker, investment journal, portfolio tracker without linking bank account, private portfolio app">
<meta name="apple-itunes-app" content="app-id=6757678318">
<link rel="canonical" href="https://portfoliojournal.app/">
<meta property="og:type" content="website">
<meta property="og:site_name" content="Portfolio Journal">
<meta property="og:locale" content="en_US">
<meta property="og:title" content="Portfolio Journal — Private Investment Tracker for iOS">
<meta property="og:description" content="Track your investments privately. Monthly check-ins, portfolio charts, net worth evolution, and financial goals — offline-first iOS app, no account needed.">
<meta property="og:url" content="https://portfoliojournal.app/">
<meta property="og:image" content="https://portfoliojournal.app/assets/images/og-image.jpg">
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="675">
<meta property="og:image:alt" content="Portfolio Journal app dashboard showing portfolio value and evolution chart">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="Portfolio Journal">
<meta name="twitter:description" content="Track your investments privately. Monthly check-ins, portfolio charts, net worth evolution, and financial goals — offline-first iOS app.">
<meta name="twitter:image" content="https://portfoliojournal.app/assets/images/og-image.jpg">
<link rel="icon" href="assets/icons/favicon.svg" type="image/svg+xml">
<link rel="apple-touch-icon" href="assets/icons/apple-touch-icon.svg">
<link rel="preconnect" href="https://apps.apple.com">
<link rel="preconnect" href="https://plausible.io">
<link rel="stylesheet" href="assets/css/style.css">
<script defer data-domain="portfoliojournal.app" src="https://plausible.io/js/script.js"></script>
<script src="assets/js/config.js"></script>
<script src="assets/js/main.js" defer></script>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "SoftwareApplication",
"name": "Portfolio Journal",
"operatingSystem": "iOS",
"applicationCategory": "FinanceApplication",
"applicationSubCategory": "Investment Tracking",
"offers": {
"@type": "Offer",
"price": "0",
"priceCurrency": "USD"
},
"aggregateRating": {
"@type": "AggregateRating",
"ratingValue": "5.0",
"bestRating": "5",
"ratingCount": "10"
},
"url": "https://portfoliojournal.app",
"downloadUrl": "https://apps.apple.com/us/app/portfolio-journal/id6757678318",
"description": "Portfolio Journal is an offline-first iOS app for tracking your investment portfolio with monthly check-ins, goal setting, and long-term analytics. No bank linking or account required.",
"featureList": ["Monthly check-ins", "Offline-first", "iCloud sync", "Portfolio charts", "Goal tracking", "CSV export", "Face ID protection", "iOS widgets", "Manual entry — no bank linking", "Net worth evolution", "Investment journal"],
"inLanguage": ["en", "es", "de", "fr", "it", "ja", "pt-BR"],
"screenshot": [
"https://portfoliojournal.app/assets/images/screenshots/screen-1.png",
"https://portfoliojournal.app/assets/images/screenshots/screen-2.png",
"https://portfoliojournal.app/assets/images/screenshots/screen-3.png",
"https://portfoliojournal.app/assets/images/screenshots/screen-4.png"
],
"author": {
"@type": "Person",
"name": "Alexandre Vazquez",
"url": "https://alexandre-vazquez.com"
}
}
</script>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "FAQPage",
"mainEntity": [
{
"@type": "Question",
"name": "Does Portfolio Journal work offline?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Yes. All portfolio data and journal entries are stored locally by default, so you can update anywhere."
}
},
{
"@type": "Question",
"name": "Is iCloud sync required?",
"acceptedAnswer": {
"@type": "Answer",
"text": "No. iCloud is optional. Enable it only if you want to sync across devices."
}
},
{
"@type": "Question",
"name": "Can I export my data?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Yes. Export CSV or JSON anytime for backup or migration."
}
},
{
"@type": "Question",
"name": "Do I need to link my bank or brokerage account?",
"acceptedAnswer": {
"@type": "Answer",
"text": "No. Portfolio Journal is a manual portfolio tracker: you enter your values yourself, once a month. No bank credentials, no brokerage API keys, no third-party aggregators ever touch your data."
}
},
{
"@type": "Question",
"name": "Is Portfolio Journal free?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Yes. The core app — sources, snapshots, monthly check-ins, dashboard, and goals — is free. A Premium upgrade unlocks advanced analytics like allocation, drawdown, volatility, and 12-month forecasting."
}
},
{
"@type": "Question",
"name": "Does Portfolio Journal work on iPad?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Yes. Portfolio Journal runs natively on iPhone and iPad, with an adaptive layout, sidebar navigation, and multi-column dashboard on larger screens."
}
},
{
"@type": "Question",
"name": "What languages does Portfolio Journal support?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Portfolio Journal is available in English, Spanish, German, French, Italian, Japanese, and Brazilian Portuguese."
}
},
{
"@type": "Question",
"name": "Do you track me?",
"acceptedAnswer": {
"@type": "Answer",
"text": "We use privacy-friendly website analytics to understand page usage and improve the experience. No personal data is shared with third parties."
}
}
]
}
</script>
<link rel="alternate" hreflang="en" href="https://portfoliojournal.app/">
<link rel="alternate" hreflang="x-default" href="https://portfoliojournal.app/">
</head>
<body>
<a class="skip-link" href="#main">Skip to content</a>
<header class="nav" role="banner">
<div class="nav-inner">
<a class="nav-logo" href="index.html" aria-label="Portfolio Journal home">
<img src="assets/images/app-icon.svg" alt="" aria-hidden="true">
<span>Portfolio Journal</span>
</a>
<nav aria-label="Primary">
<button class="mobile-menu-toggle" aria-label="Open navigation" aria-expanded="false"></button>
<div class="nav-links">
<a class="nav-link" href="index.html">Home</a>
<a class="nav-link" href="privacy.html">Privacy</a>
<a class="nav-link" href="terms.html">Terms</a>
<a class="nav-link" href="support.html">Support</a>
<a class="nav-link" href="about.html">About</a>
</div>
</nav>
<div class="nav-actions">
<button class="theme-toggle" aria-label="Toggle theme"></button>
</div>
</div>
</header>
<main id="main">
<section class="hero hero-variant-a-only">
<div class="container">
<div class="hero-content">
<div class="hero-app-icon" aria-hidden="true">
<img src="assets/images/app-icon.svg" alt="" aria-hidden="true">
</div>
<div class="hero-badge">
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" aria-hidden="true">
<path d="M3 12l2-2 4 4 8-8 4 4"></path>
</svg>
Offline-first portfolio journaling
</div>
<h1 class="hero-title">Track your investment portfolio with calm monthly check-ins.</h1>
<p class="hero-description">A focused iOS app for monthly portfolio check-ins, reflection notes, and long-term clarity. Stay present, track growth, and build a record of your financial decisions without noise.</p>
<div class="hero-features">
<span class="feature-badge">✓ Offline-first</span>
<span class="feature-badge">✓ No account required</span>
<span class="feature-badge">✓ Privacy-focused</span>
</div>
<div class="hero-ctas">
<a class="app-store-badge" href="https://apps.apple.com/us/app/portfolio-journal/id6757678318?ct=homepage_hero&amp;mt=8" aria-label="Download on the App Store">
<img src="assets/images/app-store-badge.svg" alt="Download on the App Store">
</a>
<button class="cta-secondary" type="button" data-cta="learn-more">Learn More</button>
</div>
<p class="hero-social-proof">⭐⭐⭐⭐⭐ 5.0 rating on App Store</p>
<div class="hero-variant-b-only hero-variant-placeholder" aria-hidden="true">
<div class="hero-video-placeholder">Video demo placeholder</div>
</div>
</div>
</div>
</section>
<section class="hero hero-variant-b-only">
<div class="container">
<div class="hero-content hero-content-split">
<div class="hero-copy">
<div class="hero-app-icon" aria-hidden="true">
<img src="assets/images/app-icon.svg" alt="" aria-hidden="true">
</div>
<div class="hero-badge">
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" aria-hidden="true">
<path d="M3 12l2-2 4 4 8-8 4 4"></path>
</svg>
Offline-first portfolio journaling
</div>
<h2 class="hero-title">Track your investment portfolio with calm monthly check-ins.</h2>
<p class="hero-description">A focused iOS app for monthly portfolio check-ins, reflection notes, and long-term clarity. Stay present, track growth, and build a record of your financial decisions without noise.</p>
<div class="hero-features">
<span class="feature-badge">✓ Offline-first</span>
<span class="feature-badge">✓ No account required</span>
<span class="feature-badge">✓ Privacy-focused</span>
</div>
<div class="hero-ctas">
<a class="app-store-badge" href="https://apps.apple.com/us/app/portfolio-journal/id6757678318?ct=homepage_hero&amp;mt=8" aria-label="Download on the App Store">
<img src="assets/images/app-store-badge.svg" alt="Download on the App Store">
</a>
<button class="cta-secondary" type="button" data-cta="learn-more">Learn More</button>
</div>
<p class="hero-social-proof">⭐⭐⭐⭐⭐ 5.0 rating on App Store</p>
</div>
<div class="hero-media hero-variant-b-only">
<div class="hero-video-placeholder">Video demo coming soon</div>
</div>
</div>
</div>
</section>
<section class="section features features-section" id="features">
<div class="container">
<div class="features-header">
<h2>Portfolio clarity, without the noise</h2>
<p>Everything Portfolio Journal does is built around gentle monthly updates and a durable record of your progress.</p>
<div class="features-cta">
<a class="btn btn-primary" href="https://apps.apple.com/us/app/portfolio-journal/id6757678318?ct=homepage_features&amp;mt=8">Download on the App Store</a>
</div>
</div>
<div class="features-grid">
<article class="feature-card">
<div class="feature-icon" aria-hidden="true">
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><path d="M4 19h16M4 15h10M4 11h16M4 7h10"/></svg>
</div>
<h3>Monthly check-ins</h3>
<p>Log updates once a month with mood, rating, notes, and progress streaks built in.</p>
</article>
<article class="feature-card">
<div class="feature-icon" aria-hidden="true">
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><path d="M12 3v18M5 12h14"/></svg>
</div>
<h3>Sources-based tracking</h3>
<p>Track sources, snapshots, and category tags to keep allocations readable at a glance.</p>
</article>
<article class="feature-card">
<div class="feature-icon" aria-hidden="true">
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><path d="M3 12h6l3-7 3 14 3-7h3"/></svg>
</div>
<h3>Home dashboard</h3>
<p>See total value, evolution, category mix, cashflow vs growth, and returns in one view.</p>
</article>
<article class="feature-card">
<div class="feature-icon" aria-hidden="true">
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><path d="M7 21h10M12 17V3"/></svg>
</div>
<h3>Goals tracking</h3>
<p>Set targets with pace status, ETA, and shareable goal cards to stay motivated.</p>
</article>
<article class="feature-card">
<div class="feature-icon" aria-hidden="true">
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><path d="M4 4h16v16H4z"/><path d="M8 8h8v8H8z"/></svg>
</div>
<h3>Import & export</h3>
<p>Move data in or out with CSV/JSON for long-term continuity and peace of mind.</p>
</article>
<article class="feature-card">
<div class="premium-badge">Premium</div>
<div class="feature-icon" aria-hidden="true">
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><path d="M12 2l3 7h7l-5.5 4 2.5 7-7-4-7 4 2.5-7L2 9h7z"/></svg>
</div>
<h3>Advanced analytics</h3>
<p>Allocation, risk/return, drawdown, volatility, cashflow, and 12month forecasting.</p>
</article>
</div>
</div>
</section>
<section class="section screenshots">
<div class="container">
<div class="screenshots-header">
<h2>Designed for calm focus</h2>
<p>Every screen is built to reduce noise and help you reflect on what matters most.</p>
</div>
</div>
<div class="screenshots-gallery" aria-label="App screenshots">
<div class="screenshot-item">
<picture>
<img class="screenshot-frame" src="assets/images/screenshots/screen-1.png" alt="Portfolio Journal home dashboard showing total portfolio value and monthly evolution chart" loading="lazy">
</picture>
</div>
<div class="screenshot-item">
<picture>
<img class="screenshot-frame" src="assets/images/screenshots/screen-2.png" alt="Monthly check-in screen with mood tracker, notes, and portfolio performance summary" loading="lazy">
</picture>
</div>
<div class="screenshot-item">
<picture>
<img class="screenshot-frame" src="assets/images/screenshots/screen-3.png" alt="Goals tracking screen with financial targets, progress bars, and estimated time to completion" loading="lazy">
</picture>
</div>
<div class="screenshot-item">
<picture>
<img class="screenshot-frame" src="assets/images/screenshots/screen-4.png" alt="Advanced analytics screen showing portfolio allocation chart and drawdown analysis" loading="lazy">
</picture>
</div>
</div>
</section>
<section class="section ios-features">
<div class="container">
<div class="ios-features-header">
<h2>Built for iOS, built for privacy</h2>
<p>Portfolio Journal keeps your data on-device by default, with optional iCloud sync when you choose it.</p>
</div>
<div class="ios-features-grid">
<div class="ios-feature">
<div class="ios-feature-icon" aria-hidden="true">
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><path d="M3 12l2-2 4 4 8-8 4 4"/></svg>
</div>
<h4>Offline-first</h4>
<p>Full portfolio history stays on your device, even when you are off the grid.</p>
</div>
<div class="ios-feature">
<div class="ios-feature-icon" aria-hidden="true">
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><path d="M5 12h14M12 5v14"/></svg>
</div>
<h4>iCloud sync</h4>
<p>Opt-in sync keeps data consistent across devices when you enable it.</p>
</div>
<div class="ios-feature">
<div class="ios-feature-icon" aria-hidden="true">
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><path d="M12 3l7 4v5c0 5-3 9-7 9s-7-4-7-9V7l7-4z"/></svg>
</div>
<h4>Face ID ready</h4>
<p>Use device-level protections and optional passcode locks for peace of mind.</p>
</div>
<div class="ios-feature">
<div class="ios-feature-icon" aria-hidden="true">
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><path d="M4 4h16v16H4z"/><path d="M8 8h8v8H8z"/></svg>
</div>
<h4>Widgets</h4>
<p>Track your total value at a glance with iOS widgets.</p>
</div>
</div>
</div>
</section>
<section class="section early-adopters">
<div class="container">
<div class="early-adopters-header">
<h2>Join Early Adopters</h2>
<p>Portfolio Journal just launched. Be part of the first wave of calm investors building better financial habits.</p>
</div>
<div class="early-adopters-grid">
<div class="early-adopter-card">
<span class="early-adopter-icon">🎯</span>
<h3>Shape the roadmap</h3>
<p>Your feedback directly influences future features.</p>
</div>
<div class="early-adopter-card">
<span class="early-adopter-icon">💎</span>
<h3>Early access perks</h3>
<p>Get priority updates and launch pricing while we grow.</p>
</div>
<div class="early-adopter-card">
<span class="early-adopter-icon">🤝</span>
<h3>Direct support</h3>
<p>Talk directly with the developer for fast answers.</p>
</div>
</div>
<div class="early-adopters-cta">
<a class="btn btn-primary btn-lg" href="https://apps.apple.com/us/app/portfolio-journal/id6757678318?ct=early_adopters&amp;mt=8">Download Portfolio Journal</a>
</div>
</div>
</section>
<section class="section faq">
<div class="container">
<div class="faq-header">
<h2>Frequently Asked Questions</h2>
<p>Clear answers for iOS users who care about privacy and long-term tracking.</p>
</div>
<div class="faq-list">
<div class="faq-item">
<button class="faq-question" aria-expanded="false">Does Portfolio Journal work offline?</button>
<div class="faq-answer">
<div class="faq-answer-inner">Yes. All portfolio data and journal entries are stored locally by default, so you can update anywhere.</div>
</div>
</div>
<div class="faq-item">
<button class="faq-question" aria-expanded="false">Is iCloud sync required?</button>
<div class="faq-answer">
<div class="faq-answer-inner">No. iCloud is optional. Enable it only if you want to sync across devices.</div>
</div>
</div>
<div class="faq-item">
<button class="faq-question" aria-expanded="false">Can I export my data?</button>
<div class="faq-answer">
<div class="faq-answer-inner">Yes. Export CSV or JSON anytime for backup or migration.</div>
</div>
</div>
<div class="faq-item">
<button class="faq-question" aria-expanded="false">Do I need to link my bank or brokerage account?</button>
<div class="faq-answer">
<div class="faq-answer-inner">No. Portfolio Journal is a manual portfolio tracker: you enter your values yourself, once a month. No bank credentials, no brokerage API keys, no third-party aggregators ever touch your data. <a href="manual-portfolio-tracker.html">Learn why manual tracking works better</a>.</div>
</div>
</div>
<div class="faq-item">
<button class="faq-question" aria-expanded="false">Is Portfolio Journal free?</button>
<div class="faq-answer">
<div class="faq-answer-inner">Yes. The core app — sources, snapshots, monthly check-ins, dashboard, and goals — is free. A Premium upgrade unlocks advanced analytics like allocation, drawdown, volatility, and 12-month forecasting.</div>
</div>
</div>
<div class="faq-item">
<button class="faq-question" aria-expanded="false">Does Portfolio Journal work on iPad?</button>
<div class="faq-answer">
<div class="faq-answer-inner">Yes. Portfolio Journal runs natively on iPhone and iPad, with an adaptive layout, sidebar navigation, and multi-column dashboard on larger screens.</div>
</div>
</div>
<div class="faq-item">
<button class="faq-question" aria-expanded="false">What languages does Portfolio Journal support?</button>
<div class="faq-answer">
<div class="faq-answer-inner">Portfolio Journal is available in English, Spanish, German, French, Italian, Japanese, and Brazilian Portuguese.</div>
</div>
</div>
<div class="faq-item">
<button class="faq-question" aria-expanded="false">Do you track me?</button>
<div class="faq-answer">
<div class="faq-answer-inner">We use privacy-friendly website analytics to understand page usage and improve the experience. No personal data is shared with third parties.</div>
</div>
</div>
</div>
</div>
</section>
<section class="section cta">
<div class="container">
<div class="cta-content">
<h2>Start your calm portfolio habit</h2>
<p>Download Portfolio Journal and build a record of your investing journey that you will actually want to revisit.</p>
<div class="cta-actions">
<a class="btn btn-primary btn-lg" href="https://apps.apple.com/us/app/portfolio-journal/id6757678318?ct=homepage_cta_bottom&amp;mt=8">Download on the App Store</a>
<a class="btn btn-secondary btn-lg" href="support.html">Contact Support</a>
</div>
</div>
</div>
</section>
</main>
<footer class="footer">
<div class="container">
<div class="footer-grid">
<div class="footer-brand">
<div class="footer-logo">
<img src="assets/images/app-icon.svg" alt="" aria-hidden="true">
<span>Portfolio Journal</span>
</div>
<p>Calm, offline-first portfolio journaling for iOS.</p>
<a class="footer-appstore" href="https://apps.apple.com/us/app/portfolio-journal/id6757678318?ct=homepage_footer&amp;mt=8">Download on the App Store</a>
</div>
<div class="footer-column">
<h5>Product</h5>
<div class="footer-links">
<a class="footer-link" href="index.html">Overview</a>
<a class="footer-link" href="about.html">About</a>
<a class="footer-link" href="changelog.html">Changelog</a>
<a class="footer-link" href="status.html">Status</a>
</div>
</div>
<div class="footer-column">
<h5>Guides</h5>
<div class="footer-links">
<a class="footer-link" href="manual-portfolio-tracker.html">Manual Portfolio Tracker</a>
<a class="footer-link" href="portfolio-tracker-vs-spreadsheet.html">Tracker vs Spreadsheet</a>
<a class="footer-link" href="investment-journal.html">Investment Journal</a>
</div>
</div>
<div class="footer-column">
<h5>Support</h5>
<div class="footer-links">
<a class="footer-link" href="support.html">Support</a>
<a class="footer-link" href="security.html">Security</a>
<a class="footer-link" href="delete-data.html">Delete Data</a>
<a class="footer-link" href="press-kit.html">Press Kit</a>
</div>
</div>
<div class="footer-column">
<h5>Legal</h5>
<div class="footer-links">
<a class="footer-link" href="privacy.html">Privacy Policy</a>
<a class="footer-link" href="terms.html">Terms</a>
</div>
</div>
</div>
<div class="footer-bottom">
<div class="footer-copyright">© <span data-year></span> Portfolio Journal. All rights reserved.</div>
<div class="footer-legal">
<a href="privacy.html">Privacy</a>
<a href="terms.html">Terms</a>
<a href="support.html">Support</a>
</div>
</div>
</div>
</footer>
<div id="exit-intent-modal" class="modal" aria-hidden="true">
<div class="modal-content" role="dialog" aria-modal="true" aria-labelledby="exit-modal-title">
<button class="modal-close" type="button" aria-label="Close" data-exit-close>×</button>
<h3 id="exit-modal-title">Before you go... 📱</h3>
<p>Portfolio Journal is free to download. Give it a try!</p>
<a href="https://apps.apple.com/us/app/portfolio-journal/id6757678318?ct=exit_intent&amp;mt=8" class="modal-cta">Download on App Store</a>
</div>
</div>
<div id="sticky-mobile-cta" class="sticky-cta" aria-hidden="true">
<a href="https://apps.apple.com/us/app/portfolio-journal/id6757678318?ct=sticky_mobile&amp;mt=8">Download App</a>
</div>
</body>
</html>