style: responsive work experience
This commit is contained in:
20
src/index.md
20
src/index.md
@@ -91,15 +91,17 @@ image: "/assets/images/jesus.webp"
|
|||||||
<i class="fas fa-briefcase text-white text-xs"></i>
|
<i class="fas fa-briefcase text-white text-xs"></i>
|
||||||
</span>
|
</span>
|
||||||
<div class="card">
|
<div class="card">
|
||||||
<h3 class="flex items-center text-lg font-semibold text-white">
|
<div class="flex flex-col md:flex-row md:items-baseline md:gap-x-2 mb-2">
|
||||||
{{ role.title }}
|
<h3 class="text-lg font-semibold text-white">
|
||||||
</h3>
|
{{ role.title }}
|
||||||
{%- if role.company -%}
|
</h3>
|
||||||
<p class="text-blue-400 text-md font-medium mb-2 ">
|
{%- if role.company -%}
|
||||||
{{ role.company }}
|
<p class="text-lg font-medium text-blue-400">
|
||||||
</p>
|
<span class="hidden md:inline text-gray-400">@ </span>{{ role.company }}
|
||||||
{%- endif -%}
|
</p>
|
||||||
<time class="block mb-2 text-sm font-normal leading-none text-gray-500">{{ role.time }}</time>
|
{%- endif -%}
|
||||||
|
</div>
|
||||||
|
<time class="block mb-2 text-sm text-gray-200">{{ role.time }}</time>
|
||||||
{%- if role.description -%}
|
{%- if role.description -%}
|
||||||
<p class="mb-4 text-base font-normal text-gray-400">{{ role.description }}</p>
|
<p class="mb-4 text-base font-normal text-gray-400">{{ role.description }}</p>
|
||||||
{%- endif -%}
|
{%- endif -%}
|
||||||
|
Reference in New Issue
Block a user