Skip to content

Commit

Permalink
text changes from NA to US
Browse files Browse the repository at this point in the history
  • Loading branch information
roblarsen committed Jun 28, 2011
1 parent 874be4a commit 4d05490
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<div id="container">

<header role="banner">
<h1><a id="logo" href="<?php echo $page_root; ?>">Isobar North America</a></h1>
<h1><a id="logo" href="<?php echo $page_root; ?>">Isobar US</a></h1>

<canvas id="canvas-logo" width="500" height="300">
<strong>Your browser cannot handle the awesomeness of this!</strong>
Expand Down
2 changes: 1 addition & 1 deletion sections/general.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<h2>Overview</h2>

<p>This document contains guidelines for web applications built by the Creative Technology (front end engineering) practice of Isobar North America (previously Molecular). It is to be readily available to anyone who wishes to check the iterative progress of our best practices. If you have any feedback, please leave a comment on the <a href="http://na.isobar.com/2010/our-front-end-development-best-practices/#comments">announcement blog post</a>.</p>
<p>This document contains guidelines for web applications built by the Creative Technology (front end engineering) practice of Isobar US. It is to be readily available to anyone who wishes to check the iterative progress of our best practices. If you have any feedback, please leave a comment on the <a href="http://na.isobar.com/2010/our-front-end-development-best-practices/#comments">announcement blog post</a>.</p>

<p>This document's primary motivation is two- fold: <tt>1)</tt> code consistency and <tt>2)</tt> best practices. By maintaining consistency in coding styles and conventions, we can ease the burden of legacy code maintenance, and mitigate risk of breakage in the future. By adhering to best practices, we ensure optimized page loading, performance and maintainable code.</p>

Expand Down

0 comments on commit 4d05490

Please sign in to comment.