Display projects

This commit is contained in:
MD. Ariful Alam
2021-08-23 21:33:35 +06:00
parent 29da6b59a9
commit 09390be420
8 changed files with 1619 additions and 118 deletions

View File

@@ -16,7 +16,7 @@ const Education = () => {
<div className="font-medium">
{skeleton({ width: 'w-48', height: 'h-4', className: "mb-2" })}
</div>
<div className="opacity-80">
<div className="opacity-90">
{skeleton({ width: 'w-32', height: 'h-4', className: "mb-2" })}
</div>
</div>
@@ -54,7 +54,7 @@ const Education = () => {
<div className="font-medium">
{item.institution}
</div>
<div className="opacity-80">
<div className="opacity-90">
{item.from} - {item.to}
</div>
</div>