# dependencies
IntroBar = require './IntroBar'

# template
module.exports = (options) ->
  IntroBar [
    {
      icon: 'google-share'
      text: 'ShareButtonz'
      url: 'https://sharebuttonz.com'
    }
    {
      icon: 'like'
      text: 'FollowButtonz'
      url: 'https://followbuttonz.com'
    }
    {
      icon: 'calendar'
      text: 'CalendarButtonz'
      url: 'https://calendarbuttonz.com'
    }
    {
      icon: 'youtube'
      text: 'VideoPlayerz'
      url: 'https://videoplayerz.com'
    }

  ], options

  ###
  {
    icon: 'star'
    text: 'Ratingz'
    url: 'https://ratingz.com'
  }
  {
    icon: 'comment'
    text: 'Commentz'
    url: 'https://commentz.com'
  }
  {
    icon: 'telegram'
    text: 'Telegramz'
    url: 'https://telegramz.com'
  }
  {
    icon: 'tag'
    text: 'Tagz'
    url: 'https://tagz.com'
  }
  {
    icon: 'heart'
    text: 'Favoritz'
    url: 'https://favoritz.com'
  }
  {
    icon: 'archive'
    text: 'Archivez'
    url: 'https://archivez.com'
  }
  ###
