Add articles links to the home page
This commit is contained in:
@@ -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>★</span> on GitHub</a>!</p>
|
||||
</div>
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user