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

lists.md « elements « content « exampleSite - github.com/dewittn/hugo-html5up-alpha.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a08aca8ba7129bcb2ded429b3bcbb588528ab8ef (plain)
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
+++
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 title="Alt" link= "#actions" class="alt" >}}
{{< /button-group >}}

{{< button-group class="small" >}}
    {{< button title="Small" link= "#actions" class="primary small" >}}
    {{< button title="Small" link= "#actions" class="small" >}}
    {{< button title="Small" link= "#actions" class="small alt" >}}
{{< /button-group >}}

{{< button-group class="stacked" >}}
    {{< button title="Primary" link= "#actions" class="primary" >}}
    {{< button title="Default" link= "#actions" class="" >}}
    {{< button title="Alt" link= "#actions" class="alt" >}}
{{< /button-group >}}

{{< button-group class="fit" >}}
    {{< button title="Primary" 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 >}}