diff --git a/src/routes/analysts/+page.svelte b/src/routes/analysts/+page.svelte index 4914eba9..dac9fea5 100644 --- a/src/routes/analysts/+page.svelte +++ b/src/routes/analysts/+page.svelte @@ -170,10 +170,10 @@

-
+
{#if isLoaded}
- + {#if isLoaded} + + {/if}
{/if} - + {#if isLoaded} + + {/if} - - - - - - - - - + + diff --git a/src/routes/contact/+page.svelte b/src/routes/contact/+page.svelte index be8cec77..72d85f1b 100644 --- a/src/routes/contact/+page.svelte +++ b/src/routes/contact/+page.svelte @@ -1,179 +1,192 @@ - + + + + {$numberOfUnreadNotification > 0 ? `(${$numberOfUnreadNotification})` : ""} Contact + Us · stocknear + + - - - - {$numberOfUnreadNotification > 0 ? `(${$numberOfUnreadNotification})` : ''} Contact Us · stocknear - - - - - - - - - - - - - - + + + + + + + + + + +
+ +
+
+
+
+
+
+ +
+
+

+ Sharing is Caring +

+
+ + unless it's family + +
+ - - -
- - - +
+ +
+
+

Support

+

+ Please take a moment to share your thoughts on this website with + us. We welcome any feedback you may have. If there's a feature + you'd like to see implemented, please let us know and we'll work + to make the website even better for you. Thank you for your time + and input! +

+

+ + You can contact us at + {emailAddress} +

+
+
+
+ +
- - -
- -
-
- - -
- -
-
- - -
-
-

- Sharing is Caring -

-
- - - unless it's family - -
- - - -
- - - - - - - - - - - - - - -
- logo -
-
- -
-
- - - -
-
-

Support

-

- Please take a moment to share your thoughts on this website with us. We welcome any feedback you may have. If there's a feature you'd like to see implemented, please let us know and we'll work to make the website even better for you. Thank you for your time and input! - -

-

- - You can contact us at - {emailAddress} -

-
-
- - - -
- - - - -
-
- - -
- - -
- diff --git a/src/routes/corporate-lobbying-tracker/+page.svelte b/src/routes/corporate-lobbying-tracker/+page.svelte index 04ae480f..93e9dedc 100644 --- a/src/routes/corporate-lobbying-tracker/+page.svelte +++ b/src/routes/corporate-lobbying-tracker/+page.svelte @@ -311,7 +311,7 @@
- - - - - - - - - - - {#each symbolList as item,index} - goto("/crypto/"+item?.symbol)} class="sm:hover:bg-[#245073] sm:hover:bg-opacity-[0.2] odd:bg-[#27272A] border-b-[#09090B] shake-ticker cursor-pointer"> - - - - - - - - - - - - - - - - {/each} - - - -
SymbolNameMarketCapCirculating SupplyMax Supply
- {item?.symbol} - - {item?.name?.length > charNumber ? item?.name?.slice(0,charNumber) + "..." : item?.name} - - {item?.marketCap !== null ? abbreviateNumber(item?.marketCap,true) : '-'} - - {item?.circulatingSupply !== null ? abbreviateNumber(item?.circulatingSupply,true) : '-'} - - {item?.maxSupply !== 'Uncapped' ? abbreviateNumber(item?.maxSupply,true) : 'Uncapped'} -
-
+
+ +
+ + + + + + + + + + + + {#each symbolList as item, index} + goto("/crypto/" + item?.symbol)} + class="sm:hover:bg-[#245073] sm:hover:bg-opacity-[0.2] odd:bg-[#27272A] border-b-[#09090B] shake-ticker cursor-pointer" + > + + + + + + + + + + + {/each} + +
SymbolNameMarketCapCirculating SupplyMax Supply
+ {item?.symbol} + + {item?.name?.length > charNumber + ? item?.name?.slice(0, charNumber) + "..." + : item?.name} + + {item?.marketCap !== null + ? abbreviateNumber(item?.marketCap, true) + : "-"} + + {item?.circulatingSupply !== null + ? abbreviateNumber(item?.circulatingSupply, true) + : "-"} + + {item?.maxSupply !== "Uncapped" + ? abbreviateNumber(item?.maxSupply, true) + : "Uncapped"} +
+
- - - - - -
- - - - - - - \ No newline at end of file + + diff --git a/src/routes/dividends-calendar/+page.svelte b/src/routes/dividends-calendar/+page.svelte index dda02a9f..b71e6871 100644 --- a/src/routes/dividends-calendar/+page.svelte +++ b/src/routes/dividends-calendar/+page.svelte @@ -581,7 +581,7 @@ + - - - - - - - - - - - - diff --git a/src/routes/earnings-calendar/+page.svelte b/src/routes/earnings-calendar/+page.svelte index e00bfdd4..f16cf52f 100644 --- a/src/routes/earnings-calendar/+page.svelte +++ b/src/routes/earnings-calendar/+page.svelte @@ -628,7 +628,7 @@ - - - - - - - - + + \ No newline at end of file + diff --git a/src/routes/etf/+page.svelte b/src/routes/etf/+page.svelte index d574907d..2c86d0d9 100644 --- a/src/routes/etf/+page.svelte +++ b/src/routes/etf/+page.svelte @@ -1,97 +1,108 @@ - - - - + + + + + {$numberOfUnreadNotification > 0 ? `(${$numberOfUnreadNotification})` : ""} List + of All ETF Ticker Symbols · stocknear + + - - - - {$numberOfUnreadNotification > 0 ? `(${$numberOfUnreadNotification})` : ''} List of All ETF Ticker Symbols · stocknear - - - - - - - - - - - - - - + + + + + + + + + + - -
- - - -
- -
-
+
+ -
- -
-
- +
+
+
+
+
+
-

+

ETF Symbols

- - - Collection of all ETF Symbols available + + + Collection of all ETF Symbols available -
- + - - - - -
- - - -
- - + +
- -
- - {rawData?.length} ETFs - +
+ + {rawData?.length} ETFs +
- +
- +
- - - - - - - - - - - {#each stockList as item,index} - - - - - - - - - - - - - - - - {/each} - - - -
SymbolFund NameHoldingsTotal Assets
- - {item?.symbol} - - - {item?.name?.length > charNumber ? item?.name?.slice(0,charNumber) + "..." : item?.name} - - {item?.numberOfHoldings !== null ? abbreviateNumber(item?.numberOfHoldings) : '-'} - - {item?.totalAssets !== null ? abbreviateNumber(item?.totalAssets,true) : '-'} -
+ + + + + + + + + + + {#each stockList as item, index} + + + + + + + + + + {/each} + +
SymbolFund NameHoldingsTotal Assets
+ + {item?.symbol} + + + {item?.name?.length > charNumber + ? item?.name?.slice(0, charNumber) + "..." + : item?.name} + + {item?.numberOfHoldings !== null + ? abbreviateNumber(item?.numberOfHoldings) + : "-"} + + {item?.totalAssets !== null + ? abbreviateNumber(item?.totalAssets, true) + : "-"} +
+
- - - - -
-
+ - -
+
goto("/analysts/top-stocks")} + class="w-full bg-[#27272A] duration-100 ease-out sm:hover:text-white text-gray-400 sm:hover:border-gray-700 border border-gray-800 rounded-md h-fit pb-4 mt-4 cursor-pointer" + > +
+
+

+ Top Stocks Picks ⭐ +

+ +
+ + Get the latest top Wall Street analyst ratings. + +
+
+
- -
- - - -
- \ No newline at end of file + + diff --git a/src/routes/etf/etf-providers/+layout.svelte b/src/routes/etf/etf-providers/+layout.svelte index 10def2d9..30f68d0d 100644 --- a/src/routes/etf/etf-providers/+layout.svelte +++ b/src/routes/etf/etf-providers/+layout.svelte @@ -146,7 +146,7 @@