Skip to content

Commit 0555ad9

Browse files
committed
Update all pages with third-width elements to include the new .padinner class on an inner div.
1 parent 919b6cb commit 0555ad9

File tree

3 files changed

+18
-9
lines changed

3 files changed

+18
-9
lines changed

category/devices.php

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,13 @@
1414
<p>Whether it's braille notetakers, embossers, mainstream accessible gadgets or otherwise, this page covers a range of devices that can help out the blind and visually impaired. It includes thoughts, reviews, hand's on, rambling and much more!</p>
1515
<h2>List of Resources</h2>
1616
<div class="third-width">
17+
<div class="padinner">
1718
<?php echo create_resource_list("devices-reviews","<h3>Reviews</h3>"); ?>
18-
</div><div class="third-width">
19+
</div></div><div class="third-width">
20+
<div class="padinner">
1921
<?php echo create_resource_list("devices-comparisons","<h3>Comparisons</h3>"); ?>
20-
</div><div class="third-width">
22+
</div></div><div class="third-width">
23+
<div class="padinner">
2124
<?php echo create_resource_list("devices-news","<h3>Latest Device News</h3>"); ?>
2225
<p>Don't forget to stay up-to-date with the latest device news and announcements by <a href="https://www.twitter.com/blind_comp" target="blank">following us on twitter</a> and <a href="https://blind-computing.blogspot.com" target="blank">visiting the blog</a>.</p>
23-
</div></main></body></html>
26+
</div></div></main></body></html>

category/operating-systems.php

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,12 @@
1414
<h2>Operating Systems</h2>
1515
<p>An operating system is a big program that run's your device, whether it be a braille note taker, desktop, laptop or even a phone. Operating systems control the overall user interface as well as the underlying technologies that make today's computing world possible.</p><p>There is an overwhelming amount of operating systems out there, from windows, to mac os 10 ... I mean mac OS because apple changed the name, to the thousands of linux distributions, right the way down to mobile operating systems like IOS and android. On this page, we review the accessibility features of these operating systems from a blind standpoint, showcasing there accessibility features (or lack there of).</p><h2>List of Resources</h2>
1616
<div class="third-width">
17+
<div class="padinner">
1718
<?php echo create_resource_list("operating-systems-windows","<h3>Windows</h3>"); ?>
18-
</div><div class="third-width">
19+
</div></div><div class="third-width">
20+
<div class="padinner">
1921
<?php echo create_resource_list("operating-systems-apple","<h3>Mac OS / IOS</h3>"); ?>
20-
</div><div class="third-width">
22+
</div></div><div class="third-width">
23+
<div class="padinner">
2124
<?php echo create_resource_list("operating-systems-linux","<h3>Linux</h3>"); ?>
22-
</div></main></body></html>
25+
</div></div></main></body></html>

category/software.php

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,13 @@
1515
<p>It's all well and good having a good operating system, specifically chosen from <a href="operating-systems.php">our operating systems page</a>, but what use is it without any software to help get your work done? This page covers a wide range of software programs, tools and utilities to give you, blind computer users, the most up to date information of program accessibility, or lack there of.</p>
1616
<h2>List of Resources</h2>
1717
<div class="third-width">
18+
<div class="padinner">
1819
<?php echo create_resource_list("software-showcase","<h3>Reviews and Overviews</h3>"); ?>
19-
</div><div class="third-width">
20+
</div></div><div class="third-width">
21+
<div class="padinner">
2022
<?php echo create_resource_list("software-comparisons","<h3>Comparisons</h3>"); ?>
21-
</div><div class="third-width">
23+
</div></div><div class="third-width">
24+
<div class="padinner">
2225
<?php echo create_resource_list("software-news","Latest Software News</h3>"); ?>
2326
<p>Don't forget to stay up-to-date with the latest software news and announcements by <a href="https://www.twitter.com/blind_comp" target="blank">following us on twitter</a> and <a href="https://blind-computing.blogspot.com" target="blank">visiting the blog</a>.</p>
24-
</div></main></body></html>
27+
</div></div></main></body></html>

0 commit comments

Comments
 (0)