Skip to content

Commit

Permalink
Merge pull request #22 from this-is-learning/feat/add-speakers
Browse files Browse the repository at this point in the history
add speakers
  • Loading branch information
santoshyadavdev authored May 13, 2024
2 parents 982f251 + b90395a commit 79cd801
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 1 deletion.
Binary file added public/images/aakansha.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/serkan.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 16 additions & 1 deletion src/constants.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import type { INavigationLink } from "./types/navigation-link.type.ts";

import Natalia from "../public/images/natalia.png";
import Dharmen from "../public/images/dharmen.png";
import Ankur from "../public/images/ankur.png";
import Tobiloba from "../public/images/tobi.jpeg";
Expand Down Expand Up @@ -63,6 +62,8 @@ import Olanetsoft from "../public/images/olanetsoft.jpeg";
import Thomas from "../public/images/thomas-laforge.png";
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';

export const SITE_TITLE = "TIL-Conf";

Expand Down Expand Up @@ -91,6 +92,13 @@ export const SPEAKERS = [
speakerTitle: "Application Security Engineer | Kraus IT Consulting",
presentationTitle: "The state of security in Single Page Applications",
},
{
subject: "Keynote",
speakerName: "Aakansha Doshi",
speakerImage: aakansha,
speakerTitle: "Opensource Developer",
presentationTitle: "Canvas Chronicles: Crafting Text Containers ",
},
{
subject: "TIL Contributors",
speakerName: "Tobiloba Adedeji",
Expand Down Expand Up @@ -543,4 +551,11 @@ export const SPEAKERS = [
speakerTitle: "Software Engineer",
presentationTitle: "Generative DevOps",
},
{
subject: "TIL Contributors",
speakerName: "Serkan Sipahi",
speakerImage: serkan,
speakerTitle: "Software Engineer",
presentationTitle: "TypeScript's 'Never' Type: The Invisible Force Shaping Code?",
}
];

0 comments on commit 79cd801

Please sign in to comment.