Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions layouts/partials/benefits-v1.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ <h2>Benefits of Pulumi</h2>

<div class="md:flex my-8">
<div>
<img class="h-12 mb-6" src="{{ .Site.BaseURL }}/icons/realCode_icon.svg">
<img class="h-12 mb-6" src="/icons/realCode_icon.svg">
<h3>Real Code</h3>
<p>
Pulumi is infrastructure as real code. This means you get all the benefits
Expand All @@ -13,7 +13,7 @@ <h3>Real Code</h3>
</p>
</div>
<div class="md:mx-8">
<img class="h-12 mb-6" src="{{ .Site.BaseURL }}/icons/reusable-component.svg">
<img class="h-12 mb-6" src="/icons/reusable-component.svg">
<h3>Reusable Components</h3>
<p>
As Pulumi is code, you can build up a library of packages to further
Expand All @@ -23,7 +23,7 @@ <h3>Reusable Components</h3>
</p>
</div>
<div>
<img class="h-12 mb-6" src="{{ .Site.BaseURL }}/icons/immutable_infastrc_icon.svg">
<img class="h-12 mb-6" src="/icons/immutable_infastrc_icon.svg">
<h3>Immutable Infrastructure</h3>
<p>
Pulumi provides the computation of necessary cloud resources with a 'Cloud
Expand Down
8 changes: 4 additions & 4 deletions layouts/partials/benefits-v2.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ <h2>Benefits of Pulumi</h2>

<div class="md:flex my-8">
<div>
<img class="h-12 mb-6" src="{{ .Site.BaseURL }}/icons/realCode_icon.svg">
<img class="h-12 mb-6" src="/icons/realCode_icon.svg">
<h3>Real Code</h3>
<p>
Pulumi is infrastructure as real code. This means you get all the benefits
Expand All @@ -13,7 +13,7 @@ <h3>Real Code</h3>
</p>
</div>
<div class="mx-8">
<img class="h-12 mb-6" src="{{ .Site.BaseURL }}/icons/reusable-component.svg">
<img class="h-12 mb-6" src="/icons/reusable-component.svg">
<h3>Familiar Constructs</h3>
<p>
Real languages means you get familiar constructs like for loops,
Expand All @@ -23,7 +23,7 @@ <h3>Familiar Constructs</h3>
</p>
</div>
<div class="mx-8">
<img class="h-12 mb-6" src="{{ .Site.BaseURL }}/icons/immutable_infastrc_icon.svg">
<img class="h-12 mb-6" src="/icons/immutable_infastrc_icon.svg">
<h3>Ephemeral Infrastructure</h3>
<p>
Pulumi has deep support for cloud native technologies, like
Expand All @@ -33,7 +33,7 @@ <h3>Ephemeral Infrastructure</h3>
</p>
</div>
<div>
<img class="h-12 mb-6" src="{{ .Site.BaseURL }}/icons/icon-core3.svg">
<img class="h-12 mb-6" src="/icons/icon-core3.svg">
<h3>TF Provider Integration</h3>
<p>
Pulumi is able to adapt any Terraform Provider for use with Pulumi,
Expand Down
4 changes: 2 additions & 2 deletions layouts/partials/learning-machine.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ <h2 class="mt-0">Learning Machine</h2>
</p>
<div class="md:flex my-8 md:max-w-32">
<figure class="md:w-1/2">
<img class="mb-4" src="{{ .Site.BaseURL }}/images/customers/learning_machine_info-1.svg">
<img class="mb-4" src="/images/customers/learning_machine_info-1.svg">
<figcaption class="text-gray-600 text-xs">
25,000 Lines of CloudFormation reduced to 500 Lines of JavaScript
</figcaption>
</figure>
<figure class="md:w-1/2">
<img class="mb-4" src="{{ .Site.BaseURL }}/images/customers/learning_machine_info-2.svg">
<img class="mb-4" src="/images/customers/learning_machine_info-2.svg">
<figcaption class="text-gray-600 text-xs">
New customer provisioning time reduced from 3 weeks to 1 hour
</figcaption>
Expand Down