Gaël Métais преди 10 години
родител
ревизия
f256299a0c
променени са 5 файла, в които са добавени 47 реда и са изтрити 46 реда
  1. 47 46
      README.md
  2. BIN
      doc/img/YLT-cli-animated.gif
  3. BIN
      doc/img/api-logo.png
  4. BIN
      doc/img/grunt-logo.png
  5. BIN
      doc/img/npm-logo.png

+ 47 - 46
README.md

@@ -1,56 +1,57 @@
 <img src="./doc/img/logo.png" ></img>
 
-Useful tool that analyzes a webpage and detects **performance** and **front-end code quality** issues.
+Analyzes a webpage and detects **performance** or **front-end code quality** issues.
 
 
 ### Choose your way to use the tool:
 
 <table>
-<tr>
-<td width="70%">
-The online tool (recommended)  
-[http://yellowlab.tools](http://yellowlab.tools)
-</td>
-<td width="30%">
-<img src="./doc/img/YLT-animated.gif"></img>
-</td>
-</tr>
-<tr>
-<td width="70%">
-The CLI (Command Line Interface) - [doc here](https://github.com/gmetais/YellowLabTools/wiki/Command-Line-Interface)  
-```npm install yellowlabtools -g```
-</td>
-<td width="30%">
-<img src="./doc/img/YLT-cli-animated.gif"></img>
-</td>
-</tr>
-<tr>
-<td width="70%">
-The Grunt task for developers or Continuous integration
-Visit [gmetais/grunt-yellowlabtools](https://github.com/gmetais/grunt-yellowlabtools)
-</td>
-<td width="30%">
-<img src="./doc/img/grunt-logo.png" ></img>
-</td>
-</tr>
-<tr>
-<td width="70%">
-The NPM package - [doc here](https://github.com/gmetais/YellowLabTools/wiki/NodeJS-module)  
-```npm install yellowlabtools```
-</td>
-<td width="30%">
-<img src="./doc/img/npm-logo.png" ></img>
-</td>
-</tr>
-<tr>
-<td width="70%">
-The public API - [doc here](https://github.com/gmetais/YellowLabTools/wiki/Public-API)  
-Allows you to launch runs in a RESTful way
-</td>
-<td width="30%">
-<h3>REST</h3>
-</td>
-</tr>
+    <tr>
+        <td width="70%">
+            The <b>online tool</b> (recommended)
+            <br>
+            <a href="http://yellowlab.tools" target="_blank">http://yellowlab.tools</a>
+        </td>
+        <td width="30%">
+            <img src="./doc/img/YLT-animated.gif"></img>
+        </td>
+    </tr>
+    <tr>
+        <td width="70%">
+            The <b>CLI</b> (Command Line Interface) - <a href="https://github.com/gmetais/YellowLabTools/wiki/Command-Line-Interface" target="_blank">doc here</a>
+        </td>
+        <td width="30%">
+            <img src="./doc/img/YLT-cli-animated.gif"></img>
+        </td>
+    </tr>
+    <tr>
+        <td width="70%">
+            The <b>Grunt task</b> for devs or CI
+            <br>
+            Visit <a href="https://github.com/gmetais/grunt-yellowlabtools" traget="_blank">gmetais/grunt-yellowlabtools</a>
+        </td>
+        <td width="30%">
+            <img src="./doc/img/grunt-logo.png" ></img>
+        </td>
+    </tr>
+    <tr>
+        <td width="70%">
+            The NPM package - <a href="https://github.com/gmetais/YellowLabTools/wiki/NodeJS-module" target="_blank">doc here</a>
+        </td>
+        <td width="30%">
+            <img src="./doc/img/npm-logo.png" ></img>
+        </td>
+    </tr>
+    <tr>
+        <td width="70%">
+            The public API - <a href="https://github.com/gmetais/YellowLabTools/wiki/Public-API" target="_blank">doc here</a>
+            <br>
+            Allows you to launch runs from any language
+        </td>
+        <td width="30%">
+            <img src="./doc/img/api-logo.png" ></img>
+        </td>
+    </tr>
 </table>
 
 

BIN
doc/img/YLT-cli-animated.gif


BIN
doc/img/api-logo.png


BIN
doc/img/grunt-logo.png


BIN
doc/img/npm-logo.png