Skip to content

Commit 8a62da1

Browse files
Basic Hello World samples: refine descriptions and update sample links
1 parent a838495 commit 8a62da1

1 file changed

Lines changed: 46 additions & 4 deletions

File tree

_includes/samples_index.html

Lines changed: 46 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1042,10 +1042,10 @@
10421042

10431043
<!-- Featured Section - Quick Start & Official Demo -->
10441044
<div class="featured-container">
1045-
<a href="https://demo.dynamsoft.com/Samples/DBR/JS/hello-world.html" class="featured-box quick-start">
1045+
<a href="https://demo.dynamsoft.com/Samples/DBR/JS/basics/hello-world.html" class="featured-box quick-start">
10461046
<span class="label">🚀 Quick Start</span>
1047-
<div class="title">Hello World - Scan Your First Barcode</div>
1048-
<div class="description">The simplest example to get started with barcode scanning in under 2 minutes</div>
1047+
<div class="title">Hello World - Scan Multiple Barcodes</div>
1048+
<div class="description">The simplest example to get started with barcode scanning. Continuously scans and collects multiple unique barcodes</div>
10491049
<span
10501050
class="guide-badge"
10511051
title="View user guide documentation"
@@ -1061,7 +1061,7 @@
10611061
<span
10621062
class="github-badge"
10631063
title="View source code on GitHub"
1064-
onclick="event.stopPropagation(); window.open('https://github.com/Dynamsoft/barcode-reader-javascript-samples/blob/main/hello-world.html', '_blank'); return false;"
1064+
onclick="event.stopPropagation(); window.open('https://github.com/Dynamsoft/barcode-reader-javascript-samples/blob/main/basics/hello-world.html', '_blank'); return false;"
10651065
>
10661066
<svg width="20" height="20" viewBox="0 0 16 16" fill="white">
10671067
<path
@@ -1106,6 +1106,48 @@
11061106
>
11071107
</div>
11081108

1109+
<!-- Hello World Samples -->
1110+
<div class="file">
1111+
<h3>
1112+
Hello World Samples <span class="sample-count">(3)</span>
1113+
</h3>
1114+
</div>
1115+
<div class="children">
1116+
<div class="file">
1117+
<span data-balloon-length="large" data-balloon-pos="down" aria-label="The simplest example to get started with barcode scanning. Continuously scans and collects multiple unique barcodes."
1118+
><a class="button title demo-link" href="https://demo.dynamsoft.com/Samples/DBR/JS/basics/hello-world.html" title="View live demo">Hello World (Scan Multiple Barcodes)</a
1119+
><a
1120+
class="button title source-link"
1121+
href="https://github.com/Dynamsoft/barcode-reader-javascript-samples/blob/main/basics/hello-world.html"
1122+
title="View source code on GitHub"
1123+
>Source</a
1124+
></span
1125+
>
1126+
</div>
1127+
<div class="file">
1128+
<span data-balloon-length="large" data-balloon-pos="down" aria-label="Scan and return only the first barcode detected."
1129+
><a class="button title demo-link" href="https://demo.dynamsoft.com/Samples/DBR/JS/basics/scan-a-single-barcode.html" title="View live demo">Scan a Single Barcode</a
1130+
><a
1131+
class="button title source-link"
1132+
href="https://github.com/Dynamsoft/barcode-reader-javascript-samples/blob/main/basics/scan-a-single-barcode.html"
1133+
title="View source code on GitHub"
1134+
>Source</a
1135+
></span
1136+
>
1137+
</div>
1138+
<div class="file">
1139+
<span data-balloon-length="large" data-balloon-pos="down" aria-label="Read barcodes from a static image file by uploading."
1140+
><a class="button title demo-link" href="https://demo.dynamsoft.com/Samples/DBR/JS/basics/read-an-image.html" title="View live demo">Read an Image</a
1141+
><a
1142+
class="button title source-link"
1143+
href="https://github.com/Dynamsoft/barcode-reader-javascript-samples/blob/main/basics/read-an-image.html"
1144+
title="View source code on GitHub"
1145+
>Source</a
1146+
></span
1147+
>
1148+
</div>
1149+
</div>
1150+
11091151
<!-- Framework Samples -->
11101152
<div class="file">
11111153
<h3>

0 commit comments

Comments
 (0)