mirror of
https://gitlab.com/simple-stock-bots/splash-page.git
synced 2025-07-27 08:31:26 +00:00
init commit
This commit is contained in:
59
index.html
59
index.html
@@ -4,13 +4,13 @@
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width" />
|
||||
|
||||
<title>Unique page title - My Site</title>
|
||||
<title>Simple Stock Bots</title>
|
||||
|
||||
<script type="module">
|
||||
document.documentElement.classList.remove("no-js");
|
||||
document.documentElement.classList.add("js");
|
||||
</script>
|
||||
|
||||
<link rel="stylesheet" href="/assets/css/water.css" />
|
||||
<link rel="stylesheet" href="/assets/css/styles.css" />
|
||||
|
||||
<meta name="description" content="Page description" />
|
||||
@@ -29,8 +29,61 @@
|
||||
<link rel="manifest" href="/my.webmanifest" />
|
||||
<meta name="theme-color" content="#FF00FF" />
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<header>
|
||||
<nav>
|
||||
<a href="https://simple-stock-bots.gitlab.io/site/">Documentation</a>
|
||||
<a href="https://gitlab.com/simple-stock-bots" target="_blank"
|
||||
><img
|
||||
src="/assets/img/gitlab-icon.svg"
|
||||
alt="Gitlab Logo"
|
||||
style="height: 35px !important"
|
||||
/></a>
|
||||
<a href="https://www.buymeacoffee.com/Anson" target="_blank"
|
||||
><img
|
||||
src="https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png"
|
||||
alt="Buy Me A Coffee"
|
||||
style="height: 44px !important"
|
||||
/></a>
|
||||
</nav>
|
||||
</header>
|
||||
|
||||
<main>
|
||||
<h1>Simple Stock Bots</h1>
|
||||
<h2>Take your Stock groupchats to the next level</h2>
|
||||
<p>
|
||||
Stock market bots that bring Stock and Cryptocurrency info to any group
|
||||
chat.
|
||||
</p>
|
||||
<button>Telegram</button>
|
||||
<button>Discord</button>
|
||||
</main>
|
||||
<h2>Quotes</h2>
|
||||
<p>
|
||||
The current price of any Stock or Cryptocurrency can be called by using
|
||||
dollar signs in front of a ticket. Stocks use a single ticker and
|
||||
cryptocurrencies use two dollar signs. So the following message in any
|
||||
chat with the bot:
|
||||
</p>
|
||||
<code>I wonder how $tsla and $$eth are doing today.</code>
|
||||
<p>Would return:</p>
|
||||
<code
|
||||
>The current stock price of Tesla Inc is $664.315, the stock is currently
|
||||
down -0.99%</code
|
||||
><br />
|
||||
<code>
|
||||
The current price of Ethereum is $3,523.57, the coin is currently up
|
||||
2.194% for today</code
|
||||
>
|
||||
<h2>Charts</h2>
|
||||
<p>
|
||||
Simple Stock Bots can return either intraday or monthly charts. Monthly
|
||||
charts are called by using the <code>/chart</code> command, and intraday
|
||||
with the <code>/intra</code> command.
|
||||
</p>
|
||||
<code>/chart $tsla</code><br /><br />
|
||||
<img src="/assets/img/TgChartChat.png" alt="" width="350" />
|
||||
|
||||
<!-- Content -->
|
||||
<script src="/assets/js/script.js" type="module"></script>
|
||||
</body>
|
||||
|
Reference in New Issue
Block a user