Skip to content

Commit 1213b37

Browse files
Added twitter, added whendo link
1 parent 00adf09 commit 1213b37

File tree

2 files changed

+16
-10
lines changed

2 files changed

+16
-10
lines changed
4.84 KB
Loading

index.html

Lines changed: 16 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -64,14 +64,14 @@ <h5>CodeChimp<p>Productivity Apps</h5>
6464
</header>
6565
<div class="mdl-card mdl-cell mdl-cell--9-col-desktop mdl-cell--6-col-tablet mdl-cell--4-col-phone">
6666
<div class="mdl-card__title">
67-
<h4 class="mdl-card__title-text">When Do for Apple Watch®</h4>
67+
<h4 class="mdl-card__title-text"><b>When Do</b>&nbsp;for Apple Watch®</h4>
6868
</div>
6969
<div class="mdl-card__supporting-text">
70-
A complication for Apple Watch that shows how long until or since an event of your choosing right on your watch face.
70+
<p>A complication for Apple Watch that shows how long until or since an event of your choosing right on your watch face.</p>
71+
<p>When Do is a stand-alone watch app, if you install it via your phone and it doesn't show up on your watch then open the App Store on your watch, scroll to the bottom and select Account then Purchased and download When Do from there.</p>
7172
</div>
7273
<div class="mdl-card__actions">
73-
Coming Soon!
74-
<!-- <a href="https://play.google.com/store/apps/details?id=org.codechimp.qrwear" class="mdl-button mdl-button--accent">View on App Store</a> -->
74+
<a href="https://apps.apple.com/us/app/when-do-a-complication/id1485413076?ls=1" class="mdl-button mdl-button--accent">View on App Store</a>
7575
</div>
7676
</div>
7777
</section>
@@ -81,14 +81,15 @@ <h4 class="mdl-card__title-text">When Do for Apple Watch®</h4>
8181
</header>
8282
<div class="mdl-card mdl-cell mdl-cell--9-col-desktop mdl-cell--6-col-tablet mdl-cell--4-col-phone">
8383
<div class="mdl-card__title">
84-
<h4 class="mdl-card__title-text">Wear Codes for Wear OS®</h4>
84+
<h4 class="mdl-card__title-text"><b>Wear Codes</b>&nbspfor Wear OS®</h4>
8585
</div>
8686
<div class="mdl-card__supporting-text">
8787
Wear Codes is an easy way to bring up a handy list of barcodes on your watch for scanning without taking out your phone, use it for paying in Starbucks®, Costa®, Subway®, loyalty cards, boarding passes, sharing your contact details, web sites or just some useful text.<br>
8888
Manage the list of codes on the mobile app and have them appear in a list for easy access on your watch.<br>
8989
Scan an existing card using the built in barcode scanner or type your data in manually.<br>
9090
Import screenshots with barcodes from other apps.<br>
91-
Add existing barcodes, web site addresses and other data straight from email, web pages or other apps via their Share menu.
91+
Add existing barcodes, web site addresses and other data straight from email, web pages or other apps via their Share menu.<br><br>
92+
<p><a href="https://codechimp.org/wearcodes/">FAQ Page</a></p>
9293
</div>
9394
<div class="mdl-card__actions">
9495
<a href="https://play.google.com/store/apps/details?id=org.codechimp.qrwear" class="mdl-button mdl-button--accent">View on Google PlayStore</a>
@@ -101,7 +102,7 @@ <h4 class="mdl-card__title-text">Wear Codes for Wear OS®</h4>
101102
</header>
102103
<div class="mdl-card mdl-cell mdl-cell--9-col-desktop mdl-cell--6-col-tablet mdl-cell--4-col-phone">
103104
<div class="mdl-card__title">
104-
<h4 class="mdl-card__title-text">App Links</h4>
105+
<h4 class="mdl-card__title-text"><b>App Links</b></h4>
105106
</div>
106107
<div class="mdl-card__supporting-text">
107108
Get links to the Play Store for the apps you already have installed and share them with friends/social media/anything else you can share to on your phone.</br>
@@ -119,7 +120,7 @@ <h4 class="mdl-card__title-text">App Links</h4>
119120
</header>
120121
<div class="mdl-card mdl-cell mdl-cell--9-col-desktop mdl-cell--6-col-tablet mdl-cell--4-col-phone">
121122
<div class="mdl-card__title">
122-
<h4 class="mdl-card__title-text">Bar Tasks</h4>
123+
<h4 class="mdl-card__title-text"><b>Bar Tasks</b></h4>
123124
</div>
124125
<div class="mdl-card__supporting-text">
125126
Bar Tasks is a task reminder app that always stays in your notification bar so every time you look at your phone you see the task.<br>
@@ -138,7 +139,7 @@ <h4 class="mdl-card__title-text">Bar Tasks</h4>
138139
</header>
139140
<div class="mdl-card mdl-cell mdl-cell--9-col-desktop mdl-cell--6-col-tablet mdl-cell--4-col-phone">
140141
<div class="mdl-card__title">
141-
<h4 class="mdl-card__title-text">Grocery Sum</h4>
142+
<h4 class="mdl-card__title-text"><b>Grocery Sum</b></h4>
142143
</div>
143144
<div class="mdl-card__supporting-text">
144145
A two in one shopping estimator and list.</br>
@@ -159,8 +160,13 @@ <h4 class="mdl-card__title-text">Grocery Sum</h4>
159160
<li><a href="mailto:[email protected]" class="mdl-button">Contact Us</a></li>
160161
</ul>
161162
<span>CodeChimp is a small independent software house specialising in productivity apps.<br>
162-
Copyright &copy; 2019 CodeChimp</span>
163+
Copyright &copy; 2019 CodeChimp</span><br><br>
163164
</div>
165+
<div class="mdl-mini-footer__right-section">
166+
<ul class="mdl-mini-footer__link-list">
167+
<li><a href="https://twitter.com/AndrewCodeChimp"><img src="images/Twitter_Social_Icon_Square_Color.png" width="48" height="48" title="Twitter" alt="Twitter"></a></li>
168+
</ul>
169+
</div>
164170
</footer>
165171
</div>
166172
</main>

0 commit comments

Comments
 (0)