2
2
3
3
< div class ="flex flex-wrap mb-8 -mx-4 ">
4
4
5
- < div class ="w-full sm:w-1/4 md:w-1/5 px-4 flex flex-wrap ">
5
+ <!-- < div class="w-full sm:w-1/4 md:w-1/5 px-4 flex flex-wrap">
6
6
<div id="filters" class="button-group filters-group sm:py-4 sm:mt-4">
7
7
<div class="flex flex-wrap sm:block">
8
8
<div class="md:mt-4 invisible sm:visible text-center">{{ partial "0_svgs/divider.svg" (dict "width" 170) }}</div>
@@ -22,12 +22,12 @@ <h4 class="uppercase mb-4 w-full community-header">Want More Help?</h4>
22
22
<a href="https://linode.com/community/questions" target="_blank" class="btn btn-small block text-center">Visit Linode Community</a>
23
23
</div>
24
24
</div>
25
- </ div >
25
+ </div> -->
26
26
27
- < div class ="w-full sm:w-3/4 md:w-4/5 px-4 ">
27
+ < div class ="w-full px-4 ">
28
28
< div class ="my-4 md:mt-12 md:mt-8 max-w-3xl ">
29
- < div class ="mb-4 mt-8 sm:hidden text-center "> {{ partial "0_svgs/divider.svg" (dict "width" 170) }}</ div >
30
- < h2 class ="font-normal text-BaseGreenDark "> Tools</ h2 >
29
+ <!-- < div class="mb-4 mt-8 sm:hidden text-center">{{ partial "0_svgs/divider.svg" (dict "width" 170) }}</div> -- >
30
+ < h2 class ="font-normal text-BaseGreenDark mb-6 md:mb-0 "> Tools</ h2 >
31
31
< div class ="flex -mx-4 md:items-center flex-col-reverse md:flex-row mb-2 ">
32
32
< div class ="px-4 flex flex-wrap ">
33
33
< div style ="width: 300px; ">
@@ -42,6 +42,16 @@ <h3 class="md:text-2xl mt-0 font-normal text-BaseGreenDark">Linode CLI</h3>
42
42
</ div >
43
43
</ div >
44
44
< div class ="flex flex-wrap mt-8 md:mb-4 -mx-4 ">
45
+ < article class ="item lib-item w-full md:w-1/2 px-4 mb-4 md:mb-8 ">
46
+ < div class ="p-8 h-full bg-ThemeCell tile ">
47
+ < header >
48
+ < h3 class ="mt-0 "> < a class ="text-black tile-link " href ="https://terraform.io/docs/providers/linode/ " target ="_blank "> terraform-provider-linode</ a > </ h3 >
49
+ </ header >
50
+ < section class ="mt-2 ">
51
+ Terraform is an Infrastructure-as-code tool that includes management features for various types of Linode resources.
52
+ </ section >
53
+ </ div >
54
+ </ article >
45
55
< article class ="item lib-item w-full md:w-1/2 px-4 mb-4 md:mb-8 ">
46
56
< div class ="p-8 h-full bg-ThemeCell tile ">
47
57
< header >
@@ -72,10 +82,20 @@ <h3 class="mt-0"><a class="text-black tile-link" href="https://github.com/kahkha
72
82
</ section >
73
83
</ div >
74
84
</ article >
85
+ < article class ="item lib-item w-full md:w-1/2 px-4 mb-4 md:mb-8 ">
86
+ < div class ="p-8 h-full bg-ThemeCell tile ">
87
+ < header >
88
+ < h3 class ="mt-0 "> < a class ="text-black tile-link " href ="https://github.com/linode/docker-machine-driver-linode " target ="_blank "> docker-machine-driver-linode</ a > </ h3 >
89
+ </ header >
90
+ < section class ="mt-2 ">
91
+ The Linode Docker Machine Driver provisions Linode instances to run Docker Engine.
92
+ </ section >
93
+ </ div >
94
+ </ article >
75
95
</ div >
76
96
</ div >
77
97
< h2 class ="font-normal text-BaseGreenDark "> Libraries</ h2 >
78
- < div class ="flex flex-wrap md:mt-8 md:mb-4 -mx-4 grid ">
98
+ < div class ="flex flex-wrap mt-6 md:mt-8 md:mb-4 -mx-4 grid ">
79
99
< div id ="noResultsContainer " class ="visually-hidden ">
80
100
< div class ="px-4 "> No results</ div >
81
101
</ div >
@@ -95,6 +115,6 @@ <h3 class="mt-0"><a class="text-black tile-link" href="{{ .Params.external_url }
95
115
96
116
</ div >
97
117
98
- < script src ="https://unpkg.com/isotope-layout@3/dist/isotope.pkgd.min.js "> </ script >
99
- < script src ={{ "/assets/js/tools.js" | relURL }} type="text/javascript"> </ script >
100
- {{ end }}
118
+ <!-- < script src="https://unpkg.com/isotope-layout@3/dist/isotope.pkgd.min.js"></script> -- >
119
+ <!-- < script src={{ "/assets/js/tools.js" | relURL }} type="text/javascript"></script> -- >
120
+ {{ end }}
0 commit comments