1
0
mirror of https://gitlab.com/simple-stock-bots/splash-page.git synced 2025-06-15 22:56:43 +00:00

init commit

This commit is contained in:
Anson Biggs 2021-05-06 16:52:43 -07:00
parent ed10cccc86
commit 37d5c937c4
6 changed files with 1525 additions and 3 deletions

25
assets/css/styles.css Normal file
View File

@ -0,0 +1,25 @@
/* body {
min-height: 50vh;
margin: auto;
width: 70%;
} */
header {
width: 100vh;
}
nav {
display: flex;
text-align: right;
width: 100vh;
}
nav a {
margin: auto;
vertical-align: middle;
justify-self: space-between;
}
main {
margin: 20vh 5% 20vh 5%;
}

1416
assets/css/water.css Normal file

File diff suppressed because it is too large Load Diff

BIN
assets/img/TgChartChat.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 175 KiB

View File

@ -0,0 +1,28 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="100px" height="92px" viewBox="0 0 100 92" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<!-- Generator: Sketch 52.2 (67145) - http://www.bohemiancoding.com/sketch -->
<title>press-kit-icon</title>
<desc>Created with Sketch.</desc>
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="press-page-v1" transform="translate(-747.000000, -2860.000000)">
<g id="press-kit-icon" transform="translate(748.000000, 2860.000000)">
<polygon id="Fill-1" fill="#E24329" points="49.0098 90.2299 49.0098 90.2299 67.0558 35.3209 30.9638 35.3209"></polygon>
<polygon id="Fill-2" fill="#FC6D26" points="48.9971 90.2299 30.9511 35.3219 5.6831 35.3219"></polygon>
<g id="Group-27" transform="translate(0.000000, 0.248500)">
<path d="M5.6748,35.0918 L0.1838,51.7748 C-0.3142,53.2888 0.2228,54.9618 1.5358,55.9058 L48.9878,89.9998 L5.6748,35.0918 Z" id="Fill-3" fill="#FCA326"></path>
<path d="M5.6807,35.0918 L30.9687,35.0918 L20.0857,2.0208 C19.5287,0.3278 17.1017,0.3278 16.5247,2.0208 L5.6807,35.0918 Z" id="Fill-5" fill="#E24329"></path>
<polygon id="Fill-7" fill="#FC6D26" points="49.0098 89.9814 67.0558 35.0734 92.3438 35.0734"></polygon>
<path d="M92.3252,35.0918 L97.8162,51.7748 C98.3142,53.2888 97.7772,54.9618 96.4642,55.9058 L49.0122,89.9808 L92.3252,35.0918 Z" id="Fill-9" fill="#FCA326"></path>
<path d="M92.3389,35.0918 L67.0509,35.0918 L77.9139,2.0208 C78.4719,0.3278 80.8989,0.3278 81.4759,2.0208 L92.3389,35.0918 Z" id="Fill-11" fill="#E24329"></path>
<polygon id="Stroke-13" stroke="#333333" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" points="49.0098 89.9814 49.0098 89.9814 67.0558 35.0724 30.9638 35.0724"></polygon>
<polygon id="Stroke-15" stroke="#333333" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" points="48.9971 89.9814 30.9511 35.0734 5.6831 35.0734"></polygon>
<path d="M5.6748,35.0918 L0.1838,51.7748 C-0.3142,53.2888 0.2228,54.9618 1.5358,55.9058 L48.9878,89.9998 L5.6748,35.0918 Z" id="Stroke-17" stroke="#333333" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
<path d="M5.6807,35.0918 L30.9687,35.0918 L20.0857,2.0208 C19.5287,0.3278 17.1017,0.3278 16.5247,2.0208 L5.6807,35.0918 Z" id="Stroke-19" stroke="#333333" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
<polygon id="Stroke-21" stroke="#333333" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" points="49.0098 89.9814 67.0558 35.0734 92.3438 35.0734"></polygon>
<path d="M92.3252,35.0918 L97.8162,51.7748 C98.3142,53.2888 97.7772,54.9618 96.4642,55.9058 L49.0122,89.9808 L92.3252,35.0918 Z" id="Stroke-23" stroke="#333333" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
<path d="M92.3389,35.0918 L67.0509,35.0918 L77.9139,2.0208 C78.4719,0.3278 80.8989,0.3278 81.4759,2.0208 L92.3389,35.0918 Z" id="Stroke-25" stroke="#333333" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
</g>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 3.3 KiB

0
assets/js/script.js Normal file
View File

View File

@ -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>