Skip to content

Commit

Permalink
Updated featured news
Browse files Browse the repository at this point in the history
  • Loading branch information
avinder-red-crackle committed Sep 19, 2023
1 parent 3747fd9 commit fcd42a7
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 5 deletions.
12 changes: 12 additions & 0 deletions website/_data/news.yml
Original file line number Diff line number Diff line change
@@ -1,59 +1,71 @@
- title: Earthly wants to reinvent continuous integration to make it faster and cheaper
subtitle: Lorem ipsum dolor sit amet consectetur. Habitant turpis viverra vestibulum pellentesque tincidunt...
source: Tech Crunch
category: Media Coverage
thumbnail: https://techcrunch.com/wp-content/uploads/2023/02/GettyImages-1312072591.jpg?w=1390&crop=1
featured: true
link: https://techcrunch.com/2023/02/23/earthly-wants-to-reinvent-continuous-integration-to-make-it-faster-and-cheaper/
createdAt: 2023-02-23 15:00:00

- title: "Earthly: Build Automation with Vlad Ionescu"
source: SE Daily
category: Podcast
thumbnail: https://i0.wp.com/softwareengineeringdaily.com/wp-content/uploads/2021/02/EarthlyTech.png?zoom=2&resize=730%2C389
link: https://softwareengineeringdaily.com/2021/03/01/earthly-with-vlad-ionescu/
createdAt: 2021-03-01 00:00:00

- title: Vlad Ionescu
source: Coffee and Open Source
category: Podcast
thumbnail: https://img.youtube.com/vi/0T9DF75lFmg/maxresdefault.jpg
link: https://www.coffeeandopensource.com/guest/vlad-ionescu.html
createdAt: 2023-05-30 00:00:00

- title: Removing Complexity For The Developer Community
source: Tech & Main Presents
category: Podcast
thumbnail: https://s3-us-west-2.amazonaws.com/anchor-generated-image-bank/production/podcast_uploaded_nologo400/565515/565515-1579606981875-c66b7780e32ee.jpg
link: https://podcasters.spotify.com/pod/show/techandmain/episodes/Removing-Complexity-For-The-Developer-Community--Vlad-A--Ionescu-e265974
createdAt: 2023-06-25 00:00:00

- title: Two-time founder Vlad A. Ionescu on finding success after repeated entrepreneurial failures
source: The Business of Open Source
category: Podcast
thumbnail: https://images.transistor.fm/file/transistor/images/show/10529/thumb_1656512000-artwork.jpg
link: https://share.transistor.fm/s/7bf78eb5
createdAt: 2023-08-09 00:00:00

- title: Interview With Vlad A. Ionescu
source: The Effective Developer
category: Podcast
thumbnail: https://s3-us-west-2.amazonaws.com/anchor-generated-image-bank/production/podcast_uploaded400/4655365/4655365-1586927150747-d34409b753af3.jpg
link: https://podcasters.spotify.com/pod/show/effective-developer/episodes/67---Interview-With-Vlad-A--Ionescu-e26or8q
createdAt: 2023-07-14 00:00:00

- title: Exploring Trailblazing Business Models in the Age of Artificial Intelligence
source: The Jeff Bullas Show
category: Podcast
thumbnail: https://ssl-static.libsyn.com/p/assets/c/a/9/5/ca956ce97147d8aa/height_90_width_90_podcast-logo-02.png
link: https://thejeffbullasshow.libsyn.com/exploring-trailblazing-business-models-in-the-age-of-artificial-intelligence
createdAt: 2023-06-01 00:00:00

- title: Earthly, a CI/CD Framework that Can Run Anywhere
source: OSS Podcast
category: Podcast
thumbnail: https://ik.imagekit.io/launchnotes/production/tr:w-1640,c-at_max,f-auto/h4pdy8q4n81fef4cuu8h68guc2gg
link: https://oss-startup-podcast.launchnotes.io/announcements/episode-42-earthly-a-ci-cd-framework-that-can-run-anywhere
createdAt: 2022-07-11 00:00:00

- title: Achieve Repeatable Builds Of Your Software On Any Machine With Earthly
source: The Python Podcast.__init__
category: Podcast
thumbnail: https://assets.fireside.fm/file/fireside-images/podcasts/images/a/a8ff81d7-d84b-4c87-872a-dcde96c0b97b/cover_medium.jpg?v=0
link: https://www.pythonpodcast.com/earthly-repeatable-build-tool-episode-351/
createdAt: 2022-02-06 00:00:00

- title: Fixing the CI/CD experience with Vlad A. Ionescu
source: DevXPod
category: Podcast
thumbnail: https://storage.buzzsprout.com/variants/4daxs8kk0sjatherse0weihime2w/f6fd9b4ca4e468e7e11c8350463c894b252ee834d352e0a8d889b97ac83aedef.jpg
link: https://www.devxpod.com/1895030/10907567-fixing-the-ci-cd-experience-with-vlad-a-ionescu
createdAt: 2022-07-22 00:00:00
14 changes: 9 additions & 5 deletions website/_includes/newsroom/hero.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,17 @@
<div class="flex flex-col items-center max-w-7xl mx-auto px-4 lg:px-10">
<h1 class="font-medium max-w-4xl text-[#2d7e5d] text-5xl sm:text-7xl text-center tracking-tight">Newsroom</h1>

{% assign featured = site.data.news | where:"featured", true %}
<div class="flex mt-10">
<a href="{{ item.link }}">
<a href="{{ featured[0].link }}">
<div class="h-full bg-[#E8F7FE] flex flex flex-col-reverse lg:flex-row gap-6 p-6 rounded-2xl">
<div class="w-full lg:w-5/12 h-full bg-white flex flex-col justify-center px-8 py-10 rounded-2xl text-xl">
<p class="text-sm">XYZ News - September 1, 2023</p>
<p class="font-medium mt-8 text-[#475569]">Lorem ipsum dolor sit amet consectetur. Habitant turpis viverra vestibulum pellentesque tincidunt.</p>
<p class="mt-4 text-lg tracking-tight">Lorem ipsum dolor sit amet consectetur. Habitant turpis viverra vestibulum pellentesque tincidunt...</p>
<div class="flex flex-wrap">
<p class="mr-1 text-sm uppercase">{{ featured[0].source }} -</p>
<time class="text-sm" datetime="{{ date | date_to_xmlschema }}">{{ featured[0].createdAt | date: "%B %-d, %Y" }}</time>
</div>
<p class="font-medium mt-8 text-[#475569]">{{ featured[0].title }}</p>
<p class="mt-4 text-lg tracking-tight">{{ featured[0].subtitle }}</p>

<div class="w-fit cursor-pointer decoration-[#2d7e5d] flex items-center mt-8 hover:underline">
<p class="font-bold text-[#2d7e5d] text-lg">Read now</p>
Expand All @@ -17,7 +21,7 @@ <h1 class="font-medium max-w-4xl text-[#2d7e5d] text-5xl sm:text-7xl text-center
</div>

<div class="h-full flex-1">
<img class="h-full object-cover rounded-2xl" src="assets/img/opensource-unsplash.jpeg" alt="{{ item.title }}" />
<img class="h-full object-cover rounded-2xl" src="{{ featured[0].thumbnail }}" alt="{{ item.title }}" />
</div>
</div>
</a>
Expand Down

0 comments on commit fcd42a7

Please sign in to comment.