ui fixes
This commit is contained in:
parent
23448c6e26
commit
9b08379251
@ -22,7 +22,7 @@
|
|||||||
class="relative flex justify-center items-start overflow-hidden w-full"
|
class="relative flex justify-center items-start overflow-hidden w-full"
|
||||||
>
|
>
|
||||||
<main class="w-full">
|
<main class="w-full">
|
||||||
<div class="mb-6 border-b-[2px]">
|
<div class="mb-6 border-b-[2px] border-[#2C6288] dark:border-white">
|
||||||
<h1 class="mb-1 text-2xl sm:text-3xl font-bold">
|
<h1 class="mb-1 text-2xl sm:text-3xl font-bold">
|
||||||
Stock Analysis Blog
|
Stock Analysis Blog
|
||||||
</h1>
|
</h1>
|
||||||
@ -66,8 +66,10 @@
|
|||||||
>
|
>
|
||||||
</div>
|
</div>
|
||||||
<div class="mt-6 flex items-center">
|
<div class="mt-6 flex items-center">
|
||||||
<div class="flex space-x-1 text-sm">
|
<div
|
||||||
Published: <time datetime={item?.created} class="ml-1">
|
class="flex text-xs badge px-3 bg-gray-100 dark:bg-secondary rounded-md text-black dark:text-gray-300"
|
||||||
|
>
|
||||||
|
Published: <time datetime={item?.created} class="">
|
||||||
{new Date(item?.created)?.toLocaleString("en-US", {
|
{new Date(item?.created)?.toLocaleString("en-US", {
|
||||||
month: "short",
|
month: "short",
|
||||||
day: "numeric",
|
day: "numeric",
|
||||||
|
|||||||
@ -45,7 +45,7 @@
|
|||||||
: 'lg:-mt-8'} rounded-t-md bg-white dark:bg-default p-3 xs:p-4 lg:ml-3 lg:p-5 xl:mx-4"
|
: 'lg:-mt-8'} rounded-t-md bg-white dark:bg-default p-3 xs:p-4 lg:ml-3 lg:p-5 xl:mx-4"
|
||||||
>
|
>
|
||||||
<header
|
<header
|
||||||
class="pb-3 border-b-[2px] border-muted dark:border-white w-full sm:min-w-[850px] sm:max-w-[850px]"
|
class="pb-3 border-b-[2px] border-[#2C6288] dark:border-white w-full sm:min-w-[850px] sm:max-w-[850px]"
|
||||||
>
|
>
|
||||||
<h1 class="mb-3 text-2xl sm:text-4xl font-bold">
|
<h1 class="mb-3 text-2xl sm:text-4xl font-bold">
|
||||||
{article?.title}
|
{article?.title}
|
||||||
|
|||||||
@ -8,9 +8,8 @@
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<SEO
|
<SEO
|
||||||
title="Stock
|
title="Learning Center"
|
||||||
Analysis Blog"
|
description="Explore Stocknear's comprehensive Learning Center to enhance your trading strategies, understand key concepts, and leverage advanced features for smarter investments."
|
||||||
description="Get the latest blog post to understand and invest correctly into companies."
|
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<section
|
<section
|
||||||
@ -22,10 +21,8 @@
|
|||||||
class="relative flex justify-center items-start overflow-hidden w-full"
|
class="relative flex justify-center items-start overflow-hidden w-full"
|
||||||
>
|
>
|
||||||
<main class="w-full">
|
<main class="w-full">
|
||||||
<div class="mb-6 border-b-[2px]">
|
<div class="mb-6 border-b-[2px] border-[#2C6288] dark:border-white">
|
||||||
<h1 class="mb-1 text-2xl sm:text-3xl font-bold">
|
<h1 class="mb-1 text-2xl sm:text-3xl font-bold">Learning Center</h1>
|
||||||
Stock Analysis Blog
|
|
||||||
</h1>
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="w-full grid grid-cols-1 sm:grid-cols-3 gap-y-5 gap-5">
|
<div class="w-full grid grid-cols-1 sm:grid-cols-3 gap-y-5 gap-5">
|
||||||
@ -45,7 +42,7 @@
|
|||||||
item?.id,
|
item?.id,
|
||||||
item?.cover,
|
item?.cover,
|
||||||
)}
|
)}
|
||||||
alt="Stock Analysis Blog Post Wallpaper"
|
alt="Tutorial Wallpaper"
|
||||||
loading="lazy"
|
loading="lazy"
|
||||||
/></a
|
/></a
|
||||||
>
|
>
|
||||||
@ -69,8 +66,10 @@
|
|||||||
>
|
>
|
||||||
</div>
|
</div>
|
||||||
<div class="mt-6 flex items-center">
|
<div class="mt-6 flex items-center">
|
||||||
<div class="flex space-x-1 text-sm">
|
<div
|
||||||
Published: <time datetime={item?.created} class="ml-1">
|
class="flex text-xs badge px-3 bg-gray-100 dark:bg-secondary rounded-md text-black dark:text-gray-300"
|
||||||
|
>
|
||||||
|
Published: <time datetime={item?.created} class="">
|
||||||
{new Date(item?.created)?.toLocaleString("en-US", {
|
{new Date(item?.created)?.toLocaleString("en-US", {
|
||||||
month: "short",
|
month: "short",
|
||||||
day: "numeric",
|
day: "numeric",
|
||||||
|
|||||||
@ -45,7 +45,7 @@
|
|||||||
: 'mt-5'} rounded-t-md bg-white dark:bg-default p-3 xs:p-4 lg:ml-3 lg:p-5 xl:mx-4"
|
: 'mt-5'} rounded-t-md bg-white dark:bg-default p-3 xs:p-4 lg:ml-3 lg:p-5 xl:mx-4"
|
||||||
>
|
>
|
||||||
<header
|
<header
|
||||||
class="pb-3 border-b-[2px] border-muted dark:border-white w-full sm:min-w-[850px] sm:max-w-[850px]"
|
class="pb-3 border-b-[2px] border-[#2C6288] dark:border-white w-full sm:min-w-[850px] sm:max-w-[850px]"
|
||||||
>
|
>
|
||||||
<h1 class="mb-3 text-2xl sm:text-3xl font-bold md:text-4xl">
|
<h1 class="mb-3 text-2xl sm:text-3xl font-bold md:text-4xl">
|
||||||
{article?.title}
|
{article?.title}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user