Skip to content

Commit 3acf0e1

Browse files
committed
docs: add placeholder
1 parent a2b64c9 commit 3acf0e1

File tree

3 files changed

+40
-4
lines changed

3 files changed

+40
-4
lines changed

docs/README.md

+19-3
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,29 @@
11
> Lint commit messages
22
3-
![commitlint demo](./assets/commitlint.svg)
3+
<div class="sequence">
4+
<svg class="placeholder" width="832" height="517">
5+
<style>
6+
.tuohi3 {fill: #50b3dd}
7+
.tZ1XQohX {fill: #d4d6d6}
8+
.t1b70aa {fill: #1d262b}
9+
.tZLMqtg {fill: #9fcc4e}
10+
</style>
11+
<circle cx="18" cy="18" r="7.5" fill="#999"></circle>
12+
<circle cx="42" cy="18" r="7.5" fill="#999"></circle>
13+
<circle cx="65" cy="18" r="7.5" fill="#999"></circle>
14+
<svg x="15" y="50">
15+
<rect class="text tuohi3" x="0" y="0" width="250" height="14"/>
16+
<rect class="text t1b70aa" x="255" y="0" width="68" height="14"/>
17+
<rect class="text tZLMqtg" x="0" y="19" width="10" height="14"/>
18+
</svg>
19+
</svg>
20+
<img src="./assets/commitlint.svg"/>
21+
</div>
422

523
# commitlint
624

725
[![npm latest][2]][3] [![npm next][10]][3] [![Travis branch][4]][5] [![AppVeyor branch][6]][7]
826

9-
10-
1127
`commitlint` helps your team adhereing to a commit convention. By supporting npm-installed configurations it makes sharing of commit conventions easy.
1228

1329
# Getting started

docs/assets/commitlint.svg

+1-1
Loading

docs/index.html

+20
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,26 @@
5555
.search.search .matching-post:last-child {
5656
border: 1px solid rgba(255, 255, 255, 0.1);
5757
}
58+
.sequence {
59+
position: relative;
60+
margin: 30px auto;
61+
}
62+
.sequence:before {
63+
display: block;
64+
background: #000000;
65+
content: '';
66+
width: 100%;
67+
padding-top: 56%;
68+
border-radius: 5px;
69+
}
70+
.sequence img,
71+
.sequence .placeholder {
72+
position: absolute;
73+
top: 0;
74+
left: 0;
75+
right: 0;
76+
bottom: 0;
77+
}
5878
</style>
5979
</head>
6080

0 commit comments

Comments
 (0)