ui fixes
This commit is contained in:
parent
cb64d20aec
commit
fb1d31bf77
@ -150,6 +150,13 @@
|
|||||||
>Support Us ❤</a
|
>Support Us ❤</a
|
||||||
>
|
>
|
||||||
</li>
|
</li>
|
||||||
|
<li class="mt-2 inline-block mr-2 md:block md:mr-0">
|
||||||
|
<a
|
||||||
|
href="/faq"
|
||||||
|
class="no-underline sm:hover:underline text-gray-300 sm:hover:text-white dark:text-gray-100 dark:sm:hover:text-blue-400"
|
||||||
|
>FAQ</a
|
||||||
|
>
|
||||||
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
@ -29,7 +29,7 @@
|
|||||||
>
|
>
|
||||||
<main class="w-full lg:w-3/4 lg:pr-5">
|
<main class="w-full lg:w-3/4 lg:pr-5">
|
||||||
<div
|
<div
|
||||||
class="w-full m-auto shadow-sm border border-gray-300 bg-gray-100 dark:sm:bg-primary sm:rounded-xl h-auto pl-10 pr-10 pt-5 sm:pb-10 sm:pt-10 mt-3 mb-8"
|
class="w-full m-auto shadow-sm border border-gray-300 dark:border-gray-800 bg-gray-100 dark:sm:bg-primary sm:rounded-xl h-auto pl-10 pr-10 pt-5 sm:pb-10 sm:pt-10 mt-3 mb-8"
|
||||||
>
|
>
|
||||||
<div class="grid grid-cols-1 sm:grid-cols-2 gap-10">
|
<div class="grid grid-cols-1 sm:grid-cols-2 gap-10">
|
||||||
<!-- Start Column -->
|
<!-- Start Column -->
|
||||||
|
|||||||
216
src/routes/faq/+page.svelte
Normal file
216
src/routes/faq/+page.svelte
Normal file
@ -0,0 +1,216 @@
|
|||||||
|
<script>
|
||||||
|
import ArrowLogo from "lucide-svelte/icons/move-up-right";
|
||||||
|
import SEO from "$lib/components/SEO.svelte";
|
||||||
|
|
||||||
|
let discordURL = import.meta.env.VITE_DISCORD_URL;
|
||||||
|
const emailAddress = "contact@stocknear.com";
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<SEO
|
||||||
|
title="Stocknear FAQs – Answers to Common Questions"
|
||||||
|
description="Find answers to the most frequently asked questions about Stocknear. Learn how to navigate our stock research platform efficiently."
|
||||||
|
/>
|
||||||
|
|
||||||
|
<section
|
||||||
|
class="w-full max-w-3xl sm:max-w-[1400px] overflow-hidden min-h-screen pb-20 pt-5 px-4 lg:px-3 text-muted dark:text-white"
|
||||||
|
>
|
||||||
|
<div class="text-sm sm:text-[1rem] breadcrumbs">
|
||||||
|
<ul>
|
||||||
|
<li><a href="/" class="text-muted dark:text-gray-300">Home</a></li>
|
||||||
|
<li class="text-muted dark:text-gray-300">FAQ</li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="w-full overflow-hidden m-auto mt-5">
|
||||||
|
<div class="sm:p-0 flex justify-center w-full m-auto overflow-hidden">
|
||||||
|
<div
|
||||||
|
class="relative flex justify-center items-start overflow-hidden w-full"
|
||||||
|
>
|
||||||
|
<main class="w-full lg:w-3/4 lg:pr-10">
|
||||||
|
<div class="mb-6 border-b-2">
|
||||||
|
<h1 class="mb-1 text-2xl sm:text-3xl font-bold">
|
||||||
|
Frequently Asked Questions
|
||||||
|
</h1>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="w-full m-auto">
|
||||||
|
<div>
|
||||||
|
<h2 class="mb-1 text-2xl sm:text-3xl font-bold">
|
||||||
|
Is there a guide on how to use Stocknear’s features?
|
||||||
|
</h2>
|
||||||
|
<p class="mb-10 mt-5 text-[1rem] sm:text-lg">
|
||||||
|
Yes! We've created the
|
||||||
|
<a
|
||||||
|
href="/learning-center"
|
||||||
|
class="text-blue-500 sm:hover:text-muted dark:text-blue-400 dark:sm:hover:text-white"
|
||||||
|
>Learning Center</a
|
||||||
|
> to explain each feature in detail—what it does, how to integrate
|
||||||
|
it into your strategies, and its market impact. We update it regularly,
|
||||||
|
so check back often for new content.
|
||||||
|
</p>
|
||||||
|
|
||||||
|
<h2 class="mb-1 text-2xl sm:text-3xl font-bold">
|
||||||
|
How long does it take to see earnings releases?
|
||||||
|
</h2>
|
||||||
|
<p class="mb-10 mt-5 text-[1rem] sm:text-lg">
|
||||||
|
Earnings reports are available on Stocknear within 1-5 minutes
|
||||||
|
after they go live.
|
||||||
|
</p>
|
||||||
|
|
||||||
|
<h2 class="mb-1 text-2xl sm:text-3xl font-bold">
|
||||||
|
Why is your data different from other finance sites?
|
||||||
|
</h2>
|
||||||
|
<p class="mb-10 mt-5 text-[1rem] sm:text-lg">
|
||||||
|
Like other platforms, we source data from third-party providers.
|
||||||
|
With thousands of stocks and funds worldwide, manual data
|
||||||
|
collection is impractical.
|
||||||
|
</p>
|
||||||
|
<p class="mb-10 mt-5 text-[1rem] sm:text-lg">
|
||||||
|
Data providers rely on automated methods, which can lead to
|
||||||
|
variations between platforms. Differences in definitions and
|
||||||
|
collection techniques can cause slight discrepancies.
|
||||||
|
</p>
|
||||||
|
<p class="mb-10 mt-5 text-[1rem] sm:text-lg">
|
||||||
|
If you notice an inaccuracy, please contact us at <a
|
||||||
|
href={`mailto:${emailAddress}`}
|
||||||
|
class="text-blue-500 sm:hover:text-muted dark:text-blue-400 dark:sm:hover:text-white"
|
||||||
|
>{emailAddress}</a
|
||||||
|
>.
|
||||||
|
</p>
|
||||||
|
|
||||||
|
<h2 class="mb-1 text-2xl sm:text-3xl font-bold">
|
||||||
|
Is the options data real-time or delayed?
|
||||||
|
</h2>
|
||||||
|
<p class="mb-10 mt-5 text-[1rem] sm:text-lg">
|
||||||
|
Our <a
|
||||||
|
href="/options-flow"
|
||||||
|
class="text-blue-500 sm:hover:text-muted dark:text-blue-400 dark:sm:hover:text-white"
|
||||||
|
>options flow</a
|
||||||
|
> feature provides real-time options data from Benzinga without delays.
|
||||||
|
</p>
|
||||||
|
|
||||||
|
<h2 class="mb-1 text-2xl sm:text-3xl font-bold">
|
||||||
|
Why do other platforms show options data that Stocknear doesn’t?
|
||||||
|
</h2>
|
||||||
|
<p class="mb-10 mt-5 text-[1rem] sm:text-lg">
|
||||||
|
We focus on unusual options activity from hedge funds and
|
||||||
|
institutional traders. Retail investor contracts are excluded to
|
||||||
|
eliminate noise and highlight significant market moves.
|
||||||
|
</p>
|
||||||
|
|
||||||
|
<h2 class="mb-1 text-2xl sm:text-3xl font-bold">
|
||||||
|
Is Dark Pool data real-time or delayed?
|
||||||
|
</h2>
|
||||||
|
<p class="mb-10 mt-5 text-[1rem] sm:text-lg">
|
||||||
|
Dark Pool data is delayed by 15 minutes. We partner with major
|
||||||
|
exchanges to provide exclusive Wall Street insights typically
|
||||||
|
reserved for institutional traders.
|
||||||
|
</p>
|
||||||
|
|
||||||
|
<h2 class="mb-1 text-2xl sm:text-3xl font-bold">
|
||||||
|
I found an error in the data. What should I do?
|
||||||
|
</h2>
|
||||||
|
<p class="mb-10 mt-5 text-[1rem] sm:text-lg">
|
||||||
|
Please email <a
|
||||||
|
href={`mailto:${emailAddress}`}
|
||||||
|
class="text-blue-500 sm:hover:text-muted dark:text-blue-400 dark:sm:hover:text-white"
|
||||||
|
>{emailAddress}</a
|
||||||
|
>, and we’ll investigate immediately.
|
||||||
|
</p>
|
||||||
|
<p class="mb-10 mt-5 text-[1rem] sm:text-lg">
|
||||||
|
We manually verify every error report and work with data
|
||||||
|
providers to ensure corrections are made at the source.
|
||||||
|
</p>
|
||||||
|
|
||||||
|
<h2 class="mb-1 text-2xl sm:text-3xl font-bold">
|
||||||
|
Can I request new features? How can I contact you?
|
||||||
|
</h2>
|
||||||
|
<p class="mb-10 mt-5 text-[1rem] sm:text-lg">
|
||||||
|
Absolutely! Email us or join our <a
|
||||||
|
href={discordURL}
|
||||||
|
rel="noopener noreferrer"
|
||||||
|
target="_blank"
|
||||||
|
class="text-blue-500 sm:hover:text-muted dark:text-blue-400 dark:sm:hover:text-white"
|
||||||
|
>official Discord</a
|
||||||
|
> for quicker responses from our dev team. We’re always open to new
|
||||||
|
ideas to improve the platform.
|
||||||
|
</p>
|
||||||
|
|
||||||
|
<h2 class="mb-1 text-2xl sm:text-3xl font-bold">
|
||||||
|
Do you offer an API?
|
||||||
|
</h2>
|
||||||
|
<p class="mb-10 mt-5 text-[1rem] sm:text-lg">
|
||||||
|
Not at the moment. We license data from third-party providers
|
||||||
|
and don’t have redistribution rights. However, we plan to offer
|
||||||
|
an API in the future.
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</main>
|
||||||
|
|
||||||
|
<aside class="hidden lg:block relative fixed w-1/4 mt-4">
|
||||||
|
<div
|
||||||
|
class="w-full border border-gray-300 dark:border-gray-600 rounded-md h-fit pb-4 mt-4 cursor-pointer sm:hover:shadow-lg dark:sm:hover:bg-secondary transition ease-out duration-100"
|
||||||
|
>
|
||||||
|
<a
|
||||||
|
href="/pricing"
|
||||||
|
class="w-auto lg:w-full p-1 flex flex-col m-auto px-2 sm:px-0"
|
||||||
|
>
|
||||||
|
<div class="w-full flex justify-between items-center p-3 mt-3">
|
||||||
|
<h2 class="text-start text-xl font-semibold ml-3">
|
||||||
|
Pro Subscription
|
||||||
|
</h2>
|
||||||
|
<ArrowLogo
|
||||||
|
class="w-8 h-8 mr-3 shrink-0 text-gray-400 dark:text-white"
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
<span class=" p-3 ml-3 mr-3">
|
||||||
|
Upgrade now for unlimited access to all data and tools.
|
||||||
|
</span>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div
|
||||||
|
class="w-full border border-gray-300 dark:border-gray-600 rounded-md h-fit pb-4 mt-4 cursor-pointer sm:hover:shadow-lg dark:sm:hover:bg-secondary transition ease-out duration-100"
|
||||||
|
>
|
||||||
|
<a
|
||||||
|
href="/about"
|
||||||
|
class="w-auto lg:w-full p-1 flex flex-col m-auto px-2 sm:px-0"
|
||||||
|
>
|
||||||
|
<div class="w-full flex justify-between items-center p-3 mt-3">
|
||||||
|
<h2 class="text-start text-xl font-semibold ml-3">About Us</h2>
|
||||||
|
<ArrowLogo
|
||||||
|
class="w-8 h-8 mr-3 shrink-0 text-gray-400 dark:text-white"
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
<span class=" p-3 ml-3 mr-3">
|
||||||
|
Learn more about why we're doing this here
|
||||||
|
</span>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div
|
||||||
|
class="w-full border border-gray-300 dark:border-gray-600 rounded-md h-fit pb-4 mt-4 cursor-pointer sm:hover:shadow-lg dark:sm:hover:bg-secondary transition ease-out duration-100"
|
||||||
|
>
|
||||||
|
<a
|
||||||
|
href="/contact"
|
||||||
|
class="w-auto lg:w-full p-1 flex flex-col m-auto px-2 sm:px-0"
|
||||||
|
>
|
||||||
|
<div class="w-full flex justify-between items-center p-3 mt-3">
|
||||||
|
<h2 class="text-start text-xl font-semibold ml-3">
|
||||||
|
Contact Us
|
||||||
|
</h2>
|
||||||
|
<ArrowLogo
|
||||||
|
class="w-8 h-8 mr-3 shrink-0 text-gray-400 dark:text-white"
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
<span class=" p-3 ml-3 mr-3">
|
||||||
|
Let me know if you need something
|
||||||
|
</span>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
</aside>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
@ -181,6 +181,10 @@
|
|||||||
title: "Data Disclaimer",
|
title: "Data Disclaimer",
|
||||||
link: "/data-disclaimer",
|
link: "/data-disclaimer",
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
title: "FAQ",
|
||||||
|
link: "/faq",
|
||||||
|
},
|
||||||
{
|
{
|
||||||
title: "Advertise with Us",
|
title: "Advertise with Us",
|
||||||
link: "/advertise",
|
link: "/advertise",
|
||||||
@ -290,16 +294,18 @@
|
|||||||
<ul
|
<ul
|
||||||
class="list-outside list-disc space-y-1 p-1 pl-6 md:gap-x-8 md:text-lg"
|
class="list-outside list-disc space-y-1 p-1 pl-6 md:gap-x-8 md:text-lg"
|
||||||
>
|
>
|
||||||
{#each data?.getBlogPosts as item}
|
{#each data?.getBlogPosts
|
||||||
{#if item?.category === "term"}
|
?.filter((item) => item?.category === "term")
|
||||||
<li>
|
?.sort( (a, b) => a?.title?.localeCompare(b?.title), ) as item}
|
||||||
<a
|
<li>
|
||||||
href={"/blog/article/" + convertToSlug(item?.title)}
|
<a
|
||||||
class="sm:hover:underline sm:hover:underline-offset-4"
|
href={"/blog/article/" + convertToSlug(item?.title)}
|
||||||
title={`Visit ${item?.title} page`}>{item?.title}</a
|
class="sm:hover:underline sm:hover:underline-offset-4"
|
||||||
>
|
title={`Visit ${item?.title} page`}
|
||||||
</li>
|
>
|
||||||
{/if}
|
{item?.title}
|
||||||
|
</a>
|
||||||
|
</li>
|
||||||
{/each}
|
{/each}
|
||||||
</ul>
|
</ul>
|
||||||
</nav>
|
</nav>
|
||||||
|
|||||||
@ -70,6 +70,7 @@ const pages = [
|
|||||||
{ title: "/market-flow/sector-flow" },
|
{ title: "/market-flow/sector-flow" },
|
||||||
{ title: "/affiliate-program" },
|
{ title: "/affiliate-program" },
|
||||||
{ title: "/dark-pool-flow" },
|
{ title: "/dark-pool-flow" },
|
||||||
|
{ title: "/faq" },
|
||||||
];
|
];
|
||||||
|
|
||||||
const N = 100; // Change this value as needed
|
const N = 100; // Change this value as needed
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user