diff --git a/content/index.html b/content/index.html index 2767028e7a200e51436eca00fe5245849a227648..c68d369edf92e59673372656bac76891ff090c78 100644 --- a/content/index.html +++ b/content/index.html @@ -1,85 +1,86 @@
-   Get started -

Welcome to Common-Lisp.net

-
- -

Introduction

-

Welcome to the amazing world of Common Lisp, the - programmable programming language.

- -

This site is one among many gateways to Common Lisp. Its - goal is to provide the Common Lisp community with development - resources and to work as a starting point for new - programmers.

-
- -
-

Latest Lisp news

-
- - - - - -
- -
- - -

Latest Common-Lisp.net news

- - {{> newsbox}} - -

Read more...

-
- -
-

What is Common Lisp?

- -

Common Lisp is the modern, multi-paradigm, high-performance, - compiled, ANSI-standardized, most prominent (along with Scheme) descendant of the long-running family of Lisp programming languages.

-

- -

Common Lisp is known for being extremely flexible, having - excellent support for object oriented programming, and fast - prototyping capabilities. It also sports an extremely powerful - macro system that allows you to tailor the language to your - application, and a flexible run-time environment that allows - modification and debugging of running applications (excellent - for server-side development and long-running critical - software). It is a multi-paradigm programming language that - allows you to to choose the approach and paradigm according to - your application domain.

- - -

Curious?    Get started! - - -

- -
-

Services

- - -
- -
-

Support

- -

If you need technical support, please contact our - admins.

-
- -
-

About this site

- -

Check out our about page.

-
+   Get started +

Welcome to Common-Lisp.net

+
+ +

Introduction

+

Welcome to the amazing world of Common Lisp, the + programmable programming language.

+ +

This site is one among many gateways to Common Lisp. Its + goal is to provide the Common Lisp community with development + resources and to work as a starting point for new + programmers.

+
+ +
+

Latest Lisp news

+
+ + + + + +
+ +
+ + +
+

Latest Common-Lisp.net news

+ + {{> newsbox}} +
+ +

Read more...

+
+ +
+

What is Common Lisp?

+ +

Common Lisp is the modern, multi-paradigm, high-performance, + compiled, ANSI-standardized, most prominent (along with Scheme) descendant of the long-running family of Lisp programming languages.

+

+ +

Common Lisp is known for being extremely flexible, having + excellent support for object oriented programming, and fast + prototyping capabilities. It also sports an extremely powerful + macro system that allows you to tailor the language to your + application, and a flexible run-time environment that allows + modification and debugging of running applications (excellent + for server-side development and long-running critical + software). It is a multi-paradigm programming language that + allows you to to choose the approach and paradigm according to + your application domain.

+ + +

Curious?    Get started! + + +

+ +
+

Services

+ + +
+ +
+

Support

+ +

If you need technical support, please contact our + admins.

+
+ +
+

About this site

+ +

Check out our about page.

+
diff --git a/layout/css/layout_2018.css b/layout/css/layout_2018.css index 0fd2a916c10c7cfcefc9090e97f279969119977e..58e9164219550ea29cebaf969cf4226a9aca3380 100644 --- a/layout/css/layout_2018.css +++ b/layout/css/layout_2018.css @@ -121,6 +121,10 @@ hr { padding-bottom: 60px; } +#clnet-news { + font-size: 0.9rem; +} + /* Media carousel */ .carousel-indicators li { border-radius: 10px;