-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add audio-tactile card content and template
- Loading branch information
Showing
3 changed files
with
74 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
{% extends "layouts/base.njk" %} | ||
|
||
{% block pageBody %} | ||
<body class="audio-tactile"> | ||
{% uioTemplate %} | ||
{% include "partials/global/header.njk" %} | ||
<main class="main"> | ||
<h1 class="audio-tactile__title">{{ title }}</h1> | ||
|
||
{% include "partials/components/breadcrumb.njk" %} | ||
|
||
<nav class="flc-toc-tocContainer"></nav> | ||
|
||
{% block content %} | ||
{{ content | safe }} | ||
{% endblock %} | ||
</main> | ||
{% include "partials/global/footer.njk" %} | ||
{# | ||
Calling a custom duplicate of eleventy-plugin-fluid's uioInit shortcode in | ||
order to run it without the text-size preference until issue #57 is solved. | ||
This call is duplicated in base.njk and home.njk | ||
https://github.com/fluid-project/handbook.floeproject.org/issues/57 | ||
#} | ||
{% uioCustomInit config.languages[lang].uioSlug, config.languages[lang].dir %} | ||
</body> | ||
{% endblock %} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
--- | ||
title: 45 recommendations for 3D printed audio-tactile graphic design | ||
layout: layouts/audio-tactile-cards | ||
eleventyNavigation: | ||
parent: 3D Printed Audio-Tactile Graphics | ||
key: 45 recommendations for 3D printed audio-tactile graphic design | ||
--- | ||
|
||
<div class="audio-tactile__intro"> | ||
|
||
Here we present 45 recommendations for the design of 3D printed audio-tactile graphics, organised into three categories: | ||
|
||
- Planning, | ||
- Materials and Production, and | ||
- Context, Use, and Inclusion. | ||
|
||
The recommendations are arranged on interactive cards (see diagram) containing: | ||
|
||
- The recommendation code (code legend), | ||
- The recommendation, | ||
- Additional information, tips and/or examples. | ||
|
||
You can use these recommendations freely and at any order it suits you best. | ||
|
||
Although audio-tactile graphics can be applied to many settings, these recommendations are aimed at inclusive education. | ||
Refer back to the main article for more information. | ||
|
||
</div> | ||
|
||
<div class="audio-tactile__credits"> | ||
|
||
These recommendations are the result of the doctoral thesis by Emilia Christie Picelli Sanches, from the | ||
[Design Graduate Program (PPGDesign)](http://www.prppg.ufpr.br/site/ppgdesign/pb/), at the | ||
[Federal University of Paraná (UFPR)](https://www.ufpr.br/portalufpr/) and with the collaboration of the Inclusive Design | ||
Research Center (IDRC) at OCAD University. | ||
|
||
The research was funded by the [Brazilian Federal Foundation for Support and Evaluation of Graduate Education (CAPES)](https://www.gov.br/capes/pt-br). | ||
Licensed under Creative Commons Attribution 4.0. | ||
|
||
</div> |