|
@@ -11,8 +11,9 @@
|
|
|
|
|
|
<link rel="icon" type="image/png" href="/static/favicon.png" />
|
|
|
<script src="/static/index.js"></script>
|
|
|
- <link rel="stylesheet" type="text/css" href="/static/flexboxgrid.min.css" />
|
|
|
- <link rel="stylesheet" type="text/css" href="/static/index.css" />
|
|
|
+<link rel="stylesheet" type="text/css"
|
|
|
+ href="/static/flexboxgrid.min.css" />
|
|
|
+<link rel="stylesheet" type="text/css" href="/static/index.css" />
|
|
|
</head>
|
|
|
|
|
|
<body onload="loadHash(); init();">
|
|
@@ -57,33 +58,13 @@
|
|
|
<div class="barcode-types" id="topnav">
|
|
|
<a id="type-auto" onclick="setType('auto');"
|
|
|
onmouseover="showCodeDescription('auto')">Auto</a>
|
|
|
-<!-- <a id="type-e" onclick="setType('e');"-->
|
|
|
-<!-- onmouseover="showCodeDescription('e')">UPC-E</a>-->
|
|
|
-<!-- <a id="type-a" onclick="setType('a');"-->
|
|
|
-<!-- onmouseover="showCodeDescription('a')">UPC-A</a>-->
|
|
|
-<!-- <a id="type-8" onclick="setType('8');"-->
|
|
|
-<!-- onmouseover="showCodeDescription('8')">EAN-8</a>-->
|
|
|
-<!-- <a id="type-13" onclick="setType('13');"-->
|
|
|
-<!-- onmouseover="showCodeDescription('13')">EAN-13</a>-->
|
|
|
-<!-- <a id="type-codabar" onclick="setType('codabar');"-->
|
|
|
-<!-- onmouseover="showCodeDescription('codabar')">Codabar</a>-->
|
|
|
-<!-- <a id="type-39" onclick="setType('39');"-->
|
|
|
-<!-- onmouseover="showCodeDescription('39')">Code39</a>-->
|
|
|
-<!-- <a id="type-128" onclick="setType('128');"-->
|
|
|
-<!-- onmouseover="showCodeDescription('128')">Code128</a>-->
|
|
|
-<!-- <a id="type-aztec" onclick="setType('aztec');"-->
|
|
|
-<!-- onmouseover="showCodeDescription('aztec')">Aztec</a>-->
|
|
|
-<!-- <a id="type-qr" onclick="setType('qr');"-->
|
|
|
-<!-- onmouseover="showCodeDescription('qr')">QR Code</a>-->
|
|
|
-<!-- <a id="type-dm" onclick="setType('dm');"-->
|
|
|
-<!-- onmouseover="showCodeDescription('dm')">Data Matrix</a>-->
|
|
|
-<!-- <a id="type-417" onclick="setType('417');"-->
|
|
|
-<!-- onmouseover="showCodeDescription('417')">PDF 417</a>-->
|
|
|
</div>
|
|
|
<div class="col-xs-8 bulk-upload">
|
|
|
<h4>Need more barcodes?</h4>
|
|
|
<a href="/bulk.html" class="text-link">
|
|
|
- <img src="/img/barcode.svg" class="icon-first"/>BULK BARCODE GENERATOR<img src="/img/chevron-right.svg" class="icon-last"/></a>
|
|
|
+ <img src="/img/barcode.svg" class="icon-first" />BULK BARCODE
|
|
|
+ GENERATOR<img src="/img/chevron-right.svg" class="icon-last" />
|
|
|
+ </a>
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="display-barcode col-xs-12 col-sm-6">
|
|
@@ -154,18 +135,19 @@
|
|
|
<a href="https://git.mclarkdev.com/BarcodeAPI.org/server"
|
|
|
target="_blank">BarcodeAPI.org</a>
|
|
|
</h5>
|
|
|
- <p>Generate barcodes of nearly any type, scan it in the web
|
|
|
- browser, or download the generated images for free. BarcodeAPI.org
|
|
|
- is an open source barcode server capable of generating a wide range
|
|
|
- of barcodes over a RESTful HTTP server. <a href="/license.html">license</a></p>
|
|
|
+ <p>
|
|
|
+ Generate barcodes of nearly any type, scan it in the web browser,
|
|
|
+ or download the generated images for free. BarcodeAPI.org is an
|
|
|
+ open source barcode server capable of generating a wide range of
|
|
|
+ barcodes over a RESTful HTTP server.
|
|
|
+ <a href="/license.html">license</a>
|
|
|
+ </p>
|
|
|
</div>
|
|
|
<div class="col-xs-12 col-sm-4">
|
|
|
<div class="docs-link row start-xs end-sm">
|
|
|
- <a
|
|
|
- href="https://git.mclarkdev.com/BarcodeAPI.org/server/src/master/README.md"
|
|
|
- target="_blank" class="col-xs">
|
|
|
+ <a href="/manual.pdf" target="_blank" class="col-xs">
|
|
|
<span class="docs-icon"><img src="/img/docs.svg"></span> <span>Read
|
|
|
- the API Docs</span>
|
|
|
+ the Docs</span>
|
|
|
</a>
|
|
|
</div>
|
|
|
</div>
|