Skip to content

Commit

Permalink
Merge pull request #23 from this-is-learning/add-fabian
Browse files Browse the repository at this point in the history
add fabian
  • Loading branch information
santoshyadavdev authored May 14, 2024
2 parents 79cd801 + 0733519 commit 45d36a4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
Binary file added public/images/fabienvauchelles2.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ import Sonam from "../public/images/sonam.jpeg";
import Cecilia from "../public/images/cecilia.jpeg";
import serkan from '../public/images/serkan.png';
import aakansha from '../public/images/aakansha.jpeg';
import fabian from '../public/images/fabienvauchelles2.jpeg';

export const SITE_TITLE = "TIL-Conf";

Expand Down Expand Up @@ -557,5 +558,12 @@ export const SPEAKERS = [
speakerImage: serkan,
speakerTitle: "Software Engineer",
presentationTitle: "TypeScript's 'Never' Type: The Invisible Force Shaping Code?",
},
{
subject: "Web and Mobile",
speakerName: "Fabien Vauchelles",
speakerImage: fabian,
speakerTitle: "Anti-Ban & Web-Scraping Expert @ Wiremind",
presentationTitle: "Live-Coding: Mastering Web Scraping with Scrapoxy",
}
];

0 comments on commit 45d36a4

Please sign in to comment.