Skip to content

Commit

Permalink
Update info and apps
Browse files Browse the repository at this point in the history
  • Loading branch information
gavinhenderson committed Sep 28, 2023
1 parent 2fd712a commit 278a709
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 5 deletions.
2 changes: 1 addition & 1 deletion components/sub-nav/sub-nav-items.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ export const defaultNavItems = [
href: "/resources/all?category=alphabet-charts",
},
{
title: "Info and Apps",
title: "Info & Apps",
href: "/resources/all?category=made-by-ace",
},
{
Expand Down
19 changes: 15 additions & 4 deletions pages/resources/look2talk.js
Original file line number Diff line number Diff line change
Expand Up @@ -240,8 +240,9 @@ export default function ResourceDetail({
partner and the learner.
</p>
<p>
Interactive versions are available to view online or to download
and use in PowerPoint. A PDF version for printing is coming soon!
Interactive versions are available to view online or to view and
use in PowerPoint. There is also a printable PDF option if you
wish to assemble an example communication book.
</p>
<h2>Look2Talk Communication Book Templates</h2>
<p>
Expand Down Expand Up @@ -327,11 +328,21 @@ export default function ResourceDetail({
href="#"
onClick={() => {
openPopup(
"https://backend.acecentre.org.uk/wp-content/uploads/2017/09/Look2Talk-Demonstration-Book-6.23-v3.ppsx"
"https://backend.acecentre.org.uk/wp-content/uploads/2023/09/Look2Talk-Demonstration-Book-9.23.ppsx"
);
}}
>
Download demo pages
Download interactive Demo Pages
</Link>
<Link
href="#"
onClick={() => {
openPopup(
"https://backend.acecentre.org.uk/wp-content/uploads/2023/09/Look2Talk-Printable-Demonstration-Book-9.23.pdf"
);
}}
>
Download printable Demo Pages
</Link>
</div>
</div>
Expand Down

0 comments on commit 278a709

Please sign in to comment.