-
-
Notifications
You must be signed in to change notification settings - Fork 324
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #821 from creativetimofficial/@material-tailwind/h…
…tml-v2.3.1 @Material tailwind/html v2.3.1
- Loading branch information
Showing
123 changed files
with
4,202 additions
and
6,205 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,38 +1,40 @@ | ||
export function BlogCard() { | ||
return ( | ||
<div className="relative flex max-w-[24rem] flex-col overflow-hidden rounded-xl bg-white bg-clip-border text-gray-700 shadow-md"> | ||
<div className="relative m-0 overflow-hidden rounded-none bg-transparent bg-clip-border text-gray-700 shadow-none"> | ||
<img | ||
src="https://images.unsplash.com/photo-1522202176988-66273c2fd55f?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1471&q=80" | ||
alt="ui/ux review check" | ||
/> | ||
</div> | ||
<div className="p-6"> | ||
<h4 className="block font-sans text-2xl font-semibold leading-snug tracking-normal text-blue-gray-900 antialiased"> | ||
UI/UX Review Check | ||
</h4> | ||
<p className="mt-3 block font-sans text-xl font-normal leading-relaxed text-gray-700 antialiased"> | ||
Because it's about motivating the doers. Because I'm here to | ||
follow my dreams and inspire others. | ||
</p> | ||
</div> | ||
<div className="flex items-center justify-between p-6"> | ||
<div className="flex items-center -space-x-3"> | ||
<img | ||
alt="natali craig" | ||
src="https://images.unsplash.com/photo-1580489944761-15a19d654956?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1061&q=80" | ||
className="relative inline-block h-9 w-9 !rounded-full border-2 border-white object-cover object-center hover:z-10" | ||
/> | ||
<img | ||
alt="Tania Andrew" | ||
src="https://images.unsplash.com/photo-1633332755192-727a05c4013d?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1480&q=80" | ||
className="relative inline-block h-9 w-9 !rounded-full border-2 border-white object-cover object-center hover:z-10" | ||
/> | ||
<a href="javascript:void(0)"> | ||
<div className="relative flex flex-col my-6 bg-white shadow-sm border border-slate-200 rounded-lg w-96"> | ||
<div className="relative h-56 m-2.5 overflow-hidden text-white rounded-md"> | ||
<img src="https://images.unsplash.com/photo-1522202176988-66273c2fd55f?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1471&q=80" alt="card-image" /> | ||
</div> | ||
<p className="block font-sans text-base font-normal leading-relaxed text-inherit antialiased"> | ||
January 10 | ||
</p> | ||
</div> | ||
</div> | ||
<div className="p-4"> | ||
<div className="mb-4 rounded-full bg-cyan-600 py-0.5 px-2.5 border border-transparent text-xs text-white transition-all shadow-sm w-20 text-center"> | ||
POPULAR | ||
</div> | ||
<h6 className="mb-2 text-slate-800 text-xl font-semibold"> | ||
Website Review Check | ||
</h6> | ||
<p className="text-slate-600 leading-normal font-light"> | ||
The place is close to Barceloneta Beach and bus stop just 2 min by walk | ||
and near to "Naviglio" where you can enjoy the main night life in | ||
Barcelona. | ||
</p> | ||
</div> | ||
|
||
<div className="flex items-center justify-between p-4"> | ||
<div className="flex items-center"> | ||
<img | ||
alt="Tania Andrew" | ||
src="https://images.unsplash.com/photo-1633332755192-727a05c4013d?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1480&q=80" | ||
className="relative inline-block h-8 w-8 rounded-full" | ||
/> | ||
<div className="flex flex-col ml-3 text-sm"> | ||
<span className="text-slate-800 font-semibold">Lewis Daniel</span> | ||
<span className="text-slate-600"> | ||
January 10, 2024 | ||
</span> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</a> | ||
); | ||
} |
Oops, something went wrong.