Skip to content

Commit d1768ce

Browse files
committed
Add iOS version of Currency Converter app and update icons
1 parent 4deb226 commit d1768ce

File tree

6 files changed

+68
-2
lines changed

6 files changed

+68
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ img: /images/currency-converter/cover.jpg
77
tags: Android Currency Converter Apps
88
desc: Currency converter Android application with over 190 currencies, widget, updated conversion rates and offline mode.
99
---
10-
<img class="icon-app" src="/images/currency-converter/icon-pro.jpg"/>
10+
<img class="icon-app" src="/images/currency-converter/icon-pro.png"/>
1111

1212
Currency Converter is an mobile application used to get world's foreign currencies conversion rates.
1313
It provided over 190 currencies with exchange rates and also support offline mode, so it's an ideal ideal companion for your trip abroad.
Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,58 @@
1+
---
2+
layout: post
3+
title: "Currency Converter - iOS"
4+
date: 2017-03-02 01:00:00
5+
categories: projects
6+
img: /images/currency-converter/cover.jpg
7+
tags: iOS Currency Converter Apps
8+
desc: Currency converter iOS application with over 170 currencies, widget, updated conversion rates and offline mode.
9+
---
10+
<img class="icon-app" src="/images/currency-converter/icon.png"/>
11+
12+
Currency Converter is a mobile application used to get world's foreign currencies conversion rates.
13+
It provides over 170 currencies with exchange rates and also supports offline mode, so it's an ideal companion for your trip abroad.
14+
This app is easy to use for conversion of many foreign currencies directly from your widget.
15+
Add your personal favorite currency list.
16+
17+
## Functionalities
18+
19+
★ Quick updates<br/>
20+
★ Updated exchange rates<br/>
21+
★ 170+ world currencies<br/>
22+
★ Convert multiple currencies<br/>
23+
★ Bitcoin support<br/>
24+
★ Offline mode (no roaming fees)<br/>
25+
★ Search function to quickly add a new currency<br/>
26+
★ Widget support<br/>
27+
28+
## Links
29+
30+
<div class="app-version container-twelve">
31+
<div class="pricing-table package-three twelve columns ">
32+
<div class="title">
33+
<i class="icon-store ios" style="position:relative; left:0; display:inline-block; width:20px; height:20px; background-size:20px 40px; background-position:-1px -22px;"></i>
34+
iOS
35+
</div>
36+
<div class="price">
37+
<a href="#" target="_blank" class="no-icon" alt="Download on the App Store">
38+
Download on the App Store
39+
</a>
40+
<span>Free version</span>
41+
</div>
42+
<ul class="package">
43+
<ul>
44+
<li>Updated exchange rates</li>
45+
<li>170+ world currencies</li>
46+
<li>Bitcoin support</li>
47+
<li>Offline mode</li>
48+
<li>Widget support</li>
49+
<li>
50+
<div class="app-doc">
51+
<a href="/ios/currency-converter-cgu-en.html" target="_blank">Terms of Use</a>
52+
<a href="/ios/currency-converter-privacy-en.html" target="_blank">App Privacy Policy</a>
53+
</div>
54+
</li>
55+
</ul>
56+
</ul>
57+
</div>
58+
</div>
-73.1 KB
Binary file not shown.
63.7 KB
Loading

images/currency-converter/icon.png

50 KB
Loading

index.html

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
</li>
2525
<li>
2626
<a href="/projects/Currency-Converter.html#links" class="app-icon" title="Currency Converter Pro">
27-
<img src="images/currency-converter/icon-pro.jpg" class="small-icon"/>
27+
<img src="images/currency-converter/icon-pro.png" class="small-icon"/>
2828
<i class="bottom-right">
2929
<i class="icon-store android"></i>
3030
</i>
@@ -38,6 +38,14 @@
3838
</i>
3939
</a>
4040
</li>
41+
<li>
42+
<a href="/projects/Currency-Converter-iOS.html#links" class="app-icon" title="Currency Converter iOS">
43+
<img src="images/currency-converter/icon.png" class="small-icon"/>
44+
<i class="bottom-right">
45+
<i class="icon-store ios"></i>
46+
</i>
47+
</a>
48+
</li>
4149
<li>
4250
<a href="https://itunes.apple.com/us/app/nfc-tag-reader-pro/id1324286598" class="app-icon" title="NFC Tag Reader Pro">
4351
<img src="images/nfc-reader-pro-ios/icon.jpeg" class="small-icon"/>

0 commit comments

Comments
 (0)