blog homePage finished
This commit is contained in:
parent
53c684a308
commit
0e4d45813d
@ -8,40 +8,40 @@ export default function Random() {
|
|||||||
Random
|
Random
|
||||||
</h2>
|
</h2>
|
||||||
</div>
|
</div>
|
||||||
<div className="flex w-full justify-between gap-5">
|
<div className="flex w-full flex-wrap justify-center gap-10">
|
||||||
<div className="flex w-[45%] flex-col gap-5">
|
<div className="flex w-full max-w-[80%] sm:max-w-[45%] flex-col gap-5">
|
||||||
<Image
|
<Image
|
||||||
src={"/images/blog/posts/2.jpg"}
|
src={"/images/blog/posts/2.jpg"}
|
||||||
width={580}
|
width={580}
|
||||||
height={50}
|
height={50}
|
||||||
alt="post title 2"
|
alt="post title 2"
|
||||||
className="rounded-lg"
|
className="w-full rounded-lg"
|
||||||
/>
|
/>
|
||||||
<div className="z-10 flex w-full items-center justify-start gap-2">
|
<div className="z-10 flex w-full items-center justify-start gap-2">
|
||||||
<p className="text-[16px] font-[400] text-blog-text-passive">BY</p>
|
<p className="text-[16px] font-[400] text-blog-text-passive">BY</p>
|
||||||
<h2 className="text-[16px] font-[400] text-blog-text-default">
|
<h2 className="text-[16px] font-[400] text-blog-text-default">
|
||||||
TOMAS LAURINAVICIUS
|
TOMAS LAURINAVICIUS
|
||||||
</h2>
|
</h2>
|
||||||
<p className="text-[16px] font-[400] text-blog-text-passive">IN</p>
|
<p className="text-[16px] font-[400] text-blog-text-passive">IN</p>
|
||||||
<h2 className="text-[16px] font-[400] text-blog-text-default">
|
<h2 className="text-[16px] font-[400] text-blog-text-default">
|
||||||
RESOURCE
|
RESOURCE
|
||||||
</h2>
|
</h2>
|
||||||
</div>
|
</div>
|
||||||
<h1 className="text-[28px] font-[600] text-blog-text-default">
|
<h1 className="text-[28px] font-[600] text-blog-text-default">
|
||||||
Website Downtime: Applicable Tips on How to Prevent It
|
How to Fix Error 404 Not Found on Your WordPress Site
|
||||||
</h1>
|
</h1>
|
||||||
<p className="text-[16px] font-[400] text-blog-text-passive">
|
<p className="text-[16px] font-[400] text-blog-text-passive">
|
||||||
User research is the reality check every project needs. Here’s our
|
User research is the reality check every project needs. Here’s our
|
||||||
guide to why you should be doing it — and how to get started.
|
guide to why you should be doing it — and how to get started.
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<div className="flex w-[45%] flex-col gap-5">
|
<div className="flex w-full max-w-[80%] sm:max-w-[45%] flex-col gap-5">
|
||||||
<Image
|
<Image
|
||||||
src={"/images/blog/posts/3.jpg"}
|
src={"/images/blog/posts/3.jpg"}
|
||||||
width={580}
|
width={580}
|
||||||
height={50}
|
height={50}
|
||||||
alt="post title 3"
|
alt="post title 3"
|
||||||
className="rounded-lg"
|
className="w-full rounded-lg"
|
||||||
/>
|
/>
|
||||||
<div className="z-10 flex w-full items-center justify-start gap-2">
|
<div className="z-10 flex w-full items-center justify-start gap-2">
|
||||||
<p className="text-[16px] font-[400] text-blog-text-passive">BY</p>
|
<p className="text-[16px] font-[400] text-blog-text-passive">BY</p>
|
||||||
@ -50,11 +50,11 @@ export default function Random() {
|
|||||||
</h2>
|
</h2>
|
||||||
<p className="text-[16px] font-[400] text-blog-text-passive">IN</p>
|
<p className="text-[16px] font-[400] text-blog-text-passive">IN</p>
|
||||||
<h2 className="text-[16px] font-[400] text-blog-text-default">
|
<h2 className="text-[16px] font-[400] text-blog-text-default">
|
||||||
RESOURCE
|
ANNOUNCEMENTS
|
||||||
</h2>
|
</h2>
|
||||||
</div>
|
</div>
|
||||||
<h1 className="text-[28px] font-[600] text-blog-text-default">
|
<h1 className="text-[28px] font-[600] text-blog-text-default">
|
||||||
Website Downtime: Applicable Tips on How to Prevent It
|
How to Fix Error 404 Not Found on Your WordPress Site
|
||||||
</h1>
|
</h1>
|
||||||
<p className="text-[16px] font-[400] text-blog-text-passive">
|
<p className="text-[16px] font-[400] text-blog-text-passive">
|
||||||
User research is the reality check every project needs. Here’s our
|
User research is the reality check every project needs. Here’s our
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user