Skip to content

Commit

Permalink
Updated home component HTML to replace 'Events' with 'Posts' and remo…
Browse files Browse the repository at this point in the history
…ved a commented out section
  • Loading branch information
miladsoft committed Nov 13, 2024
1 parent 2ff5622 commit 8af3f27
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions src/app/components/home/home.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -54,15 +54,15 @@ <h2 class="text-xl font-semibold">ANGOR HUB</h2>
<div
class="flex flex-auto flex-col items-center p-8 text-center"
>
<div class="text-2xl font-semibold">All Events</div>
<div class="text-2xl font-semibold">Latest Posts</div>

</div>
<div
class="flex items-center justify-center bg-gray-50 px-8 py-4 text-primary-500 dark:border-t dark:bg-transparent dark:text-primary-400"
>
<span role="button" class="flex items-center">
<span class="absolute inset-0"></span>
<span class="font-medium">View All Events</span>
<span class="font-medium">View Latest Posts</span>

</span>
</div>
Expand Down Expand Up @@ -109,15 +109,14 @@ <h2 class="text-xl font-semibold">ANGOR HUB</h2>
</div>


<!-- Here show projects event -->
<div class="mt-12 text-center text-3xl font-extrabold leading-tight tracking-tight sm:text-4xl">
Latest Project Events
<!-- <div class="mt-12 text-center text-3xl font-extrabold leading-tight tracking-tight sm:text-4xl">
Latest Posts
</div>
<div class="text-secondary mt-2 text-center text-lg">
Explore updates, milestones, and activities from projects you follow and bookmark
</div>
</div> -->

<div class="flex w-full max-w-140 m-auto flex-col items-start">
<div class="mt-10 flex w-full max-w-140 m-auto flex-col items-start">

@for (item of posts; track $index) {
<!-- Post -->
Expand Down

0 comments on commit 8af3f27

Please sign in to comment.