Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/ArmoredVortex/Hexstart

Hexagons are the bestagons.
https://github.com/ArmoredVortex/Hexstart

Last synced: about 1 month ago
JSON representation

Hexagons are the bestagons.

Lists

README

        

# Editing Links
- Edit the `index.html` file and change the links/icons.
```html



```
- More icons? A different layout? Modify the number of rows and columns in the `style.css` file.
```css
.grid {
display: grid;
grid-template-columns: repeat(5, 1fr);
grid-template-rows: repeat(2, 1fr);
}
```

# Credits
Alexander Erlandsson

Hyperplexed