@@ -34,12 +34,12 @@ <h1>OCI-native Image Builder</h1>
34
34
< div class ="item_content ">
35
35
< h2 class ="card_title "> Single Binary</ h2 >
36
36
< p > One statically built binary for simplified download and install with no additional dependencies or services.</ p >
37
- </ div >
37
+ </ div >
38
38
</ li >
39
39
< li class ="centered-content-grid__item md-typeset ">
40
40
< div class ="content_icon ">
41
41
{% include ".icons/fontawesome/solid/repeat.svg" %}
42
- </ div >
42
+ </ div >
43
43
< div class ="item_content ">
44
44
< h2 class ="card_title "> Repeatable</ h2 >
45
45
< p > Hermetically sealed environment for image builds using LXC containers so that builds are repeatable without side-effects.</ p >
@@ -48,7 +48,7 @@ <h2 class="card_title">Repeatable</h2>
48
48
< li class ="centered-content-grid__item md-typeset ">
49
49
< div class ="content_icon ">
50
50
{% include ".icons/fontawesome/solid/lock.svg" %}
51
- </ div >
51
+ </ div >
52
52
< div class ="item_content ">
53
53
< h2 class ="card_title "> Unprivileged</ h2 >
54
54
< p > Build using user namespaces and avoid privileges on host.</ p >
@@ -66,7 +66,7 @@ <h2 class="card_title">Incremental</h2>
66
66
< li class ="centered-content-grid__item md-typeset ">
67
67
< div class ="content_icon ">
68
68
{% include ".icons/fontawesome/brands/github.svg" %}
69
- </ div >
69
+ </ div >
70
70
< div class ="item_content ">
71
71
< h2 class ="card_title "> GitHub Action</ h2 >
72
72
< p > Integrated with GitHub as a build-and-push < a href ="https://github.com/marketplace/actions/stacker-build-and-push-action "> action</ a > .</ p >
@@ -86,6 +86,36 @@ <h2 class="card_title">Open source</h2>
86
86
</ div >
87
87
</ div >
88
88
</ section >
89
+ < section class ="tx-container default-bg ">
90
+ < div class ="md-grid md-typeset ">
91
+ < div class ="content-container-centered ">
92
+ < div class ="centered-content-column-wrapper ">
93
+ < div class ="content-container-column ">
94
+ < h1 > Keep in touch left side title</ h1 >
95
+ < div class ="column-content ">
96
+ <!-- Paragraphs can be added as desired -->
97
+ < p >
98
+ By joining the Insiders program, you'll get immediate access to the latest features while also helping support the ongoing development of Material for MkDocs.
99
+ hanks to our awesome sponsors, this project is actively maintained and kept in good shape.
100
+ </ p >
101
+ < p >
102
+ Together, we can build documentation that simply works!
103
+ </ p >
104
+ < p > < a class ="md-button md-button--custom "> Link to something else</ a > </ p >
105
+ </ div >
106
+ </ div >
107
+ < div class ="content-container-column ">
108
+ < h1 > Right side title</ h1 >
109
+ < div class ="column-content ">
110
+ <!-- Paragraphs can be added as desired -->
111
+ < p > First paragraph</ p >
112
+ < p > Second paragraph</ p >
113
+ </ div >
114
+ </ div >
115
+ </ div >
116
+ </ div >
117
+ </ div >
118
+ </ section >
89
119
{% endblock %}
90
120
{% block content %}{% endblock %}
91
121
{% block footer %}
0 commit comments