l2l-member

README

What is this repository for?

Configuration

Based on Gulp, Sass & Bootstrap. Run npm install in order to install all the gulp plugins for this to run properly.

Dependencies

devDependencies ### devDependencies

+– @babel/[email protected] +– @babel/[email protected] +– [email protected] +– [email protected] +– [email protected] +– [email protected] +– [email protected] +– [email protected] +– [email protected] +– [email protected] +– [email protected] +– [email protected] +– [email protected] +– [email protected]

Sprites Icons

We use tabler icons and we add them on build/img/icons.svg file.

To add a new icon please follow the steps!

  1. Copy svg code of the icon and remove <svg></svg> tag we need just the entire code.

tablericons

  1. Paste it on the build/img/icons.svg into a tag and give it an id="icon-name"
	<g id="icon-home">
		....
	</g>
  1. to use the icon into your page please added it like this, the standard viewbox of tabler icon is 0 0 24 24 if you use another icon with diffrent veiw box you should change the viewbox.
	<svg viewBox="0 0 24 24" class="icon"><use href="img/icons.svg#icon-home"></use></svg>

Hierarchy

  1. Dashboard : A glimpse for what happening in the current dashboard..

  2. Listings : All listings, task list. - 2.1 Listing Details - 2.2 Tools - 2.3 Edit - 2.4 Tasks

  3. Listing Task List

  4. Preferences : will include all parameters related to listing or landing pages - 4.1 Lead Links - 4.1 Themes - 4.1 Video Center - 4.1 Text IVR - 4.1 Email Blog

  5. Analytics

  6. Account

How do I get set up?

Contribution guidelines

Who do I talk to?

[email protected]