Skip to content

Commit 940099a

Browse files
authored
. (#5)
1 parent 07963aa commit 940099a

File tree

5 files changed

+33
-7
lines changed

5 files changed

+33
-7
lines changed

Diff for: index.html

+18-2
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ <h1>Rough Notation</h1>
119119
Elements can be annotated in a number of different styles. Animation duration and delay can be configured, or
120120
just turned off.
121121
</p>
122-
<p>Rough Notation is <span class="acircle">3.7kb</span> in size when gzipped, and the code is available on
122+
<p>Rough Notation is <span class="acircle">3.8kb</span> in size when gzipped, and the code is available on
123123
GitHub.</p>
124124
<p>
125125
<a target="_blank" href="https://github.com/pshihn/rough-notation" rel="noopener">
@@ -176,7 +176,7 @@ <h3>Strike-Through</h3>
176176
</p>
177177
</div>
178178
</section>
179-
<section id="crossSection" style="background: #FFFDE7;">
179+
<section id="crossSection" style="background: #E0F2F1;">
180180
<div class="sizedPanel">
181181
<h3>Crossed-Off</h3>
182182
<p>To symbolize rejection, use a <span>crossed-off</span> effect on an element.</p>
@@ -185,6 +185,22 @@ <h3>Crossed-Off</h3>
185185
</p>
186186
</div>
187187
</section>
188+
<section id="bracketSection" style="background: #FFFDE7;">
189+
<div class="sizedPanel">
190+
<h3>Brackets</h3>
191+
<p>Create a hand-drawn bracket around a block (like a paragraph of text) on one or multiple sides of the block.
192+
</p>
193+
<p class="blockp">
194+
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed accumsan nisi hendrerit augue molestie tempus.
195+
Phasellus purus quam, aliquet nec commodo quis, pharetra ut orci. Donec laoreet ligula nisl,
196+
placerat molestie mauris luctus id. Fusce dapibus non libero nec lobortis. Nullam iaculis nisl ac eros
197+
consequat, sit amet placerat massa vulputate.
198+
</p>
199+
<p>
200+
<button>annotate</button>
201+
</p>
202+
</div>
203+
</section>
188204
<section id="multilineSection" style="background: #FFF8F1;">
189205
<div class="sizedPanel">
190206
<h3>Multiple lines</h3>

Diff for: package-lock.json

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@
1717
},
1818
"homepage": "https://github.com/pshihn/rough-notation-web#readme",
1919
"dependencies": {
20-
"rough-notation": "^0.3.3"
20+
"rough-notation": "^0.4.0"
2121
}
2222
}

0 commit comments

Comments
 (0)