mirror of
https://gitlab.com/simple-stock-bots/splash-page.git
synced 2025-06-15 14:46:47 +00:00
added producthunt and buymeacoffe links
This commit is contained in:
parent
7da96f752c
commit
3c07751ac2
@ -7,13 +7,12 @@
|
||||
nav {
|
||||
display: flex;
|
||||
width: 90%;
|
||||
margin: auto;
|
||||
margin: 5% 0;
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
||||
|
||||
main {
|
||||
margin: 20vh 5% 20vh 5%;
|
||||
margin: 10vh 5% 15vh 5%;
|
||||
}
|
||||
|
||||
/* https://codepen.io/RG/pen/bdfDI */
|
||||
|
15
index.html
15
index.html
@ -37,24 +37,27 @@
|
||||
</head>
|
||||
<body>
|
||||
<header>
|
||||
|
||||
<nav>
|
||||
<!-- <button onclick="window.location.href='https://docs.simplestockbot.com';">
|
||||
Documentation
|
||||
</button> -->
|
||||
</button>
|
||||
<!-- <a href="https://docs.simplestockbot.com">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"
|
||||
/> -->
|
||||
style="height: 54px !important"
|
||||
/> -->
|
||||
</a>
|
||||
<!-- <a href="https://www.buymeacoffee.com/Anson" target="_blank"
|
||||
<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> -->
|
||||
style="height: 54px !important"
|
||||
/></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>
|
||||
</header>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user