Skip to content

Commit

Permalink
IDI-66: Clean up the markup a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
acheetham committed May 23, 2012
1 parent de928be commit a589e3d
Show file tree
Hide file tree
Showing 5 changed files with 252 additions and 298 deletions.
82 changes: 40 additions & 42 deletions cluster-projects-design.php
Original file line number Diff line number Diff line change
@@ -1,48 +1,46 @@
<div class="fl-col-flex2">
<div class="fl-col">
<div class="idi-project fl-col-mixed">
<section>
<div class="idi-project-logo fl-col-fixed fl-force-left">
<a class="idi-no-tab-focus" href="http://fluidproject.org"><img src="<?php bloginfo( 'stylesheet_directory' ); ?>/images/projects/fluid_logo.png" title="Fluid Project logo" alt="Fluid Project logo" /></a>
</div>
<div class="fl-col-flex">
<h3><a href="http://fluidproject.org">Fluid</a></h3>
Fluid is an open-source software community that designs user interfaces, builds Web tools, teaches inclusive design and integrates interface components into open source applications .
</div>
</section>
</div>
<div class="idi-project fl-col-mixed">
<section>
<div class="idi-project-logo idi-no-tab-focus fl-col-fixed fl-force-left"><img alt="" class="idi-logo-placeholder" height="60" src="http://dev.inclusivedesign.ca/wp-content/uploads/2012/04/logoplaceholder.png" title="Project logo placeholder" width="60" /></div>
<div class="fl-col-flex">
<h3><a href="http://atutor.ca/">AChecker</a></h3>
<p>This tool checks single HTML pages for conformance with accessibility standards to ensure the content can be accessed by everyone.</p>
</div>
</section>
</div>
<section class="idi-project fl-col-mixed">
<div class="idi-project-logo fl-col-fixed fl-force-left">
<a class="idi-no-tab-focus" href="http://fluidproject.org">
<img src="<?php bloginfo( 'stylesheet_directory' ); ?>/images/projects/fluid_logo.png" title="Fluid Project logo" alt="Fluid Project logo" />
</a>
</div>
<div class="fl-col-flex">
<h3><a href="http://fluidproject.org">Fluid</a></h3>
Fluid is an open-source software community that designs user interfaces, builds Web tools, teaches inclusive design and integrates interface components into open source applications .
</div>
</section>
<section class="idi-project fl-col-mixed">
<div class="idi-project-logo idi-no-tab-focus fl-col-fixed fl-force-left">
<img alt="" class="idi-logo-placeholder" height="60" src="http://dev.inclusivedesign.ca/wp-content/uploads/2012/04/logoplaceholder.png" title="Project logo placeholder" width="60" />
</div>
<div class="fl-col-flex">
<h3><a href="http://atutor.ca/">AChecker</a></h3>
<p>This tool checks single HTML pages for conformance with accessibility standards to ensure the content can be accessed by everyone.</p>
</div>
</section>
</div>
<div class="fl-col">
<div class="idi-project fl-col-mixed">
<section>
<div class="idi-project-logo fl-col-fixed fl-force-left">
<a class="idi-no-tab-focus" href="http://floeproject.org"><img src="<?php bloginfo( 'stylesheet_directory' ); ?>/images/projects/floe-logo.png" title="Floe Project logo" alt="Floe Project logo" /></a>
</div>
<div class="fl-col-flex">
<h3><a href="http://floeproject.org">Floe Project</a></h3>
Through the Open Education Resources community, Floe makes tools that help transform, augment, and personalize the learning experience.
</div>
</section>
</div>
<div class="idi-project fl-col-mixed">
<section>
<div class="idi-project-logo fl-col-fixed fl-force-left">
<img class="idi-logo-placeholder" src="<?php bloginfo( 'stylesheet_directory' ); ?>/images/logoplaceholder/logoplaceholder.png" title="Project logo placeholder" alt="Project logo placeholder" />
</div>
<div class="fl-col-flex">
<h3><a href="http://openvulab.org/">Open Virtual Usability Lab</a></h3>
OpenVULab is an open source tool designed for remote accessibility and usability testing. The tool is designed to capture remote users’ interactions with their computer screens as well as their microphone audio.
</div>
</section>
</div>
<section class="idi-project fl-col-mixed">
<div class="idi-project-logo fl-col-fixed fl-force-left">
<a class="idi-no-tab-focus" href="http://floeproject.org">
<img src="<?php bloginfo( 'stylesheet_directory' ); ?>/images/projects/floe-logo.png" title="Floe Project logo" alt="Floe Project logo" />
</a>
</div>
<div class="fl-col-flex">
<h3><a href="http://floeproject.org">Floe Project</a></h3>
Through the Open Education Resources community, Floe makes tools that help transform, augment, and personalize the learning experience.
</div>
</section>
<section class="idi-project fl-col-mixed">
<div class="idi-project-logo fl-col-fixed fl-force-left">
<img class="idi-logo-placeholder" src="<?php bloginfo( 'stylesheet_directory' ); ?>/images/logoplaceholder/logoplaceholder.png" title="Project logo placeholder" alt="Project logo placeholder" />
</div>
<div class="fl-col-flex">
<h3><a href="http://openvulab.org/">Open Virtual Usability Lab</a></h3>
OpenVULab is an open source tool designed for remote accessibility and usability testing. The tool is designed to capture remote users’ interactions with their computer screens as well as their microphone audio.
</div>
</section>
</div>
</div>
Loading

0 comments on commit a589e3d

Please sign in to comment.