Skip to content

Commit

Permalink
Add _blank target to external links
Browse files Browse the repository at this point in the history
  • Loading branch information
qistoph committed Apr 25, 2013
1 parent 4ed7a97 commit be8c8cd
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@

a:hover {
text-decoration: underline;
background: #eeeeff;
}

tr:last-child td {
Expand Down Expand Up @@ -277,7 +278,7 @@
<div id="about">
<h1>WiFi QR-code - Javascript</h1>
<p>
With current (Android) mobiles it is possible to add a WiFi network by scanning a QR-code. <a href="https://play.google.com/store/apps/details?id=com.google.zxing.client.android">Barcode Scanner</a> by ZXing Team is one of the apps recognizing the WiFi QR-codes. Other QR-code generators online (that support WiFi-QR) generate the QR-code server side, which means the data, including the password, is sent over the internet. Since I wasn't comfortable with this, I have created an open source Javascript alternative.
With current (Android) mobiles it is possible to add a WiFi network by scanning a QR-code. <a href="https://play.google.com/store/apps/details?id=com.google.zxing.client.android" target="_blank">Barcode&nbsp;Scanner</a> by ZXing Team is one of the apps recognizing the WiFi QR-codes. Other QR-code generators online (that support WiFi-QR) generate the QR-code server side, which means the data, including the password, is sent over the internet. Since I wasn't comfortable with this, I have created an open source Javascript alternative.
</p>
<h1>Usage</h1>
<p>Select the encryption used in your network (WEP, WPA or none).<br/>
Expand All @@ -289,22 +290,23 @@ <h1>Usage</h1>
<h1>References</h1>
<p>Libraries and information used:</p>
<ul>
<li><a href="http://jquery.com/">jQuery</a></li>
<li><a href="http://jqueryui.com/">jQuery UI</a></li>
<li><a href="http://jeromeetienne.github.io/jquery-qrcode/">jquery.qrcode.js</a></li>
<li><a href="http://meyerweb.com/eric/tools/css/reset/">CSS Reset</a></li>
<li><a href="https://code.google.com/p/zxing/wiki/BarcodeContents">ZXing documentation</a></li>
<li><a href="http://jquery.com/" target="_blank">jQuery</a></li>
<li><a href="http://jqueryui.com/" target="_blank">jQuery UI</a></li>
<li><a href="http://jeromeetienne.github.io/jquery-qrcode/" target="_blank">jquery.qrcode.js</a></li>
<li><a href="http://meyerweb.com/eric/tools/css/reset/" target="_blank">CSS Reset</a></li>
<li><a href="https://code.google.com/p/zxing/wiki/BarcodeContents" target="_blank">ZXing documentation</a></li>
</ul>
<p>
The source is available on <a href="http://www.github.com/qistoph/">GitHub</a>
The source is available on <a href="https://github.com/qistoph/WiFiQR" target="_blank">GitHub</a>
</p>
<h1>License</h1>
<p>
<a href="LICENSE">MIT license</a>
</p>
</div>

</div>

<a href="https://github.com/qistoph/WiFiQR"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://s3.amazonaws.com/github/ribbons/forkme_right_red_aa0000.png" alt="Fork me on GitHub"></a>
<a href="https://github.com/qistoph/WiFiQR" target="_blank"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://s3.amazonaws.com/github/ribbons/forkme_right_red_aa0000.png" alt="Fork me on GitHub"></a>
</body>
</html>

0 comments on commit be8c8cd

Please sign in to comment.