Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ArmoredVortex/Hexstart

Hexagons are the bestagons. A minimal browser startpage
https://github.com/ArmoredVortex/Hexstart

Last synced: 25 days ago
JSON representation

Hexagons are the bestagons. A minimal browser startpage

Awesome Lists containing this project

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