Skip to content

Commit

Permalink
integrations
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenrskelton committed Nov 7, 2023
1 parent d62a163 commit 99f048b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions _includes/integrations.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,22 @@
<div class="mt-5">
<h2 class="display-5 fw-bold text-center">Social Media Integrations</h2>

<button type="button" title="YouTube integration" data-bs-toggle="tooltip" data-bs-placement="top" class="btn btn-lg {% if selected = "youtube" %}active{% endif %}">
<button type="button" title="YouTube integration" data-bs-toggle="tooltip" data-bs-placement="top" class="btn btn-lg {% if selected == "youtube" %}active{% endif %}">
<img src="/assets/influencer-youtube.svg" style="width:120px"><br>
YouTube<br>
<ul>
<li>Search</li>
<li>Transcripts</li>
</ul>
</button>
<button type="button" title="X integration" data-bs-toggle="tooltip" data-bs-placement="top" class="btn btn-lg {% if selected = "x" %}active{% endif %}">
<button type="button" title="X integration" data-bs-toggle="tooltip" data-bs-placement="top" class="btn btn-lg {% if selected == "x" %}active{% endif %}">
<img src="/assets/influencer-x.svg" style="margin-left:4px;width:120px"><br>
X / Twitter
<ul>
<li>$cashtags</li>
</ul>
</button>
<button type="button" title="Web integration" data-bs-toggle="tooltip" data-bs-placement="top" class="btn btn-lg {% if selected = "web" %}active{% endif %}">
<button type="button" title="Web integration" data-bs-toggle="tooltip" data-bs-placement="top" class="btn btn-lg {% if selected == "web" %}active{% endif %}">
<img src="/assets/influencer-web.svg" style="width:120px"><br>
Any Webpage
<ul>
Expand Down
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
author_profile: false
---

<h1 class="display-5 fw-bold text-center">Stock Advice Tracking for Social Media</h1>
<h2 class="text-center">Audit the trading records of influencers on social media</h2>
<h1 class="display-5 fw-bold text-center">Track stock recommendations made on any Social Media</h1>
<h2 class="text-center">Audit the trading records of Stock Pros and other Influencers</h2>

<span 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 where the economy is going.
to know the stocks to buy that will make you money.
</p>
<p class="mt-4 fw-bold" style="font-style: italic;">
❌ Are they accurate?
Expand Down

0 comments on commit 99f048b

Please sign in to comment.