Skip to content
Snippets Groups Projects
Commit 06af628c authored by Mariano Montone's avatar Mariano Montone
Browse files

Navigation buttons

parent 368cd61c
No related branches found
No related tags found
No related merge requests found
<h1>Contribute</h1> <h1><i class="fa fa-heart"></i>&nbsp;Contribute</h1>
<h2>Donations</h2> <h2>Donations</h2>
......
<a class="btn btn-primary float-right" href="/community"><i class="fa fa-arrow-right"></i>&nbsp;&nbsp;Check out the community</a>
<h1><i class="fa fa-book-open"></i> Documentation</h1> <h1><i class="fa fa-book-open"></i> Documentation</h1>
<section style="padding-top: 30px;"> <section style="padding-top: 30px;">
......
<a class="btn btn-primary float-right" href="/documentation"><i class="fa fa-arrow-right"></i>&nbsp;&nbsp;Read the documentation</a>
<h1><i class="fa fa-walking"></i> Getting started</h1> <h1><i class="fa fa-walking"></i> Getting started</h1>
<h2>Download and Install</h2> <h2>Download and Install</h2>
...@@ -40,4 +42,11 @@ ...@@ -40,4 +42,11 @@
The easiest way to download and load libraries is via <a href="http://www.quicklisp.org">Quicklisp</a>. <a href="http://articulate-lisp.com/quicklisp.html">Follow this instructions</a> to get started. The easiest way to download and load libraries is via <a href="http://www.quicklisp.org">Quicklisp</a>. <a href="http://articulate-lisp.com/quicklisp.html">Follow this instructions</a> to get started.
<h2>Resources</h2>
Here's a list of alternative guides for getting started:
<ul>
<li>
<a target="_blank" href="https://cliki.net/Getting%20Started">CLiki guide</a>
</li>
</ul>
<main id="bodyText"> <main id="bodyText">
<a class="btn btn-primary float-right" href="/downloads"><i class="fa fa-arrow-right"></i>&nbsp;&nbsp;Get started</a>
<h1>Welcome to Common-Lisp.net</h1> <h1>Welcome to Common-Lisp.net</h1>
<section id="introduction"> <section id="introduction">
<img src="/static/imgs/lisplogo_flag2_128.png" style="float:right;"> <img src="/static/imgs/lisplogo_flag2_128.png" style="float:right;">
...@@ -48,7 +49,7 @@ ...@@ -48,7 +49,7 @@
<h2>What is Common Lisp?</h2> <h2>What is Common Lisp?</h2>
<p><b>Common Lisp</b> is the <a href="/features">modern</a>, <a href="/features">multi-paradigm</a>, <a href="/features">high-performance</a>, <p><b>Common Lisp</b> is the <a href="/features">modern</a>, <a href="/features">multi-paradigm</a>, <a href="/features">high-performance</a>,
<a href="/features">compiled</a>, <a href="/features">ANSI-standardized</a>, most prominent (along with <a href="http://www.schemers.org/">Scheme</a>) descendant of the long-running family of Lisp programming languages. Curious? <a href="http://cliki.net/Getting%20Started" class="emphasize"> Click here to get started!</a> <a href="/features">compiled</a>, <a href="/features">ANSI-standardized</a>, most prominent (along with <a href="http://www.schemers.org/">Scheme</a>) descendant of the long-running family of Lisp programming languages.</p>
</p> </p>
<p><b>Common Lisp</b> is known for being extremely flexible, having <p><b>Common Lisp</b> is known for being extremely flexible, having
...@@ -60,8 +61,12 @@ ...@@ -60,8 +61,12 @@
for server-side development and long-running critical for server-side development and long-running critical
software).It is a multi-paradigm programming language that software).It is a multi-paradigm programming language that
allows you to to choose the approach and paradigm according to allows you to to choose the approach and paradigm according to
your application domain. <a href="/features" class="emphasize"> Read more about <b>Common Lisp</b> features here.</a></p> your application domain.</p>
<p>Read about the <a class="emphasize" href="http://www.paulgraham.com/lisphistory.html">language history here.</a></p> <!-- <p><a href="/features" class="emphasize"> Read more about <b>Common Lisp</b> features here.</a></p> -->
<p>Curious? &nbsp;&nbsp; <a class="btn btn-primary" href="/downloads"> Get started!</a>
<!-- <p>Read about the <a class="emphasize" href="http://www.paulgraham.com/lisphistory.html">language history here.</a></p> -->
</article> </article>
<section id="services"> <section id="services">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment