Skip to content

Commit e2d7163

Browse files
committed
Add apps details
1 parent 8951f16 commit e2d7163

28 files changed

+302
-18
lines changed

.gitignore

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
_site
22

3-
.DS_Store
3+
.DS_Store
4+
5+
.idea

_posts/2013-08-07-Manipulation-de-bit.markdown

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: "Manipulation de bit en java (Bit-lib4j)"
44
date: 2013-08-07 00:13:37
55
categories: projects
66
img: /images/bit-manipulation/cover.jpg
7-
tags: Java Bit
7+
tags: Java Bit Manipulation
88
desc: Librairie permettant de facilité la lecture d’octet (byte) en java, j’ai créé une librairie JAVA permettant de lire et d’écrire depuis/dans un tableau d’octet les différents types JAVA en spécifiant la taille souhaitée.
99
---
1010

@@ -41,7 +41,7 @@ bit.getData(); // return 0x61 (0110 0001b)
4141
<dependency>
4242
<groupId>com.github.devnied</groupId>
4343
<artifactId>bit-lib4j</artifactId>
44-
<version>1.4.12</version>
44+
<version>1.4.13</version>
4545
</dependency>
4646
{% endhighlight %}
4747

_posts/2017-03-01-Credit-Card-Reader.markdown

+91-9
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,49 @@ title: "Credit Card Reader NFC Pro & Free"
44
date: 2017-03-01 00:00:00
55
categories: projects
66
img: /images/credit-card/cover.jpg
7-
tags: Android Credit Card Apps
7+
tags: Android Apps EMV NFC
88
desc: Credit Card Reader NFC app was made to read public data on an NFC banking card compliant with EMV norm.
99
---
1010
<img class="icon-app" src="/images/credit-card/icon-pro.png"/>
1111

12-
Credit Card Reader NFC is an mobile application made to read public data on an NFC banking card compliant with EMV norm.
13-
12+
Credit Card Reader NFC is an mobile application made to read public data on an NFC banking card compliant with EMV norm.<br/>
13+
This application is an analysis tool to read contactless NFC EMV credit cards data.
1414

1515
## Fonctionnalities
1616

