Skip to content
forked from Capuno/Decaux

A material style, keyboard friendly and easily customizable startpage.

License

Notifications You must be signed in to change notification settings

Boettner-eric/Decaux

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Decaux

A material style, keyboard friendly and easily customizable startpage.

Demo Image

Usage

Key Command
h Show Help
w Move Up
a Move Left
s Move Down
d Move Right
Space Focus Search
Esc Back to Blocks

Customization

Colors in lines 12-14 inside style.css.

Link blocks are in lines 69-128 inside index.html, the syntax for the links is the following:

<td>
	<a href="{URL HERE}" id="{x}">
		<img src="src/{IMAGE HERE}">
		<h3>{NAME HERE}</h3>
		<p>{SUBTEXT HERE}</p>
	</a>
</td>

<!-- Change everything in brackets. -->

For the moment, there is only possible to have 8 blocks in 2 lines of 4 blocks, so if you want to add your links, just edit the ones already in there.

To make a new image for the block, the ones I used are 75x75 pixels and 72ppi, and are inside the src/ folder

About

A material style, keyboard friendly and easily customizable startpage.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 41.2%
  • JavaScript 33.0%
  • HTML 25.8%