Skip to content

Commit

Permalink
upgrade theme to v1.4.4 and some css fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
dcorto committed Dec 19, 2024
1 parent 4b8504f commit 13f54d0
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 83 deletions.
6 changes: 6 additions & 0 deletions assets/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@ html body ::selection{
padding-left: 10px;
}

@media (max-width: 768px) {
.profile-image {
margin-bottom: 2em;
}
}

.profile-image img{
border-radius: 50%;
}
Expand Down
24 changes: 0 additions & 24 deletions layouts/partials/education.html

This file was deleted.

6 changes: 3 additions & 3 deletions layouts/partials/experience-description.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ <h2>{{ i18n "experience_title" }}</h2>
<div class="col-12 col-lg-4">
<a
href="{{ i18n "experience_button_url" | absURL }}"
class="btn btn-primary btn-block"
class="btn btn-primary btn-block w-100"
target="_blank"
rel="noopener noreferrer"
>
Expand All @@ -20,7 +20,7 @@ <h2>{{ i18n "experience_title" }}</h2>
<div class="col-12 col-lg-4">
<a
href='{{ i18n "experience_button2_url" | absURL }}'
class="btn btn-frameless"
class="btn btn-frameless w-100"
target="_blank"
rel="noopener noreferrer"
>
Expand All @@ -33,7 +33,7 @@ <h2>{{ i18n "experience_title" }}</h2>
<div class="col-12 col-lg-4">
<a
href='{{ i18n "experience_button3_url" | absURL }}'
class="btn btn-frameless"
class="btn btn-frameless w-100"
rel="noopener noreferrer"
>
<i class="{{ .Site.Data.homepage.experience.button3.icon }}"></i>
Expand Down
55 changes: 0 additions & 55 deletions layouts/partials/testimonial.html

This file was deleted.

0 comments on commit 13f54d0

Please sign in to comment.