فهرست منبع

Add articles links to the home page

Gaël Métais 10 سال پیش
والد
کامیت
e3d96de203
3فایلهای تغییر یافته به همراه24 افزوده شده و 0 حذف شده
  1. 7 0
      app/node_views/index.html
  2. 8 0
      app/public/styles/index.css
  3. 9 0
      app/public/styles/less/index.less

+ 7 - 0
app/node_views/index.html

@@ -15,6 +15,13 @@
         <input type="submit" value="Launch test" class="launchBtn" onclick="this.className += ' clicked'" />
     </form>
 
+    <div class="readings">
+        <h3>If you want to learn more...</h3>
+        <a target="_blank" href="http://gmetais.github.io/yellowlabtools/2014/11/20/what_is_yellow_lab_tools.html">What is Yellow Lab Tools?</a>
+        <br>
+        <a target="_blank" href="http://gmetais.github.io/yellowlabtools/2014/11/18/untangle_the_js_spaghetti_code.html">How to deeply analyze your JavaScript?</a>
+    </div>
+
     <div class="footer">
         <p><b>Yellow Lab Tools</b> is an open source project by <a href="http://www.gaelmetais.com" target="_blank">Gaël Métais</a>, based on <a href="https://github.com/macbre/phantomas" target="_blank">Phantomas</a>.<br>If you like it, <a href="https://github.com/gmetais/YellowLabTools" target="_blank" class="star">give it a <span>&#9733;</span> on GitHub</a>!</p>
     </div>

+ 8 - 0
app/public/styles/index.css

@@ -10,6 +10,14 @@
   background: #e74c3c;
   color: #fff;
 }
+.readings {
+  margin-top: 5em;
+  font-size: 0.8em;
+}
+.readings a {
+  color: inherit;
+  line-height: 1.7em;
+}
 input[type=submit],
 input.url {
   padding: 0 0.5em;

+ 9 - 0
app/public/styles/less/index.less

@@ -13,6 +13,15 @@
     color: #fff;
 }
 
+.readings {
+    margin-top: 5em;
+    font-size: 0.8em;
+    & a {
+        color: inherit;
+        line-height: 1.7em;
+    }
+}
+
 input[type=submit], input.url {
     padding: 0 0.5em;
     margin: 0.5em;