mirror of
https://gitlab.com/simple-stock-bots/splash-page.git
synced 2025-06-15 22:56:43 +00:00
added producthunt and buymeacoffe links
This commit is contained in:
parent
7da96f752c
commit
3c07751ac2
@ -7,13 +7,12 @@
|
|||||||
nav {
|
nav {
|
||||||
display: flex;
|
display: flex;
|
||||||
width: 90%;
|
width: 90%;
|
||||||
margin: auto;
|
margin: 5% 0;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
main {
|
main {
|
||||||
margin: 20vh 5% 20vh 5%;
|
margin: 10vh 5% 15vh 5%;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* https://codepen.io/RG/pen/bdfDI */
|
/* https://codepen.io/RG/pen/bdfDI */
|
||||||
|
15
index.html
15
index.html
@ -37,24 +37,27 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<header>
|
<header>
|
||||||
|
|
||||||
<nav>
|
<nav>
|
||||||
<!-- <button onclick="window.location.href='https://docs.simplestockbot.com';">
|
<!-- <button onclick="window.location.href='https://docs.simplestockbot.com';">
|
||||||
Documentation
|
Documentation
|
||||||
</button> -->
|
</button>
|
||||||
<!-- <a href="https://docs.simplestockbot.com">Documentation</a> -->
|
<!-- <a href="https://docs.simplestockbot.com">Documentation</a> -->
|
||||||
<!-- <a href="https://gitlab.com/simple-stock-bots" target="_blank"
|
<!-- <a href="https://gitlab.com/simple-stock-bots" target="_blank"
|
||||||
><img
|
><img
|
||||||
src="assets/img/gitlab-icon.svg"
|
src="assets/img/gitlab-icon.svg"
|
||||||
alt="Gitlab Logo"
|
alt="Gitlab Logo"
|
||||||
style="height: 35px !important"
|
style="height: 54px !important"
|
||||||
/> -->
|
/> -->
|
||||||
</a>
|
</a>
|
||||||
<!-- <a href="https://www.buymeacoffee.com/Anson" target="_blank"
|
<a href="https://www.buymeacoffee.com/Anson" target="_blank"
|
||||||
><img
|
><img
|
||||||
src="https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png"
|
src="https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png"
|
||||||
alt="Buy Me A Coffee"
|
alt="Buy Me A Coffee"
|
||||||
style="height: 44px !important"
|
style="height: 54px !important"
|
||||||
/></a> -->
|
/></a>
|
||||||
|
<a href="https://www.producthunt.com/posts/simple-stock-bot?utm_source=badge-featured&utm_medium=badge&utm_souce=badge-simple-stock-bot" target="_blank"><img src="https://api.producthunt.com/widgets/embed-image/v1/featured.svg?post_id=308702&theme=dark" alt="Simple Stock Bot - Simple Stock market bots for Discord and Telegram. | Product Hunt" style="width: 250px; height: 54px;" width="250" height="54" /></a>
|
||||||
|
</main>
|
||||||
</nav>
|
</nav>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user