|
|
@ -7,7 +7,7 @@ import commentIcon from "../../../assets/icons/black-comment-icon.svg"; |
|
|
|
|
|
|
|
|
|
|
|
const BlogDesign4 = () => { |
|
|
|
const BlogDesign4 = () => { |
|
|
|
return ( |
|
|
|
return ( |
|
|
|
<section className="w-11/12 mx-auto p-4 bg-white rounded-md shadow-md my-20 mb-8"> |
|
|
|
<section className="w-4/12 mx-auto p-4 bg-white rounded-md shadow-md my-20 mb-8"> |
|
|
|
{/* title holder */} |
|
|
|
{/* title holder */} |
|
|
|
<div className="flex items-center justify-between mb-6"> |
|
|
|
<div className="flex items-center justify-between mb-6"> |
|
|
|
<h2 className="text-black bg-pink-200 p-2 rounded text-base"> |
|
|
|
<h2 className="text-black bg-pink-200 p-2 rounded text-base"> |
|
|
@ -23,18 +23,18 @@ const BlogDesign4 = () => { |
|
|
|
</p> |
|
|
|
</p> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
{/* blog UI Design4 */} |
|
|
|
{/* blog UI Design4 */} |
|
|
|
<div className="w-full md:w-2/6 flex items-center justify-between relative py-2 px-4 rounded-xl border border-gray-300"> |
|
|
|
<div className="flex items-center justify-between relative py-2 px-4 rounded-xl border border-gray-300"> |
|
|
|
<img |
|
|
|
<img |
|
|
|
src={blogImage} |
|
|
|
src={blogImage} |
|
|
|
alt="" |
|
|
|
alt="" |
|
|
|
className="h-full transform translate-x-1/3" |
|
|
|
className="h-full transform translate-x-1/3" |
|
|
|
/> |
|
|
|
/> |
|
|
|
<div className="w-full transform translate-x-10"> |
|
|
|
<div className="w-full transform translate-x-10"> |
|
|
|
<h2 className="text-base md:text-xl text-grayTextColor"> |
|
|
|
<h2 className="text-base text-grayTextColor"> |
|
|
|
آیا مواد غذای پر فیبر و مفید هستند؟ |
|
|
|
آیا مواد غذای پر فیبر و مفید هستند؟ |
|
|
|
</h2> |
|
|
|
</h2> |
|
|
|
{/* {blogExcerpt && ( */} |
|
|
|
{/* {blogExcerpt && ( */} |
|
|
|
<p className="text-sm md:text-base leading-6 my-3 text-grayTextColor"> |
|
|
|
<p className="text-sm text-justify leading-6 my-3 text-grayTextColor"> |
|
|
|
در این قسمت یک توضیح بسیار کوتاه یا عادی در مورد ارور نوشته خواهد |
|
|
|
در این قسمت یک توضیح بسیار کوتاه یا عادی در مورد ارور نوشته خواهد |
|
|
|
شد. طراح سعی می کند تا این متن را بیشتر از خد انتظار بلند کند تا |
|
|
|
شد. طراح سعی می کند تا این متن را بیشتر از خد انتظار بلند کند تا |
|
|
|
دیگران متوجه شوند. |
|
|
|
دیگران متوجه شوند. |
|
|
@ -43,18 +43,18 @@ const BlogDesign4 = () => { |
|
|
|
<div className=" flex item-center justify-between mt-5"> |
|
|
|
<div className=" flex item-center justify-between mt-5"> |
|
|
|
{/* {blogAuthor && ( */} |
|
|
|
{/* {blogAuthor && ( */} |
|
|
|
<div className=" flex items-center"> |
|
|
|
<div className=" flex items-center"> |
|
|
|
<img src={blogAuthorImg} alt="" /> |
|
|
|
<img src={blogAuthorImg} alt="" className="w-7 h-7" /> |
|
|
|
<p className="text-xs text-lightGrayTextColor mr-2"> |
|
|
|
<p className="text-xs text-lightGrayTextColor font-light mr-2"> |
|
|
|
حامد دژبانی نسب |
|
|
|
حامد دژبانی نسب |
|
|
|
</p> |
|
|
|
</p> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
{/* // )} */} |
|
|
|
{/* // )} */} |
|
|
|
{/* {blogComments && ( */} |
|
|
|
{/* {blogComments && ( */} |
|
|
|
<div className=" flex items-center"> |
|
|
|
<div className=" flex items-center"> |
|
|
|
<p className="text-xs text-lightGrayTextColor ml-2"> |
|
|
|
<p className="text-xs text-lightGrayTextColor font-light ml-2"> |
|
|
|
زمان مطالعه 30 دقیقه |
|
|
|
زمان مطالعه 30 دقیقه |
|
|
|
</p> |
|
|
|
</p> |
|
|
|
<img src={commentIcon} alt="" /> |
|
|
|
<img src={commentIcon} alt="" className="w-7 h-7" /> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
{/* // )} */} |
|
|
|
{/* // )} */} |
|
|
|
</div> |
|
|
|
</div> |
|
|
|