Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/data/blogs/beyond-the-resume.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ When Darnell Settles III, Director of Web and Digital Strategy at Methodist Le B
Darnell reflects on the hiring process: "One aspect that stood out to me the most was the sense that candidates from Vets Who Code are known commodities. I expected our hire to hit the ground running, and I must say, my expectations were not only met but exceeded." This initial impression was crucial, highlighting the rigorous training and discipline instilled in veterans through programs like Vets Who Code, which equips them with the necessary technical skills and industry knowledge to excel in the tech industry.

<p align="center">
<img src="v1714768081/adrian_grimm_blog_image_rfyamx.png" alt="Adrian Grimm">
<img src="v1714768081/adrian_grimm_blog_image_rfyamx.png" alt="Adrian Grimm, Marine Corps veteran and Vets Who Code alumnus hired by Methodist Le Bonheur Healthcare">
</p>

### **Adrian's Impact at Methodist**
Expand Down
9 changes: 5 additions & 4 deletions src/lib/cloudinary-helpers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -102,11 +102,12 @@ export function getBlogHeaderUrl(imageSource: string): string {

// Otherwise, treat it as a public ID and generate the URL with blog header optimizations
return getCloudinaryUrl(imageSource, {
width: 1200,
crop: "limit",
quality: "auto",
width: 1600,
height: 840,
crop: "fill",
quality: "auto:good",
format: "auto",
gravity: "auto",
dpr: "auto",
});
}

Expand Down
Loading