Skip to content

Commit

Permalink
Adding quote.
Browse files Browse the repository at this point in the history
  • Loading branch information
coryodaniel committed Aug 16, 2023
1 parent 223dfa2 commit 1db0431
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 3 deletions.
18 changes: 18 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,24 @@ <h1>The OpenTF Manifesto</h1>

<h2>Supporters</h2>

<figure class="quote">
<blockquote>
I think in some sense what we've seen over the last few years is, all major innovation in the infrastructure
space has tended towards open source. Part of the challenge with infrastructure is it lives and dies by the
integration of a huge, broad ecosystem. And so, the challenge is: How do you actually do this huge amount of
integration in a totally closed source product?
</blockquote>
<figcaption>
<span>&mdash; Armon Dadgar, Co-Founder & CTO, HashiCorp</span>
<br />
<cite>
<a href="https://www.ignw.io/blog/2019/faq-hashicorp-open-source">
Why is HashiCorp committed to open source?
</a>
</cite>
</figcaption>
</figure>

<p>
We acknowledge that maintaining an open source project such as Terraform takes a considerable investment
in terms of time, skill, effort, and coordination. We are grateful to HashiCorp for creating Terraform
Expand Down
21 changes: 18 additions & 3 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -304,10 +304,25 @@ a:hover {


.co-signed {
width: 100%;
width: 100%;
}

.co-signed th, .co-signed td {
.co-signed th,
.co-signed td {
text-align: left;
padding: 5px;
padding: 5px;
}

.quote {
margin: 0;
}

.quote figcaption,
.quote blockquote {
margin: 1em;
}

.quote blockquote {
border-left: 2px solid #5569ff;
padding: 1em;
}

0 comments on commit 1db0431

Please sign in to comment.