More misc style changes
All checks were successful
Docker Deploy / build-and-push (push) Successful in 3m32s
All checks were successful
Docker Deploy / build-and-push (push) Successful in 3m32s
This commit is contained in:
@@ -137,7 +137,7 @@ if (!data) {
|
|||||||
|
|
||||||
{
|
{
|
||||||
data.summary && resumeConfig.sections.summary?.enabled && (
|
data.summary && resumeConfig.sections.summary?.enabled && (
|
||||||
<div class="card bg-base-200 shadow-xl mb-4 sm:mb-6">
|
<div class="card bg-base-300 shadow-xl mb-4 sm:mb-6">
|
||||||
<div class="card-body p-4 sm:p-6 break-words">
|
<div class="card-body p-4 sm:p-6 break-words">
|
||||||
<h2 class="card-title text-xl sm:text-2xl">
|
<h2 class="card-title text-xl sm:text-2xl">
|
||||||
{resumeConfig.sections.summary.title || "Summary"}
|
{resumeConfig.sections.summary.title || "Summary"}
|
||||||
@@ -152,7 +152,7 @@ if (!data) {
|
|||||||
data.skills &&
|
data.skills &&
|
||||||
data.skills.length > 0 &&
|
data.skills.length > 0 &&
|
||||||
resumeConfig.sections.skills?.enabled && (
|
resumeConfig.sections.skills?.enabled && (
|
||||||
<div class="card bg-base-200 shadow-xl mb-4 sm:mb-6">
|
<div class="card bg-base-300 shadow-xl mb-4 sm:mb-6">
|
||||||
<div class="card-body p-4 sm:p-6 break-words">
|
<div class="card-body p-4 sm:p-6 break-words">
|
||||||
<h2 class="card-title text-xl sm:text-2xl">
|
<h2 class="card-title text-xl sm:text-2xl">
|
||||||
{resumeConfig.sections.skills.title || "Skills"}
|
{resumeConfig.sections.skills.title || "Skills"}
|
||||||
@@ -174,7 +174,7 @@ if (!data) {
|
|||||||
data.experience &&
|
data.experience &&
|
||||||
data.experience.length > 0 &&
|
data.experience.length > 0 &&
|
||||||
resumeConfig.sections.experience?.enabled && (
|
resumeConfig.sections.experience?.enabled && (
|
||||||
<div class="card bg-base-200 shadow-xl mb-4 sm:mb-6">
|
<div class="card bg-base-300 shadow-xl mb-4 sm:mb-6">
|
||||||
<div class="card-body p-4 sm:p-6 break-words">
|
<div class="card-body p-4 sm:p-6 break-words">
|
||||||
<h2 class="card-title text-xl sm:text-2xl">
|
<h2 class="card-title text-xl sm:text-2xl">
|
||||||
{resumeConfig.sections.experience.title ||
|
{resumeConfig.sections.experience.title ||
|
||||||
@@ -223,7 +223,7 @@ if (!data) {
|
|||||||
data.education &&
|
data.education &&
|
||||||
data.education.length > 0 &&
|
data.education.length > 0 &&
|
||||||
resumeConfig.sections.education?.enabled && (
|
resumeConfig.sections.education?.enabled && (
|
||||||
<div class="card bg-base-200 shadow-xl mb-4 sm:mb-6">
|
<div class="card bg-base-300 shadow-xl mb-4 sm:mb-6">
|
||||||
<div class="card-body p-4 sm:p-6 break-words">
|
<div class="card-body p-4 sm:p-6 break-words">
|
||||||
<h2 class="card-title text-xl sm:text-2xl">
|
<h2 class="card-title text-xl sm:text-2xl">
|
||||||
{resumeConfig.sections.education.title ||
|
{resumeConfig.sections.education.title ||
|
||||||
@@ -265,7 +265,7 @@ if (!data) {
|
|||||||
data.volunteer &&
|
data.volunteer &&
|
||||||
data.volunteer.length > 0 &&
|
data.volunteer.length > 0 &&
|
||||||
resumeConfig.sections.volunteer?.enabled && (
|
resumeConfig.sections.volunteer?.enabled && (
|
||||||
<div class="card bg-base-200 shadow-xl mb-4 sm:mb-6">
|
<div class="card bg-base-300 shadow-xl mb-4 sm:mb-6">
|
||||||
<div class="card-body p-4 sm:p-6 break-words">
|
<div class="card-body p-4 sm:p-6 break-words">
|
||||||
<h2 class="card-title text-xl sm:text-2xl">
|
<h2 class="card-title text-xl sm:text-2xl">
|
||||||
{resumeConfig.sections.volunteer.title ||
|
{resumeConfig.sections.volunteer.title ||
|
||||||
@@ -297,7 +297,7 @@ if (!data) {
|
|||||||
data.awards &&
|
data.awards &&
|
||||||
data.awards.length > 0 &&
|
data.awards.length > 0 &&
|
||||||
resumeConfig.sections.awards?.enabled && (
|
resumeConfig.sections.awards?.enabled && (
|
||||||
<div class="card bg-base-200 shadow-xl mb-4 sm:mb-6">
|
<div class="card bg-base-300 shadow-xl mb-4 sm:mb-6">
|
||||||
<div class="card-body p-4 sm:p-6 break-words">
|
<div class="card-body p-4 sm:p-6 break-words">
|
||||||
<h2 class="card-title text-xl sm:text-2xl">
|
<h2 class="card-title text-xl sm:text-2xl">
|
||||||
{resumeConfig.sections.awards.title ||
|
{resumeConfig.sections.awards.title ||
|
||||||
|
|||||||
Reference in New Issue
Block a user