Skip to content

Commit

Permalink
halfmoon
Browse files Browse the repository at this point in the history
  • Loading branch information
steskelt committed Feb 21, 2024
1 parent 786df3b commit 5dbe99b
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 18 deletions.
18 changes: 13 additions & 5 deletions _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
gtag('config', '{{ site.analytics.google.tracking_id }}');
</script>
<style>
/*
.bg-body { background-color: #f9f7ed !important; }
a { color: #1d9bf0; }
a:hover { color: #ed2c8a; }
Expand All @@ -38,28 +39,32 @@
.text-muted { color: #c7c6cb !important; }
a.text-muted:hover { color: #ed2c8a !important; }
.nav { --bs-nav-link-padding-y: 0.1rem; }
*/
</style>
</head>
<body class2="d-flex flex-column h-100" class="ps-md-sbwidth bg-light" style="font-family: 'Gill Sans', 'Helvetica', sans-serif;">
<body class2="d-flex flex-column h-100" class="ps-md-sbwidth bg-light">
<nav class="sidebar offcanvas-start offcanvas-md" tabindex="-1" id="sidebar-example">
<div class="offcanvas-header border-bottom border-secondary border-opacity-25">
<a href="/" class2="nav nav-item nav-link text-muted me-auto" class="sidebar-brand" style2="padding-left:0;">
<img src="https://tradeaudit.app/assets/images/favicon.png" style="border-radius:20%;" width="60" height="60" title="Trade Audit App" alt="Trade Audit App">
Trade Audit App
<div style="display: inline-block;vertical-align: middle;line-height: 14pt;">
Trade Audit App<br>
<span style="font-size: small;margin-top: 0;">For Android</span>
</div>
</a>
<button type="button" class="btn-close d-md-none" data-bs-dismiss="offcanvas" aria-label="Close"
data-bs-target="#sidebar-example"></button>
</div>
<div class="offcanvas-body">
<ul class="sidebar-nav">
<li>
<h6 class="sidebar-header">Getting Started</h6>
<h6 class="sidebar-header">Auditing Trades</h6>
</li>
<li>
<hr class="sidebar-divider">
</li>
<li class="nav-item">
<a class="nav-link" href="/">Download</a>
<a class="nav-link" href="/">Adding Social Media</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/rankings">Influencer Rankings</a>
Expand Down Expand Up @@ -98,7 +103,10 @@ <h6 class="sidebar-header">Data Governance</h6>
<a class="nav-link" href="/account-deletion">Account Deletion</a>
</li>
</ul>
<a href="https://play.google.com/store/apps/details?id=app.tradeaudit" target="_blank"><img alt="Get it on Google Play" height="60" src="https://play.google.com/intl/en_us/badges/static/images/badges/en_badge_web_generic.png"></a>
<a href="https://play.google.com/store/apps/details?id=app.tradeaudit"
target="_blank"
style="margin-left: auto;margin-right: auto;margin-top: auto;"
><img alt="Get it on Google Play" height="60" src="https://play.google.com/intl/en_us/badges/static/images/badges/en_badge_web_generic.png"></a>
</div>
</nav>
<nav class="navbar navbar-expand-md docs-navbar sticky-top" style="">
Expand Down
28 changes: 15 additions & 13 deletions _pages/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,25 +5,27 @@
sitemap: true
author_profile: false
---
<h1 class="display-6 fw-bold text-center">Trade Audit App</h1>
<h1 class="display-6 fw-bold text-center">What is Trade Audit?</h1>

<div style="text-align:center;text-justify:inter-word;" class="lead mt-4 mb-2">
<p>
Social media <span class="fw-bold">"financial professionals"</span> and <span class="fw-bold">"macro analysts"</span> claim<br>
to know what stocks to buy and how investments can make you money. But!
</p>
<p class="mt-5 fw-bold" style="font-style: italic;">
❌ What is their full track record?
</p>
<p class="mt-2 fw-bold" style="font-style: italic;">
❌ Are they accurate?
</p>
<p class="mt-2 fw-bold" style="font-style: italic;">
❌ Do they admit when they are wrong?
</p>
<p class="mt-2 fw-bold" style="font-style: italic;">
❌ Is their knowledge even for real?
</p>
<div style="display:inline-block;text-align:left">
<p class="mt-5 fw-bold" style="font-style: italic;">
❌ What is their full track record?
</p>
<p class="mt-2 fw-bold" style="font-style: italic;">
❌ Are they accurate?
</p>
<p class="mt-2 fw-bold" style="font-style: italic;">
❌ Do they admit when they are wrong?
</p>
<p class="mt-2 fw-bold" style="font-style: italic;">
❌ Is their knowledge even for real?
</p>
</div>
<h2 class="mt-5 mb-5 fw-bold">
✅ Find out before you invest.
</h2>
Expand Down

0 comments on commit 5dbe99b

Please sign in to comment.