Skip to content

rom-30/vojaganto

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

83 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vojaganto

Demo

Download the project or clone it

$ git clone git@github.com:rom-30/vojaganto.git

Description

If you want to play with it

$ npm install
$ npm start

To change the overall appearance

/* sass/_base.scss */
:root {
  --color-primary: cornflowerblue;
  --color-primary-light:  skyblue;
  --color-primary-dark: lightsteelblue;
}

To make good use of the sprite

<svg>
   <use xlink:href="img/sprite.svg#icon-magnifying-glass"></use>
</svg>
# List of SVGs in sprite /img/SVG
├── aircraft-take-off.svg
├── bookmark.svg
├── chat.svg
├── chevron-thin-right.svg
├── home.svg
├── key.svg
├── location-pin.svg
├── magnifying-glass.svg
├── map.svg
└── star.svg

Once you're satisfied and ready to deploy

$ npm build:css

About

Book a hotel

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors