Kimberley Mackenzie e35e01f06f
Prettier Spike (#1517)
* Add Prettier set-up (no formatting in this commit).

* Manual fixes for Prettier issues.

* Run Prettier fix on non-markdown files.

* Incorporate Prettier PR feedback - update commands, re-apply new yaml styles, add editor config.

* Remove deprecated config item.

* Add dependency on prettier-plugin-go-template.

* reconcile changed file with prettier formatting.

* Add git blame ignore revs file to include Prettier formatting commit.

* Fix format issue with merge conflict.
2022-06-01 10:58:20 -07:00

33 lines
1.9 KiB
HTML

<section class="bg-gray-900 text-white py-16 px-4">
<div class="container mx-auto max-w-5xl">
<h3 class="text-white">More from Pulumi</h3>
<div class="md:flex items-start">
<div class="md:w-2/3">
<iframe
width="560"
height="315"
src="https://www.youtube.com/embed/R3OfgFHkj3o"
frameborder="0"
allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen
></iframe>
<h4 class="text-gray-100">Migrate to Pulumi</h4>
<p class="text-gray-400">
In this video, Pulumi CTO, Luke Hoban, discusses how to begin to migrate to Pulumi from existing tools such as CloudFormation and Terraform.
</p>
<a class="text-orange-500" href="https://www.youtube.com/watch?v=R3OfgFHkj3o">Learn more</a>
</div>
<div class="md:w-1/3 md:ml-8">
<a href="{{ relref . "/blog/build-a-video-thumbnailer-with-pulumi-using-lambdas-containers-and-infrastructure-on-aws" }}">
<img class="rounded my-8 md:h-64 object-scale-down" src="/images/screens/video-thumbnail-diagram.png" alt="Video thumbnail diagram" />
</a>
<h4 class="text-gray-100">Serverless, Containers, and Infrastructure</h4>
<p class="text-gray-400">
In this blog post, we show how productive Pulumi can be at combining different aspects of cloud architecture for truly cloud native programming.
</p>
<a class="text-orange-500" href="{{ relref . "/blog/build-a-video-thumbnailer-with-pulumi-using-lambdas-containers-and-infrastructure-on-aws" }}">Learn more</a>
</div>
</div>
</div>
</section>