Skip to content

Commit df5f6c6

Browse files
authored
Merge pull request #160 from phel-lang/refactor-css
Refactor css
2 parents 348c9d8 + e7594af commit df5f6c6

31 files changed

+2272
-2237
lines changed

content/_index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@
22
title = "Phel: A Functional Lisp Dialect for PHP Developers"
33
+++
44

5-
**Phel** is a functional programming language that compiles down to PHP. It's a modern Lisp dialect inspired by [Clojure](https://clojure.org/) and [Janet](https://janet-lang.org/), tailored to bring functional elegance and expressive code to the world of PHP development.
5+
<img src="/images/logo_phel.svg" width="380" alt="Phel language logo"/>
66

7-
<img src="/images/logo_phel.svg" width="450" alt="Phel language logo"/>
7+
**Phel** is a functional programming language that compiles to PHP — a modern Lisp dialect inspired by [Clojure](https://clojure.org/) and [Janet](https://janet-lang.org/), bringing functional elegance and expressive code to PHP development.
88

99
<div class="homepage-cta">
10-
<a href="#try-phel-instantly-with-docker" class="homepage-cta-button homepage-cta-primary">
10+
<a href="#try-phel-instantly-with-docker" class="btn btn-primary homepage-cta-button homepage-cta-primary">
1111
<svg class="homepage-cta-icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><polygon points="5 3 19 12 5 21 5 3"></polygon></svg>
1212
Try Phel with Docker
1313
</a>
14-
<a href="/documentation/getting-started" class="homepage-cta-button homepage-cta-secondary">
14+
<a href="/documentation/getting-started" class="btn btn-secondary homepage-cta-button homepage-cta-secondary">
1515
<svg class="homepage-cta-icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4 19.5A2.5 2.5 0 0 1 6.5 17H20"></path><path d="M6.5 2H20v20H6.5A2.5 2.5 0 0 1 4 19.5v-15A2.5 2.5 0 0 1 6.5 2z"></path></svg>
1616
Read Documentation
1717
</a>

content/documentation/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ vendor/bin/phel test --filter foo
110110
111111
## Editor Support
112112

113-
- [VSCode](https://github.com/phel-lang/phel-vs-code-extension)
114113
- [PhpStorm](https://github.com/phel-lang/phel-intellij-plugin)
114+
- [VSCode](https://github.com/phel-lang/phel-vs-code-extension)
115115
- [Emacs](https://codeberg.org/mmontone/interactive-lang-tools)
116116
- [Vim](https://github.com/danirod/phel.vim)

0 commit comments

Comments
 (0)