Skip to content

Commit

Permalink
front page: 2 columns, 3 lines, click-able images
Browse files Browse the repository at this point in the history
for #16
  • Loading branch information
vindarel committed Jun 14, 2023
1 parent 4dbe5f4 commit 675fa82
Showing 1 changed file with 25 additions and 16 deletions.
41 changes: 25 additions & 16 deletions content/en/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,24 +29,15 @@ In addition, many languages are supported with Lem's **built-in LSP support**.

### Keyboard oriented

<img class="" src="/lem-page/terminal.png" alt="">
<a href="/lem-page/terminal.png"> <img class="" src="/lem-page/terminal.png" alt=""> </a>

If you come from Emacs or Vim, you will feel right at home.
<--->

### Alien Technology

<img class="" src="/lem-page/lisp_logo.png" alt="" style="height: 265px" >

It is an established fact that John McCarthy shared alien tech with the world in 1958 when he introduced us to Lisp. We continue that great tradition.

Lem is written and extensible in Common Lisp.

<--->

### GUI version using SDL2

<img class="" src="/lem-page/sdl2.png" alt="">
<a href="/lem-page/sdl2.png"> <img class="" src="/lem-page/sdl2.png" alt=""> </a>

Since version 2.0, a GUI version is also available.

Expand All @@ -57,21 +48,35 @@ colour themes.

{{< columns >}}

### Alien Technology

<img class="" src="/lem-page/lisp_logo.png" alt="" style="height: 265px" >

It is an established fact that John McCarthy shared alien tech with the world in 1958 when he introduced us to Lisp. We continue that great tradition.

Lem is written and extensible in Common Lisp.

<--->

### Ready for Common Lisp

<img class="" src="/lem-page/lem-lisp.png" alt="">
<a href="/lem-page/lem-lisp.png"> <img class="" src="/lem-page/lem-lisp.png" alt=""> </a>

Start developing on Lisp at once.

Full-featured REPL and interactive debugger, with Paredit and a third-party Pareto (lispy-mode) mode.

<--->
{{< /columns >}}

{{< columns >}}

### Project tree view

<img class="" src="/lem-page/filer.png" alt="">
<a href="/lem-page/filer.png"> <img class="" src="/lem-page/filer.png" alt=""> </a>

Open a file tree of the current project.
Open a tree view of the current project,

use project-aware commands.

<--->

Expand All @@ -81,6 +86,10 @@ Open a file tree of the current project.

Multiple cursors, interactive grep, directory mode, tabs,

and support for Scheme, Clojure, Go, JavaScript, Python, Rust, Elixir, Haskell, Java, Nim, Dart, OCaml, Scala, shell, asm, ascii, JSON, HTML and CSS…
and support for:

Scheme, Clojure, Go, JavaScript, Python, Rust, Elixir, Haskell, Java, Nim, Dart, OCaml, Scala, shell, asm

markdown, ascii, JSON, HTML and CSS, SQL…

{{< /columns >}}

0 comments on commit 675fa82

Please sign in to comment.