17+
<u>Infos</u>
18+
19+
* In some new EMV card, holder name and the transaction history have been removed by issuer to protect privacy.
20+
* Be sure your card is NFC compliant (NFC logo printed on them).
21+
* This app is not a payment app and does not contain ads.
22+
23+
<u>Security</u>
24+
25+
* This app doesn't access to Internet (No Internet permission).
26+
* Sources of the library available on [Github](https://github.com/devnied/EMV-NFC-Paycard-Enrollment)
27+
28+
29+
<u>Compatible EMV cards</u>
30+
31+
* Visa
32+
* American Express
33+
* MasterCard
34+
* LINK (UK) ATM network
35+
* CB (France)
36+
* JCB
37+
* Dankort (Denmark)
38+
* CoGeBan (Italy)
39+
* Banrisul (Brazil)
40+
* Saudi Payments Network (Saudi Arabia)
41+
* Interac (Canada)
42+
* Discover Card
43+
* UnionPay
44+
* Zentraler Kreditausschuss (Germany)
45+
* Euro Alliance of Payment Schemes (Italy)
46+
* Verve (Nigeria)
47+
* The Exchange Network ATM Network
48+
* RuPay (India)
49+
* ПРО100 (Russia)
1750

1851
## Screens
1952

@@ -24,9 +57,58 @@ Credit Card Reader NFC is an mobile application made to read public data on an N
2457
</div>
2558

2659
## Links
27-
<div class="app-doc">
28-
<a href="/">App Legal Notices</a>
29-
<a href="/">App Privacy Policy</a>
30-
<a href="/">App Terms of Sale</a>
31-
</div>
32-
<a href='https://play.google.com/store/apps/details?id=com.github.devnied.emvnfccard.pro' class="no-icon"><img class="app-link" alt='Get it on Google Play' src='https://play.google.com/intl/en_us/badges/images/generic/en_badge_web_generic.png'/></a>
60+
61+
<div class="app-version container-twelve">
62+
<div class="pricing-table package-three six columns ">
63+
<div class="title">
64+
<img style="margin-top: 5px;" src="/css/img/p_Android.png" alt="" width="150" height="27">
65+
</div>
66+
<div class="price">
67+
<a href="https://play.google.com/store/apps/details?id=com.github.devnied.emvnfccard" target="_blank" class="no-icon" alt="Download free version">
68+
<img src="https://play.google.com/intl/en_us/badges/images/generic/en_badge_web_generic.png" alt="" width="170">
69+
</a>
70+
<span>Free version</span>
71+
</div>
72+
<ul class="package">
73+
<ul>
74+
<li>Read one card</li>
75+
<li>Track 1&2 data</li>
76+
<li>Simple history</li>
77+
<li class="hide">
78+
<div class="app-doc">
79+
<a href="/">App Legal Notices</a>
80+
<a href="/">App Privacy Policy</a>
81+
</div>
82+
</li>
83+
</ul>
84+
</ul>
85+
</div>
86+
<div class="pricing-table package-one six columns">
87+
<div class="title">
88+
<img style="margin-top: 5px;" src="/css/img/p_Android.png" alt="" width="150" height="27" >
89+
</div>
90+
<div class="price">
91+
<a href="https://play.google.com/store/apps/details?id=com.github.devnied.emvnfccard.pro" target="_blank" class="no-icon" alt="Download pro version">
92+
<img src="https://play.google.com/intl/en_us/badges/images/generic/en_badge_web_generic.png" alt="" width="170">
93+
</a>
94+
<span>Pro version</span>
95+
</div>
96+
<ul class="package">
97+
<ul>
98+
<li><b>Read multiple cards</b></li>
99+
<li><b>Store cards</b></li>
100+
<li><b>Read applications</b></li>
101+
<li>Track 1&2 data</li>
102+
<li>Extended history</li>
103+
<li>Export data</li>
104+
<li>Disable application launch with NFC</li>
105+
<li class="hide">
106+
<div class="app-doc">
107+
<a href="/">App Legal Notices</a>
108+
<a href="/">App Privacy Policy</a>
109+
</div>
110+
</li>
111+
</ul>
112+
</ul>
113+
</div>
114+
</div>

_posts/2017-03-01-Currency-Converter.markdown

+60-6
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,63 @@ Add your personal favorite currency list.
3636
</div>
3737

3838
## Links
39-
<div class="app-doc">
40-
<a href="/">App Legal Notices</a>
41-
<a href="/">App Privacy Policy</a>
42-
<a href="/">App Terms of Sale</a>
43-
</div>
44-
<a href='https://play.google.com/store/apps/details?id=com.devnied.currency.pro' class="no-icon"><img class="app-link" alt='Get it on Google Play' src='https://play.google.com/intl/en_us/badges/images/generic/en_badge_web_generic.png'/></a>
39+
40+
<div class="app-version container-twelve">
41+
<div class="pricing-table package-three six columns ">
42+
<div class="title">
43+
<img style="margin-top: 5px;" src="/css/img/p_Android.png" alt="" width="150" height="27">
44+
</div>
45+
<div class="price">
46+
<a href="https://play.google.com/store/apps/details?id=com.devnied.currency.free" target="_blank" class="no-icon" alt="Download free version">
47+
<img src="https://play.google.com/intl/en_us/badges/images/generic/en_badge_web_generic.png" alt="" width="170">
48+
</a>
49+
<span>Free version</span>
50+
</div>
51+
<ul class="package">
52+
<ul>
53+
<li>Material design</li>
54+
<li>Quick updates</li>
55+
<li>Updated exchange rates</li>
56+
<li>170+ world currencies</li>
57+
<li>Bitcoin support</li>
58+
<li>Offline mode</li>
59+
<li>Search function</li>
60+
<li class="hide">
61+
<div class="app-doc">
62+
<a href="/">App Legal Notices</a>
63+
<a href="/">App Privacy Policy</a>
64+
</div>
65+
</li>
66+
</ul>
67+
</ul>
68+
</div>
69+
<div class="pricing-table package-one six columns">
70+
<div class="title">
71+
<img style="margin-top: 5px;" src="/css/img/p_Android.png" alt="" width="150" height="27" >
72+
</div>
73+
<div class="price">
74+
<a href="https://play.google.com/store/apps/details?id=com.devnied.currency.pro" target="_blank" class="no-icon" alt="Download pro version">
75+
<img src="https://play.google.com/intl/en_us/badges/images/generic/en_badge_web_generic.png" alt="" width="170">
76+
</a>
77+
<span>Pro version</span>
78+
</div>
79+
<ul class="package">
80+
<ul>
81+
<li><b>No ads</b></li>
82+
<li>Material design</li>
83+
<li>Quick updates</li>
84+
<li>Updated exchange rates</li>
85+
<li>170+ world currencies</li>
86+
<li>Bitcoin support</li>
87+
<li>Offline mode</li>
88+
<li>Search function</li>
89+
<li class="hide">
90+
<div class="app-doc">
91+
<a href="/">App Legal Notices</a>
92+
<a href="/">App Privacy Policy</a>
93+
</div>
94+
</li>
95+
</ul>
96+
</ul>
97+
</div>
98+
</div>

css/img/apple-touch-icon-ipad.png

-1.69 KB
Loading

css/img/apple-touch-icon-ipad3.png

-7.2 KB
Loading

css/img/apple-touch-icon-iphone.png

-1021 Bytes
Loading

css/img/apple-touch-icon-iphone4.png

-4.24 KB
Loading

css/img/gardient.png

1.25 KB
Loading

css/img/p_Android.png

1.13 KB
Loading

css/main.css

+146
Original file line numberDiff line numberDiff line change
@@ -423,6 +423,11 @@ blockquote {
423423
margin: 0px;
424424
border: 0px;
425425
margin-left: -15px;
426+
display: inline;
427+
}
428+
429+
.link-store{
430+
display: block;
426431
}
427432

428433
.app-doc{
@@ -436,13 +441,18 @@ blockquote {
436441
padding: 8px;
437442
margin-right: 10px;
438443
text-decoration: none;
444+
font-style: normal;
439445
}
440446

441447
.app-doc a:hover{
442448
background-color: rgba(189, 189, 189, 0.39);
443449
text-decoration: none;
444450
}
445451

452+
.app-doc a:last-child{
453+
margin-right: 0;
454+
}
455+
446456
.screen{
447457
height: 390px;
448458
margin-right: 8px;
@@ -748,5 +758,141 @@ and (max-width : 600px) {
748758
margin-left: 0px;
749759
margin-right: 0px;
750760
}
761+
}
762+
763+
.container-twelve .six.columns {
764+
width: calc(50% - 10px);
765+
}
766+
767+
.column, .columns {
768+
float: left;
769+
display: inline;
770+
margin-left: 0;
771+
margin-right: 20px;
772+
}
773+
774+
.pricing-table {
775+
background: #fff;
776+
border: 1px solid #e3e3e3;
777+
border-radius: 6px;
778+
margin-bottom: 20px;
779+
-moz-border-radius: 6px;
780+
-webkit0border-radius: 6px;
781+
box-sizing: border-box;
782+
-moz-box-sizing: border-box;
783+
-webkit-box-sizing: border-box;
784+
}
785+
786+
.pricing-table .title {
787+
font-weight: 700;
788+
font-size: 14px;
789+
text-transform: uppercase;
790+
display: block;
791+
color: #f5f5f5;
792+
text-align: center;
793+
padding: 12px 0;
794+
}
795+
796+
.pricing-table.package-one .title {
797+
background: #ce5c25;
798+
background: -moz-linear-gradient(top, #ce5c25 0%, #c64e1f 100%);
799+
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ce5c25), color-stop(100%,#c64e1f));
800+
background: -webkit-linear-gradient(top, #ce5c25 0%,#c64e1f 100%);
801+
background: -o-linear-gradient(top, #ce5c25 0%,#c64e1f 100%);
802+
background: -ms-linear-gradient(top, #ce5c25 0%,#c64e1f 100%);
803+
background: linear-gradient(to bottom, #ce5c25 0%,#c64e1f 100%);
804+
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ce5c25', endColorstr='#c64e1f',GradientType=0 );
805+
}
806+
807+
.pricing-table.package-one .price {
808+
border-top: 1px solid #e0702d;
809+
background: #d26529 url(img/gardient.png) center center no-repeat;
810+
}
811+
812+
.pricing-table.package-three .title {
813+
background: #659943;
814+
background: -moz-linear-gradient(top, #659943 0%, #558938 100%);
815+
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#659943), color-stop(100%,#558938));
816+
background: -webkit-linear-gradient(top, #659943 0%,#558938 100%);
817+
background: -o-linear-gradient(top, #659943 0%,#558938 100%);
818+
background: -ms-linear-gradient(top, #659943 0%,#558938 100%);
819+
background: linear-gradient(to bottom, #659943 0%,#558938 100%);
820+
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#659943', endColorstr='#558938',GradientType=0 );
821+
}
822+
823+
.pricing-table.package-three .price {
824+
border-top: 1px solid #74b44c;
825+
background: #77a758 url(img/gardient.png) center center no-repeat;
826+
}
827+
828+
.pricing-table .price {
829+
line-height: 32px;
830+
font-weight: 600;
831+
font-size: 42px;
832+
text-transform: normal;
833+
display: block;
834+
color: #f5f5f5;
835+
text-align: center;
836+
padding: 0 0 18px 0;
837+
}
838+
839+
.pricing-table .price span {
840+
display: block;
841+
font-weight: 400;
842+
font-size: 14px;
843+
color: #ffffff;
844+
margin-top: 0px;
845+
line-height: 9px;
846+
}
847+
848+
.pricing-table .price a {
849+
display: block;
850+
}
851+
852+
.pricing-table .price span a {
853+
text-decoration: underline;
854+
color: #FFFFFF;
855+
}
856+
857+
.pricing-table .package {
858+
margin: 0 !important;
859+
}
860+
861+
ul:last-child {
862+
margin-bottom: 0 !important;
863+
}
864+
865+
.pricing-table .package li {
866+
margin: 0;
867+
background: #f5f5f5;
868+
padding: 8px 20px;
869+
text-align: center;
870+
color: #444444;
871+
list-style: none;
872+
}
873+
874+
.pricing-table .package li:nth-child(2n+0) {
875+
background: #fff;
876+
}
877+
878+
.app-version {
879+
overflow: hidden;
880+
}
881+
882+
.app-version img {
883+
border: none;
884+
border-radius: 0;
885+
display: inherit;
886+
}
887+
888+
.app-version ul{
889+
list-style: none outside;
890+
}
891+
892+
.app-version ul li{
893+
line-height: 25px;
894+
}
751895

896+
.app-version .columns:last-child {
897+
margin-right: 0;
752898
}
-489 Bytes
Loading
Loading
Loading
Loading
Loading

images/bit-manipulation/cover.jpg

-2.38 KB
Loading

images/credit-card/cover.jpg

-29.8 KB
Loading

images/credit-card/icon-pro.png

-11.3 KB
Loading

images/credit-card/screen1.png

30.9 KB
Loading

images/credit-card/screen2.png

81.5 KB
Loading

images/credit-card/screen3.png

63.4 KB
Loading

images/currency-converter/cover.jpg

-32.5 KB
Loading
-16.6 KB
Loading

images/currency-converter/screen1.png

-20.4 KB
Loading

images/currency-converter/screen2.png

-23.7 KB
Loading

images/currency-converter/screen3.png

-14.6 KB
Loading

0 commit comments

Comments
 (0)