Skip to content

Commit

Permalink
updates carousel and adds webinar event (#149)
Browse files Browse the repository at this point in the history
Signed-off-by: Samhita Alla <aallasamhita@gmail.com>

Signed-off-by: Samhita Alla <aallasamhita@gmail.com>
  • Loading branch information
samhita-alla authored Dec 5, 2022
1 parent bfe2961 commit c41e855
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 20 deletions.
34 changes: 17 additions & 17 deletions _data/carousel.json
Original file line number Diff line number Diff line change
@@ -1,32 +1,32 @@
[
{
"title": "Flyte @ Embark Veterinary: Research and Operational Dataflows ",
"url": "https://www.youtube.com/watch?v=zk3KFKYBRhU",
"image": "/assets/images/carousel/embark.webp",
"badge": "Case Study"
"title": "Talk on Operationalizing ML: An Interview Study + Panel",
"url": "https://www.meetup.com/union-ai/events/289700411/",
"image": "https://www.meetup.com/_next/image/?url=https%3A%2F%2Fsecure-content.meetupstatic.com%2Fimages%2Fclassic-events%2F508777919%2F676x380.webp&w=3840&q=75",
"badge": "Event"
},
{
"title": "Flyte x UnionML: Hacktoberfest 2022 Wrap-Up",
"url": "https://blog.flyte.org/hacktoberfest-2022-wrap-up",
"image": "https://blog.flyte.org/_next/image?url=https%3A%2F%2Fcdn.hashnode.com%2Fres%2Fhashnode%2Fimage%2Fupload%2Fv1668495828238%2F3pWKikbeJ.png%3Fw%3D1600%26h%3D840%26fit%3Dcrop%26crop%3Dentropy%26auto%3Dcompress%2Cformat%26format%3Dwebp&w=3840&q=75",
"badge": "Announcement"
"title": "Flyte at Pachama",
"url": "https://www.youtube.com/watch?v=ALZym7Ismc4",
"image": "/assets/images/carousel/pachama.webp",
"badge": "Case Study"
},
{
"title": "Flyte Monthly: Nov 2022 Newsletter",
"url": "https://blog.flyte.org/flyte-monthly-nov-2022",
"image": "https://blog.flyte.org/_next/image?url=https%3A%2F%2Fcdn.hashnode.com%2Fres%2Fhashnode%2Fimage%2Fupload%2Fv1668419914743%2FQuR70XFzn.png%3Fw%3D1600%26h%3D840%26fit%3Dcrop%26crop%3Dentropy%26auto%3Dcompress%2Cformat%26format%3Dwebp&w=3840&q=75",
"title": "Airflow vs. Flyte Cheat Sheet",
"url": "https://blog.flyte.org/airflow-vs-flyte-cheat-sheet",
"image": "https://blog.flyte.org/_next/image?url=https%3A%2F%2Fcdn.hashnode.com%2Fres%2Fhashnode%2Fimage%2Fupload%2Fv1669802435719%2FYejgPExn-.png%3Fw%3D1600%26h%3D840%26fit%3Dcrop%26crop%3Dentropy%26auto%3Dcompress%2Cformat%26format%3Dwebp&w=3840&q=75",
"badge": "Blog"
},
{
"title": "Flyte @ Lacuna.ai - Leveraging Flyte for Transportation Data Science",
"url": "https://www.youtube.com/watch?v=2-3nOahd3IY",
"image": "/assets/images/carousel/lacuna.jpg",
"title": "Flyte @ Embark Veterinary: Research and Operational Dataflows ",
"url": "https://www.youtube.com/watch?v=zk3KFKYBRhU",
"image": "/assets/images/carousel/embark.webp",
"badge": "Case Study"
},
{
"title": "Flyte Cheat Sheet",
"url": "https://blog.flyte.org/flyte-cheat-sheet",
"image": "https://blog.flyte.org/_next/image?url=https%3A%2F%2Fcdn.hashnode.com%2Fres%2Fhashnode%2Fimage%2Fupload%2Fv1663157065179%2F3cs0g2WZ2.png%3Fw%3D1600%26h%3D840%26fit%3Dcrop%26crop%3Dentropy%26auto%3Dcompress%2Cformat%26format%3Dwebp&w=3840&q=75",
"title": "Flyte Monthly: Nov 2022 Newsletter",
"url": "https://blog.flyte.org/flyte-monthly-nov-2022",
"image": "https://blog.flyte.org/_next/image?url=https%3A%2F%2Fcdn.hashnode.com%2Fres%2Fhashnode%2Fimage%2Fupload%2Fv1668419914743%2FQuR70XFzn.png%3Fw%3D1600%26h%3D840%26fit%3Dcrop%26crop%3Dentropy%26auto%3Dcompress%2Cformat%26format%3Dwebp&w=3840&q=75",
"badge": "Blog"
}
]
9 changes: 6 additions & 3 deletions _includes/navbar.html
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
<div class="header-banner text-xs md:text-base font-medium">
<div id="banner-carousel" class="owl-carousel owl-theme carousel-items">
<a href="" class="hidden nav-item top-carousel-item"
>Webinar + Panel on "Operationalizing Machine Learning: An Interview
Study" paper on Dec. 6th. Stay Tuned!</a
<a
href="https://www.meetup.com/union-ai/events/289700411/"
class="hidden nav-item top-carousel-item"
>Join us for the webinar on "Operationalizing Machine Learning: An
Interview Study" paper, Dec. 6th at 1 PM PT!
<span class="opacity-70"></span></a
>
<a
href="https://twitter.com/i/spaces/1ZkKzbXLekWKv?s=20"
Expand Down
Binary file removed assets/images/carousel/lacuna.jpg
Binary file not shown.
Binary file added assets/images/carousel/pachama.webp
Binary file not shown.

0 comments on commit c41e855

Please sign in to comment.