Skip to content
Closed

Logos #298

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion META6.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
],
"auth": "zef:librasteve",
"depends": [
"Air:ver<0.1.9>:auth<zef:librasteve>",
"Air:ver<0.1.12>:auth<zef:librasteve>",
"Air::Plugin::Hilite:ver<0.0.7>:auth<zef:librasteve>"
],
"build-depends": [],
Expand Down
26 changes: 25 additions & 1 deletion lib/Org/Home.rakumod
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,12 @@ sub code-note($s) {
p( :style('font-size:small; text-align:right'), em("...$s") )
}
sub vignette(*@a, *%h) {
grid :grid-template-columns<2.2fr 3.2fr>, :gap(1.5), |%h, @a
grid
:grid-template-columns<2.2fr 3.2fr>,
:gap(1.5),
:mobile-flex<column-reverse>,
:mobile-gap(0.1),
|%h, @a
}
sub install {
div [
Expand Down Expand Up @@ -56,6 +61,17 @@ class Buttabs does Tabs {
}
sub buttabs(*@a, *%h) { Buttabs.new( |@a, |%h ) }

my %logos = (
'atikon-logo.png' => 'https://www.atikon.com',
'cns-logo.png' => '',
'edument-logo.png' => 'https://www.edument.se',
'haltec-logo.png' => 'https://www.haltec.net',
'oetiker_partner-logo.png' => 'https://www.oetiker.ch/en_US',
'qbrc-logo.jpg' => 'https://qbrc.swmed.edu',
'virtual_blue-logo.png' => 'https://virtual.blue',
);


sub home-page(&basepage, &shadow) is export {
basepage #:REFRESH(10),
main [
Expand Down Expand Up @@ -691,6 +707,14 @@ sub home-page(&basepage, &shadow) is export {

];

div [
p 'Sponsored by';
logos :%logos;
p :style('font-size:small; text-align:right'),
em ['if you would like to support Raku, please send us a message ';
a( :href('mailto:[email protected]?subject="New Sponsor"'), '[email protected]' ) ];
];

div :align<center>, :style<min-width:400px;>, [
spacer;
install;
Expand Down
28 changes: 19 additions & 9 deletions lib/Org/Tools.rakumod
Original file line number Diff line number Diff line change
Expand Up @@ -12,21 +12,26 @@ sub tools-page(&basepage, &shadow) is export {
];
dashboard [
panel :order(1), [
header h3 'IDEs';
header h3 'Environments';
main markdown q:to/END/;
IDEs and editor plugins for working with Raku.

#### JetBrains IntelliJ
### Language Servers

- [Raku IntelliJ Plugin](https://github.com/ab5tract/raku-intellij-plugin) for use with IntelliJ [IDEs](https://www.jetbrains.com/idea/download) (scroll down for the Community Edition).
Editor-agnostic tools for syntax highlighting, autocompletion, etc. Consider using a Language Server over a syntax-highlighting extension for a richer development experience.

#### Visual Studio Code
- [Raku Navigator](https://github.com/bscan/RakuNavigator) Raku language support for VS Code, Emacs, neovim and others.

- [Raku Navigator](https://github.com/bscan/RakuNavigator) language support.
### Editor Plugins

#### Geany
Editor-specific tools, mostly syntax highlighters.

- [Geany](https://www.geany.org) is a popular flyweight Open Source IDE - now supports Raku.
#### JetBrains IntelliJ

- [Raku IntelliJ Plugin](https://github.com/ab5tract/raku-intellij-plugin) for use with IntelliJ [IDEs](https://www.jetbrains.com/idea/download).

#### Visual Studio Code

- [Raku Navigator](https://github.com/bscan/RakuNavigator) LSP language server.

#### Vim

Expand All @@ -35,11 +40,16 @@ sub tools-page(&basepage, &shadow) is export {
#### Emacs

- [raku-mode](https://github.com/Raku/raku-mode), an Emacs major mode for Raku which provides syntax highlighting (and more)
- [Spacemacs](https://github.com/syl20bnr/spacemacs): Emacs wrapper with vim key-bindings and extra stuff
- [Spacemacs](https://github.com/syl20bnr/spacemacs), an Emacs wrapper with vim key-bindings and extra stuff

#### Nano

- [Raku syntax highlighting](https://github.com/hankache/raku.nanorc)

#### Geany

- [Geany](https://www.geany.org) is a popular flyweight Open Source IDE - now supports Raku.

END
];
panel :order(2), [
Expand Down
Binary file added static/logos/adjusted/atikon-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/logos/adjusted/cns-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/logos/adjusted/edument-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/logos/adjusted/haltec-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/logos/adjusted/oetiker_partner-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/logos/adjusted/qbrc-logo.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/logos/adjusted/virtual_blue-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/logos/original-bak/atikon-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/logos/original-bak/cns-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/logos/original-bak/edument-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/logos/original-bak/haltec-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/logos/original-bak/helpshift-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/logos/original-bak/qbrc-logo.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/logos/original-bak/virtual_blue-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/logos/original/atikon-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/logos/original/cns-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/logos/original/edument-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/logos/original/haltec-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/logos/original/oetiker_partner-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/logos/original/qbrc-logo.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/logos/original/virtual_blue-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading