* 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.
23 lines
1.2 KiB
HTML
23 lines
1.2 KiB
HTML
<section class="py-16">
|
|
<div class="container mx-auto text-center">
|
|
<h2 class="mb-4">Find Pulumi on</h2>
|
|
<ul class="inline-flex flex-wrap justify-center list-none text-5xl p-0">
|
|
<li class="mx-12">
|
|
<a class="text-blue-500 hover:text-blue-400" href="https://twitter.com/pulumicorp" target="_blank"><i class="fab fa-twitter"></i></a>
|
|
</li>
|
|
<li class="mx-12">
|
|
<a class="text-gray-900 hover:text-gray-800" href="https://github.com/pulumi/" target="_blank"><i class="fab fa-github"></i></a>
|
|
</li>
|
|
<li class="mx-12">
|
|
<a class="text-red-600 hover:text-red-500" href="https://www.youtube.com/channel/UC2Dhyn4Ev52YSbcpfnfP0Mw" target="_blank"><i class="fab fa-youtube"></i></a>
|
|
</li>
|
|
<li class="mx-12">
|
|
<a class="text-blue-700 hover:text-blue-400" href="https://www.linkedin.com/company/pulumi/" target="_blank"><i class="fab fa-linkedin"></i></a>
|
|
</li>
|
|
<li class="mx-12">
|
|
<a class="text-green-600 hover:text-green-500" href="https://slack.pulumi.com/" target="_blank"><i class="fab fa-slack-hash"></i></a>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</section>
|