Skip to content

Commit

Permalink
Merge pull request #23 from san-ghun/docs/ModifyingSupportPageWithPub…
Browse files Browse the repository at this point in the history
…lish

docs: Update supporting page with app store link
  • Loading branch information
san-ghun authored Oct 7, 2022
2 parents 7a16568 + e53428f commit 74c0582
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 7 deletions.
8 changes: 8 additions & 0 deletions JustThree.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@
BD9EC96128DE4B6B00B803D7 /* README.md */,
BD9EC94C28DE478300B803D7 /* JustThree */,
BD9EC94B28DE478300B803D7 /* Products */,
BDADCF7B28EDB917009A51B2 /* Frameworks */,
);
sourceTree = "<group>";
};
Expand Down Expand Up @@ -192,6 +193,13 @@
path = Models;
sourceTree = "<group>";
};
BDADCF7B28EDB917009A51B2 /* Frameworks */ = {
isa = PBXGroup;
children = (
);
name = Frameworks;
sourceTree = "<group>";
};
/* End PBXGroup section */

/* Begin PBXNativeTarget section */
Expand Down
14 changes: 7 additions & 7 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<title>Just Three</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<meta name="apple-itunes-app" content="app-id=1629143360">
<meta name="apple-itunes-app" content="app-id=6443702845">
<link rel="stylesheet" href="assets/css/main.css" />
<noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
</head>
Expand All @@ -21,7 +21,7 @@
<h1>Just Three</h1>
<p>A Simple Reminder ToDo App to focus on the first three things at a day.</p>
<ul class="actions">
<li><a href="" class="button primary icon solid fa-download">Download</a></li>
<li><a href="https://apps.apple.com/us/app/just-three-to-do/id6443702845" class="button primary icon solid fa-download">Download</a></li>
<li><a href="#one" class="button icon solid fa-chevron-down scrolly">Learn More</a></li>
</ul>
</div>
Expand All @@ -34,13 +34,13 @@ <h1>Just Three</h1>

<!-- One -->
<section id="one" class="wrapper style2 special">
<!-- <header class="major">
<header class="major">
<ul calss="icons major">
<li class="icon"><a href="https://apps.apple.com/app/home-poker-table/id1629143360?itscg=30200&amp;itsct=apps_box_appicon" style="width: 170px; height: 170px; border-radius: 22%; overflow: hidden; display: inline-block; vertical-align: middle;"><img src="images/180.png" alt="Home Poker Table" style="width: 170px; height: 170px; border-radius: 22%; overflow: hidden; display: inline-block; vertical-align: middle;"></a></li>
<li class="icon"><a href="https://apps.apple.com/app/just-three-to-do/id6443702845?itscg=30200&amp;itsct=apps_box_appicon" style="width: 170px; height: 170px; border-radius: 22%; overflow: hidden; display: inline-block; vertical-align: middle;"><img src="images/180.png" alt="Home Poker Table" style="width: 170px; height: 170px; border-radius: 22%; overflow: hidden; display: inline-block; vertical-align: middle;"></a></li>
<br>
<li class="icon"><a href="https://apps.apple.com/app/home-poker-table/id1629143360?itsct=apps_box_badge&amp;itscg=30200" style="display: inline-block; overflow: hidden; border-radius: 13px; width: 250px; height: 83px;"><img src="https://tools.applemediaservices.com/api/badges/download-on-the-app-store/black/en-us?size=250x83&amp;releaseDate=1655510400&h=4ddcec1b64994e80074b98a6b613c5dd" alt="Download on the App Store" style="border-radius: 13px; width: 250px; height: 83px;"></a></li>
<li class="icon"><a href="https://apps.apple.com/app/just-three-to-do/id6443702845?itsct=apps_box_badge&amp;itscg=30200" style="display: inline-block; overflow: hidden; border-radius: 13px; width: 250px; height: 83px;"><img src="https://tools.applemediaservices.com/api/badges/download-on-the-app-store/black/en-us?size=250x83&amp;releaseDate=1655510400&h=4ddcec1b64994e80074b98a6b613c5dd" alt="Download on the App Store" style="border-radius: 13px; width: 250px; height: 83px;"></a></li>
</ul>
</header> -->
</header>
<header class="major">
<h4>Why? I got too many Reminders & ToDOs.</h4>
<p>
Expand Down Expand Up @@ -177,7 +177,7 @@ <h3><b>Curious about our App? 🤔</b></h3>
<p>Check out our App!</p>
</header>
<ul class="actions special">
<!-- <li><a href="https://apps.apple.com/app/home-poker-table/id1629143360" class="button primary icon solid fa-download">App Store</a></li> -->
<li><a href="https://apps.apple.com/app/just-three-to-do/id6443702845" class="button primary icon solid fa-download">App Store</a></li>
<li><a href="https://github.com/san-ghun/JustThree" class="button">Github</a></li>
</ul>
</section>
Expand Down

0 comments on commit 74c0582

Please sign in to comment.