my picture
This commit is contained in:
@@ -4,6 +4,7 @@ module.exports = function(eleventyConfig) {
|
||||
eleventyConfig.addPassthroughCopy("src/css");
|
||||
eleventyConfig.addPassthroughCopy("src/js");
|
||||
eleventyConfig.addPassthroughCopy("src/resume");
|
||||
eleventyConfig.addPassthroughCopy("src/assets/images");
|
||||
// Add a filter for readable dates using vanilla JS
|
||||
eleventyConfig.addFilter("readableDate", dateObj => {
|
||||
// The toLocaleDateString method can be used to format dates
|
||||
|
BIN
src/assets/images/jesus.jpg
Normal file
BIN
src/assets/images/jesus.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 738 KiB |
@@ -16,7 +16,7 @@ layout: "layout.njk"
|
||||
<h2 class="text-3xl font-bold text-center section-title">About Me</h2>
|
||||
<div class="flex flex-col md:flex-row items-center gap-12">
|
||||
<div class="md:w-1/3 text-center">
|
||||
<img src="https://placehold.co/300x300/2d3748/e2e8f0?text=JOL" alt="Jesus Otero Lagunes" class="rounded-full mx-auto shadow-2xl border-4 border-gray-700">
|
||||
<img src="/assets/images/jesus.jpg" width="300" height="300" alt="Jesus Otero Lagunes" class="rounded-full mx-auto shadow-2xl border-4 border-gray-700">
|
||||
</div>
|
||||
<div class="md:w-2/3">
|
||||
<p class="text-lg text-gray-400 mb-4">
|
||||
|
Reference in New Issue
Block a user