Skip to content
Merged
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
Binary file added src/images/authors/EdgarGonzalez.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/pages/fsharp-essentials.astro
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { Icon } from "astro-icon/components";
import { Image } from "astro:assets";
import fsharpLogo from "../images/fsharp-logo.svg";
import Ian from "../images/authors/IanRussell.jpg";
import Edgar from "../images/authors/EdgarGonzalez.jpg";
import Edgar from "../images/authors/EdgarGonzalez.png";
import LocalTime from "../components/LocalTime";
import YouTubeVideo from "../components/YouTubeVideo.astro";
---
Expand Down
2 changes: 1 addition & 1 deletion src/pages/hire.astro
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import Layout from "../layouts/Layout.astro";
import { Icon } from "astro-icon/components";
import { Image } from "astro:assets";
import David from "../images/authors/DavidSchaefer.jpg";
import Edgar from "../images/authors/EdgarGonzalez.jpg";
import Edgar from "../images/authors/EdgarGonzalez.png";
import Florian from "../images/authors/FlorianVerdonck.jpg";
---

Expand Down
2 changes: 1 addition & 1 deletion src/testimonials/EdgarGonzalez.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ title: Edgar Gonzalez
preview: I went from zero to hero in no time
author: Edgar Gonzalez
isDraft: true
profilePicture: "../images/authors/EdgarGonzalez.jpg"
profilePicture: "../images/authors/EdgarGonzalez.png"
---

## My journey from a soldier to an F# OSS contributor
Expand Down