Skip to content
This repository has been archived by the owner on Sep 7, 2024. It is now read-only.

Commit

Permalink
Merge branch 'WeMakeDevs:main' into twitter-icon-changed-to-X
Browse files Browse the repository at this point in the history
  • Loading branch information
maverick-farhan authored Oct 3, 2023
2 parents cff7228 + c179973 commit e05159f
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 10 deletions.
Binary file modified src/assets/webinars/Deploy-With-Feature-Flags.png
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 src/assets/webinars/configuration-as-code.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed src/assets/webinars/configuration-as-code.png
Binary file not shown.
Binary file added src/assets/webinars/headless-browser.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed src/assets/webinars/headless-browser.png
Binary file not shown.
4 changes: 2 additions & 2 deletions src/content/Webinars/ConfigurationAsCode.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import Poster from '@/assets/webinars/configuration-as-code.png';
import Poster from '@/assets/webinars/configuration-as-code.jpg';

import {
IndividualWebinarCompletedPageHeader,
Expand All @@ -11,7 +11,7 @@ const ConfigurationAsCode = {
description:
'Join us for a webinar with Ran Cohen, Configu co-founder and CTO where you will discover a groundbreaking approach to efficiently manage application configurations and streamline your development process.',
poster: Poster,
// videoUrl: 'https://www.youtube.com/embed/UTbCK92QTHw',
videoUrl: 'https://www.youtube.com/embed/Z_Vz8v6e-U4',
takeaways: ['A groundbreaking way to manage application configurations'],
CTA: {
name: 'Register',
Expand Down
11 changes: 6 additions & 5 deletions src/content/Webinars/DeployWithFeatureFlags.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ import {

const DeployWithFeatureFlags = {
header: IndividualWebinarCompletedPageHeader,
name: 'Decouple Deploy & Release: Deploying to production safely with feature flags',
name: 'Decouple Deploy & Release: Deploying to Production Safely With Feature Flags',
description:
'Feature flags let you release with confidence. Join to learn all about feature flags and how they can apply to you, with a live demo of feature flagging in action.',
poster: Poster,
// videoUrl: 'https://www.youtube.com/embed/UTbCK92QTHw',
videoUrl: 'https://www.youtube.com/embed/yIcFvVaFpjM',
takeaways: [
'How to get started and scale with feature flags?',
'Use cases of feature flags for global development teams',
Expand All @@ -22,13 +22,14 @@ const DeployWithFeatureFlags = {
name: 'Register',
href: '#register',
},
time: '05 October 2023 13:00:00 GMT',
time: '06 October 2023 10:00:00 GMT',
speakers: [
{
name: 'Ben Rometsch',
// description: 'Hello World',
description: 'CEO and Co-Founder of Flagsmith',
twitter: 'benjarom3',
img: 'https://pbs.twimg.com/profile_images/1305951808817369094/P_jm6yva_400x400.jpg',
linkedin: 'benrometsch',
img: 'https://media.licdn.com/dms/image/C4E03AQGToFZFFw0qtw/profile-displayphoto-shrink_800_800/0/1516193876653?e=1701907200&v=beta&t=4bexn7c57rhiqXwaT35gTCuYapvKlb1h6dw6MgS_NVc',
},
],
register: 'DeployWithFeatureFlagsWebinar',
Expand Down
6 changes: 3 additions & 3 deletions src/content/Webinars/HeadlessBrowser.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import Poster from '@/assets/webinars/headless-browser.png';
import Poster from '@/assets/webinars/headless-browser.jpg';

import {
IndividualWebinarCompletedPageHeader,
Expand All @@ -7,11 +7,11 @@ import {

const HeadlessBrowser = {
header: IndividualWebinarCompletedPageHeader,
name: 'Headless Browser',
name: 'Headless Browsers',
description:
'One of the biggest skills that engineers can easily add is a deeper understanding of headless browsers. Whether you are just getting started with web scraping or have experience building products that rely on browser automation, this webinar will up-level you with skills and tools to take it to the next level.',
poster: Poster,
// videoUrl: 'https://www.youtube.com/embed/UTbCK92QTHw',
videoUrl: 'https://www.youtube.com/embed/ELFH-w9P7bU',
takeaways: [
'Advanced approaches for web scraping & extraction',
'Synthetic testing on a deeper level',
Expand Down

0 comments on commit e05159f

Please sign in to comment.