Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dewittn/hugo-html5up-alpha.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'exampleSite/content/elements/lists.md')
-rw-r--r--exampleSite/content/elements/lists.md48
1 files changed, 48 insertions, 0 deletions
diff --git a/exampleSite/content/elements/lists.md b/exampleSite/content/elements/lists.md
new file mode 100644
index 0000000..c6f8040
--- /dev/null
+++ b/exampleSite/content/elements/lists.md
@@ -0,0 +1,48 @@
++++
+Title = "Lists"
+weight = 20
++++
+
+### {{< param title >}}
+
+#### Unordered
+
+- Dolor pulvinar etiam.
+- Sagittis lorem eleifend.
+- Felis feugiat dolore viverra.
+- Dolor pulvinar etiam.
+
+#### Ordered
+1. Dolor pulvinar etiam.
+2. Etiam vel felis at viverra.
+3. Felis enim feugiat magna.
+4. Etiam vel felis nullam.
+5. Felis enim et tempus.
+
+
+#### Actions
+
+{{< button-group class="" >}}
+ {{< button title="PRIMARY" link= "#actions" class="primary" >}}
+ {{< button title="DEFAULT" link= "#actions" class="" >}}
+{{< /button-group >}}
+
+{{< button-group class="small" >}}
+ {{< button title="SMALL" link= "#actions" class="primary small" >}}
+ {{< button title="SMALL" link= "#actions" class="small" >}}
+{{< /button-group >}}
+
+{{< button-group class="stacked" >}}
+ {{< button title="PRIMARY" link= "#actions" class="primary" >}}
+ {{< button title="DEFAULT" link= "#actions" class="" >}}
+{{< /button-group >}}
+
+{{< button-group class="fit" >}}
+ {{< button title="DEFAULT" link= "#actions" class="primary" >}}
+ {{< button title="SMALL" link= "#actions" class="primary small" >}}
+{{< /button-group >}}
+
+{{< button-group class="fit" >}}
+ {{< button title="DEFAULT" link= "#actions" class="" >}}
+ {{< button title="SMALL" link= "#actions" class="small" >}}
+{{< /button-group >}} \ No newline at end of file