Skip to content

Commit

Permalink
Removed redundant code.
Browse files Browse the repository at this point in the history
  • Loading branch information
Deon committed Dec 20, 2014
1 parent d1e3df2 commit c84cbc3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions templates/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
<body>
<div class = "container-fluid">
<div class = "row about">
<div class = "col-xs-12 col-md-8 col-md-offset-2">
<div class = "col-md-8 col-md-offset-2">
<img class = "img-responsive center-block" src = "/static/mf.png" alt = "MolarFast">

<h1>About MolarFast</h1>
Expand All @@ -63,7 +63,7 @@ <h1>About MolarFast</h1>
were obtained from <a href="http://physics.nist.gov/cgi-bin/Compositions/stand_alone.pl">National Institute of Standards and Technology (NIST)</a>.
The University of Waterloo, University of Waterloo Department of Chemical Engineering, nor NIST is associated or affiliated with MolarFast.</p>

<p>This web-app was developed with AngularJS, Bootstrap, Flask, JQuery, and Python. As such, MolarFast is functional on all mobile devices. </p>
<p>This web-app was developed with AngularJS, UIBootstrap, Bootstrap, Flask, JQuery, and Python. As such, MolarFast is functional on all mobile devices. </p>
<p>Issues can be reported on the <a href = "https://github.com/DeonHua/MolarFast/issues">Github</a>.
You can also find our <a href = "https://github.com/DeonHua/MolarFast/releases">changelog</a> there as well.</p>

Expand Down
2 changes: 1 addition & 1 deletion templates/conversion.html
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
<div class = "container-fluid">
<!-- Temperature Converter -->
<div class = "row">
<div class = "col-xs-12 col-md-8 col-md-offset-2">
<div class = "col-md-8 col-md-offset-2">
<img class = "img-responsive center-block" src = "/static/mf.png" alt = "MolarFast">

<h3> Temperature Conversion</h3>
Expand Down
2 changes: 1 addition & 1 deletion templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
<div class = "row">

<!-- Molar Mass Calculations -->
<div class = "col-xs-12 col-md-8 col-md-offset-2">
<div class = "col-md-8 col-md-offset-2">
<img class = "img-responsive center-block" src = "/static/mf.png" alt = "MolarFast">
<br>
<form class="form-inline" role="form">
Expand Down

0 comments on commit c84cbc3

Please sign in to comment.