Skip to content
This repository has been archived by the owner on May 10, 2018. It is now read-only.

Commit

Permalink
converted dynamic php pages to static html
Browse files Browse the repository at this point in the history
  • Loading branch information
mattgarrish committed Aug 5, 2016
1 parent 41e269a commit 518b051
Show file tree
Hide file tree
Showing 130 changed files with 10,978 additions and 9,850 deletions.
56 changes: 56 additions & 0 deletions guidelines/content/about.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
<!DOCTYPE html>
<html xml:lang="en" lang="en" xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset="utf-8" />
<title>About this Guide | EPUB 3 Accessibilty Guidelines</title>
<!--[if lt IE 9]> <script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script> <![endif]-->
<link type="text/css" rel="stylesheet" href="../css/epub3.css" />
<link href="../../css/classic-code.css" type="text/css" rel="stylesheet" />
<script type="text/javascript" src="../../js/prettify.js"></script>
<script type="text/javascript" src="../../js/jquery172min.js"></script>
<script type="text/javascript"> // <![CDATA[
$(document).ready(function () {
prettyPrint();
});//]]> </script>
</head>

<body>
<header>
<div class="left">
<img src="http://www.idpf.org/sites/idpf.org/files/epub-logo-2.gif" alt="EPUB Logo" class="logo" />
</div>
<h1><a href="http://www.idpf.org/accessibility/guidelines/">EPUB 3 Accessibility Guidelines</a></h1>
<nav class="breadcrumb">
<p>Main / About this Guide</p>
</nav>
</header>
<section id="atg" class="section">
<h2>About this Guide</h2>

<section class="usage">
<p>This guide has been designed to help guide you in the creation of accessible EPUB 3 content. It includes a
<a href="qa/qa-checklist.html">quality assurance checklist</a> together with instruction on how to
implement the requirements.</p>

<p>If you are new to accessible publishing, the best place to start is with the free O'Reilly book <a
href="http://shop.oreilly.com/product/0636920025283.do">Accessible EPUB 3</a>, as it will walk you
through the basic issues you need to understand in more detail &#8212; and with more of an instructional
focus. The <a href="http://shop.oreilly.com/product/0636920024897.do">EPUB 3 Best Practices</a> book
includes the information in Accessible EPUB 3 as a chapter, but has also been expanded to include
additional information. If you're looking for a more general purpose guide to EPUB 3 production, that
also covers accessibility, the Best Practices guide is recommended.</p>

<p>For general how-to questions, please create a new topic in the <a
href="http://idpf.org/forums/epub-accessibility">IDPF accessibility discussion forum</a>. Someone
will always try to respond!</p>
</section>
</section>
<footer>
<p>Please ask questions and report any typos, errors and omissions in the <a href="http://idpf.org/forums">IDPF
forums</a>.</p>
<p>For a list of changes to this site, refer to the <a
href="https://github.com/IDPF/a11y-guidelines/commits/master">commit log</a>.</p>
<p><a href="http://idpf.org/legal/terms-of-use">Terms of Use</a></p>
</footer>
</body>
</html>
41 changes: 0 additions & 41 deletions guidelines/content/about.php

This file was deleted.

Loading

0 comments on commit 518b051

Please sign in to comment.