change direction name

This commit is contained in:
MuslemRahimi 2024-06-21 14:27:19 +02:00
parent 80d5174716
commit ae28629b6f
5 changed files with 15 additions and 17 deletions

View File

@ -737,9 +737,9 @@ class="fixed 2xl:block top-0 left-0 xl:left-auto w-56 sm:{collapse ? 'w-20' : 'w
{#if politicianGuide}
<ul class="mt-2">
<li on:click={() => showSidebar = !showSidebar} class="mb-1 last:mb-0 hover:bg-[#272727] rounded-md {$page.url.pathname=== '/options-zero-dte' ? 'text-white bg-[#272727] xl:bg-[#0F0F0F] rounded-md ' : ''}">
<a href={"/politicians/new-trades"} for="sidebar" class="block text-slate-400 hover:text-slate-200 transition duration-150 truncate">
<a href={"/politicians/flow-data"} for="sidebar" class="block text-slate-400 hover:text-slate-200 transition duration-150 truncate">
<span class="text-sm font-medium text-white ">
New Trades
Flow Data
</span>
</a>
</li>

View File

@ -30,7 +30,6 @@
<!-- Other meta tags -->
<meta property="og:title" content="About · stocknear"/>
<meta property="og:description" content="Welcome to Stocknear — a site that aims to be the internet's best source of free stock data and information for small investors.">
<meta property="og:image" content="https://stocknear-pocketbase.s3.amazonaws.com/logo/meta_logo.jpg"/>
<meta property="og:type" content="website"/>
<!-- Add more Open Graph meta tags as needed -->
@ -38,7 +37,6 @@
<meta name="twitter:card" content="summary_large_image"/>
<meta name="twitter:title" content="About · stocknear"/>
<meta name="twitter:description" content="Welcome to Stocknear — a site that aims to be the internet's best source of free stock data and information for small investors.">
<meta name="twitter:image" content="https://stocknear-pocketbase.s3.amazonaws.com/logo/meta_logo.jpg"/>
<!-- Add more Twitter meta tags as needed -->
</svelte:head>
@ -52,8 +50,8 @@
<!--Start Mission-->
<div class="bg-[#0F0F0F] w-full hover:border-slate-500 border-slate-600 h-auto sm:p-10 mt-3">
<div class="text-[#9DED1E] text-4xl sm:text-5xl text-center p-3 sm:mt-5">
<span class="font-bold italic">
<div class="text-white text-4xl sm:text-5xl text-center p-3 sm:mt-5">
<span class="font-bold">
A stock analysis platform by the users, for the users.
</span>
</div>
@ -92,8 +90,8 @@
<!-- Start Section-->
<div class="bg-[#0F0F0F] w-full hover:border-slate-500 border-slate-600 h-auto pl-1 pr-1 sm:pl-0 sm:pr-0 pb-10 mb-8">
<div class="text-4xl sm:text-5xl text-[#9DED1E] text-center p-3 mt-10 sm:mt-5">
<span class="font-bold italic">
<div class="text-4xl sm:text-5xl text-white text-center p-3 mt-10 sm:mt-5">
<span class="font-bold">
No ads. No tracking.
</span>
</div>
@ -108,8 +106,8 @@
<!-- Start Section-->
<div class="bg-[#0F0F0F] w-full hover:border-slate-500 border-slate-600 h-auto pb-10 mb-8">
<div class="text-4xl sm:text-5xl text-[#9DED1E] text-center p-3 mt-10 sm:mt-5">
<span class="font-bold italic">
<div class="text-4xl sm:text-5xl text-white text-center p-3 mt-10 sm:mt-5">
<span class="font-bold">
No Dark Patterns
</span>
</div>
@ -124,7 +122,7 @@
<!--Start Why we need this -->
<div class="bg-[#0F0F0F] w-full bg-[#0F0F0F] sm:border-t hover:border-slate-500 border-slate-600 h-auto sm:p-10 mt-3 mb-8">
<div class="text-4xl sm:text-5xl font-bold text-[#9DED1E] text-center p-3 mt-10 sm:mt-5 italic">
<div class="text-4xl sm:text-5xl font-bold text-white text-center p-3 mt-10 sm:mt-5">
What we offer
</div>
@ -160,8 +158,8 @@
<!--Start Why we need this -->
<div class="bg-[#0F0F0F] w-full bg-[#0F0F0F] sm:border-t hover:border-slate-500 border-slate-600 h-auto sm:p-10 mt-3 mb-20 sm:mb-8">
<div class="text-4xl sm:text-5xl font-bold text-[#9DED1E] text-center p-3 mt-10 sm:mt-5">
<span class="font-bold italic">
<div class="text-4xl sm:text-5xl font-bold text-white text-center p-3 mt-10 sm:mt-5">
<span class="font-bold">
Why choose us
</span>
</div>
@ -209,7 +207,7 @@
<!--Start Team -->
<div class="bg-[#0F0F0F] w-full bg-[#0F0F0F] sm:border-t hover:border-slate-500 border-slate-600 h-auto sm:p-10 mt-3">
<div class="text-4xl sm:text-5xl font-bold text-[#9DED1E] italic text-center p-3 mt-10 sm:mt-5">
<div class="text-4xl sm:text-5xl font-bold text-white text-center p-3 mt-10 sm:mt-5">
Team
</div>

View File

@ -618,9 +618,9 @@
</thead>
<tbody>
{#each displayList as item, index}
<tr on:click={() => goto(`/politicians/${item?.id}`)} class="cursor-pointer text-gray-200 bg-[#0F0F0F] border-b-[#0F0F0F] {index+1 === rawData?.length && data?.user?.tier !== 'Pro' ? 'opacity-[0.1]' : ''}">
<tr on:click={() => goto(`/politicians/${item?.id}`)} class="cursor-pointer text-gray-200 odd:bg-[#202020] border-b-[#0F0F0F] {index+1 === rawData?.length && data?.user?.tier !== 'Pro' ? 'opacity-[0.1]' : ''}">
<th class="bg-[#0F0F0F] text-gray-200 ">
<th class="{index % 2 ? 'bg-[#0F0F0F]' : 'bg-[#202020]'} text-gray-200 ">
<div class="flex flex-row items-center">
<div class="flex-shrink-0 rounded-full border border-slate-700 w-9 h-9 relative {item?.party === 'Republican' ? 'bg-[#98272B]' : item?.party === 'Democratic' ? 'bg-[#295AC7]' : 'bg-[#4E2153]'} flex items-center justify-center">
<img style="clip-path: circle(50%);" class="rounded-full w-7" src={item?.image} loading="lazy"/>

View File

@ -90,7 +90,7 @@ const pages = [
{title: "/contact"},
{title: "/blog"},
{title: "/politicians"},
{title: "/politicians/new-trades"},
{title: "/politicians/flow-data"},
{title: "/analysts"},
{title: "/analysts/top-stocks"},