forked from pulumi/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlearnmore-contactus.html
28 lines (28 loc) · 1.14 KB
/
learnmore-contactus.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<section class="bg-purple-900 text-gray-300 text-gray-200 py-16 px-4 md:px-0">
<div class="container mx-auto md:flex justify-center">
<div class="md:w-1/3 flex md:ml-6 mb-16 md:mb-0">
<div class="mr-12">
<img class="h-16 -mt-2" src="/icons/icon-book-inv.svg">
</div>
<div>
<h3 class="text-white">Learn more</h3>
<p class="mb-8">
Discover our complete set of examples, documentation, and API references.
</p>
<a class="btn btn-white" href="{{ relref . "/docs" }}">Learn More</a>
</div>
</div>
<div class="md:w-1/3 flex md:ml-6">
<div class="mr-12">
<img class="h-16" src="/icons/icon-dialogue-inv.svg">
</div>
<div>
<h3 class="text-white">Contact us</h3>
<p class="mb-8">
Have questions about Pulumi? We're happy to help.
</p>
<a class="btn btn-white" href="{{ relref . "/contact" }}">Contact Us</a>
</div>
</div>
</div>
</section>