Skip to content

Commit fa25c99

Browse files
committed
Remove old pages
Add application list on home page
1 parent 8681b7f commit fa25c99

File tree

15 files changed

+139
-251
lines changed

15 files changed

+139
-251
lines changed

_includes/footer.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
</footer>
44
<!-- JS -->
55
<script type="text/javascript" src="/js/jquery.min.js"></script>
6+
<script type="text/javascript" src="https://unpkg.com/[email protected]/dist/tippy.all.min.js"></script>
67
<script type="text/javascript" src="/js/default.js"></script>
78
<script type="text/javascript">
89
var _gaq = _gaq || [];
@@ -14,3 +15,12 @@
1415
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
1516
})();
1617
</script>
18+
<script>
19+
tippy('.list-app .app-icon',{
20+
arrow: true,
21+
size: 'small',
22+
placement: 'bottom',
23+
animation: 'perspective',
24+
performance: true
25+
})
26+
</script>

_posts/2013-06-13-Securiser-application-JSF.markdown

Lines changed: 0 additions & 101 deletions
This file was deleted.

_posts/2013-07-16-Internationalisation-application-JSF.markdown

Lines changed: 0 additions & 142 deletions
This file was deleted.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ desc: Credit Card Reader NFC app was made to read public data on an NFC banking
1212
Credit Card Reader NFC is an mobile application made to read public data on an NFC banking card compliant with EMV norm.<br/>
1313
This application is an analysis tool to read contactless NFC EMV credit cards data.
1414

15-
## Fonctionnalities
15+
## Functionalities
1616

1717
<u>Infos</u>
1818

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ It provided over 170 currencies with exchange rates and also support offline mod
1414
This app is easy to use with it's material design for conversion of many foreign currencies directly with the app or from the widget.
1515
Add your personal favorite currency list.
1616

17-
## Fonctionnalities
17+
## Functionalities
1818

1919
★ Material design<br/>
2020
★ Quick updates<br/>
@@ -95,4 +95,4 @@ Add your personal favorite currency list.
9595
</ul>
9696
</ul>
9797
</div>
98-
</div>
98+
</div>

css/img/store.png

2.42 KB
Loading

0 commit comments

Comments
 (0)